@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/**font-family: 'Work Sans', sans-serif;**/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/**font-family: 'Open Sans', sans-serif;**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/********font-family: 'Inter', sans-serif;*********/
/* CSS Document */
/*@font-face {
    font-family: 'PT Serif', serif;
    src: url('../webfonts/bison-boldpersonaluse-webfont.woff2') format('woff2'),
         url('../webfonts/bison-boldpersonaluse-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

h1, h2, h3, h4, h5, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

header {
  padding: 10px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #242423;
  z-index: 9999999999999;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}
.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*******300621v1tav*********/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}
.iconobx img {
  width: 35px;
}
/**go to top here**/
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: MenuSlideDown .3s linear;
  -moz-animation: MenuSlideDown .3s linear;
  -ms-animation: MenuSlideDown .3s linear;
  -o-animation: MenuSlideDown .3s linear;
  -webkit-animation: MenuSlideDown .3s linear;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 99999;
}
.sticky {
  padding: 0;
}
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
/** #back-top {

	position: fixed;

	bottom: 7px;

	right: 15px;

	z-index: 99;

	cursor: pointer;

	display: block;

	text-align: center;

	font-size: 11px;

	text-transform: uppercase;

	text-decoration: none;

	color: #bbb;

	-webkit-transition: 1s;

	-moz-transition: 1s;

	transition: 1s;

}

#back-top a img {

	margin: 0 auto;

}

#back-top a:hover {

	color: #000;

}

#back-top a i {

	background: #ff2c2b;

	color: #fff;

	height: 40px;

	width: 40px;

	border-radius: 50%;

	font-size: 29px;

	padding-top: 2px;

	border: solid 2px #fff;

	box-shadow: 0px 0px 5px #777;

} **/
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
  font-size: 27px;
  color: #fff;
  text-decoration: none;
  background: #f37c12;
  background: -moz-linear-gradient(left, #f37c12 0%, #eb4645 100%);
  background: -webkit-linear-gradient(left, #f37c12 0%, #eb4645 100%);
  background: linear-gradient(to right, #f37c12 0%, #eb4645 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37c12', endColorstr='#eb4645', GradientType=1);
  display: block;
  padding: 5px;
  border-radius: 50%;
  border: solid 2px #fff;
  height: 50px;
  width: 50px;
  outline: none;
  line-height: 37px;
}
/**go to top here end**/








/******gsl home paage********/

.navbar-brand img {    width: 195px;
}
.navbar-expand-lg .navbar-nav {
    margin-left: 48%;
}
.navbar-light .navbar-nav .nav-link {    color: #fff;
    padding: 10px 15px;}

.navbar-light .navbar-nav .nav-link {color: #fff;
    padding: 10px 15px; padding-top: 0; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f5b71a;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link {
    margin: -6px 0 0 0;
    background: #f5b71a;
    padding: 10px;
    color: #000000;
    padding: 6px 20px;
    border-radius: 29px;
    font-weight: 600;
}


.glshone{
    position: relative;
    width: 100%;
    clear: both;
    margin: 60px 0;
}
.leftimg  {
    width: 90%;
}
.glshone .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
 
.logobox {width: 245px;}

p {color: #525252;
    /*font-family: 'Work Sans', sans-serif;*/
    font-size: 18px;
   }

.glshone p {    margin: 19px 0 43px 0;}

.yellogbtn {
    display: block;
    width: fit-content;
    background: #f6b719;
    color: #525252;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 24px;
}

.leftmap{
    width: 70%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.glshtwo  {overflow: hidden; margin-bottom: 50px;}
.glshtwo ul li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    position: relative;
    cursor: pointer;
    margin: 0 33px;
}

.glshtwo ul li img {
    width: 100%;
}
.contav {
    position: absolute;
    top: 0;
    padding: 30px 20px;
    width: 100%;
    height: 100%;
}
.hadbhcl {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    line-height: 32px;
    min-height: 202px;
}
.hovercontct {
    margin: 261px 0 0 0;
    position: absolute;
    width: 100%;
    bottom: -100%;
	  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
	    background: rgba(245, 182, 26, 0.8);
    left: 0;
    padding: 29px 20px 20px 20px;
    z-index: 999;
	height: 70%;

}


.glshtwo ul li:hover .normaltext { opacity: 0;}

.vtnare{
    display: block;
    width: 100%;
    border: solid 1px #fff;
    overflow: hidden;
    padding: 0 10px 0 18px;
    line-height: 52px;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.vtnare:hover{ background: #fff; color: #000000;}
.glshtwo ul li:hover .hovercontct { bottom: 0; cursor: pointer;}

.glshtwo ul li .vtnare img {
    width: 20px;
    float: right;
    margin: 9px 0 0 0;
}
.hovercontct  p {
    bottom: 0;
    color: #fff;
}


.glshtwo ul li:nth-child(2) .hovercontct, .glshtwo ul li:last-child .hovercontct {
    margin: 100% 0 0 0;
}
.glshtwo ul li:nth-child(2) .hovercontct { background: rgba(188, 31, 134, 0.8)}
.glshtwo ul li:last-child .hovercontct { background:rgba(5, 145, 168, 0.8)}
.glshthree {
    position: relative;
}
.glshthree .container {
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
    text-align: center;
}

.glshead {
    color: #f5b71a;
    font-size: 34px;
    line-height: 47px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}

.glshthree  .glshead{    margin: 0 0 26px 0;} 

.glshthree  p {
    color: #fff;
    width: 68%;
    margin: 0 auto;
    font-size: 22px;
}

.glshthree .yellogbtn {
    margin: 53px auto 0;
}

.glshfour {
    margin: 73px 0;
}

.leftboxforh {
    display: inline-block;
    vertical-align: top;
    width: 39%;
    margin: 112px 0 0 0;
}

.leftboxforh p {
    font-size: 25px;
    color: #000;
    line-height: 29px;
}

.rightthdc {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    text-align: center;
    margin: 0 0 0 67px;
}
.rightthdc li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.rightthdc li img {
    width: 100%;
}

.uptxt {
    position: absolute;
    top: auto;
    color: #fff;
    padding: 94px 35px 20px 35px;
    text-align: center;
    bottom: 0;
}

.hadbx {
    font-size: 18px;
    font-weight: 600;
}

.rightthdc p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    line-height: 16px;
}


.glshsix .glshead {
    text-align: center;
    margin: 0 0 30px 0;
}
.logobx {width: 100%; margin: 0 auto; display: block; text-align: center;}
.logobx li {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    padding: 27px;
    border: solid 1px #ccc;
    margin: 5px 2px;
}
.logobx li img {width: 100%;}

.glshseven {
    padding: 50px 0;
}

.cloxo {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    background: #242423;
    color: #fff;
    float: left;
    height: 487px;
	position: relative;
}

.habxs {
    padding: 25px;
    font-size: 29px;
    font-weight: 300;
    line-height: 33px;
}

.habxs p {
    padding: 25px;
    color: #fff;
    font-size: 16px;
    margin: 82px 0 31px 0;
}

.buebx{
    background: #0691a8;
    padding: 20px;
	    position: absolute;
    bottom: 0;
}
.cloxo.clthree img {
    height: 412px;
}
.lefbux {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.lefbux strong {
    display: block;
    font-size: 28px;
    line-height: 24px;
}

.rigbux{
    display: inline-block;
    vertical-align: top;
    width: 59%;
    font-size: 12px;
    float: right;
}

.twobox {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    position: relative;
    float: left;
}

.ligoimgbox {
    width: 100%;
    background: #f6b719;
    overflow: hidden;
}

.ligoimgbox img {
    width: 50%;
    float: left;
}

.texobc{
    float: left;
    width: 50%;
}
.hadbxsw {
    padding: 15px 15px 0;
    color: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
}
.hadbxsw span:first-child {
    display: inline-block;
    font-size: 29px;
    font-weight: 600;
    vertical-align: top;
}

.hadbxsw span:last-child {
    display: inline-block;
    width: 59%;
    margin: 9px 0 0 6px;
    font-weight: 300;
}

.twobox .hadbxsw p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 33px 0 0 0;
}
.cloxo p {
    margin: 0 0 31px 0;
    padding-top: 0;
}

.twobox img {
    width: 100%;
}
.cloxo.clthree img {
    width: 100%;
    display: block;
    vertical-align: top;
    background: none;
    color: #fff;
    float: left;
    height: 375px;
}
.cloxo.clthree .buebx {
    background: #bc1f86;
    padding: 20px;
    clear: both;
}
.cloxo.clthree .lefbux {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.cloxo.clthree .lefbux strong {
    display: block;
    font-size: 28px;
    line-height: 24px;
}


.cloxo.clthree .rigbux {
    display: inline-block;
    vertical-align: top;
    width:59%;
    font-size: 12px;
    float: right;
}

.twobox .ligoimgbox img {
    width: 50%;
    float: left;
}

.cloxo p {
    padding: 25px;
    color: #fff;
    font-size: 16px;
    margin: 82px 0 31px 0;
}


.cloxo.clthree {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    background: none;
    color: #fff;
    float: left;
}

.left-bx  {
    display: inline-block;
    width: 21%;
    text-align: left;
    margin: 0 0 0 0;
}

.left-bx  .nav-tabs li {
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
    border-bottom: solid 1px #ffffff;
    padding: 0 0 4px 0;
}

.left-bx .nav-tabs li a  {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}


.right-bx {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    background: #fff;
    margin: 0 0 0 84px;
    padding: 25px;
}


.haidboxx {
    font-size: 24px;
    width: 400px;
    text-align: left;
}

.glshthree.glsheight p {
    color: #000;
    text-align: left;
    line-height: 22px;
    padding: 0;
    margin: 20px 0 23px 0;
    font-size: 16px;
}


.right-bx ul {
    padding: 0 20px;
}

.right-bx ul li {
    display: inline-block;
    width: 27%;
    vertical-align: top;
    margin: 0 10px;
}


.right-bx ul li img {
    width: 100%;
}

.left-bx .nav-tabs {
    border-bottom: none;
}

.glshthree.glsheight img { width: 100%;}

.glshnone {
    padding: 50px 0;
	position: relative;
}
.baseine { position: relative;}
.glshnone .baseine  img {
    display: block;
    vertical-align: baseline;
    position: absolute;
    bottom: -50px;
}
.freeox {
    background: #fff;
    width: 34%;
    border-radius: 20px;
    padding: 30px 50px 50px 50px;
    display: inline-block;
    box-shadow: 0 0 22px #d6d3d3;
    min-height: 568px;
}

.hadiobx {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
}

.glshthree.glsheight   p {
    margin: 0;
    font-size: 22px;
    color: #000000;
    text-align: center;
}


.freeox ul {
    margin: 72px 0 0 0;
}



.freeox ul li {
    position: relative;
    display: block;
    padding: 0 0 0 41px;
    margin: 0 0 18px 0;
}

.freeox ul li img {
    position: absolute;
    left: 0;
    width: 29px;
}

.freebtn {
    text-align: center;
    border: solid 2px #000;
    clear: both;
    display: block;
    width: fit-content;
    padding: 14px 96px;
    border-radius: 15px;
    margin:122px auto 0;
    text-decoration: none;
    color: #000000;
}

.paidbox {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 62%;
    margin: 0 0 0 15px;
    padding: 30px 50px 50px 50px;
    border-radius: 20px;
	box-shadow: 0 0 22px #d6d3d3;
}


.glshnone .paidbox p {
    text-align: center;
    color: #000000;
    font-size: 21px;
    font-weight: 500;
}

.glshnone .paidbox ul li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 41px;
    margin: 0 0 18px 0;
    width: 49%;
}


.glshnone .paidbox ul li img {
    position: absolute;
    left: 0;
    width: 29px;
}

.glshnone  .paidbox .freebtn {
    background: #f4b61a;
    border: none;
	    margin: 30px auto 0;
}




.home.glshnone  .blorowtwl  p {
    color: #fff;
    padding: 36px 139px 50px 0;
}

.glshnone .glshead  {
    margin: 97px 0 0 0;
}


.glshnone .yellogbtn {
    background: none;
    color: #f5b71a;
    border: solid 1px #FFE;
    padding: 10px 23px 10px 24px;
    line-height: 60px;
}

.glshnone .yellogbtn img {
    width: 19px;
    margin: 0 0 0 46px;
}

.glshthree.tensection img, .glshthree img {
    width: 100%;
}

.glshnone img {
    width: 100%;
}

.glshthree.tensection  {
    position: relative;
}


.trnabox {
    background: rgba(188,31,134,0.8);
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 43px 0 0;
}

.glshthree.tensection  .container {
    position: relative;
    top: 0;
}

.glshthree.tensection   .yellogbtn {
    margin: 0 auto 30px;
    border: solid 1px #fff;
    font-size: 19px;
	background: none;
    color: #f6b719;
}

/*****price slide box******/

.ui-widget.ui-widget-content {
    border: none;
    background: #a8a9ac;
    border-radius: 20px;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
    background: #ba1f84;
    border-radius: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #bc1f86;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
    margin: 1px 0 0 -12px;
    border: solid 4px #fff;
    box-shadow: 0px 0px 8px #000;
	outline: none;
}

.pircebox input {
    margin: 0;
    font-family: inherit;
    text-align: center;
    width: 54px;
    max-width: max-content;
    border-right: solid 1px #a6a6a6 !important;
    line-height: 16px;
    font-size: 18px;
}

.glshnone .paidbox p.pircebox {
    margin: 24px auto;
    background: #ffffff;
    box-shadow: 0 0 22px #000000;
    width: fit-content;
    padding: 1px 10px;
    border-radius: 32px;
}

.pircebox label {
    font-size: 12px;
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
    color: #a6a6a6;
    font-weight: 400;
}

.boxu  {
    margin: 0 0 8px 0;
}


.boxu span {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: top;
    color: #a6a6a6;
    font-weight: 400;
	    width: 24%;
}

.boxu span i {
    display: block;
	color: #f6931f;
	font-weight: 600;
}

.boxu span:last-child {    text-align: right;
    width: auto;
    float: right;}


.boxu span:nth-child(2) {
    margin: 0 0 0 34px;
}
.boxu span:nth-child(3) {
    margin: 0 0 0 63px;
}

.glshseven .texobc p {
    color: #fff;
    padding: 0 18px;
    font-size: 15px;
    line-height: 20px;
}

.slidetop  {
overflow: hidden;
}
.slidetop video {
    width: 913px;
    margin: 0 0 0 -136px;
}

.slidetop 
 {
    background: #ffffff;
}




.slidetop ul{
    padding: 120px 0 0;
}

.slidetop ul li {
    font-size: 20px;
    display: block;
    margin: 0 0 17px 0;
    color: #f4b61a;
    border-bottom: solid 2px #f4b61a;
    padding: 0 15px 5px 0;
    width: fit-content;
}

.slidetop ul li:nth-child(2) {
    color:#bc1f86;
    border-bottom: solid 2px #bc1f86;
}

.slidetop ul li:nth-child(3) {
    color: #0591a8;
    border-bottom: solid 2px #0591a8;
}

.slidetop ul li:last-child {
    border-bottom: solid 2px #242423;
	color: #242423;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.normaltext {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 20px 20px 19px 0;
    line-height: 20px;
}

.normaltext strong {    display: block;
    font-size: 20px;
    margin: 0 0 17px 0; font-weight: 600;}

#acs .owl-item { padding: 50px 0;}

#acs .owl-item.active.center  {position: relative; z-index: 999;}
#acs .owl-item.active.center ul li {width: 130%; margin:-50px -100px; position: relative;}

#acs .owl-item.active.center ul li .uptxt {
    padding: 180px 35px 20px 35px;
}

#acs .owl-nav {
    font-size: 46px;
    text-align: right;
    margin: -49px 0 0 0;
    position: relative;
    z-index: 999;
}

#acs .owl-nav button {
    color: #fff;
    background: #bd2086;
    padding: 5px 10px 10px 10px !important;
    margin: 0 5px;
    line-height: 30px;
    font-size: 36px;
    font-weight: 300;
}





/*****on hover menu*****/

 .dropdown:hover > ul.dropdown-menu {

  display: block;

}

/*****on hover menu end*****/

.dropdown a  {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    margin: 0 10px;
}

.dropdown .dropdown-menu   li { display: block; color: #ffff; border-bottom: solid 1px #cccc; margin: 0; padding: 0;}
.dropdown .dropdown-menu   li:last-child {border: none;}
.dropdown .dropdown-menu   li:hover {background: #f5b71a;}
/*<!--.dropdown .dropdown-menu   li:nth-child(odd):hover {background: #bc1f86;}-->*/
.dropdown .dropdown-menu   li:hover a {color: #000000;}

.dropdown .dropdown-menu   li a {  color: #ffffff; padding: 5px 0; display: block;}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 20px;
	margin: 0;
	padding: 0;
	background: #242423;
}

#minbeds{
    margin: 24px auto;
    background: #ffffff;
    box-shadow: 0 0 22px #000000;
    width: fit-content;
    border-radius: 32px;
    border: 0;
    color: #f6931f;
    font-weight: bold;
    padding: 7px 30px;
    display: block;
	position: relative;
	outline: none;
}

#minbeds option {position: relative;}

#minbeds::after {content: "abxc"; }
/**select hide ***/
 select#minbeds {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}


/*****/
		.cloxo {
    height: 487px;
}

.yllowtxt {color: #f6b716}
.purpletet {color: #bc1e86}
.bluetxt {color: #0091a8}
.blacktxt {color: #232323}

.yllowtxt-bg {background: #f6b716}
.purpletet-bg {background: #bc1e86}
.bluetxt-bg {background: #0091a8}
.blacktxt-bg  {background: #232323}



/*********clubs page*******/

.glshthree .glshead span{
    display: block;
    color: #fff;
}

.glshlubsonec {
    padding: 50px 0 100px;
	position: relative;
}

.glshlubsonec .glshead  {
    line-height: 34px;
    margin-bottom: 30px;
}

.glshlubsonec p.widthsc {
    width: 77%;
    font-size: 18px;
    margin: 0 auto 30px;
}

.glshlubsonec ul {
    text-align: left;
    width: 70%;
    margin: 0 auto;
}

.glshlubsonec ul li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 19px;
    margin: 0;
    border-left: solid 2px #000000;
    border-bottom: solid 2px #000000;
    float: left;
    min-height: 165px;
    padding: 13px 15px 15px 15px;
}

.glshlubsonec ul li:nth-child(odd){border-left: none;}
.glshlubsonec ul li:last-child, .glshlubsonec ul li:nth-last-child(2){border-bottom: none;}
.glshlubsonec ul li p {
    font-size: 17px;
    line-height: 23px;
    margin: 5px 0 10px 0;
}

.pulebox {
    background: #bc1e86;
    height:200px;
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: 200px;
}

.glshlubstwo {
    position: relative;
}

.bg-imgaz {
    width: 100%;
}

.glshlubstwo .container {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}

.glshlubstwo p {
    color: #fff;
}

.imgtevtox {
    margin: 100px 0 0 0;
}

.imgtevtox img {
    width: 394px;
    display: inline-block;
    vertical-align: top;
}

.rigbox {
    display: inline-block;
    vertical-align: top;
    background: #bc1e86;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
	position: relative;
}

.boxheading span {
    display: block;
    border-bottom: solid 2px #0591a8;
    padding: 0 0 8px 0;
    margin: 0 0 10px 0;
}

.rigbox .purpkebx {
    margin: 34px 0 0 0;
}

.rigbox .purpkebx li{
    position: relative;
    display: block;
    margin: 0 0 21px 0;
    padding: 0 0 0 31px;
}

.rigbox .purpkebx li::before{background: #0591a8; content: ""; position: absolute; left: 0; top: 5px; height: 13px; width: 13px; border-radius: 50%;}

.rigbox .purpkebx::after {
    margin-left: -40px;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid #bc1e86;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 70px;
}
.glshlubstheer  {
    position: relative;
}
.glshlubstheer .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.boxrigha {
    margin: 46px 0 0 0;
}
.glshlubstheer .glshead {
    color: #fff;
}
.glshlubstheer .fourbox {
    width: 100%;
}
.glshlubstheer .fourbox li {
    color: #fff;
    width: 25%;
    float: left;
    padding: 20px;
    min-height: 128px;
}
.glshlubstheer .fourbox li span{
    display: block;
    font-size: 34px;
}

.siplebx li {
    float: left;
    width: 26%;
    margin: 20px 100px 20px 20px;
    display: inline-block;
    vertical-align: top;
    border-bottom: solid 2px #000;
    padding-bottom: 20px;
}
.siplebx li:nth-child(3n+3) { margin-right: 0;}

.siplebx li span {
    display: block;
}
.glshlubsfour {
    padding: 0 0 50px;
    margin: -58px 0 0 0;
}

.glshlubsfour .wdht { width: 70%;}

.communitiespage .glshthree .container {
    top: 22%;
}
.communitiespage .glshthree .glshead {    line-height: normal;}


.eventspage .glshlubsonec ul li {
    min-height: 149px;
}
.rigbox {
    width: 382px;
}
/******faq******/

.faqsect {
    background: #232323;
    padding: 100px 0 150px;
}

.faqsect li {
    display: inline-block;
    margin: 0 10px 20px;
    width: 94px;
}

.faqsect  li a {
    text-decoration: none;
    display: block;
    text-align: center;
}
 .circle {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
}

.circle i {
    display: block;
    font-size: 27px;
    margin: 0 auto 8px auto;
    background: #f6b716;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.circle:hover i, .active.show .circle i {color: #f6b716; background: #fff;}


.faqsect .glshead {
    margin-bottom: 56px;
}

.faqsect .nav-tabs {border: none;}

.faqsect  h3 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    border-bottom: solid 1px #fff;
    padding: 0 0 15px 0;
}

.faqsect  h3 i {
    font-size: 29px;
    font-weight: 600;
    margin: 0 12px 0 0;
    color: #f6b716;
}

.faqsect .qubox a {
    color: #fff;
    outline: none;
    box-shadow: none;
}

.faqsect .qubox .card-body{
    border-radius: 0;
    margin-bottom: 20px;
}

/******.partershippage  *******/

.partershippage .glshthree .container {
    top: 40%;
    text-align: left;
}

.partershippage .glshthree p {width: 100%;}

.partershippage  .home.glshlubsonec img {    width: 76%;
    margin: 0 auto;
    display: block;}

.partershippage  .home.glshlubsonec .glshead  {
    margin-top: 45px;
}


.liboix{
    margin: 0 0 32px 0;
    position: relative;
    padding: 0 0 0 55px;
}

.liboix::before {content: ""; height: 30px; width: 30px; position: absolute; left: 0; background: #f6b716; border-radius: 50%;}

.partershippage .home.glshsix{
    width: 70%;
    margin: 0 auto 70px;
    display: block;
}


.mainboxs {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin: 20px;
    padding: 20px;
}


.imageos {
    width: 200px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.owl-carousel .owl-item .imageos img {
    display: block;
    width: 82%;
    border-radius: 50%;
    margin: 0 auto;
}

.imageos span {
    margin: 8px 0 0 0;
    display: block;
}

.mainboxs p {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin: 46px 0 0 0;
    line-height: 21px;
	position: relative;
}

.mainboxs p::before {
    content: ' "';
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 107px;
    color: #eaeaea;
}


.mainboxs p::after {
    content: ' "';
    position: absolute;
    left: auto;
    top: auto;
    font-size: 107px;
    color: #eaeaea;
	bottom: -80px;
}

.formobx {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    width: 79%;
    margin: 18% auto 0;
}

.textlogobx {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
}

.textlogobx p {
    display: inline-block;
    float: left;
    width: 70%;
    color: #000;
    text-align: center;
    padding: 50px;
}

.textlogobx img {
    width: 184px;
    margin: 48px 0 0 78px;
}

.fombox {
    display: block;
    clear: both;
    width: 100%;
}

.fombox .form-group {
    margin: 0 0 19px 0;
}

.fombox .btn {
    background: #f7b717;
    border: none;
    border-radius: 0;
    margin: 23px auto;
    padding: 8px 50px;
    display: block;
    width: fit-content;
}
.bottommars {
    margin-top: 61px;
}

.glshsix .bottommars .glshead {
    margin: 0;
}


/*******index testimonals**********/

.testimonias {
    position: relative;
    padding:50px 0;

}

.testimonias .habxs{
    text-align: center;
    color: #f5b71a;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    background: #242423;
}

.tesbg{
    width: 100%;
}

.testimonias .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 22%;
}


.testimonias  .habxs{
    text-align: center;
    color: #f5b71a;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    background: #242423;
}

.testimonias ul li {
     position: relative;
    display: inline-block;
    width: fit-content;
    vertical-align: top;
    padding: 50px;
}

.testimonias ul li span.imgx {
    display: block;
    border: solid 5px #f9c544;
    width: fit-content;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonias ul li span.imgx  img{
    width: 133px;
    border: solid 5px #fff;
    border-radius: 50%;
}


.hobox {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 9px #979191;
    position: absolute;
    width:530px;
    margin:45px 0 0 -113px;
	opacity: 0;
	display: none;
	  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.lefobx {
    font-weight: 600;
    display: inline-block;
    width: 40%;
    font-size: 23px;
    text-align: center;
    margin: 68px 0 0 0;
    vertical-align: middle;
}

.lefobx span {
    font-size: 12px;
    display: block;
    font-weight: 300;
    border-top: solid 2px #f9c544;
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
}

.righttexbox {
    display: inline-block;
    vertical-align: top;
    width: 59%;
    padding: 0 0 0 36px;
}

.tlpuaer {
    width: 40px;
    margin: 0 0 0 -37px;
}

.righttexbox p {
    font-size: 12px;
    line-height: 15px;
}


.tlpuaer.bottomqute{
    width: 40px;
    float: right;
    clear: both;
    margin: -21px 0 0 0;
}

.testimonias .hobox::after {
    margin-left: 0;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid transparent;
    border-bottom: 50px solid #ffffff;
    position: absolute;
    top: -77px;
    left: 142px;

}

.testimonias ul li .boxa:hover  .hobox {opacity: 1; 	  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out; z-index: 9999; display: block;}

.boxa {
    width: 146px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.testimonias ul li:first-child span.imgx img { width: 100px;}

.testimonias ul li:first-child .boxa {
    width: 100px;
    margin: 67px 0 0 0;
}

.testimonias ul li:nth-child(2) span.imgx img {width: 120px;}

.testimonias ul li:nth-child(2) .boxa {
    width: 120px;
    margin: 67px 0 0 0;
}
.testimonias ul li:nth-child(2) span.imgx {
    border: solid 5px #bc1e86;
}

.testimonias ul li:nth-child(2) .lefobx span {border-top: solid 2px #bc1e86;}



.testimonias ul li:nth-child(3) span.imgx img {width: 100px;}

.testimonias ul li:nth-child(3) .boxa {
    width: 100px;
    margin:12px 0 0 0;
}
.testimonias ul li:nth-child(3) span.imgx {
    border: solid 5px #0091a8;
}

.testimonias ul li:nth-child(3) .lefobx span {border-top: solid 2px #0091a8;}

/*****4*****/
.testimonias ul li:nth-child(4) span.imgx img {width: 100px;}

.testimonias ul li:nth-child(4) .boxa {
    width: 100px;
    margin:0;
}
.testimonias ul li:nth-child(4) span.imgx {
    border: solid 5px #f7b717;
}

.testimonias ul li:nth-child(4) .lefobx span {border-top: solid 2px #f7b717;}


/*****5*****/
.testimonias ul li:nth-child(5) span.imgx img {width: 100px;}

.testimonias ul li:nth-child(5) .boxa {
    width: 100px;
    margin:80px 0 0 0;
}
.testimonias ul li:nth-child(5) span.imgx {
    border: solid 5px #0091a8;
}

.testimonias ul li:nth-child(5) .lefobx span {border-top: solid 2px #0091a8;}

/*****6*****/


.testimonias ul li:nth-child(6) span.imgx img {width: 90px;}

.testimonias ul li:nth-child(6) .boxa {
    width: 90px;
    margin: 33px 0 0 0;
}
.testimonias ul li:nth-child(6) span.imgx {
    border: solid 5px #232323;
}

.testimonias ul li:nth-child(6) .lefobx span {border-top: solid 2px #232323;}



.testimonias ul  li:nth-child(6) .hobox  {
    margin-left: -316px;
}

.testimonias ul  li:nth-child(6)  .hobox::after {
    top: -77px;
    left: auto;
    right: 110px;
}

/*****7*****/
.testimonias ul li:nth-child(7) span.imgx img {width: 100px;}

.testimonias ul li:nth-child(7) .boxa {
    width: 100px;
    margin:-65px 0 0 80px;
}
.testimonias ul li:nth-child(7) span.imgx {
    border: solid 5px #0091a8;
}

.testimonias ul li:nth-child(7) .lefobx span {border-top: solid 2px #0091a8;}


/*****8*****/
.testimonias ul li:nth-child(8) span.imgx img {width: 130px;}

.testimonias ul li:nth-child(8) .boxa {
    width: 130px;
    margin:-22px 0 0 40px;
}
.testimonias ul li:nth-child(8) span.imgx {
    border: solid 5px #232323;
}

.testimonias ul li:nth-child(8) .lefobx span {border-top: solid 2px #232323;}


/*****9*****/
.testimonias ul li:nth-child(9) span.imgx img {width: 170px;}

.testimonias ul li:nth-child(9) .boxa {
    width: 170px;
    margin:-128px 0 0 0;
}
.testimonias ul li:nth-child(9) span.imgx {
    border: solid 8px #f7b717;
}
.testimonias ul li:nth-child(9) .lefobx span {border-top: solid 2px #f7b717;}

/*****10*****/
.testimonias ul li:nth-child(10) span.imgx img {width: 150px;}

.testimonias ul li:nth-child(10) .boxa {
    width: 150px;
    margin: -10px 0 0 0;
}
.testimonias ul li:nth-child(10) span.imgx {
    border: solid 8px #bc1e86;
}

.testimonias ul li:nth-child(10) .lefobx span {border-top: solid 2px #bc1e86;}





/*****11*****/
.testimonias ul  li:nth-child(11)  .hobox  {
    margin-left: -316px;
}

.testimonias ul  li:nth-child(11)  .hobox::after {
    top: -77px;
    left: auto;
    right: 110px;
}

/*****12*****/
.testimonias ul li:last-child {
    float: right;
    margin: -100px 0 0 0;
}

testimonias ul li:last-child  span.imgx img {width: 100px;}

.testimonias ul li:last-child  .boxa {
    width: 100px;
    margin: -10px 0 0 0;
}
.testimonias ul li:last-child  span.imgx {
    border: solid 8px #232323;
}

.testimonias ul li:last-child  .lefobx span {border-top: solid 2px #232323;}


.testimonias ul  li:last-child  .hobox  {
    margin-left: -316px;
}

.testimonias ul  li:last-child  .hobox::after {
    top: -77px;
    left: auto;
    right: 110px;
}


/****************/

.pagename {
    font-size: 30px;
    color: #ffffff;
    background: #bc1f86;
    width: fit-content;
    padding: 7px 37px;    margin: 0 auto 26px;
}


.home.glshlubstheer::before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
}


/******101121*********/

.home.glshlubsfour {display: none;}


/*******careers page********/

.career .glshlubsonec {
    background: #292929;
	padding: 50px 0 ;
}
.career .glshlubsonec p.widthsc {color: #fff;}


.career .glshlubsonec.glshlubsonec-two{
    background:url("../images/career/bg-1.png") no-repeat left top; 
	    background-size: cover;
	background-attachment: fixed;
}
.career .glshlubsonec.glshlubsonec-two .container {
    position: relative;
}
.career .glshlubsonec.glshlubsonec-two::before {content: ""; height: 100%; width: 100%; background: rgba(0,0,0,0.8); position: absolute; top: 0;}


.career .glshlubsonec.glshlubsonec-two ul  {
    width: 100%;
	margin-top: 70px;
	text-align: center;
}
.career .glshlubsonec.glshlubsonec-two ul  li {
    border: none !important;
    width: 46%;
    padding: 0 43px 50px 120px;
    display: inline-block;
    position: relative;
	float: none;
	text-align: left;
}

.career .glshlubsonec.glshlubsonec-two ul  li img {
    width: 100px;
    position: absolute;
    left: 0;
}

.conobx {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #ccc;
}


 .glshlubsonec.glshlubsonec-two ul li p span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 19px;
}

 .glshlubsonec.glshlubsonec-two ul li p  {
    display: block;
    margin: 0 0 10px 0;
 
	     color: #fff;
}

.career .glshlubsonec.glshlubsonec-three {
    background: #292929;
    padding: 50px 0;
}

.career .glshlubsonec.glshlubsonec-three ul {
    text-align: center;
    margin: 79px auto 37px;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
}

.career .glshlubsonec.glshlubsonec-three ul li {
    border: none !important;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 5px 0 72px 120px;
    vertical-align: middle;
    clear: both;
    text-align: left;
	float: none;
}
.career .glshlubsonec.glshlubsonec-three ul li img {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.career .glshlubsonec.glshlubsonec-three .conobx{
    border: none;
}

.glshlubsonec.glshlubsonec-three   ul li p {
    color: #fff;
}
.glshlubsonec.glshlubsonec-three ul li p span {
    font-size: 21px;
    display: block;
    line-height: 26px;
}




.glshlubsonec.glshlubsonec-three .logobox{
    text-align: center;
    display: block;
    width: 100%;
}


.socilalink {
    margin: 33px 0 0 0;
}
.socilalink a {
    display: inline-block;
    width: 179px;
    background: #727272;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px;
    border-radius: 8px;
    margin: 0 15px;
}

.socilalink a  i{
    margin: 0 13px 0 0;
}

.glshlubsonec.glshlubsonec-three .logobox p {
    color: #ccc;
    font-size: 25px;
}


 .glshlubsonec.glshlubsonec-four  {
    background: #000;
}
.glshlubsonec.glshlubsonec-four .sixbox li {
   margin: 50px 44px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    width: 26%;
    vertical-align: top;
	 -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
	cursor: pointer;
	border: none !important;
}


.glshlubsonec.glshlubsonec-four p {
    clear: both;
	color: #fff;
}

.glshlubsonec.glshlubsonec-four .yellogbtn {
    display: block;
    margin: 33px auto 0;
}

.glshlubsonec.glshlubsonec-four .sixbox li img {
    width: 308px;
    border-radius: 28px;
    height: 332px;
}
.parabox{
    position: absolute;
    bottom: 68px;
    color: #fff;
    margin: 0 20px;
}

 .glshlubsonec.glshlubsonec-four .yellogbtn {display: block;
    clear: both;}

 .glshlubsonec.glshlubsonec-four ul {
    width: 100%;
}

.glshlubsonec.glshlubsonec-four .sixbox li:hover{transform: scale(0.9, 0.9);  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;}

.glshlubsonec.glshlubsonec-four .glshead {
    line-height: 34px;
    margin-bottom: 0;
}

.career .glshlubsonec {
    background: #232323;
    padding: 50px 0;
}

.glshlubsonec-five  img {
    width: 100%;
}

.glshlubsonec-five p {color: #fff;}



.glshlubsonec.glshlubsonec-four {
    background: #545454;
}


.career .glshlubsonec.glshlubsonec-three { background: url(	../images/career/bg.png) no-repeat #3e3e3e; background-size: cover;}



/******challenges********/
.home.glshlubsfour.challengerone {
    display: block;
    margin: 0;
    padding: 50px 0;
}

.home.glshlubsfour.challengerone .siplebx li {
    text-align: left;
    border: none;
    min-height: 93px;    width: 45%;    margin: 20px 0;    padding: 0 50px;
    float: none;
}

.home.glshlubsfour.challengerone .wdht {
    width: 100%;
    margin: 10px auto;
}

.glshlubsfour.challengerone  .glshead {
    font-size: 29px;
    line-height: 33px;
}

.boxrigha {
    margin: 21% 0 0 0;
}

.boxlog  {
    margin: 0 auto;
}


.boxlog li {
    width: 33.1%;
    vertical-align: top;
    display: inline-block;
}

.boxlog li img {
    width: 100%;
}
.glshlubsonew {position: relative}

.glshlubsonew .container {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}


.whiboxbb{
    background: #fff;
    padding: 26px 100px;
    border-radius: 86px;
    font-size: 30px;
    width: fit-content;
    margin: 0 auto;
}

.whiboxbb span {
    display: block;
    color: #f5b71a;
    text-transform: uppercase;
    font-weight: 600;
}


.righoxa {
    display: inline-block;
    vertical-align: top;
    width: 53%;
    margin: 33px 0 0 46px;
}

.glshlubstwo .righoxa  p  {
    font-size: 23px;
}

.leftomg {
    width: 100%;
}

.home.glshlubstwo.glshlubstwo-new { padding:20px 0 100px;}
.home.glshlubstwo.glshlubstwo-new  .container {position: relative;}

.glshlubstwo .righoxa p span {
    color: #f5b817;
    margin: 0 10px;
}

.lefobox {background: url("../images/ventures/line-2.jpg")left top repeat-y;}

.home.glshlubstwo.glshlubsdubble .container  {    top: 32%;}


.lefobox {
    width: fit-content;
    padding: 10px 0;
}

.whteox {
    background: #fff;
    font-size: 24px;
    padding: 38px 88px;
}


.whteox span {
    display: block;
    color: #f0b218;
}

.home.glshlubstwo.glshlubsfourdubb .glshlubstwo {
    position: relative;
}

.ilnboxia {
    display: block;
    margin:50px 0;
	position: relative;
}

.ilnboxia::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #008ba2;
    top: 23px;
    width: 83%;
	
}

.ilnboxia li{
    width: 16%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
	position: relative;
}

.ilnboxia li img {
    width: 48px;
}

.ilnboxia li span {
    color: #fff;
    display: block;
    background:#b61f80;
    width: 48px;
	height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
}


.boderbox {
    box-shadow: 0px 0px 6px #ccc;
    padding: 50px;
    border-radius: 31px;
    overflow: hidden;
    display: block;
    clear: both;
	margin: 0 0 120px 0;
}

.rightlin {
    display: inline-block;
    vertical-align: top;
    height: 255px;
    width: auto;
}

.inopoybx{
    display: inline-block;
    vertical-align: top;
    color: #b61e81;
    margin: 0 0 0 21px;
    font-weight: 300;
    width: 96%;
}


.inopoybx h2{
    font-weight: 500;
    margin: 0 0 23px 0;
}

.inputb {
    border: none;
    border-bottom: solid 1px #ccc;
    display: block;
    width: 100%;
    padding: 0 0 9px 0;
	outline: none;
}

.ilnboxia li:first-child {text-align: left;}
.ilnboxia li:last-child {text-align: right;}


.home.lastobc {
    background: #dfdde4;
    padding: 50px 0 0;
}

.lebixs{
    width: 450px;
    display: inline-block;
    vertical-align: top;
	    float: left;
}

.rigix {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left;
    margin: 75px 0 0 34px;
}

.rigix img {
    width: 100%;
    margin: 0 0 22px 0;
}

.rigix  p {
    font-size: 23px;
    color: #000;
}




/**************/

.partershippage .home.glshthree.tensection, .career .home.glshthree.tensection {display: none;}

.partershippage .glshthree .container {
    top: 31%;
    text-align: left;
}

/********030223************/


.topbannmer {
    background: #f7b715;
    overflow: hidden;
    max-width: 2550px;
    margin: 0 auto;
}


.rigimgbx {
    width: 35%;
    float: right;
}

.mobx {
    display: inline-block;
    vertical-align: top;
    width: 74%;
}

.ehobx {
    font-size: 43px;
    font-weight: 600;
    line-height: 43px;
    margin: 80px 0 50px 0;
}


.mobx p {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.lomon {
    display: inline-block;
    width: 25%;
    float: right;
    margin: 0 -12px 0 0;
}

.secionb.tow {
    display: block;
    clear: both;
    width: 100%;
    padding: 50px 0;
}

.leobxca {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 66px;
}

.leobxca {
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
    color: #000;
    margin: 0 50px 0 0;
}

.onhead {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
    margin: 0 0 9px 0;
}

.towhad {
    font-size: 29px;
    line-height: 34px;
    font-weight: 600;
    color: #0591a8;
    text-transform: capitalize;
}
.loboxa {
    display: inline-block;
    vertical-align: top;
    width: 54%;
}


.loboxa img {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 0 2%;
}
.bnobx {
    display: block;
    text-align: center;
    margin: 50px 0;
}


.bnobx a {
    width: fit-content;
    padding: 12px 100px;
    font-size: 22px;
    color: #ccc;
    text-decoration: none;
    border: solid 2px #ccc;
    border-radius: 10px;
    margin: 0 30px;
}

.mastboxs {
    display: block;
}
.masterboxlc {
    display: inline-block;
    width: 30%;
    margin: 20px;
    box-shadow: 0px 1px 5px #919191;
    border-radius: 12px;
    overflow: hidden;
    vertical-align: top;
}

.bannimg {
    width: 100%;
    height: 243px;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
}

.contobc {
    padding: 15px;
}

.prohead {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 7px 0;
    color: #4e4e4e;
    min-height: 53px;
    line-height: 23px;
}
.prodeals {
    display: block;
    margin: 0 0 10px;
}

.prodeals ul {
    width: 68%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.prodeals ul li {
    margin: 0 0 5px 0;
}

.prodeals ul li strong {
    font-weight: 600;
    color: #c33246;
}

.prolog {
    display: inline-block;
    width: 93px;
    vertical-align: baseline;
}

.btnbox {
    clear: both;
    margin: 12px 0 0 0;
    overflow: hidden;
}

.btnbox a {
    background: #1997ae;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 15px;
    float: left;
    border-radius: 5px;
}

.btnbox a.rightbt {
    float: right;
    border-radius: 5px;
    background: #1997ae;
}

.btnbox a.rightbt.closebtn {  background: #606060;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
     border:none;
    border-bottom:solid 3px #fdbd12;;
}

.nav-tabs {
    border-bottom:none;
} 

.nav-tabs .nav-link {font-size: 20px;
    color: #000;}

.nav-link {
    display: block;
    padding: 0.5rem 0;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    margin: 0 20px;
}

.ftboband {background: url("../images/resource-new/inner-bg.png") no-repeat  center top/cover; padding: 150px 0; }

.yelboxa  {
    background: #f5b71a;
    width: 800px;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}

.yelboxa p {
    color: #000;
    font-size: 24px;
}

.yelboxa span {
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
}

.heidoldfter .home.glshthree.tensection {display: none;}


/*****Resources-Innerpage 040223*********/
.topbanerinter img  {
    width: 100%;
}

.whobox  {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 10px #000;
    border-radius: 44px;
    margin: -84px 0 0 0;
}

.heboxandlgo {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0 0 22px 0;
}


.heboxandlgo span {
    font-size: 30px;
    font-weight: 600;
}

.heboxandlgo img {
    width: 150px;
    float: right;
}


.detaols {
    border-top: solid 1px #ccc;
    padding: 18px 0;
    overflow: hidden;
}

.hebox {
    display: inline-block;
    vertical-align: top;
}

.dealinbox {
    font-weight: 600;
    font-size: 22px;
    clear: both;
	display: block;
}


.dealinbox i {
    font-style: normal;
}

.boxnt {
    background: #1997ae;
    color: #fff !important;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 15px;
    float: right;
    border-radius: 5px;
    margin: 15px 0 0 0;
}

.disbx {
    margin: 36px 19px;
}

 .nav-tabs .nav-link {
    font-size: 20px;
    color: #000;
    border: none;
}

/*****180223*******/
.owl-carousel .owl-item .topbannmer img.rigimgbx {
       width: 35%;
    float: right;
	display: inline-block;
}


.owl-carousel .owl-item .lomon {
    display: inline-block;
    width: 25%;
    float: right;
    margin: 0 -12px 0 0;
}

.ehobx span {
    display: block;
    font-size: 22px;
    line-height: 29px;
	    margin: 18px 0 0 0;
}
.apllybnt {
    display: block;
    width: fit-content;
    background: #bc1f86;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 31px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 23px;
    margin: 30px 0 0 0;
}

.loboxa ul li {
    display: block;
    position: relative;
    margin: 10px 0;
}


.loboxa ul li img {
    width: 58px;
    display: inline-block;
    vertical-align: middle;
}
.loboxa ul li span {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.prolog {display: none;}

.glboing {
    width: 300px;
    margin: 0 auto;
    display: block;
}

/**270223****/

.heboxandlgo img {display: none;}
.whobox p {
    font-weight: 600;
    font-size: 20px;
}


/*****010323****/

.sperimg  {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}



.sperimg img{
    width: 100%;
}


.joboxs {
    display: inline-block;
    width: 55%;
    margin: 0 0 0 33px;
}

.hebx {
    display: block;
    margin: 10px 0 20px;
    font-size: 22px;
    font-weight: 600;
    border-bottom: solid 2px #bc1f86;
    width: fit-content;
    padding-bottom: 5px;
}


.home.glshlubstwo, .home.glshlubstheer {display: none;}

.paidbox.masterbx {
    width: 100%;
    text-align: center;
}

.mstbox {
    display: inline-block;
    vertical-align: top;
    margin: 20px;
}

.mstbox strong {
    display: block;
    font-size: 48px;
    color: #f4b619;
}

.mstbox em {
    display: block;
    font-style: normal;
    font-size: 16px;
}

.mstbox.toxs strong  {
    color: #bc1f86;
}

 .mstbox {
    text-align: center;
    color: #000000;
    font-size: 21px;
    font-weight: 500;

    padding: 0 20px;
}
.mstbox.toxs { border-left: solid #000 2px;}
   
.mstbox.mstbox .cutbd {
    font-style: normal;
    color: #838383;
    text-decoration: line-through;
    font-size: 20px;
    display: block;
    line-height: 10px;
}
/***180723****/

.disclamibox {
    background: #000;
    font-size: 12px;
    padding: 40px 0;
    text-align: center;
}
.disclamibox p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
	 color: #cbcbcb;
}
.disclamibox p strong {display: block; font-weight: 700;}

















