
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap");
html { 
  overflow-x: hidden;
}
body {
  font-size: 16px !important;
  line-height: 1.5em;
  position: relative;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
}
p {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 28px;
}

hr {
  background-color: #f5f5f5 !important;
}

* {
  text-decoration: none !important;
}

* {
  text-decoration: none;
}

a,
a:hover,
button,
button:hover,
img,
:hover,
.overlay,
:hover .overlay {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* .bannerCaption {
  position: absolute;
  bottom: 131px;
  left: 15%;
  right: 15%;
 
}
.bannerCaption h2 {
  font-size: 3.75rem!important
} */

.bannerCaption {
  position: absolute;
  bottom: 60px;
  left: 10%;
  padding: 25px 50px;
}

.bannerCaption h1 {
  font-size: 46px;
  color: #fff!important;
}

.bannerCaption  small { 
  font-size: 1.875em;
  color: white!important;
  text-transform: uppercase;;
 } 

.logo {
  width:60px;
}
.navbar-brand {
  z-index: 999 !important;
}

.w-100 {
  width: 100%;
}
small {
  color: #515151;
  font-size:20px !important;
  font-weight:normal;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 20x;
  /* line-height: 60px; */
 }


h1 {
  font-size: 3.54rem !important;
  font-weight:700!important;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 2.75rem!important;
  font-weight:700!important;;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  padding-top: 10px;

}

h3 {
  font-size: 1.75rem!important;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  font-weight:700!important;
}
h4 {
  font-size: 1.5rem!important;
  font-weight:700!important;
  color:#000;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}
h5 {
  font-size: 1.2rem!important;
  font-weight:700!important;
  color:#000;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}
.highlaterline:after {
  content: "";
  width: 62px;
  height: 2px;
  bottom: -15px;
  left: 0px;
  position: absolute;
  background: #5ac2b9;
}
.highlaterline-center:after {
  content: "";
  /* width: 100px; */
  width: 70px;
  height: 2px;
  bottom: -10px;
  left: 46%;
  position: absolute;
  background: #5ac2b9;
}
.theme-color {
  color:#1d1f1e;
  /* font-size: 16px!important; */
}
.map {
  width: 20px;
  font-size: 19px!important;
}
.mail {
  width: 20px;
  font-size: 16px!important;
}
.phone {
  width: 20px;
  font-size: 16px!important;
}

.col-half-offset {
  margin-left:4.166666667%;
  }
  @media all and ( max-width:768px) and ( min-width:320px) {
  .col-xs-2 { 
  width:100%!important;
  }
  .col-half-offset {
  margin-left:0!important;
  margin-top:10px;
  }
  }
.section {
  padding:60px 0px 60px 0px;
}

.w-100 {
  width: 100%;
}

.header {
  top: 0;
  margin: 0 auto;
  position: relative;
}

.footer {
  /* margin-top:60px; */
  padding: 60px 0px 0px 0px;
}

.m-top {
  margin-top: -350px !important;
}
.mob-d-none {
  display: block !important;
}

/*headder  */
#header {
  position: fixed;
  padding: 0;
  width: 100%;
  z-index: 1030;
  left: 0;
}
#header.bg_change {
  padding: 0;
  background:#ffffff;
  -webkit-box-shadow: -1px 5px 7px -1px rgba(189,187,189,0.39);
  -moz-box-shadow: -1px 5px 7px -1px rgba(189,187,189,0.39);
  box-shadow: -1px 5px 7px -1px rgba(189,187,189,0.39);
}
#header .navbar-toggler-icon {
  margin: 4px;
  width: 20px;
  height: 2px;
  display: block;
  background-color: rgb(0, 0, 0);
}
#header.bg_change .logoweb .brand img {
  width: 70px;
}   
#header.bg_change .navbar-nav li a {
  /* padding: 8px 8px 8px; */
  font-size: 13px;
}
#header .navbar {
  padding: 0;
}
#header .tophead {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header.bg_change .tophead {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .navbar-nav{
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
#header .navbar-nav li{
  position: relative;
  display: inline-block;
}
#header .navbar-nav li:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  right: -2px;
  top: 14px;
  background: #533814;
  display: none;
}
#header .navbar-nav li:last-child::after {
  background: none;
}
#header .navbar-nav li a {
  color: rgb(247, 247, 247);
  /* padding: 12px 12px 12px; */
  text-transform: capitalize !important;
  font-size: 15px;
}
#header .navbar-nav .active a,
#header .navbar-nav .current-menu-item a {
  color: #1b7062;
}
#header .navbar-nav li a:hover {
  color: #af4a07;
}
#header .navbar {
  display: block;
}
#header .navbar-nav li a,
#header.bg_change .navbar-nav li a {
    /* font-size: 13px; */
    font-size: 0.99rem;
    color: rgb(37, 37, 37)!important;
    text-transform: uppercase !important;
}
#header .navbar-nav .active a, 
#header.bg_change .navbar-nav .active a,.navbar-collapse
#header .navbar-nav .current-menu-item a {
    color: #52181d;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.085rem!important;
}
/* .active {
  background-color: black;
  border-radius: 10px;
} */
.breadcrumb .li a { 
  color: #fff;
}
.carousel-caption {
  left: 1% !important;
  margin-top: 15px;
}
.title-text:after,
.title-text:hover:after
 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.title-text:hover:after {
  width: 60px;
}
.title-text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #cc3333;
  width: 40px;
  height: 2px;
}
.aim {
  font-family: 'Barlow', sans-serif;
  font-size:1.8rem!important;
  font-weight: normal;
  margin-top: 30px;
}
/*  */
.bottomcenter {
  font-size: 15px;
  font-weight:500;
  position: absolute;
  bottom: 0%;
  color: #fff;
  z-index: +1;
  padding: 5px;

}
.buttonBg {
  background-color:#5AC2B9!important;

}
.carousel-caption {
  bottom: 0.rem!important; 
  padding-bottom: 0.rem!important;
}

.overlay {
  position: absolute;
  bottom: 0!important;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.border-r {
border-radius: 0.3rem!important;
}
/* form */

form label.floatLabel , .textarea {
  left: 15px;
  top: 12px;
  background-color: white;
  padding: 0px 15px;
  font-size: 14px;
  position: relative;
  color: black;
  z-index: +1;
}
form label.floatLabel-venu {
  top: 17px;
  left: 15px;
  background-color: white;
  padding: 0px 15px;
  font-size: 14px;
  position: relative;
  color: black;
}

.form label .textarea  {
  margin-bottom: .5rem;
  top: 19px;
  /* position: relative; */
  left: 15px;
  background-color: white;
  padding: 0px 15px;
}


/* form label {
  position:relative;
  z-index: 999;
  left: 15px;
  top: 12px;
  color: #999;
  font-size: 16px;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
} */
form input,.select,.form-control,.textarea  {
  background: #fff;
  border: 1px solid rgb(219, 219, 219)!important;
  padding: 0.8em 0.5em !important;
  border-radius: 2px !important;
}

/* form input :focus-visible {
  outline: none;
} */
input:focus-visible {
  outline: 1px solid rgb(243, 223, 3);
  border-radius: 1px;
}

select:focus-visible {
  border: 1px dashed rgb(243, 223, 3);
  border-radius: 3px;
  outline: none;
}
.form-select {
  padding: 12px 15px !important;
}
.fileupload { 
  padding: 15px 15px!important;
}
/*--------------------------------------------------------------
#footer
--------------------------------------------------------------*/
.footer-list {
  list-style: none;
  padding: 5px;
}
.footer-list li {
  padding: 5px 0px;
  color: #6C6C6C;

}
.footer-social {
  list-style: none;
  padding: 0px;
}
.footer-social li {
  display: inline-flex;
  padding: 10px 5px;
}
.footerQuickLink a {
color:#626262;
font-weight: 500;
}
.footerQuickLink a:hover {
  color:#0e0e0e;
  }
  #aim .carousel-caption {
    bottom: 0.rem!important; 
    padding-bottom: 0.rem!important;
  }
    
/*  */
/*--------------------------------------------------------------
#quots
--------------------------------------------------------------*/

@media screen and (min-width: 1367px) and (max-width:1920px) {
#header .navbar-nav li a,
#header.bg_change .navbar-nav li a {
    font-size: 0.993rem!important;
}
}

/*media (min-width: 1025px) and (max-width:1366px) */
@media screen and (min-width: 1025px) and (max-width:1366px) {
  .bannerCaption {
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    left: 10%;
 }
 .bannerCaption h1{
  font-size: 3.625rem !important;
  color: #fff;
}
.bannerCaption  small { 
  font-size: 1.875em;
  color: #fff;
}
#header .navbar-nav li a {
  color: rgb(247, 247, 247);
  /* padding: 12px 12px 12px; */
  /* text-transform: capitalize !important; */
  font-size: 0.895rem;
}
}
/*media (min-width: 992px) and (max-width: 1024px) */ 
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar-brand .logo {
    width: 80px;
}
.buttonBg {
  margin: 12px 0;
}
  .bannerCaption {
   bottom: 10px;
   left: 7%;
  } 
  .bannerCaption  small { 
    font-size: 1.7em;  
}       
}
#header .navbar-nav li a,
#header.bg_change .navbar-nav li a {
    font-size: 0.823rem;
}
/*  */
/*media (min-width: 992px) and (max-width: 1024px) */ 
/* @media screen and (min-width: 992px) and (max-width: 1024px) {
  .bannerCaption {
   bottom: 100px;
   left: 7%;
  } 
  .bannerCaption h1 {
    font-size: 2.75rem!important
  } 
  .bannerCaption  small { 
    font-size: 1.7em;  
}
} */
/*  */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bannerCaption {
    position: absolute;
    bottom:0px;
    font-size: 18px;
    left: 10%;
  }

  .logo {
    width: 100px;
}
.bannerCaption h1 {
  font-size: 2.625rem !important; 
  color: #fff;
}
.bannerCaption  small { 
  font-size: 1.5em; 
  color: #fff;
}
h2 {
  font-size: 1.95rem!important;
  font-weight: 600!important;
}
#header .navbar-nav li a,
#header.bg_change .navbar-nav li a {
    font-size: 13px;
    color: rgb(37, 37, 37)!important;
    /* text-transform: uppercase !important; */
}
#header .navbar-nav li a, #header.bg_change .navbar-nav li a {
  /* padding: 12px 10px 12px; */
}
}

/*  */
@media screen and (min-width: 768px) and (max-width: 991px) {
   #header .navbar-nav li {
    display:block;
  }
  #header .navbar-nav {
    background-color: #dcf8ff;
    position: absolute;
    right: -12px;
     /* top: 3px;
    padding: 20px 30px;
    border-radius: 5px; */
    padding: 30px 60px;
    border-radius: 5px;
    top: 66px;
  }

  
  .bannerCaption  small { 
    font-size: 0.875em; color: #fff;
  }
  
  h2 {
    font-size: 2.75rem!important;
    font-weight: 600!important;
  }
  #header .navbar-nav {
    /* margin-top: 60px!important; */
  }
  .footer {
    padding:30px 0 0px 0 !important;
  }
  .carousel-caption {
    bottom: 0.rem!important; 
    padding-bottom: 0.rem!important;
  }
    
  
}
/*  */
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.75rem!important;
    font-weight: 600!important;
  }
  /* .bannerCaption  {
      position:relative;
      bottom: 0px;
      left: 0; 
      padding: 15px 0px;
      top: 50% !important;
        } */
     
   .bannerCaption small {
    font-size: small;
    color: #fff;

   } 
  .bannerCaption h1 {
      font-size:2.3rem !important;
      padding-top:0px;
      color: #fff;
  }
     .section {
      padding:30px 0 0px 0 !important;
  }
   .hero-bg {
    padding:10px;
  }
.aim {
  font-size: 1.3rem!important;
}
#header .navbar-nav li {
  display:block;
}
#header .navbar-nav {
  background-color: #dcf8ff;
  position: absolute;
  right: -11px;
  top: 15px;
  padding: 15px 50px;
  margin-top: 60px!important;
  
}
.footer {
  padding:30px 0 0px 0 !important;
}
.highlaterline-center:after  {
  left: 40%;
}
.carousel-caption {
  bottom: 0.rem!important; 
  padding-bottom: 0.rem!important;
}

  
}
@media screen and (max-width:575px) {
  .bannerCaption h1 {
    font-size:1.5em !important;
    padding-top: 0px;
    color: rgb(255, 255, 255)!important;
}
.border-r {
  border-radius: 0.00rem!important;
  }
  .bannerCaption  {
    position:absolute;
    bottom: 0px;
    left: 1%;
    padding: 15px;
  }

  .bannerCaption  small { 
    font-size: small;
    color: rgb(255, 255, 255)!important;

   } 
}

