@charset "utf-8";
/* 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;

}*/
@import url('https://fonts.googleapis.com/css2?family=Poppins: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: 'Poppins', sans-serif;**/


h1, h2, h3, h4, h5, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
header {
  padding: 24px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  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: 10px;
  border: solid 2px #fff;
  height: auto;
  width: auto;
  outline: none;
  line-height: 37px;
}
#back-top a span {display: block;}
/**go to top here end**/


/****page css*****/
.forubxone  {
    position: relative;
    height: 677px;
    overflow: hidden;
}

.fulbix {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}


.forubxone .container {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    z-index: 2;
}

.mainbxa {
    font-size: 24px;
    color: #fff;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.contboxa {
    font-size: 51px;
    font-weight: 700;
    line-height: 66px;
    padding: 0 0 14px 0;
}

.contboxa  span {
    font-size: 31px;
    border-bottom: solid 4px #fff;
    width: fit-content;
    clear: both;
    display: block;
    font-weight: 600;
}

p {
    display: block;
    font-size: 18px;
}

.rigoxa {
    float: right;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.logoufr {
    display: block;
    margin: 70px 0 50px;
}

.forubxtwo {background: url("../images/bg-2.jpg") no-repeat top center/cover; padding: 215px 0 70px;}

.forubxtwo p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.allhead {
    text-align: center;
    font-size: 39px;
    font-weight: 700;
    color: #00adee;
}

.forubxtwo .allhead {
    margin: 97px 0 0 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.forubxtwo ul {
    text-align: center;
}

.forubxtwo ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 0 10px #b3adad;
    border-radius: 20px;
    margin: 30px 50px;
    min-height: 399px;
    position: relative;
}

.bobxa {
    display: block;
    box-shadow: 0 0 10px #b3adad;
    width: 150px;
    padding: 31px 0 0 0;
    border-radius: 50%;
    margin: 0 auto 30px;
    height: 150px;
}	
.bobxa img {
    display: block;
    padding: 0;
    margin: 0 auto 30px;
}

.forubxtwo ul li span {
    color: #00adee;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}


.forubxthree{
    background: #00adee;
    text-align: center;
    padding: 50px 0;
}

.forubxthree .allhead {
    color: #fff;
    margin-bottom: 35px;
}

.forubxthree ul li {
    display: inline-block;
    vertical-align: text-top;
    font-size: 28px;
    font-weight: 500;
    width: 47%;
    color: #fff;
}

.boxad{
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 10px #b3adad;
    width: 150px;
    padding: 26px 0 0 0;
    border-radius: 50%;
    margin: 0 auto 30px;
    height: 150px;
    background: #fff;
}

.forubxthree ul li span {
    display: inline-block;
    text-align: left;
    margin: 0 0 0 26px;
    line-height: 37px;
}
.forubxfour {
    padding: 50px 0;
    position: relative;
}
.forubxfour ul  {
    position: relative;
    z-index: 2;
}
.forubxfour ul li {
    display: inline-block;
    vertical-align: top;
    margin: 50px;
}
.arrowimg{
    position: absolute;
    top: 46%;
}
.forubxfive {background: url("../images/bg-img-3.png") no-repeat left top/cover;   padding: 84px 0; text-align: center;}
.leobas {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 55px;
    margin: 0 53px 0 0;
}

.leobas .txhed span{
    display: block;
    font-size: 31px;
    font-weight: 600;
}

.leobas a {
    display: block;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border: solid 2px #fff;
    padding: 0 50px;
    border-radius: 45px;
}

.forubxfive img {
    display: inline-block;
    background: #fff;
    padding: 17px;
    border-radius: 13px;
}

.forubxsix {padding: 60px 0; position: relative;  background: url("../images/bg-img.jpg") no-repeat left top/cover; }


.forubxsix .allhead {
    color: #fff;
    margin: 0 0 31px 0;
}

.slideboxa  {
    background: #fff;
    padding: 50px 100px;
    position: relative;
}


.slideboxa .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}


.slideboxa  .owl-carousel .owl-nav button.owl-prev {
    margin-left:-60px;
}

.slideboxa  .owl-carousel .owl-nav button.owl-next {
    margin-right:-60px;
	float: right;
}

.slideboxa .owl-carousel .owl-item img {
    display: block;
    width: auto;
	margin: 0 auto;
}

.forubxseven  {
    padding: 50px 0;
}

.rigimg {
    float: right;
}


.forubxseven  .allhead {
    text-align: left;
    margin: 21px 0 0 0;
}	


.forubxseven  ul  {
    font-size: 21px;
    margin: 31px 0 0 0;
}
.forubxseven  ul li{
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 0 35px;
    font-weight: 500;
}


.forubxseven  ul li::before{ background: linear-gradient(to left, #00dab0, #00b8c0, #0093d1, #006be5); height: 15px; width: 15px; position: absolute;  left: 0; content: ""; border-radius: 50%; top: 10px;

}

.forubxeight{
    display: block;
    clear: both;
    background: #e5e5e5;
    padding: 50px 0;
}	

.forubxeight ul {
    text-align: center;
}

.forubxeight ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 0 14px;
}

.maonboxa {
    display: block;
    clear: both;
}

.leimg {
    display: inline-block;
    vertical-align: middle;
}

.conboxa {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
    margin: 0 -20px 0 -22px;
    line-height: 17px;
}

.fistline {
    display: block;
}

.topimg {
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
}


.forubxeight ul li p {
    display: block;
    font-size: 12px;
    color: #000;
    padding: 0 50px;
    line-height: 15px;
    margin: 11px 0 0 0;
}

.forubxnine {
    padding: 50px;
	background: #162546; }

.forubxnine .allhead {text-align: center; color: #fff;}

.mobileimg {display: none;}


.forubxten {background: url("../images/bg-blue.jpg") no-repeat left top/cover; padding: 50px 0; }

.forubxten .allhead { color: #fff;}

.tettext {
    background: url(../images/testimocnalbox.png) no-repeat left top/cover;
    padding: 81px 42px 0 55px;
    margin: 0 26px;
    text-align: center;
    min-height: 220px;
    display: none;
    width: 376px;
    font-size: 13px;
    line-height: 17px;
}

.center .tettext {display: block;}

 .forubxten .owl-carousel button.owl-dot {height: 18px; width: 18px; background: #fff; border-radius: 50%; margin:5px; }

 .forubxten  .owl-carousel button.owl-dot.active { height: 23px; width: 23px; border: solid 2px #fff; background: linear-gradient(to left, #00dab0, #00b8c0, #0093d1, #006be5); }

 .forubxten .owl-carousel .owl-dots.disabled {display: block !important; text-align: center; margin: 20px 0 0; }
.forubxeleven {
    background: linear-gradient(to left, #00dab0, #00b8c0, #0093d1, #006be5);
    overflow: hidden;
    padding: 50px 0;
}


.leibmg{
    float: left;
}

.forubxeleven .allhead {
    color: #fff;
    text-align: left;
}


.forubxeleven ul {
    margin: 28px 9px 0 0;
	background: #fff;
}


.forubxeleven ul li {
    background: #fff;
    padding: 15px 15px 15px 50px;
    font-size: 22px;
    width: 100%;
    border-radius: 10px;
    line-height: 30px;
    position: relative;
    display: block;
    vertical-align: top;
	margin: 0 22px 0 0;
}
.forubxeleven ul li::before {
    background: linear-gradient(to left, #00dab0, #00b8c0, #0093d1, #006be5);
    height: 15px;
    width: 15px;
    position: absolute;
    left: 17px;
    content: "";
    border-radius: 50%;
    top: 36px;
}

.rboxat {
    margin: 0 0 0 200px;
}

.forubxtwave  {
    background: #303030;
    padding: 15px 0;
    text-align: center;
}

.forubxtwave ul {
    display: inline-block;
    vertical-align: top;
	margin-right: 30px;
}
.forubxtwave ul  li {display: inline-block; margin: 0 5px;}

.forubxtwave ul  li a i {
    height: 40px;
    width: 40px;
    display: block;
}
.forubxtwave ul  li a i {background: url("../images/social-icon.png") no-repeat 0; }
.forubxtwave ul  li:nth-child(2) a i {background: url("../images/social-icon.png") no-repeat -55px 3px; }
.forubxtwave ul  li:nth-child(3) a i {background: url("../images/social-icon.png") no-repeat -110px 3px; }
.forubxtwave ul  li:last-child a i {background: url("../images/social-icon.png") no-repeat -165px 3px; }
.eobtn {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
	font-weight: 800;

}

.eobtn span {
    text-decoration: none;
	text-transform: uppercase;
  background: linear-gradient(to left, #00dab0, #00b8c0, #0093d1, #006be5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.immpab img  {width: 100%;}


/*******150322***********/

.formboxa{
    position: absolute;
  right: 75px;
  top: 30px;
  margin:0px auto;
  z-index: 99;
  min-width:340px;
  max-width:340px;
  background:#0fc1f200;
  padding:0px;
}

/********thankyou******/


.sliimg {
    width: 100%;
}

.jklpone .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.logbda {
    margin: 159px auto 0;
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.thankyou .slidtxt {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 29px;
    background: #fff;
    color: #233b5e;
    padding: 0;
    width: fit-content;
    margin: 50px auto;
    padding: 0 35px;
    line-height: 48px;
}

.backbtn {
    background: #00aced;
    color: #fff!important;
    padding: 6px 20px;
    margin: 0 auto;
    display: block;
    width: max-content;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 25px;
}
