@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


h1,h2,h3,h4,h5,h6 
{
    font-family: "Manrope", sans-serif;
}
a
{font-family: "Manrope", sans-serif;}
p, .main-table ul li{font-family: "Manrope", sans-serif;font-size: 15px;font-weight: 500;color: #333;letter-spacing: .3px;}
span{font-family: "Manrope", sans-serif;}
ul li {font-family: "Manrope", sans-serif;}
div#WhatsNewControl_C {
    margin-top: 73px;
}
.service {
	padding: 50px 0;
	background:#faf9f8;
}
.service-img{padding-bottom:10px;}
.service-img .fa{color: #edb970;font-size: 45px;line-height: 83px;}

.sub-heading {
	font-family:'Poppins';
	position:relative;
	font-size: 22px;
	padding-left: 50px;
	color: #19514d;
}

.sub-heading:before {
	position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    background: #19514d;
    bottom: 10px;
    left: 36px;
}

.sub-heading-1 {
	font-family:'Poppins';
	position:relative;
	font-size: 22px;
	color: #edb970;
	text-align:center;
	margin: 0 0 5px;
}

.sub-heading-1:before {
	position: absolute;
    content: "";
    width: 5%;
    height: 2px;
    background: #19514d;
    bottom: 10px;
    left: 36%;
}
.sub-heading-1:after {
	position: absolute;
    content: "";
    width: 5%;
    height: 2px;
    background: #19514d;
    bottom: 10px;
    right: 36%;
}


.head-section h2 span{
	    color: #000;
    font-weight: 600;
}
.head-section h2{
	text-align: center;
	color: #0f201f;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 38px;
	font-family:'Poppins';
	font-weight: 400;
	margin:0;
}
.service .service-block:hover {box-shadow: 0px 1px 2px #ccc;}
.service .service-block {
	/* background: #fff; */
	padding: 14px 72px 52px 90px;
	/* box-shadow: 0px 2px 11px #ccc; */
	/* color: #a2a2a2; */
	cursor:pointer;
	height:300px;
	margin-bottom: 30px;
}



.service .service-caption h4{
	margin: 0 0 10px;
    font-weight: 600;
    font-size: 20px;
    text-transform:capitalize;
}

.service .service-caption a{
	color: #edb970;
	font-size: 15px;
	text-decoration:none;
	font-weight:600;
}

.service-text p {
	text-align: center;
    width: 650px;
    margin: 0 auto;
    font-size: 18px;
	padding-top: 20px;
    padding-bottom: 20px;
}

#topbar {
    /* background: #013E51; */
    font-size: 15px;
    /* transition: all 0.5s; */
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.2);
}
#topbar .contact-info i:first-child {
    margin-left: 0;
}
#topbar .contact-info i {
    color: #edb970;
    padding: 0 4px 0 16px;
    font-size: 14px !important;
}
#topbar .contact-info a {
    color: #000;
    transition: 0.3s;
    font-size: 14px !important;
    text-decoration: none;
    letter-spacing: .7px;
}
.social-links {
    float: right;
}
#topbar .social-links a:first-child {
    border-left: 0;
}
#topbar .social-links a {
    color: #edb970;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    font-size: 17px;
}
header img {margin-top: 20px;/* width: 80%; */}
.ft-l
{
    color:#fff;
}
/* team */
section.team-hm {
    margin-top: 74px;
    /* min-height: 137%; */
    padding: 6% 0% 29% 0%;
    background: #052925;
}

span.subheading {
    text-transform: uppercase;
    font-size: 16px;
    color: #edb970;
}
.sector-bx {
  background: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 40px 0 20px;
  width: 100%;
  border-radius: 10px;
}
.sector-bx img {
  width: 70px;
  margin: 0 0 25px 0;
}
.sector-bx h5 {
  color: #43515f;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0px 10px;
}

.residence{margin-top: -356px;/* margin: 50px 0 30px; */}
.residence h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
}
.content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 35px;
}

.content .content-overlay {
    background: rgb(34 34 34 / 76%);
    position: absolute;
    /* height: 100%; */
    /* width: 100%; */
    left: 0;
    margin: 20px;
    top: 0;
    /* border-radius: 5px; */
    bottom: 0;
    right: 0px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    box-shadow: 1px 1px 8px #504e4e;
    /* border-radius: 5px; */
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
 .tm-social {position: absolute;background: #fff;z-index: 1;border-radius: 25px;opacity: 0;visibility: hidden;transition: 0.4s;transform: scaleY(0.5);left: 50%;transform: translate(-50%, 0);top: 285px;background: transparent;padding: 0;display: inline-flex;gap: 10px;width: auto;}
    .tm-social a {display: block;text-align: center;height: 35px;width: auto;padding: 0;line-height: 35px;color: #edb970;margin: 0;background: transparent;}
    .tm_bx .tm_bx_cont {background: #f7f7f7;border-top: 2px solid rgba(184,184,184,0.5);padding: 122px 30px 30px;background-size: 100%;transition: 0.4s;}
     .tm-social a {/* margin-bottom: -45px; */width: 46px;height: 46px;border-radius: 25px;line-height: 46px;background: #fff;font-size: 18px;}
    .tm-social a:hover {background: #edb970;color: #fff;}
   :hover .tm_bx_cont {border-top-color: #f84923;}
    :hover .tm-social {opacity: 1;visibility: visible;bottom: 34px;}
    
.content-details h3 {
    color: #fff;
    font-weight: 500;
    /* letter-spacing: 0.15em; */
    margin-top: 223px;
    font-size: 19px;
    /* text-transform: uppercase; */
}
.content-details h3 span {
    color: #fff;
    font-weight: 500;
    /* letter-spacing: 0.15em; */
    margin-top: 223px;
    font-size: 15px;
    /* text-transform: uppercase; */
}
/* team */
/* homepage */


 .about-content-hm {
    margin-right: 97px;
    margin-top: -50px;
    margin-left: 97px;
    padding: 60px 60px 60px 60px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    background-color: #fff;
    padding: 0% 0;
}
 
.main-heading1-hm {
    font-size: 39px;
    line-height: 1.22;
    margin-bottom: 22px;
    color: #0f201f;
    font-weight: 700;
    text-align: left;
}

.master-heading1-hm ab p {
    font-size: 16px;
    line-height: 1.875;
    color: #a0a0a0;
}



.abt-backbox
{/* -webkit-mask-image: url('image/abt-back.png'); */-webkit-mask-size: contain;-webkit-mask-position: center center;-webkit-mask-repeat: no-repeat;/* background-image: url('image/abt-back.png'); */background-size: cover;}

.abt-exp
{
    padding: 35px 30px 50px 138px;
    background-image: url('image/exp-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    min-height: 150px;
    top: 481px;
}

.master-counter:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    transition: .5s ease;
}
.master-counter .inner {
    flex-direction: row;
    align-items: center;
}
.master-counter .number-wrap {
    line-height: 1;
    display: inline-flex;
    /* justify-content: center; */
    position: absolute;
    left: 52px;
    top: 25px;
}

.master-counter .inner .number-wrap .number {
    font-size: 64px;
    display: inline-flex;
    justify-content: center;
    color: #013E51;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.title
{
    color: #7c7c9d;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}


    
.trust-abt 
{
    padding: 25px 0 0 0px;
    background-color: #fff;
    border-style: solid;
    border-width: 4px 0 0;
    border-color: #E09706;
    border-radius: 5px 5px 5px 5px;
    /* box-shadow: 0 10px 60px 0 rgba(0, 0,0 10px 60px 0 rgba(0,0,0,.1); */
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
    float: right;
    width: 141px;
    animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    -moz-animation: bounce 4s infinite;
    -o-animation: bounce 4s infinite;
}


/* .bounce {
	position: absolute;
	bottom: 30px;
	left: 50% ;
	width: 60px;
	height: 60px ;
	margin-left:-30px;
	border: 2px solid #990000;
	
} */
 
@-webkit-keyframes event-icon {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes event-icon {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes event-icon{
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes event-icon{
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.trust-abt img
{
    color: #013E51;
    background: #EDEDF3;
    padding: 24px;
    border-radius: 50%;
    position: relative;
    left: 28px;
    /* font-size: 50px; */
    width:90px;
}

.trust-abt h6 
{
    position: relative;
    left: 38px;
    top: 2px;
    font-size: 16px;
    line-height: 21px;
}

/* homepage homebox */

.home
{
    margin-bottom: 50px;
}

.home-box
{
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    padding: 15px 0px 0px 0px;
    background-color: #fff;
    border-radius: 10px;
    height: 148px;
}

.home-box img
{
    position: relative;
    top: -42px;
    left: 0px;
}

.home-box a
{
}

.home-box h3{
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 12px;
    transition: color .3s;
    color: #063e4d;
}
.home-box p 
{
    font-size: 14px;
    line-height: 24px;
    color:#7f7f88;
}

.icon-img 
{
    position: absolute;
    margin-top: -140px;
    font-size: 40px;
    margin-left: 29px;
    color: #fff;
    width:50px;
}

/* insurance */

.master-heading
{
    color:#000;
    padding-bottom:20px;
}

.master-heading .pre-heading{
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 700;
    color: #7f7f88;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
}

.main-heading
{
    font-size: 41px;
    line-height: 1.22;
    margin-bottom: 30px;
    color: #1e1e1e;
    font-weight: 800;
    text-align: center;
}




.headline-2 
{
    padding-top:10px;
    font-size:20px;
    line-height:28px;
    color:#0d0d3f;
}

.master-icon svg {
    fill: currentColor;
    width: 100%;
}

.ins-section
{
    padding: 70px 0px 0px 0px;
    background-color: #EEEEF5;
    /* background-image: url('image/waves-bottom.svg');
    background-size: contain; */
}

.insurance-sec

{
    background-color: #EEEEF5;
}

/* .flip-back i 
{
    width:36px;
    height:36px;
}

.flip-icon
{
    width:90px;
    height:90px;
} */

/* query box */

.query-box 
{
    margin: 5% 0 0 0;
    background-image: linear-gradient(45deg, #063e4d 30%, #017955, #efb10c);
    border-radius: 80px;
    padding: 35px 60px 30px 70px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.query
{
    padding: 4% 0 7% 0;
    background-color: #EEEEF5;
}
.query-box h2 
{
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    line-height: 38px;
}


.query-link  a {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #063e4d;
    padding: 15px 38px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0.5em;
    background: #ffffff;
  }
  
  .query-link  a:active {
    color: #000;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .query-link  a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .query-link  a:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #009087;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .query-link  a:hover {
    color: #000;
    border: 1px solid #fff;
  }
  
  .query-link  a:hover:before {
    top: -35%;
    background-color: #fff;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .query-link  a:hover:after {
    top: -45%;
    background-color: #fff;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  

.waves-bottom
{
    width:100%;
}

.waves-bottom img 
{
    width:100%;
}

/* client counter */

.client-counter
{
    background-image: url('image/counter-back.jpg');
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}

.client
{
    margin-top: 32px;
    text-align: center;
}

.client i
{
    /* border: 5px solid #013e51; */
    /* padding:30px; */
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 2.48;
    border-radius: 50%;
    background-color: #fff;
    font-size:40px;
    color: #017955;
}


/* .client i::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffee10;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
  }
   */
  .client i:hover::before {
    transform: scale(1.1);
    /* box-shadow: 0 0 15px #ffee10; */
  }
  
  .client i:hover {
    color: #013E51;
    box-shadow: 0 0 5px #fff;
    text-shadow: 0 0 1px #013E51;
  }

/* 
.client 
{
  text-align: center;
  
}

.client i
{
    border:5px solid #013E51;
    padding:30px;
    border-radius: 50%;
    background-color: #fff;
    font-size:40px;
    color:#013E51
}

.client i:hover
{
    font-size:40px;
    border:5px solid #013E51;
    padding:24px;
    border-radius: 50%;
    color:#fff;
} */

.client h2
{
    color: #fff;
    font-size: 47px;
    padding-top: 15px;
    font-weight: 800;
}
.why-us {
    padding: 100px;
}

.client p
{
    color: #edb970;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

 /* company benefit */

 .about-section
 {
    background-color: #052925;
    padding: 7% 0;
 }

.master-heading1
{
    padding: 100px 0px 0px 60px;
}
.master-heading1 p 
{
   font-size:16px;
   line-height: 1.875;
   color:#7f7f88;
}

.master-heading1 .pre-head{
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 700;
    color: #7f7f88;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: left;
}

.master-headingab
{
    padding: 50px 0px 0px 50px;
}
.master-headingab p 
{
   font-size:16px;
   line-height: 1.875;
   color: #fff;
}

.master-headingab .pre-head{
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 700;
    color: #edb970;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: left;
}

.main-heading1
{
    font-size: 39px;
    line-height: 1.22;
    margin-bottom: 22px;
    color: #fff;
    font-weight:700;
    text-align: left;
}

.faq-box
{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-color: #FDFDFD;
    padding:20px;
    width:536px;
    margin-top: 32px;
    margin-left:60px;
    border-top:3px solid #E09706;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faq-box ul
{
  padding:0px;
}

.faq-box ul li 
{
    line-height: 28px;
    font-size: 15px;
    list-style: none;
    color:#7f7f88;
}
/* 
.faq-box:hover
{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-color: #017955;
    color:#fff;
    transition:1s;
    padding:20px;
    width:536px;
    margin-left:60px;
} */

.faq-box ul li i
{
    padding-right:15px;
    font-size: 16px;
    color:#E09706;
}


.read-btn 
{
    margin: 56px 0px 0px 0px;
}

.read-btn a {
    font-weight:700;
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    padding: 12px 36px;
    cursor: pointer;
    margin-left: 48px;
    font-size: 15px;
    /* border-radius: 0.5em; */
    background: #edb970;
    border: 1px solid #edb970;
    /* box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff; */
  }
  
  .read-btn a:active {
    color: #000;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .read-btn a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .read-btn a:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #063e4d;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .read-btn a:hover {
    color: #ffffff;
    border: 1px solid #0f201f;
  }
  
  .read-btn a:hover:before {
    top: -35%;
    background-color: #08684c;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  .read-btn a:hover:after {
    top: -45%;
    background-color: #0f201f;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  

.faq-imgbox {
    background: #013E51;
    padding: 34px;
    width: 570px;
    position: relative;
    margin-top: -156px;
    margin-left: 93px;
    border-bottom-right-radius: 110px;
}
.img-width 
{
    border-bottom-right-radius: 110px;
    width:100%;
    height: 620px;
    object-fit: cover;
}

.faq-imgbox h2{
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    /* border-radius: 0 0 100px 0; */
    /* padding: 45px 80px 45px 185px; */
    padding-left:140px;
    color: #fff;
}


.faq-icon {
    width: 120px;
    top: -196px;
    background-color: #fff;
    padding: 50px 30px;
    position: relative;
    left: 129px;
    border-top: 3px solid #E09706;
}

.faq-icon img{
    /* position: absolute;  */

    margin-left: 6px;
    color: #fff;
    width: 56px;
}


 /* reach-us */
     .reach-us {
    margin-right: 225px;
    margin-top: -94px;
    margin-left: 225px;
    padding: 60px 60px 60px 60px;
    margin-bottom: 24px;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.17);
    background-color: #fff;
    padding: 0% 0;
}
 .read-btn-reach {
    text-align: center;
    margin: 42px 0px 0px 0px;
}

.read-btn-reach a {
    font-weight:700;
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    padding: 12px 36px;
    cursor: pointer;
    /* margin-left: 48px; */
    font-size: 15px;
    /* border-radius: 0.5em; */
    background: #edb970;
    border: 1px solid #edb970;
    /* box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff; */
  }
  
  .read-btn-reach a:active {
    color: #000;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .read-btn-reach a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
 .read-btn-reach a:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #063e4d;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .read-btn-reach a:hover {
    color: #ffffff;
    border: 1px solid #0f201f;
  }
  
 .read-btn-reach a:hover:before {
    top: -35%;
    background-color: #08684c;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
 .read-btn-reach a:hover:after {
    top: -45%;
    background-color: #0f201f;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  .reach-us-heading {
    font-size: 39px;
    line-height: 1.22;
    margin-bottom: 22px;
    color: #0f201f;
    font-weight: 700;
    text-align: center;
}
.reach-us-headingab {
    padding: 50px 0px 32px 0px;
}


    /* reach-us */

/* team section */

.team-section
{
    padding:70px 0px 0px 0px;
    background-color: #ffffff;
}

.mb-30 {
    margin-bottom: 30px;
}

.tb_team-style-5 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.tb_team-style-5 .thumbnail img {
	width: 100%;
	border-radius: 10px;
    padding:22px;
    border-radius:40px;
}
.tb_team-style-5 .thumbnail {
	position: relative;
	z-index: 1;
}
.tb_team-style-5 .thumbnail::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	z-index: 2;
	/* background: rgba(0, 0, 0, 0.07); */
    border-top: 1px solid #013E51;
    border-right:1px solid #013E51;
    border-left:1px solid #013E51;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(0);
}
.tb_team-style-5 .thumbnail:hover::after {
	transform: scale(1.0);
}
.tb_team-style-5 .content {
	margin: 5px;
	position: relative;
	/* z-index: 1; */
}
.tb_team-style-5 .content .content-full {
	text-align: center;
	margin-top: -145px;
	background: #EEEEF4;
	border-radius: 20px;
	padding: 42px 0px 25px 0px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}



.tb_team-style-5 .content .content-full:hover, .tb_team-style-5 .content .content-full h4 p:hover {
	background-color: #013E51;
    color:#fff!important;
    transition: 1s;
}


.tb_team-style-5 .content-full h4 {
	color: #666;
	line-height: 13px;
	font-weight: 600;
	/* font-size: 20px; */
	padding-bottom: 0px;
    padding-top:90px;
    
    font-size: 14px;
    /* line-height: 18px; */
    letter-spacing: .1em;
    text-transform: uppercase;
}
.tb_team-style-5 .content-full p {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	/* margin-bottom: 20px; */
    margin-top:-5px;
}
.tb_team-style-5 .socila span {
	display: inline-block;
}
.tb_team-style-5 .socila span a {
	border: 1px solid #E09706;
	font-size: 16px;
	color: #fff;
    background-color: #E09706;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 4px;
	border-radius: 3px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
    text-decoration:none;
}
.tb_team-style-5 .socila span a:hover{
	color: #fff;
	background: #017955;
	border-color: #017955;
}

/* vision mission */

.img-box,.img-box1 {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    border: 2px solid #013e51;
    border-radius: 7px;
  }
.img-box img, .img-box1 img 
{
    display: block;
    transition: transform .4s;
    /* border-radius: 7px; */
    width: 100%;
    /* object-fit: cover; */
    /* border: 1px solid; */
    padding: 0;
}
.img-box img:hover,.img-box1 img:hover
{
    transform: scale(1.2);
  transform-origin: 50% 50%;
}

 .content-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0px 30px 17px 0px;
    width: calc(100% - 30px);
    background-color: #fff;
    border-radius: 5px;
    z-index: 1;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07);
    height:207px;
    /* top:-170px; */
    margin-top:-158px;
    margin-bottom:20px;
}

.post-meta {
    position: relative;
    padding: 0px 36px;
    margin-bottom: 10px;
    top: -195px;
    left: 40px;
}

.post-meta .item {
    margin-right: 14px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.content-wrap .headline-2 {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 12px;
}

.date-box
{writing-mode: vertical-rl;text-orientation: mixed;top: 0;left: 0;font-size: 13px;letter-spacing: 1px;font-weight: 700;background-color: #efb10c;line-height: 40px;text-align: center;height: 207px;width: auto;padding: 5px;color: #1b1b1b;border-radius: 0 0 0 5px;}


.bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dbd9e5;
    padding-top: 15px;
}

.bottom-wrap a 
{
    color:#7f7f88;
    text-decoration: none;
    font-size:14px;
}

.bottom-wrap a:hover
{
    color:#E09706;
    text-decoration: none;
    font-size:14px;
}


/* footer */
.footer-links span {
    margin-right: 16px;
    color: #edb970;
}


footer
{
    background-color: #052925;
    padding:40px 0px 20px 0px;
    margin-top:70px;
}

.footer-box img
{
    padding-left: 6px;
    width: 32px;
    color: #fff;
    margin-top: -10px;
}

.footer-box span
{
    font-size: 15px;
    color: #ffffff;
    padding-left:10px;
}

.text-right
{
    text-align: right;
}
.text-left
{
    text-align: left;
}
.text-center
{
    text-align: center;
}

.footer-row
{
    padding-top: 34px;
}

.main-footer
{
    border-bottom: 1px solid #ffffff1a;
    padding: 43px 0px;
    background-image: url('image/dots-wave.png');
    background-size: cover;
}

.main-footer h2 
{
        color: #fff;
        font-size: 25px;
        line-height: 26px;
        padding-bottom:12px;
}

.footer-links 
{
    margin-top: 11px;
    text-align: left;
}

.footer-links ul 
{
    text-align: left;
    list-style: none;
    padding: 0px;
}
.footer-links ul li a
{
   line-height:30px;
   color:#fff;
   text-decoration: none;
   font-size:15px;
}
.footer-links p
{
   color:#fff;
   font-size:15px;
}

.social-icon ul 
{
    list-style: none;
    margin-top: 0px;
}

.social-icon ul li
{
    display: inline-block;
    padding-right: 16px;
}

.social-icong ul 
{
    list-style: none;
    margin-top:15px;
}

.social-icong ul li
{
    display: inline-block;
}

.social-icon ul li a 
{
    /* background: #017955; */
    /* display: inline-block; */
    width: 11px;
    text-align: center;
    height: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    /* line-height: 2.1; */
}

.bottom-footer {
    border-top:1px solid #ffffff1a;
    padding:30px 0px 10px 0px;
    font-size: 15px;
    line-height: 30px;
    color: #d3d3d3;
    display: flex;
    justify-content: center;
}
.bottom-footer a {
    color: #fff;
}

/*clients section */
.client-section { padding: 5% 0% 8% 0%; background-color: #FFFFFF;}
.client-section .item { display: inline-block; margin:10px 10px; background-color: #0A2017;}


/* contact section */

.contact-section
{
    background-color: #eaeaf1;
    background-image: url('image/contact-bg.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 6% 0;
}
.contact-section input[type="button"] { background: #017955; border: 0; color: #fff; padding: 15px 42px; border-radius: 7px; font-size: 17px; font-weight: 600; margin: 18px 0 0 0; box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;} 
.contact-section input[type="button"]:hover { background: #017956}
.master-image-morphing {
    position: relative;
    display: flex;
    background-image: url('image/half-bg.jpg');
    height:650px;
}
.master-image-morphing path {
    transition-delay: 0s !important;
    animation-delay: 0s !important;
}
.master-image-morphing rect {
    fill: #eaeaf1;
}

.ins-why
{
    background-color: #FFFFFF;
    margin-bottom: -50px;
}

.vismis-section{padding: 3% 0 0% 0;}
.vismis-section video{/* object-fit:none; *//* object-position: top; *//* object-view-box: none; */}
#RadDockZone1
{
    padding:0px!important;
}

/* .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0px;
} */

/* circular */
.circle {position: relative;width: 135px;height:128px;border-radius: 50%;background: #013E51;display: block; margin-top: 200px;
    margin-left: 82px;}
.logo {position: absolute;top: 50px;left: 54px;}
.logo .fa{font-size: 18px; color: #fff; }
.text {position: absolute;width: 100%;height: 100%;animation: rotateText 10s linear infinite;}
.text:hover{animation-play-state: paused;}
.circle:hover .text p{color: #cb935d;}
.circle:hover .logo .fa{color: #cb935d;}
.text p{color: #fff; }
.text span {position: absolute;left: 50%;font-size: 15px;transform-origin: 0 61px;font-family: "Cormorant Garamond", serif; text-transform: capitalize;}
@keyframes rotateText {
  0% {transform: rotate(360deg);}
  100% {transform: rotate(0deg);}
}
/*End circular  */
.main-heading2
{
    font-size: 41px;
    line-height: 1.22;
    margin-bottom: 22px;
    color: #000;
    font-weight: 700;
    text-align: left;
    padding-bottom:20px;
}

/* widget page */

.banner-box 
{
    /* background-color: #fff; */
    width:100%;
    /* height:30vh; */
    /* padding:20px; */
    color: #ff5c00;
    text-align: left;
    font-size: 50px;
    line-height: 1.3em;
    position: relative;
    top:-50px;
}
.carousel-caption p {
    font-size: 21px;
    color: #edb970;
}

p.banner-cont {
    color: #fff;
    font-size: 14px;
}


.banner-section .carousel-caption {text-align: left;top: 20%;left: 13%;width: 50%;}
.banner-section .carousel-caption h1 {font-size: 49px;line-height: 1.2;/* font-weight:900; */text-shadow: 2px 2px 2px #333;margin: 0 0 30px 0;}
.banner-section .carousel-caption .read-btn {}
.banner-section .carousel-caption .read-btn a { box-shadow: none}
.banner-btn {
    font-weight:700;
    overflow: hidden;
    background-color: #017955;
    color: #fff;
    padding: 1.1em 2.6em;
    text-decoration: none;
    font-size: 15px;
    border-radius: 0.5em;
    letter-spacing: 1px;
    margin-top:30px;
    /* box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff; */
}



.ban-box
{
    background: #017955;
    padding: 3% 0;
}

.ban-box h2
{
    font-size: 21px;
    color: #ffffff;
    text-align:center;
    margin: 0;
    letter-spacing: .5px;
    word-spacing: 4px;
}

.ban-box h2 a
{
    font-size:19px;
    color:#fff!important;
    text-decoration: none;
    border-bottom:1px solid #017955;
}


/* flip up box */

.flip-box {
    /* background-color: #fff; */
    width: 100%;
    height: 210px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* text-align: center; */
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    background-color: #fff;
    /* color: black; */
    padding:22px;
    border-radius: 10px;
  }
  
  .flip-box-back {
    background-color: #013e51;
    color: white;
    transform: rotateY(180deg);
    padding:22px;
    border-radius: 10px;
  }

  
.flip-box-front h3 
{
    padding-top:10px;
    font-size:18px;
    line-height:28px;
    color:#0d0d3f;
    font-weight:700;
}

.flip-box-back h3 
{    padding-top:10px;
    font-size:20px;
    line-height:28px;
    color:#fff;
}

.link 
{
    margin-top:20px;
}

.link a 
{
    color:#E09706;
    font-size:14px;
}
.link a i
{
    color:#E09706;
    float:right;
    font-size:22px;
}


  .flip-box-front img
  {
    width:45px;
  }

  .flip-box-back img
  {
    width:45px;
  }

  .flip-box-front p
  {
    padding-top:10px;
  font-size: 14px;
    line-height: 24px;
    color: #7f7f88;
}

.flip-box-back i 
  {
    font-size:36px;
  }

  .flip-box-back p
  {
    padding-top:10px;
  font-size: 14px;
    line-height: 24px;
    color: #7f7f88;
}


.head-logo img 
{
    width: 45px !important;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.85rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea:focus, input:focus{
    outline: none!important;
}


.cont-icon
{
    margin-top:339px;
}
.contact-section ul {
    list-style: none;
  }
  
  .example-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .example-2 .icon-content {
    margin: 0 10px;
    position: relative;
  }
  .example-2 .icon-content .tooltip {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: 6px;
  }
  .example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    color: #4d4d4d;
    background-color: #ffff;
    transition: all 0.3s ease-in-out;
  }
  .example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 50%);
  }
  .example-2 .icon-content a img {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 28px;
  }
  .example-2 .icon-content a:hover {
    color: white;
  }
  .example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }
  .example-2 .icon-content a:hover .filled {
    height: 100%;
  }
  .example-2 .icon-content a[data-social="spotify"] .filled,
  .example-2 .icon-content a[data-social="spotify"] ~ .tooltip {
    background-color: #013E51;
  }
  .example-2 .icon-content a[data-social="pinterest"] .filled,
  .example-2 .icon-content a[data-social="pinterest"] ~ .tooltip {
    background-color: #013E51;
  }
  .example-2 .icon-content a[data-social="dribbble"] .filled,
  .example-2 .icon-content a[data-social="dribbble"] ~ .tooltip {
    background-color: #013E51;
  }
  .example-2 .icon-content a[data-social="telegram"] .filled,
  .example-2 .icon-content a[data-social="telegram"] ~ .tooltip {
    background-color: #013E51;
  }



  /* team 7 */

  */
.tb_team-style-6 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
	-webkit-transition: all .43s ease-in-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-6 .thumbnail{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.tb_team-style-6 .thumbnail img{
	width: 100%;
    padding:12px;
    border-radius: 40px;
}
.tb_team-style-6 .thumbnail .socila {
	position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    left: 0px;
    right: 0px;  
}
.tb_team-style-6 .thumbnail .socila span {
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: translateY(100px);
}
.tb_team-style-6 .socila span:nth-child(2){
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.tb_team-style-6 .socila span:nth-child(3){
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.tb_team-style-6 .socila span:nth-child(4){
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.tb_team-style-6 .socila span:nth-child(5){
	-webkit-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
.tb_team-style-6:hover .socila span {
	transform: translateY(0px);
}

.tb_team-style-6 .thumbnail .socila span a {
	color: #013E51;
	background: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0px 2px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tb_team-style-6 .thumbnail .socila span a:hover{
	color: #fff;
	background: #013E51;
}
.tb_team-style-6 .content {
	text-align: center;
    margin-top: -164px;
    background: #EEEEF4;
    border-radius: 20px;
    padding: 110px 0px 14px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.tb_team-style-6 .content:hover{
	background-color: #013E51;
    color:#fff;
    transition: 1s;
}

.tb_team-style-6 .content h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
    color:#000;
    margin-top:-10px
}
.tb_team-style-6 .content p {
	font-size: 14px;
	font-weight: 600;
    padding-top:60px;
    color:#666;
    text-transform: uppercase;
    line-height: 13px;
    letter-spacing: .1em;
}




  @media(max-width:767px)


  {
    .abt-exp
    {
        position: absolute;
        top:341px;
    }
    .master-headingab {
        width: 100%;
        padding: 90px 0px 0px 0px;
    }
	  .about-content-hm {
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px 10px 10px 10px;
    
}
	  .reach-us {
     margin-right: 0px;
    margin-top: 0px;
   margin-left: 0px; 
   
   
    
}

	  .sub-heading-1:after {
    position: absolute;
    content: "";
    width: 5%;
    height: 2px;
    background: #19514d;
    bottom: 10px;
    right: 23%;
}

.sub-heading-1:before {
    position: absolute;
    content: "";
    width: 5%;
    right: -61%;
    height: 2px;
    background: #19514d;
    bottom: 10px;
    left: 23%;
}
.residence {
    margin-top: 0px;
    /* margin: 50px 0 30px; */
}
	  .reach-us-heading {
    margin-right: 22px;
    margin-left: -2px;
    font-size: 33px;
    line-height: 1.22;
    margin-bottom: 22px;
    color: #0f201f;
    font-weight: 700;
    text-align: center;
}

.read-btn-reach {
    text-align: center;
    margin: 42px 84px 0px 0px;
}
	  .read-btn-reach a {
    font-weight: 700;
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    padding: 12px 36px;
    cursor: pointer;
    margin-left: 48px;
    font-size: 15px;
    /* border-radius: 0.5em; */
    background: #edb970;
    border: 1px solid #edb970;
    /* box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff; */
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
    .main-heading1 {
        font-size: 30px;
        line-height: 1.22;
    }
    .trust-abt
    {
        display: none;
    }
    .home-box h3 {
        
        margin-top: -168px;
        margin-left: 133px;
    }
    .home-box p {
        margin-left: 133px;
    }
    .home-box
    {
        margin-bottom:48px;
    }
    .icon-img
    {
        margin-top:60px;
        margin-left:-102px;
    }
    .master-heading .pre-heading
    {
        text-align: left;
    }
    .main-heading
    {
        text-align: left;
        font-size: 27px;
        margin: 0 0 20px 0;
    }

    .flip-box {
        margin-bottom: 13px;
        width: 100%;
    height: 190px;
    }
    .query-box {
        /* background-image: url(image/bg-row.jpg); */
        /* border: 3px solid #E09706; */
        /* border-radius: 70px; */
        width: 362px;
        padding: 17px 31px;
        background-repeat: no-repeat;
        /* background-repeat: no-repeat; */
        /* background-color: #013E51; */
    }
    .query-link {
        position: absolute;
        right: -14px;
        margin-top: -36px;
        /* background-color: #E09706; */
        /* padding: 2px 40px; */
        /* color: #fff; */
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        border-radius: 6px;
    }
    .query-box h2
    {
        font-size:22px;
    }
    .faq-box
    {
        width: 350px;
    margin-left: 13px;
    }    

  }

.sub-heading { color: #013E51; font-size: 21px; font-weight: 800; margin: 0 0 18px 0;}
.peacock-blue-color { color: #063e4d;}

.inner-banner {position: relative;}
.inner-banner .banner-text { position: absolute; top: 50%; left: 10%; transform: translate(0, -50%);}
.inner-banner .banner-text h1 { color: #fff; font-size: 52px; font-weight: 700;}
.inner-banner .banner-text p { color: #f2f2f2; font-size: 15px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.inner-banner .banner-text p a { color: #f2f2f2;}

.introduction {padding: 4% 0;}
.introduction .about-pic { position: relative;}
.introduction .about-pic::after { position: absolute; content: ''; width: 92%; height: 400px; background-image: linear-gradient(#063e4d, #017955, #efb10c); left: -50px; bottom: -50px; border-radius: 15px;}
.introduction .about-pic::before { position: absolute; content: ''; width: 92%; height: 96%; border: 2px solid #063e4d; top: -30px; left: 0; z-index: 4; border-radius: 20px;}
.introduction .about-pic img { border-radius: 15px; width: 95%; margin-left: 5%; position: relative; z-index: 3; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.introduction p {font-size: 15px;line-height: 1.6;}

.quality-services { padding:3% 0 7% 0;}
.quality-services .quality-services-bx { background: #fff; padding: 35px; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.quality-services .quality-services-bx img { border-radius: 8px;}
.quality-services .quality-services-bx .nav-pills { border-bottom: 2px solid #c7c7c7;}
.quality-services .quality-services-bx .nav-pills .nav-link { color: #013E51; font-size: 18px; font-weight: 800; padding: 0 0 15px 0; margin: 0 50px -2px 0;} 
.quality-services .quality-services-bx .nav-pills .nav-link.active { background: transparent; border-bottom: 2px solid #013E51; border-radius: 0;}
.quality-services .quality-services-bx .sub-heading { margin: 35px 0 18px 0;}

.section-3 { background: #013E51; padding: 7% 0;}
.section-3 ul, .section-3 ul li { list-style: none; margin: 0; padding: 0;}
.section-3 ul li { display: flex; color: #cfcfcf; letter-spacing: .4px; margin: 0 0 12px 0;}
.section-3 ul li i { display: inline-block; background: #017955; color: #fff; width: 20px; height: 20px; border-radius: 50%; padding: 5px; font-size: 11px; margin: 4px 10px 0 0;}
.section-3 .insurance-essential { border-left: 1px solid rgba(255, 255, 255, .2); padding: 0 0 0 7%;}
.section-3 .insurance-essential .insurance-card {background: #fff;padding: 20px 20px 10px 20px;border-radius: 5px;margin: 0 0 15px 0;min-height: 190px;}
.section-3 .insurance-essential .insurance-card .icon { background: #efb10c; display: inline-block; width: 65px;; height: 65px; border-radius: 50%; margin: 0 0 20px 0; padding: 14px; text-align: centers;}  
.section-3 .insurance-essential .insurance-card .icon img { width: 37px;}
.section-3 .insurance-essential .insurance-card h5 {color: #013E51; font-size: 16px; font-weight: 800;text-align: left;margin: 0;}  

.section-4  {padding: 7% 0;}
.section-4 ul, .section-4 ul li { list-style: none; margin: 0; padding: 0;}
.section-4 ul li { display: flex; letter-spacing: .4px; margin: 0 0 8px 0;}
.section-4 ul li i { display: inline-block; background: #017955; color: #fff; width: 18px; height: 18px; border-radius: 50%; padding: 4px; font-size: 10px; margin: 4px 10px 0 0;}

.section-5 { padding: 7% 0; background: #e7e7e7;}
.section-5 .nav-pills .nav-link {  background: #013E51; margin: 1px 0; text-align: left; padding: 20px; color: #fff; font-size: 18px; letter-spacing: .5px;}
.section-5 .nav-pills .nav-link.active { background-image: linear-gradient(45deg, #063e4d, #017955, #efb10c);}
.section-5 .nav-pills .nav-link img { width: 70px; margin: 0 15px 0 0;}
.section-5 .tab-pane p { font-size: 17px; line-height: 1.6; font-weight: 700;}

.service-page { padding: 8% 0;}
.service-page .service-links { background: #e7e7e7; border-radius: 5px; }
.service-page .service-links h5 { background: #013E51; color: #fff; padding: 18px 25px; border-radius: 5px 5px 0 0; font-size: 18px; font-weight: 700;}
.service-links ul li, .service-links ul { list-style: none; margin: 0; padding: 0;}
.service-page .service-links ul { margin: 25px;}
.service-page .service-links ul li { position: relative; background: #fff; padding: 12px; border-radius: 5px; margin: 8px 0; font-size: 14px; font-weight: 600;}
.service-page .service-links ul li a { color: #013E51; display: block;}
.service-page .service-links ul li::after { position: absolute; content: "\276F"; right: 10px; top: 13px; color: #013E51; font-size: 12px;}
.service-page .service-links ul li.active, .service-page .service-links ul li:hover { background: #017955;}
.service-page .service-links ul li.active a, .service-page .service-links ul li:hover a { color: #fff;}
.service-page .service-links ul li.active::after, .service-page .service-links ul li:hover::after { color: #fff;}
.service-page .contact-us { margin: 20px 0 0 0; border-radius: 5px; background-image: linear-gradient(45deg, #063e4d, #017955, #efb10c); padding: 20px;}
.service-page .contact-us h5 { color: #fff; font-size: 25px; text-align: left; font-weight: 800; margin: 0 0 40px 0; text-shadow: 2px 2px 2px rgba(0, 0, 0, .1);}
.service-page .contact-us a { display: inline-block; background: #fff; padding: 8px 20px 8px 10px; border-radius: 30px; font-size: 13px; color: #013E51; font-weight: 700;}
.service-page .contact-us a i { padding: 5px 7px; background: #013E51; color: #fff; border-radius: 50%; margin: 0 8px 0 0;}
.service-page .contact-us a:hover { background: #017955; color: #fff;}
.service-page .insurance-benefits { background: #013E51; border-radius: 5px; padding: 15px; margin: 15px 0 0 0;}
.service-page .insurance-benefits .icon { background: #fff; width: 65px; height: 65px; border-radius: 50%; text-align: center; padding: 10px 0;}
.service-page .insurance-benefits .icon img { width: 40px;}
.service-page .insurance-benefits h5 { color: #fff; margin: 0; font-size: 17px; letter-spacing: .5px; line-height: 1.4;}
.service-page .accordion-button:not(.collapsed) { background-color: #013E51; color: #fff;}
.service-page .accordion-button::after { filter: brightness(0);}
.service-page .accordion-button { background: #e7e7e7; border-bottom: 1px solid #fff; color: #013E51; font-size: 18px; font-weight: 700;}
.service-page .accordion-item { border: 0;}

.business-partners { background: #e7e7e7; padding: 8% 0;}
.business-partners .nav-pills { justify-content: center;}
.business-partners .nav-item .nav-link { background: #013E51; color: #dddddd; font-size: 14px; letter-spacing: .8px; margin: 0 10px; padding: 14px 20px; text-transform: uppercase;}
.business-partners .nav-item .nav-link.active { background: #017955;}
.business-partners .icon { margin: 10px 0; border-radius: 5px; padding: 10px; background: #fff; box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;}

.product-page { padding: 7% 0;}
.product-page ul, .product-page ul li { list-style: none; margin: 0; padding: 0;}
.product-page ul li { display: flex; letter-spacing: .4px; margin: 0 0 8px 0;}
.product-page ul li i { display: inline-block; background: #017955; color: #fff; width: 18px; height: 18px; border-radius: 50%; padding: 4px; font-size: 10px; margin: 4px 10px 0 0;}
.product-page .icon { margin: 10px 0; border-radius: 5px; padding: 10px; background: #fff; box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;}

.team-page { padding: 7% 0;}
.team-page .team-img {position: relative;}
.team-page .team-img img { position: relative; z-index: 3; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.team-page .team-img::before { position: absolute; content: ''; width: 100%; height: 100%; background: linear-gradient( #063e4d, #017955, #efb10c); left: -30px; top: 30px; border-radius: 10px;}

.contact-page { padding: 7% 0;}
.contact-page .contact-info { padding: 10px 20px 0 20px;}
.contact-page .contact-info i {color: #052925;font-size: 27px;}
.contact-page .contact-info h5 { font-size: 14px; font-weight: 700; color: #686868; margin-bottom: 3px; text-transform: uppercase; letter-spacing: .1em;}
.contact-page .contact-info p, .contact-page .contact-info p a { color: #063e4d; font-weight: 700;}
.contact-page .contact-form .form-control { background: #e7e7e7; margin: 0 0 18px 0; padding: 17px; border: 0; color: #1a1a1a;}
.contact-page .contact-form .form-control::placeholder { color: #1a1a1a;}
.contact-page .contact-form input[type="button"] {
    font-weight:700;
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    padding: 14px 34px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 0.5em;
    background: #153e4d;
    border: 1px solid #153e4d;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
    }

@media (min-width: 320px) and (max-width: 768px) {
    header img {margin-left: 37px;width: 77%;}

	.read-btn { margin: 0}
	.read-btn a { padding: 10px 24px;  font-size: 14px;}
	
	.banner-section .carousel-item img{ height: 250px}
	.banner-section .carousel-caption {top: 15%;left: 10%;width: 80%;}
	.banner-section .carousel-caption h1 {font-size: 27px; margin: 0 0 20px 0;}

	.ban-box h2{ font-size: 17px; padding: 10px}

	.home { margin: 70px 0 0 0}
	.ins-section { padding: 50px 0 0 0}

	.query-box h2 { font-size: 18px; line-height: 30px}
	.query-link a { padding: 12px 24px}

	.sub-heading { font-size: 18px;}

	.inner-banner .banner-text h1 { font-size: 32px;}
	.inner-banner .banner-text p {font-size: 13px;}

	.introduction .about-pic::after { height: 300px; left: 0px; bottom: 20px; border-radius: 10px;}
	.introduction .about-pic::before { border: 1px solid #063e4d; height: 80% top: -10px; left: 10px;}
	.introduction .about-pic img { border-radius: 10px;  margin-bottom: 40px}
	.introduction p { font-size: 15px;}

	.quality-services { padding:0 0 7% 0;}
	.quality-services .quality-services-bx { padding: 20px;}
	.quality-services .quality-services-bx .nav-pills .nav-link { font-size: 13px; padding: 0 0 10px 0; margin: 0 20px -2px 0;}
	.quality-services .quality-services-bx .sub-heading { margin: 25px 0 10px 0;}


}
callus2 {
      width: 100%;
      margin: 8px 0 0 0;
      text-align: right;
      position: fixed;
      bottom: 25%;
      right: 8px;
      width: 60px;
      height: 60px;
      z-index: 99999;
  }
  .callus2 .callusL2{
      width: 40px;
      height: 40px;
      font-size: 18px;
      border-radius: 100%;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #eb1d39;
      color: #fff;
      margin: 0 20px 0 0;
      -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
      -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
      box-shadow: 0px 0px 0px 7px #dc354536;
      -webkit-animation: tada 1.25s infinite;
      -moz-animation: tada 1.25s infinite;
      -ms-animation: tada 1.25s infinite;
      animation: tada 1.25s infinite;
  }
  /*============WHATSAPP==========*/
    
  .whatsapp_btn{
      position: fixed;
      bottom: 5em;
      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;
      }
  }
 .callus2 {
      width: 100%;
      margin: 8px 0 0 0;
      text-align: right;
      position: fixed;
      bottom: 25%;
      right: 8px;
      width: 60px;
      height: 60px;
      z-index: 99999;
  }
  .callus2 .callusL2{
      width: 40px;
      height: 40px;
      font-size: 18px;
      border-radius: 100%;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #eb1d39;
      color: #fff;
      margin: 0 20px 0 0;
      -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
      -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
      box-shadow: 0px 0px 0px 7px #dc354536;
      -webkit-animation: tada 1.25s infinite;
      -moz-animation: tada 1.25s infinite;
      -ms-animation: tada 1.25s infinite;
      animation: tada 1.25s infinite;
  }