@import url('https://fonts.googleapis.com/css2?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: "Poppins", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
color: #ED8430;
}
.container {
  max-width: 1600px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin: auto;
}

.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;
}

.bg-warning{
  background-color: #FFEFE3 !important;
}
.bg-light {
  background-color: #E4E4E4 !important;
}
.text-primary{
  color: #1e3142 !important; 
}
.text-warning{
  color: #ed8430 !important; 
}
.bg-warning{
  background-color: #ED8430 !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-004 {
  letter-spacing: -0.04em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.2em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-600 {
  letter-spacing: 0.06em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}

/* 0 */

/* 01 */
h1, .h1{
  font-size: 80px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px ;
}
.fs-25 {
  font-size: 25px;
}
.fs-28 {
  font-size: 28px ;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-35 {
  font-size: 35px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}
.fs-55 {
  font-size: 55px;
}
.fs-60 {
  font-size: 60px;
}

/* 01 */

/* 02 */
.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);
} */
.btn {
  padding: 16px 28px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 17px;
  line-height: normal;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}




.btn-danger, .btn-secondary:hover{
  color: #fff;
  background-color: #e70303 !important;
  border-color: #e70303; 
}
.btn-secondary, .btn-danger:hover{
  color: #fff;
  background-color: #1e3142 !important;
  border-color: #1E3142 !important; 
}

/* Fixed header after scroll */
.scroll header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* subtle shadow */
  transition: box-shadow 0.3s ease;
}

 
.navbar-brand {
  display: inline-block;
  width: 231px;
}

.navbar-nav .nav-link {
  padding: 0 !important;
  color: #000000;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-nav > li + li {
  margin-left: 45px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
 color: #005ae2;
}

button#ScrollToTop {
  position: fixed;
  bottom: 60px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #1E3142;
  z-index: 99;
  color: #1E3142;
}

button#ScrollToTop:hover {
  background: #1E3142;
  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-item::before, .traning-wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
}
.traning-wrap::before{
  background-color: rgb(0 0 0 / 80%);
}
 .choose-text ul li{
  padding-left: 30px;
  position: relative;
 }
 .choose-text ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  font-family: "FontAwesome";
  color: #3FD34D;
 }
 .slick-slide {
  padding-right: 70px;
}

.slick-prev:before, .slick-next:before {
  content: '';
  background-color: #1E3142;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #fff;
  font-family: "FontAwesome";
display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.slick-next:before{
  content: '';
}
.slick-prev, .slick-next {
  top: 131%;
  transform: translate(0, -50%);
  width: 100%;
}
.slick-prev {
  left: -5%;
}
.slick-next {
  right: -5%;
}
ul#menu-quick-links a.nav-link {
    padding: 0px;
}

ul#menu-quick-links1 a.nav-link {
    padding: 0px;
}
.footer-links ul li a, .footer-info ul li {
  color: #ffffff;
  font-size: 17px;
  line-height: 2;
}
.footer-links ul li a:hover{
  color: #ED8430;
}
.footer-info ul li {
  position: relative;
  padding-left: 30px;
}
.footer-info ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  font-family: "FontAwesome";
  color: #ED8430;
  font-size: 16px;
}
.footer-info ul li:nth-child(2)::before{
  content: '';
}
.copy-right{
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.cta-group input {
  background: #ffffff;
  border-radius: 5px;
  height: 60px;
}
.cta-group textarea {
  background: #ffffff;
  border-radius: 5px;
  height: 200px;
}
.form-group input {
  border-radius: 5px;
  height: 60px;
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.form-group textarea {
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 5px;
  height: 278px;
}


.inner-img {
  height: 571px;
}
.inner-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 55%;
  right: 0px;
  top: 0;
  background-color: #E4E4E4;
border-radius:20px;
}
.inner-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 85%;
  width: 90% !important;
  right: 5%;
}
.abtinner-2 .inner-img::before {
  right: auto;
  left: 0;
}
.abtfull-text a i{
  color:#FFE108 !important;
}

.abtfull-text a{
  word-break: break-all;
}

.map-sec {
  height: 78% !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color: #005eeb;
}
.dropdown-toggle::after{
  border: none !important;
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 16px;
  color: #000;
}
/* .traning-wrap.bg-warning{
  background-color: #FFEFE3 !important;
} */
/* Base style for training sections */
.traning-wrap,
.traning-wrap2,
.traning-wrap3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* default view */
  position: relative;
  transition: background-size 0.5s ease;
  overflow: hidden;
}

/* Background images */
.traning-wrap {
  background-image: url(../images/traning-img-01.jpg);
}

.traning-wrap2 {
  background-image: url(../images/traning-img-02.jpg);
}

.traning-wrap3 {
  background-image: url(../images/traning-img-03.jpg);
}

/* Hover zoom effect */
.traning-wrap:hover,
.traning-wrap2:hover,
.traning-wrap3:hover {
  background-size: 120%; /* zooms in on hover */
}

/* Optional: inner text scale for subtle polish */
.traning-text {
  transition: transform 0.5s ease;
}

.traning-wrap:hover .traning-text,
.traning-wrap2:hover .traning-text,
.traning-wrap3:hover .traning-text {
  transform: scale(1.02);
}

.radio-bx input {
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #000;
  accent-color: #000;
}
.check-bx input{
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  accent-color: #000;
}


    .flip-box {
      perspective: 1000px;
      width: 100%;
      max-width: 100%;
      height: 480px; /* <-- Set a fixed height */
    }

    .flip-box-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      animation: flip 10s infinite linear;
    }

    @keyframes flip {
      0%, 100% {
        transform: rotateY(0deg);
      }
      50% {
        transform: rotateY(180deg);
      }
    }

    .flip-box-front,
    .flip-box-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      top: 0;
      left: 0;
    }

    .flip-box-front img,
    .flip-box-back img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .flip-box-back {
      transform: rotateY(180deg);
    }

    .typing-effect {
      white-space: pre-wrap;
      overflow: hidden;
      border-right: .12em solid red;
      animation: blinkCursor 0.7s steps(1) infinite;
    }

    @keyframes blinkCursor {
      50% {
        border-color: transparent;
      }
    }

    .d-none {
      display: none;
    }


.myServiceSlider {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  top: 40%;
}

.swiper-pagination {
  bottom: 10px;
}
@media(min-width:1500px){
.cta-group textarea {
    background: #ffffff;
    border-radius: 5px;
    height: 300px;
	}}

@media(max-width:1500px){
  .navbar-brand {
    width: 180px;
}
.navbar-nav .nav-link {
    font-size: 18px;
}
.fs-20 {
    font-size: 18px;
}
h1, .h1 {
    font-size: 65px;
}
.fs-60 {
    font-size: 45px;
}
.fs-25 {
    font-size: 20px;
}
.btn {
    font-size: 15px;
}
.fs-40 {
    font-size: 35px;
}
.fs-30 {
    font-size: 25px;
}
.slick-prev:before, .slick-next:before {
    height: 45px;
    width: 45px;
    font-size: 25px;
}
.fs-17 {
    font-size: 15px;
}
.footer-links ul li a, .footer-info ul li {
    font-size: 15px;
}
.fs-16 {
    font-size: 14px;
}
.fs-14 {
    font-size: 12px;
}
.cta-group input {
  height: 55px;
}
.cta-group textarea {
  height: 170px;
}

.page-id-7 .cta-group textarea {
  height: 285px;
}
.page-id-7 span.wpcf7-list-item-label {
    color: #fff;
}
.inner-img {
  height: 500px;
}
.form-group input {
  height: 50px;
}
.form-group textarea {
  height: 210px;
}
.map-sec {
  height: 71% !important;
}
}

@media(max-width:1230px){
  .slick-prev, .slick-next {
    top: 130%;
  }
}
@media(max-width:1199px){
  .navbar-brand {
    width: 150px;
}
.navbar-nav .nav-link {
    font-size: 16px;
}
.fs-20 {
    font-size: 15px;
}
h1, .h1 {
    font-size: 55px;
}
.fs-60 {
    font-size: 35px;
}
.fs-25 {
    font-size: 18px;
}
.btn {
    font-size: 13px;
    padding: 12px 24px;
}
.fs-30 {
    font-size: 22px;
}
.fs-40 {
    font-size: 30px;
}
.slick-slide {
padding-right: 30px;
}
.slick-prev:before, .slick-next:before {
    height: 35px;
    width: 35px;
    font-size: 22px;
}
.fs-17 {
    font-size: 13px;
}
.footer-links ul li a, .footer-info ul li {
    font-size: 13px;
}
.footer-info ul li {
padding-left: 25px;
}
.fs-14 {
    font-size: 10px;
}
.fs-16 {
    font-size: 12px;
}
.cta-group textarea {
  height: 150px;
}
.cta-group input {
  height: 50px;
}
.inner-img {
  height: 450px;
}
.form-group textarea {
  height: 180px;
}
.form-group input {
  height: 45px;
}
.map-sec {
height: 70% !important;
}
}


@media (max-width: 991px) {


  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #000;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
}
.header-btn {
    margin-top: 10px;
    display: inline-block;
}
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #fff;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px;
  }
  .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;
  }
  .slick-prev, .slick-next {
    top: 104%;
}
.slick-next {
    right: 45%;
}
.slick-prev {
    /* left: 45%; */
}
.inner-img {
  height: 400px;
}
.dropdown-toggle::after {
  right: 0;
  top: 15px;
  transform: translateY(0%);
}
}


@media(max-width:767px){
  .navbar-toggler {
    font-size: 20px;
}
h1, .h1 {
    font-size: 45px;
}
.fs-60 {
    font-size: 25px;
}
.carousel-item {
height: 300px;
}
.fs-30 {
    font-size: 20px;
}
.fs-40 {
    font-size: 26px;
}
.slick-next {
right: 42%;
}
.slick-prev {
left: 42%;
}
.slick-prev, .slick-next {
top: 100%;
}
.footer-info ul li {
  width: fit-content;
  margin: auto;
}
.cta-group textarea {
  height: 130px !important;
}
.cta-group input {
  height: 45px;
}
.inner-img {
  height: 350px;
}
.banner-img {
  height: 300px;
}
.map-sec {
  height: 350px !important;
}
.slick-prev, .slick-next {
  width: auto;
}#searchFormWrapper {
    width: 300px;
    margin-top: 40px !important;
}
#searchFormWrapper .search-form {
    height: 45px !important;
}
}

@media(max-width:575px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .slick-slide {
    padding-right: 0;
}
.slick-next {
    right: 36%;
}
.slick-prev {
    left: 36%;
}
.inner-img {
  height: 250px;
}
.banner-img {
  height: 280px;
}
.map-sec {
  height: 300px !important;
}
h1, .h1 {
  font-size: 28px;
}
.carousel-item {
  height: 450px;
}
.services-heading p.w-75 {
  width: 100% !important;
}
.carousel-inner {
    height: 300px;
}
}