@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {font-family: 'Inter', sans-serif; color: #444444;}
a {color: #7bc7d7; text-decoration:none;font-family: 'Poppins', sans-serif; font-size: 16px;}
a:hover {color: #8ec4dd; text-decoration: none;}
p,ol,ul,li{font-family: 'Poppins', sans-serif; font-size: 16px;}
 /*============WHATSAPP==========*/
  .whatsapp_btn {
      position: fixed;
      top: 15em;
      right: 20px;
      width: 55px;
      height: 55px;
      z-index: 9999;
  }

  .whatsapp_btn .icon_logo {
      position: relative;
      z-index: 100;
      padding: 5px;
  }

  .whatsapp_btn .icon_logo > a > img {
      width: 100%;
  }

  .whatsapp_btn .circle_waves {
      border-radius: 50%;
      background-color: #3cc04e;
      width: 55px;
      height: 55px;
      position: absolute;
      opacity: 0;
      bottom: 1px;
      left: 0px;
      z-index: 99;
      animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
  }

  @keyframes waves {
      from {
          transform: scale(.55, .55);
          opacity: .6;
      }

      to {
          transform: scale(1.8, 1.8);
          opacity: 0;
      }
  }

.about p.rd-mr a {
  color: #fff;
  background: #02aec4;
  font-weight: bold;
  line-height: 30px;
}
.map_icon{font-family: 'Poppins', sans-serif; font-size: 16px;}
.main-table{ font-family: 'Poppins', sans-serif; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.main-heading{font-family: 'Poppins', sans-serif; font-weight:bold; Font-size:20px; color:#000; line-height:36px; border-bottom:1px #ccc dashed; text-transform:uppercase; text-align:left;}
.sub-heading{ font-family: 'Poppins', sans-serif;font-weight:bold; Font-size:16px; color:#000; line-height:24px; margin:0; text-align:left;}
.team-title{font-weight:bold; Font-size:15px; color:#333; line-height:24px; margin:0; text-align:left;}
.contact-us{ padding-left:10px; line-height:30px;}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif;color: #212121;}
.table-responsive{padding: 0;}
section.bnr{padding:0;}
img{max-width:100%;}
a{text-decoration:none;}
#divmainenquiry11 .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
/*#MenuControl*/ .navbar.bg-light{background-color: transparent !important; height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover{background-color: #212121 !important;color:#fff !important;}
.nav-link{font-weight: 600; color:#000;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
.nav-item a{font-size: 15px;}
/*nav-bar*/
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
	}

@media (max-width: 767px){

.navbar-toggler{background:#eee;}
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
}
.nav-tp{background:#02aec4; color:#fff;}
.nav-tp p{line-height: 45px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;}
.bnr-sec{position: relative; overflow: hidden; z-index: 1; background: rgba(54, 184, 190, 0.08);/* height: 500px; */}
.bnr-sec:after { content: ""; width: 600px; height: 1000px; transform: skewX(12deg); position: absolute; top: 0px;left:0px;
    background-color: #fff; z-index: -1;}
.bnr-sec img{    margin: 50px 0; border-top-left-radius: 60px;}
.banner-content h1{font-size: 52px;line-height:70px;color: #212121;letter-spacing:0px;font-weight:bold;}
.banner-content h1 span{font-size: 52px;color:#02aec4;}
.banner-content h2{letter-spacing:0px;line-height: 26px;font-size:25px;margin: 0 0 20px 0;}
.banner-content .txt-rotate .wrap{border-right:#7bc7d7 solid;}
.banner-content a{color:#fff; background:#000; line-height:40px;    font-weight: bold;}
.banner-content a:hover{color:#fff; background:#2faeb4; line-height:40px;}
.nav-link{color:#000;}
@media (min-width: 1024px){

}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #7bc7d7;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header { padding: 8px 0; /* height: 92px; position: absolute; left: 0;  top: 0; right: 0;*/ transition: all 0.5s; z-index: 997; }
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
 margin:0 auto;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.body-fx #header{padding: 6px 0;
    height: 65px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(254,254,254,.75);}
.body-fx .navbar-default{background-color: transparent !important;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 48px 0;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  color: #02aec4;
  text-transform:uppercase;padding-bottom: 20px;
  z-index: 2;
}
.section-title h2::after {content: '';position: absolute;left: 0;right:0;bottom: -5px;height: 15px;background: #02aec4;transform: skew(10deg, 15deg) rotate3d(1, 1, 1, -50deg);width: 4px;border-right: 5px solid #000;margin:0 auto;padding: 4px;outline: 4px solid #fff;}
.section-title h2::before {content: '';right: 0;width:150px;margin:0 auto;position: absolute;left: 0;bottom: 0;height: 4px;background: #00295a;}
.tm-lft .section-title h2::before{background: #fff;}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about { background:#fff;
  padding: 40px 0 50px;
  position: relative;
  overflow: hidden;
}


.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 10px 30px 0 30px;
}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 34px;
  color: #003049;
  margin-bottom: 30px;
  position: relative;
  left: 20px;
}

.about .content p {
  margin-bottom: 10px; text-align:justify; line-height:26px;font-size: 16px; 
}

.about .content .rd-mr {
  display: inline-block;
  
  
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative; font-weight:800; font-size:17px;
}

.about .content .rd-mr i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}


.about .icon-boxes .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
	border:1px dashed #ccc;margin: 10px auto;
	text-align:center;
}

.about .icon-boxes .icon-box:hover, .about .icon-boxes .icon-box:hover .fa, .about .icon-boxes .icon-box:hover a{ color:#fff;}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #003049;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #003049;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.about .icon-boxes .icon-box:hover::before {
    background: #003049;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {font-size: 15px; color: #848484;}
.about img{}

.team_img {
  width: 150px;
  border: 6px solid #35b8be;
  border-radius: 50%;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{position:relative;overflow: hidden;background:rgba(54, 184, 190, 0.08);}
.services:before{position:absolute;content:'';top:0;width: 15%;left: -140px;height:100%;transform: skewX(5deg);background:#fff;z-index: 0;}
.ser-bx {background: #fff;z-index: 9;border-radius: 4px;margin:10px auto;margin-bottom: 30px;padding: 20px;transition:.5s;display: flex;border:1px solid rgba(53,184,190,.25);}
.ser-bx:hover .img-bx .fa{ /*-webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0);*/ background:#003049;}
.services .ser-bx:hover { border:1px solid rgba(53,184,190,.85);}
.ser-bx .img {width: 100%; height: 240px;  display: block;}
.ser-bx .img .icon {width: 70px; height: 70px; background: #003049;  margin: 0 auto;  opacity: 0;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.ser-bx .img-bx{position: relative;z-index: 1;width: 160px;}
.ser-bx .img-bx img{border-radius:10px;}
.ser-bx .text{position: relative;/* padding:0 10px 0px; */margin: auto 35px;text-align:justify;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;-moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);}

.ser-bx .text h3 {font-size: 19px;font-weight: 700;text-transform: uppercase;margin: 0 0 10px 0;line-height: 40px;}
.ser-bx .text p {font-size: 15px;}
.ser-bx .text p.rd-mr a{color:#fff; background:#02aec4; font-weight:bold; line-height:30px;}
.ser-bx .text p.rd-mr a:hover{color:#eee; background:#000;}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {/*padding:10px 0 80px;*/}
.contact .map-hm-rht {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding:50px 30px;
  background: #dedede57;;
}
.map-hm-rht .fa {
    font-size: 25px;
    width: 60px;
    height: 60px;
    float: left;
    line-height: 60px;
    background: #02aec4;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

/***** contact *****/
/*----------------------------contactpage----------------------------------------*/
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{     margin: 0;
    font-size: 18px;
    margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-heading {
    margin: 0;

    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}

.cont-page .st-feature-box{
    background: #141414;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #e0e0e0;
    }
	
.cont-page .feature-box-image{margin-top: 20px;}

.brnh-off p{margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    margin: 0;
}

.st-feature-box {
    padding-left:75px;
    position: relative;
	    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height:0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.st-feature-box h3 {
    color: #02aec4;
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
}

.cont-soc img{margin-right:5px;}
.cont-page h2{    font-weight:bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
	margin-top:10px;}
.cont-page h2 span{color: #111;
    font-weight: normal;
    font-size: 18px;}
.cont-page h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}

/***** End contact *****/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{background: rgba(54, 184, 190, 0.08); color: #111; font-size: 15px;}
#footer .footer-info h3 {font-size: 24px; margin: 0 0 20px 0;padding: 2px 0 2px 0;line-height: 1; font-weight: 700;}
#footer .footer-info p {font-size: 15px; line-height: 24px; color:#111; margin-bottom: 16px; font-family: 'Poppins', sans-serif;}
#footer .footer-info .fa{width: 60px; height: 40px; line-height: 40px; margin-right: 10px; text-align: center; font-size: 20px;}
footer .footer-links ul{list-style:none; margin:0; padding:0px;}
footer .footer-links ul li{border-bottom: 1px dashed rgba(54, 184, 190, 0.2); padding: 8px 0;}
#footer .social-links a {margin-top: 15px; font-size: 13px; display: inline-block; background:#fff; color:#02aec4; padding: 8px 0; margin-right: 2px; border-radius: 50%; text-align: center;  width: 35px;  height: 35px;  transition: 0.3s;}
footer .footer-links ul li a{color:#111; padding: 10px; transition:.5s;}
footer .footer-links ul li:hover a{ padding-left: 15px;}
footer .footer-links .fa{color:#02aec4;}
#footer .social-links a:hover {background: #000; color: #fff; text-decoration: none;}

#footer h3{ font-size: 24px; border-bottom:1px dashed #000; font-weight: 600; color: #000; position: relative;  padding-bottom: 12px;}

#footer .footer-links { margin-bottom: 30px;}

#footer .footer-links ul a:hover {color: #02aec4;}
#footer .copyright {border-top: 1px solid rgba(254,254,254,.2);}
#footer .container-fluid{background: #02aec4; margin-top:10px;}
.credits a{color:#000;}
#footer .credits {padding-top: 10px; text-align: center; font-size: 14px; color: #111;}
.top {  position: fixed;  right: 10px;  bottom: 30px;  text-align: center;  color: #fff;  background: #000;  padding: 10px 10px;z-index: 9;  border-radius: 50%;  border: 2px solid #fff;  cursor: pointer;  opacity: 0;  transition: ease-in 0.5s;}


.top.scll-top {  opacity: 1; transition: ease-in 0.5s;  bottom: 50px;}

.top .fa { display: block !important;}


@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header img{margin:inherit;}
  .navbar-toggler{position: absolute;top: -50px;right: 10px;}
  .body-fx #header{padding: 15px 0;
    height: inherit;
    position: relative; background: rgba(254,254,254,.85) !important;}
.caption{width: 100%;}
.wback .caption{    top: 30%;}
.body-fx .navbar-default, .body-fx .navbar-default .navbar-collapse{background-color: transparent !important;border-color: transparent !important;}
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
  #header{position:relative;background-color:  rgba(47,77,90,.85); }
}
@media (max-width: 414px) {
#header img {
    margin: inherit;
    max-width: 72%;
    margin-left: -90px !important;
}
}

.whatsapp_btn {
    position: fixed;
    top: 28em;
    right: 40px;
    width: 45px;
    height: 45px;
    z-index: 9999;
  }
  .whatsapp_btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
  }

  .whatsapp_btn .icon_logo > a > img {
    width: 100%;
  }

  .whatsapp_btn .circle_waves {
    border-radius: 50%;
    background-color: #3cc04e;
    width: 45px;
    height: 45px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  }

  @keyframes waves {
    from {
      transform: scale(0.55, 0.55);
      opacity: 0.6;
    }
    to {
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }


.heading-innerpage {padding: 5% 0;background: linear-gradient(45deg, #02AEC4, #212121);}
.heading-innerpage h2 {color: #fff;font-size: 42px;font-weight: 600;margin: 0;text-transform: uppercase;letter-spacing: 1px;text-align: center;position: relative;}

@media (min-width: 320px) and (max-width: 768px) {
	.nav-tp p { line-height: 25px; font-size: 14px;}
	.banner-content h1, .banner-content h1 span { font-size: 37px; line-height: 50px}
	.ser-bx .text {margin: auto 15px;}
	.ser-bx { padding: 15px}
	.ser-bx .text h3 { font-size: 18px}
	.ser-bx .img-bx { width: 130px}
}

.navbar-nav li:hover > ul.dropdown-menu {
      display: block;
  }
  .dropdown-submenu {
      position:relative;
  }
  .dropdown-submenu > .dropdown-menu {
      top: 0;
      right:100%;
      left: auto;
      margin-top:-6px;
  }
  /* rotate caret on hover */
  .dropdown-menu > li > a:hover:after {
      text-decoration: underline;
      transform: rotate(180deg);
  }
  .dropend .dropdown-menu {
      right: 100% !important; top:0;
      left: auto !important;
  }