@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Outfit", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1545px;
  width: 100%;
  margin: auto;
}
.container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}
.ffo{
  font-family: "Oswald", sans-serif;
}
.ffp{
  font-family: "Poppins", sans-serif;
}



.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-warning{
  color: #ca965a !important;
}
.bg-secondary{
  background-color: #1A1818 !important;
}




.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25{
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.01em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1, .h1{
font-size: 160px;
	
  line-height: 0.9;
  letter-spacing: -0.04em;
}


.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-20 {
  font-size: 20px ;
}
.fs-21 {
  font-size: 21px ;
}
.fs-22 {
  font-size: 22px ;
}
.fs-24 {
  font-size: 24px ;
}
.fs-28 {
  font-size: 28px ;
}


.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-36 {
  font-size: 36px;
}

.fs-48 {
  font-size: 48px;
}
.fs-50 {
  font-size: 50px;
}
.fs-80 {
  font-size: 80px;
}
/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */

.timerarea{width:100%}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { 
    color: #fff;
}

#menu-menu li.active a, #menu-menu li a:hover{color:#000;}

.card-header {  
    background: linear-gradient(270deg, rgba(46, 47, 47, 1) 0%, rgba(202, 150, 90, 1) 50%, rgba(53, 53, 53, 1) 100%) !important;
  
}
.card-header a {     
    color: #fff;
}
.card-body  p{color:#000;}

.btn {
  padding: 20px 90px;
  border: 1px solid;
  border-radius: 4px;
  line-height: normal;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}
.enter-btn .btn {
  font-size: 28px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 7px;
  border: 0;
}
.submit-btn {
  color: #ffffff;
  background: #ca965a !important;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 78px;
}
.submit-btn:hover{
  background: #fff !important;
  color: #000 !important;

}
.btn-warning{
  background: linear-gradient(
    270deg,
    rgba(46, 47, 47, 1) 0%,
    rgba(202, 150, 90, 1) 50%,
    rgba(53, 53, 53, 1) 100%
  );
  border-color: transparent;
  color: #fff;
}
.btn-warning:hover{
  background: linear-gradient(
    270deg,
    rgba(53, 53, 53, 1) 0%,

    rgba(202, 150, 90, 1) 20%,

    rgba(46, 47, 47, 1) 100%
  );
  border-color: transparent;
  color: #fff;
}
.btn-dark{
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(53, 53, 53, 1) 100%
  ) !important;
  color: #8ccc03 !important;
  border-color: transparent;
}
.btn-dark:hover{
  background: #000 !important;
  color: #fff !important;
}

/* .scroll header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #84C288;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    z-index: 99;
} */
header{
  background: linear-gradient(
    270deg,
    rgba(46, 47, 47, 1) 0%,
    rgba(202, 171, 90, 1) 44.49999928474426%,
    rgba(140, 112, 79, 1) 75%,
    rgba(53, 53, 53, 1) 100%
  ) !important;
  position: relative;
  z-index: 9;
}
.navbar-brand {
  display: inline-block;
  max-width: 370px;
  width: 100%;
}
.logo-wrap.d-none {
  padding: 0 70px !important;
}
.nav-item .site-logo a {
  transform: translate(-45%, -40px) !important;
}

.navbar-nav .nav-link {
  line-height: normal;
  padding: 0 !important;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 35px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
  color: #000 ;
}




/* .offcanvas, .site-logo, .nav-right{
  width: 33%;
} */
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}


@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
          overflow-y: visible;
  }
}





.carousel-inner::before, .subbanner-inner::before, .abtfull-wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: rgb(0 0 0 / 45%); */
  background: radial-gradient(
    closest-side,
    rgba(0, 0, 0, 0) 65.49999713897705%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}
.abtfull-wrap::before{
  background: rgb(0 0 0 / 20%);
}
.carousel-inner .container, .subbanner-inner .container, .abtfull-text{
  position: relative;
  z-index: 2;
}
.current-text{
  background: linear-gradient(
    270deg,
    rgba(46, 47, 47, 1) 0%,
    rgba(202, 150, 90, 1) 50%,
    rgba(53, 53, 53, 1) 100%
  ) !important;
}
.current-time{
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(47, 47, 47, 1) 100%
  ) !important;
  border-color: #0074a6 !important;
}

.work-main{
  background: linear-gradient(
    270deg,
    rgba(46, 47, 47, 1) 0%,
    rgba(202, 150, 90, 1) 50%,
    rgba(53, 53, 53, 1) 100%
  ) !important;
}
.rev-date{
  color: #fff73e !important;
}
.testimonial-sec .slick-slide {
  padding: 0 20px;
}

.footer-links ul li a, .footer-links ul li{
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.9;
  color: #fff;
}
.footer-links ul li a:hover{
  color: #fff73e !important;
}
.newsletter-group{
  border: 1px solid #000;
  height: 62px;
}
.newsletter-group input::placeholder{
  color: #000;
}
footer{
  background: linear-gradient(
    270deg,
    rgba(46, 47, 47, 1) 0%,
    rgba(202, 150, 90, 1) 50%,
    rgba(53, 53, 53, 1) 100%
  ) !important;
}
.center-border{
  background: #ca965a;
  height: 18px;
}

.about-imgs .slick-slide {
  padding-left: 35px;
  height: auto;
}
.about-imgs .slick-slide div{
  height: 100%;
}
.about-imgs .slick-track {
  display: flex;
}
.contact-main .form-group input, .contact-main .form-group textarea{
  background: #eeeeee !important; 
}
.contact-main .form-group input{
  height: 47px;
  color: #000 !important;
}
.contact-main .form-group textarea{
  height: 243px;
  color: #000 !important;
}
.contact-main .form-group input::placeholder, .contact-main .form-group textarea::placeholder{
  color: #000 !important;
}
.map-sec {
  height: 70%;
}


/* .login-btns{
  position: relative;
  right: 13%;
} */


@media(max-width:1900px){
  /* .login-btns {
    position: relative;
    right: 9%;
} */
.navbar-nav > li + li {
  margin-left: 17px;
}
.logo-wrap.d-none {
  padding: 0 90px !important;
}
}

@media(max-width:1800px){
  .navbar-nav > li + li {
    margin-left: 13px;
}
.navbar-nav .nav-link {
  font-size: 20px;
}
.navbar-brand {
    max-width: 360px;
}
}


@media(max-width:1700px){
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .container-fluid {
    padding-left: 2%;
    padding-right: 2%;
  }
  .navbar-brand {
    max-width: 265px;
}
.navbar-nav .nav-link {
  font-size: 16px;
}
.navbar-nav > li + li
 {
    margin-left: 15px;
}
.logo-wrap.d-none {
  padding: 0 50px !important;
}
}
@media(max-width:1500px){
  .navbar-nav .nav-link {
    font-size: 16px;
  }
  .fs-21 {
    font-size: 17px;
  }
  h1, .h1 {
   /* font-size: 130px;*/
	  font-size: 105px;
  }
  .btn {
    padding: 15px 70px;
    font-size: 22px;
  }
  .fs-36 {
    font-size: 32px;
}
.fs-28 {
  font-size: 22px;
}
.fs-48 {
  font-size: 38px;
}
.fs-20 {
  font-size: 17px;
}
.enter-btn .btn {
  font-size: 22px;
}
.fs-80 {
  font-size: 65px;
}
.fs-22 {
  font-size: 18px;
}
.center-border {
  height: 15px;
}
.fs-24 {
  font-size: 20px;
}
.fs-17 {
  font-size: 15px;
}
.fs-32 {
  font-size: 25px;
}
.footer-links ul li a, .footer-links ul li {
  font-size: 18px;
}
.fs-16 {
  font-size: 15px;
}
.newsletter-group {
  height: 55px;
}
.fs-30 {
  font-size: 25px;
}
.fs-50 {
  font-size: 45px;
}
}
@media(max-width:1400px){
  .navbar-nav .nav-link {
    font-size: 13px;
}
.fs-21 {
    font-size: 15px;
}
h1, .h1 {
   font-size: 115px;
	
}
.btn {
    padding: 15px 70px;
    font-size: 18px;
}
.fs-36 {
    font-size: 28px;
}
.fs-28 {
    font-size: 18px;
}
.fs-48 {
    font-size: 32px;
}
.fs-20 {
    font-size: 15px;
}
.enter-btn .btn {
    font-size: 18px;
}
.fs-80 {
    font-size: 50px;
}
.fs-22 {
    font-size: 15px;
}
.fs-24 {
    font-size: 17px;
}
.fs-32 {
    font-size: 20px;
}
.footer-links ul li a, .footer-links ul li {
    font-size: 15px;
}
.newsletter-group {
    height: 50px;
}
.fs-50 {
  font-size: 40px;
}
.contact-main .form-group input {
  height: 45px;
}
.contact-main .form-group textarea {
  height: 220px;
}
.submit-btn {
  font-size: 15px;
  padding: 8px 50px;
}
.map-sec {
  height: 72%;
}
    .navbar-brand {
        max-width: 235px;
    }
    .logo-wrap.d-none {
      padding: 0 25px !important;
  }
}
@media(max-width:1199px){
  .nav-item .site-logo a {
    transform: translate(-44%, -25px) !important;
}
  .navbar-brand {
    max-width: 200px;
}
.navbar-nav > li + li {
margin-left: 7px;
}
h1, .h1 {
    font-size: 95px;	
}
.btn {
    padding: 12px 50px;
    font-size: 15px;
}
.fs-36 {
    font-size: 25px;
}
.fs-32 {
    font-size: 18px;
}
.fs-50 {
  font-size: 35px;
}
.login-btns a {
  font-size: 12px;
}
.logo-wrap.d-none {
  padding: 0 30px !important;
}
}
@media (max-width: 991.50px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #fff;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
}

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: linear-gradient(270deg, rgba(46, 47, 47, 1) 0%, rgba(202, 171, 90, 1) 44.49999928474426%, rgba(140, 112, 79, 1) 75%, rgba(53, 53, 53, 1) 100%) !important;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
  .navbar-brand {
    max-width: 175px;
}
h1, .h1 {
   font-size: 65px;
	
}
.carousel-item, .subbanner-inner-item {
height: 350px;
}
.fs-28 {
  font-size: 16px;
}
.fs-80 {
  font-size: 40px;
}
.fs-50 {
  font-size: 30px;
}
.about-imgs .slick-slide {
  padding-left: 25px;
}
}
@media(max-width:767px){
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
  .abtfull-wrap {
    height: 250px;
}
.map-sec {
  height: 300px;
}
}
@media(max-width:575px){
  .fs-21 {
    font-size: 13px;
}
.navbar-brand {
    max-width: 175px;
}
h1, .h1 {
   /* font-size: 50px;*/
	 font-size: 39px;
}
.btn {
    padding: 12px 30px;
    font-size: 15px;
}
.fs-80 {
    font-size: 30px;
}
.fs-36 {
    font-size: 22px;
}
.newsletter-group {
    height: 45px;
}
.about-imgs .slick-slide {
  padding-left: 15px;
}
.contact-main .form-group textarea {
  height: 180px;
}
}
@media(max-width:400px){
  .navbar-brand {
    max-width: 120px;
}
}