body{
  font-family: 'Inter', sans-serif !important;
}
.logo{
  width: 130px;
}
.logo-container{

  top: 0;
  background-color: #fff;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.logo-container a{
  margin: 0px;
}
.site-nav{
    background-color: rgba(255, 255, 255, 1) !important;
    position: relative;
    z-index: 1;
    padding: 5px;
}
/* .site-nav:before{
  content: '';
  width: 60%;
  height: 100%;
  z-index: -1;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0px;
}
.site-nav:after{
    content: '';
    position: absolute;
    top: 0;
    left: 60%;
    width: 0;
    height: 0;
    border-bottom: 148px solid #eee;
    border-right: 150px solid transparent;
    z-index: -1;
} */
.site-nav li a{
  color: #000 !important;
  text-transform: uppercase;
  font-size: 14px;
}
.site-nav-dropdown{
  min-width: 250px;
  padding: 0px;
}
.site-nav-dropdown a{
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.site-nav-dropdown a:hover{
  background-color: #006269;
  color: #fff !important;
}
.phone-sub-par{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.phone-header-par{
  font-size: 20px;
  color: #0E5060;
  font-weight: 600;
}
.sub-heading{
  font-size: 17px;
  color:#161616;
  font-weight: 500;
}
.sub-heading span{
  color: #ffcf03;
}

.site-heading{
  font-size: 30px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
.site-min-heading{
  font-size: 25px;
  font-weight: 300;
}
.site-heading span, .site-min-heading span{
  color: #046269;
  font-weight: 600;
}
.site-par{
  font-size: 15px;
  color: #161616;
  line-height: 25px;
  text-align: justify;
}
.site-par a, .site-par a:hover{
  font-size: 15px;
  color: #161616;
  text-decoration: none;
}

.site-btn{
  min-width: 150px;
  padding: 13px;
  border-radius: 50px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  font-size: 13px;
}
.site-btn:hover{
  background-color: #026269;
  border: 1px solid #026269;
  color: #fff;
}
.secondry-bg{
  background-color: #F4F4F4;
}
.about-content-container{
  max-width: 600px;
  margin: auto;
}
.form-container{
  width: 100%;
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  position: sticky;
  top: 15px;
}
.form-input{
  background-color: #f2f2f2;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 0px;
  padding-left: 10px;
  font-size: 15px;
}
.form-textarea{
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 3px;
  border: 0px;
  padding: 10px;
  font-size: 15px;
}
.accordion-container{
  padding: 20px;
  border: 2px dashed #000;
  border-radius: 20px;
}
.accordion-item{
  border: 0px !important;
}
.site-accordion-heading{
  background-color: #026269;
  color: #fff;
  border-radius: 10px !important;
  min-height: 70px;
  line-height: 25px;
  letter-spacing: .30px;
}
.accordion-button:not(.collapsed){
  color: #fff;
  background-color:	#ffcf03;
  box-shadow: none;
}
.accordion-button::after{
  background-image: url("images/icon/plus.svg");
  width: 40px;
  height: 40px;
  background-size: 40px;
}
.accordion-button:not(.collapsed)::after{
  background-image: url("images/icon/minus.svg")
}
.note-container{
  background-image: url('images/note-background1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 10px;
}
.note-container p{
  color: #fff;
  margin-bottom: 0px;
  text-align: justify;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.parallex-bg{
  background-image: url('images/services-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  min-height: 60vh
}
.parallex-bg:after{
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: -1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0),rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
  height: 50%;

}
.service-container{
  background-color: #006269;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 15px;
  color: #fff;
  max-width: 400px;
}
.seq{
  width: 25px;
  height: 25px;
  background-color: #67BBAE;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
.site-card{
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 110px;
}
.site-card p{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0px;
  color:  #161616;
}
.fact-card{
  background-color: #046269;

  color: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  text-align: center;
}
.fact-card h3{
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.fact-card p{
  color: #fff;
  font-size: 13px;
}
.fact-icon-container{
  width: 60px;
  height: 60px;
  background-color: #006F6D;
  border-radius: 50px;
  display: block;
  padding: 13px;
}
.site-card-min-height{
  min-height: 280px;
}
.section-grey{
  background-color: #F5F5F5;
  padding-top: 4%;
  padding-bottom: 4%;
}
.site-footer{
  background-color: #006269;
  color: #fff;
  padding: 3% 0;
}
.footer-heading{
  text-transform: uppercase;
  font-size: 18px;
}
.footer-head-divider{
  width: 70px;
  height: 4px;
  background-color: #eabf16;
}
.footer-ul{
  list-style-image: url('images/icon/arrow-right.png');
  padding-left: 10px;
}
.footer-ul li{
  line-height: 30px;
}
.footer-ul li a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.footer-btn{
  min-width: 200px;
  background-color: #eabf16;
  padding: 10px;
  border-radius: 50px;
  border: 0px;
  color: #fff;
  margin: auto;
}
.tabw{
  position: relative;
  max-width: 200px;
  z-index: 1;
  text-align: left;
}
.tabw:after{
  content: '';
  background-image: url('images/icon/tabw-arrow.png');
  position: absolute;
  top: -20px;
  right: 17%;
  width: 35px;
  height: 40px;
  background-repeat: no-repeat;
  z-index: -1;
}
.social-icon-container{
  width: 40px;
  height: 40px;
  background-color: #eabf16;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
  text-decoration: none;
}
.c-sec{
  background-color: #67bbae;
  color: #fff;
  padding: 10px 0px;
}
.page-banner{
  width: 100%;
  padding: 3% 0px;
  background-image: linear-gradient(to right, rgb(103, 187, 174), rgb(0, 98, 105));
  background-size: cover;
  background-repeat: no-repeat;
}
.page-banner h1{
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
}
.site-sidebar{
  max-width: 600px;
  width: 100%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 10px;
}
.site-sidebar a{
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #67bbae;
}
.site-sidebar a:hover{
  background-color: #ffcf03;
  color: #fff;
  border-bottom: 1px solid #ffcf03;
}
.grey-section{
  width: 100%;
  padding: 15px;
  background-color: #eee;
  border-radius: 5px;
}
.sidebar-active{
  background-color: #016269;
  color: #fff !important;
}
.sc-head-cotainer{
  /* position: absolute; */
  max-width: 150px;
  width: 100%;
  padding: 10px;
  background-color: #ffcf03;
  color: #fff;
  top: 10px;
  margin-right: -30px;
  float: right;
  position: relative;
}
.sc-head-cotainer:after{
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #d1aa05;
  border-right: 15px solid transparent;
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.product-card:after{
  content: "";
  clear: both;
  display: table;
}
.product-card{
  min-height: 400px;
}
.service-img-container{
  max-width: 300px;
  overflow:hidden;
  border-radius: 50%;
  margin: auto;
}
.cp-form{
  max-width: 400px;
  margin: auto;
}
.contact-icon{
  width: 40px;
}
.contact-info-container{
  border: 2px dashed #000;
  border-radius: 20px;
  padding: 15px;
}
.map-container{
  max-width: 100%;
  width: 100%;
  display: flex;
}
.map{
  width: 100%;
  height: 250px;
}
.heading-bg{
  background: #ffcf03;
  padding: 10px;
  border-radius: 5px;
  /* min-width: 500px; */
  /* display: inline-block; */
}
.heading-bg h5{
  margin-bottom: 0px;
}
.sul-bg{
  background-color: #f2f7f5;padding: 10px;
}
.sul-bg ul{
  margin-bottom: 0px;
}
.banner-content{
  position: relative;
  height: 500px;
  overflow: hidden;
}
.banner-body {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    width: 600px;
}
.banner-body h1 {
    font-size: 43px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffcf03;
    margin-bottom: 15px;
}
.banner-body p{
    color: #fff;
    margin-bottom: 0px;
    text-align: justify;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
}
.banner-content:before {
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
}
.banner-content img{
    object-fit: cover;
    height: 100%;
}
.carousel-control-prev{
    right: 100px !important;
    left: auto;
}
.carousel-control-next, .carousel-control-prev{
    width: auto;
    top: auto;
    bottom: 50px;
    right: 50px;
}
.testimonial-images{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}
.testimonial-images img{
  width: 100%;
}
@media only screen and (max-width: 768px) and (min-width: 0px){
  .site-nav:before{
    width: 100%;
  }
  .site-nav:after{
    border-right: 132px solid transparent;
  }
  .page-banner h1{
    font-size: 30px;
  }
  .sc-head-cotainer{
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .sc-head-cotainer:after{
    display: none;
  }
.banner-body{
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0 15px;
}
.banner-body p{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
.banner-body h1{
    font-size: 35px;
}
.banner-content{
    height: 450px;
}
.carousel-control-next, .carousel-control-prev{
    display: none;
}
}
@media only screen and (max-width: 1024px){
  .logo-container{
    max-width: 100px;
    position: relative;
    box-shadow: none;
  }
}
