@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;}
a:hover {color: #8ec4dd; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif;}
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:#193e91 !important; color:#fff !important;}
.nav-link{font-weight: 600; color:#000;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
/*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:#35b8be; color:#fff;}
.nav-tp p{line-height:45px; margin-bottom:0;}
.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-top:50px; border-top-left-radius: 60px;}
.banner-content h1{font-size:65px; line-height:70px; letter-spacing:0px; font-weight:bold;}
.banner-content h1 span{font-size:60px; color:#35b8be;}
.banner-content h2{letter-spacing:0px; line-height:35px; font-size:25px;}
.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: 15px 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: 60px 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: #35b8be;
  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: #35b8be;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: 100px 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;
}

.about .content .rd-mr {
  display: inline-block;
  background: #003049;
  padding: 6px 44px 8px 30px;
  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 .content .rd-mr:hover {
  background: #00295a;
}

.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{}
/*--------------------------------------------------------------
# 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; width: 100%;  border-radius:5px; z-index: 9;border-radius: 4px; margin:10px auto;  margin-bottom: 40px; padding: 20px 0 10px; 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{padding: 15px 10px 5px 15px; position: relative; z-index: 1;}
.ser-bx .img-bx img{border-radius:10px;}
.ser-bx .text{ position: relative; padding:0 10px 0px; margin: 0 auto; 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: 16px; font-weight: 700; text-transform: uppercase; margin: 0; line-height: 40px;}
.ser-bx .text p {font-size: 15px;}
.ser-bx .text p.rd-mr a{color:#fff; background:#35b8be; 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: rgba(54, 184, 190, 0.08);
}
.map-hm-rht .fa {
    font-size: 25px;
    width: 60px;
    height: 60px;
    float: left;
    line-height: 60px;
    background: #35b8be;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
/*--------------------------------------------------------------
# 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: 0; 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:#35b8be; 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:#35b8be;}
#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: #35b8be;}
#footer .copyright { border-top: 1px solid rgba(254,254,254,.2);text-align: center;}
#footer .container-fluid{background: #35b8be; 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: -60px; right: 0;}
  .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);padding: 20px 0; height: 80px;}
}
@media (max-width: 414px) {
#header img {
    margin: inherit;
    max-width: 75%;
}
}