*{
    margin: 0px;
    padding: 0px;
    /* border: 1px solid red; */
}
body{
    font-family: "Roboto", sans-serif;
}
:root{
    --var-dark-color:#000000;
    --var-orange-color:#FBC707;
    --var-white-color:#fff;
    --var-border-color:#C1C1C1;
    --var-placholder-color:#9F9F9F;
    --var-button-color:#1C1C1C;

}
.navbar-open{
    overflow: hidden;
}

/* ============= Header ============= */
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 9;

}
/* @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  } */

.navbar-expand-lg .navbar-collapse {

    flex-basis: auto;
    justify-content: flex-end;
}
.nav-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--var-dark-color);
    transition-duration: 0.4s;
}
 .nav-link:hover{
    color: var(--var-orange-color);
    transition-duration: 0.4s;
}
 .navbar-nav li {
    margin: 0px 0px 0px 21px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
}
.register {
    border: 1px solid #000;
    padding: 14px 20px !important;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.register.btn1:hover{
    color: white;
    border: 1px solid transparent;
  }
 .login {
    background: var(--var-orange-color);
    color: var(--var-white-color);
    padding: 14px 28px !important;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.btn1{
    position: relative;
    overflow: hidden;
}
.btn1::before {
    content: "";
    background-color: #1C1C1C;
    width: 0%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.7s;
    border-radius: 8px;
  }


  .btn1:hover{
    color: white;
  }

  .btn1::before {
    width: 100%;
    height: 0%;
    border-radius: 8px;
  }

  .btn1:hover::before {
    height: 100%;
    border-radius: 8px;
  }

 .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--var-orange-color);
}
/* ============= Header ============= */


/* ============= Slider ============= */
.main_slider .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.main_slider .carousel-item img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: 100% 100%;
}
.main_slider  .carousel-caption h3{
    font-family: Squada One;
    font-size: 47px;
    font-weight: 400;
    line-height: 47px;
    color: var(--var-white-color);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main_slider  .carousel-caption h3 span{
    color: var(--var-orange-color);
}
.main_slider  .carousel-caption p {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--var-white-color);
    margin: 20px 0px 20px 0px;
}
.main_slider  .carousel-caption a {
    background: var(--var-orange-color);
    color: var(--var-white-color);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height:8px;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
    border: 0px;
}
.carousel-indicators [data-bs-target].active {
    width: 20px;
    height:8px;
    opacity: 1;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 10px;
    background: var(--var-orange-color);
    border: 0px;

}
/* ============= Slider ============= */


/* ============= About us ============= */
.about_section{
    position: relative;
    padding: 105px 0px;
    background: url(../images/about_bg.png) no-repeat bottom left;
    background-size: cover;
}
.about-section-inner h2 {
    color: var(--var-orange-color);
    font-size: 47px;
    font-weight: 400;
    line-height: 47px;
    font-family: Squada One;
    text-transform: uppercase;
    border-bottom: 2px var(--var-dark-color) solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.about-section-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
}
.about-section-inner a{
    color: #FBC707;
    text-decoration: none;
}
.about-section-inner img{
    height: 450px;
    object-fit: cover;
}
.moretext {
    display: none;
  }
/* ============= About us ============= */

/* ============= SERVICES ============= */
.services_section{
    position: relative;
    padding: 105px 0px;
    background: url(../images/export.png) no-repeat;
    background-size: cover;
}
.heading h2{
    color: var(--var-orange-color);
    font-size: 47px;
    font-weight: 400;
    line-height: 47px;
    font-family: Squada One;
    text-transform: uppercase;
    border-bottom: 2px var(--var-orange-color) solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.white_box {
    border-radius: 0;
    min-height: 200px;
    padding: 30px 15px;
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* animation: dance2 4s alternate infinite; */
    z-index: 0;
    margin-bottom: 25px;
    cursor: pointer;
    box-shadow: 0 15px 10px -10px rgb(145 145 145 / 50%), 0 1px 4px rgb(116 116 116 / 30%), inset 0 0 20px rgb(255 255 255 / 10%);
}
.white_box .icon {
    background: #fff;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding: 11px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 50%;

}
.white_box .icon > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.white_box h4 {
    font-weight: 700;
    margin: 15px 0 0px 0;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.white_box:after {
    position: absolute;
    bottom: -100%;
    right: -15%;
    content: '';
    width: 100%;
    height: 100%;

    z-index: -1;
    opacity: 0;
    background: #fbc707;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.white_box:hover{
    display: block;
    background-color: #000;
    -webkit-box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.27);
    color: rgba(255, 255, 255, 0.9);
}
.white_box:hover .icon {
    animation-name: dance_hover;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    border: 1px solid #f6f6f6;
    box-shadow: 0 15px 10px -10px rgb(0 0 0 / 50%), 0 1px 4px rgb(0 0 0 / 30%), inset 0 0 20px rgb(0 0 0 / 10%);
}
.white_box:hover .icon > img:last-of-type {
    opacity: 1;
}
.white_box:hover:after, .white_box.active:after {
    top: 0%;
    left: 0%;
    opacity: 1;
}
@keyframes dance_hover {
  16.65% {
  transform: translateY(8px);
  }
  33.3% {
  transform: translateY(-6px);
  }
  49.95% {
  transform: translateY(4px);
  }
  66.6% {
  transform: translateY(-2px);
  }
  83.25% {
  transform: translateY(1px);
  }
  100% {
  transform: translateY(0);
  }
  }

/* ============= SERVICES ============= */

/* ============= Contact Section ============= */
.contact_section{
    position: relative;
    padding: 105px 0px;
}
.contact_section_left img {
    width: 100%;
    height: 492px;
    object-fit: cover;
}

.contact_section_left_inner h2{
    color: var(--var-orange-color);
    font-size: 47px;
    font-weight: 400;
    line-height: 47px;
    font-family: Squada One;
    text-transform: uppercase;
    border-bottom: 2px var(--var-dark-color) solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact_section_left_inner p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color:#0A0C0F;
}
.contact_section_left_inner {
    padding-left: 4%;
}
.contact_section_left_form {
    padding: 0px 25px 0px 25px;
}
.contact_section_left_form label{
    color: var(--var-dark-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}
.contact_section_left_form span{
    color: #f00 !important;
}
.contact_section_left_form input {
    color: var(--var-dark-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #D2D2D2;
    background: #F9F9F9;
    border-radius: 10px;
    height: 48px;
    padding-left: 10px;
}
input:focus{
    outline: 0px !important;
    box-shadow: none !important;
}
textarea:focus{
    outline: 0px !important;
    box-shadow: none !important;
}
.contact_section_left_form textarea {
    color: var(--var-dark-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #D2D2D2;
    background: #F9F9F9;
    border-radius: 10px;
    height: 120px;
    padding-left: 10px;
    padding-top: 15px;
}
.contact_section_left_form button {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: var(--var-orange-color);
    color: var(--var-white-color);
    border: 0px;
    padding: 10px 35px 10px 35px;
    font-size: 16px;
    border-radius: 4px;
}
.btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }
  .btn1{
    position: relative;
    overflow: hidden;
}
.btn_primary {
    padding: 8px 15px;
    margin: 0px;
    font-size: 16px;
    background-color: var(--var-orange-color);
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    width: auto;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: var(--var-white-color);
    border: 0;
    margin-bottom: 15px;
}

.btn1::before {
    content: "";
    background-color: #1C1C1C;
    width: 0%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.7s;
}
.btn1:hover{
  color: white;
}

.btn1::before {
    width: 100%;
    height: 0%;
}

.btn1:hover::before {
    height: 100%;
    border-radius: 5px;
}
  /*--- btn-1 ---*/
  .btn-1::before {
    background-color: rgb(28, 31, 30);
    transition: 0.3s ease-out;
  }
  .btn-1 span {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(28, 31, 30);
    transition: 0.2s 0.1s;
  }
  .btn-1 span:hover {
    color: rgb(28, 31, 30);
    transition: 0.2s 0.1s;
  }

  /* 1.hover-filled-slide-down */
  .btn.hover-filled-slide-down::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .btn.hover-filled-slide-down:hover::before {
    height: 0%;
  }

/* ============= Contact Section ============= */

/* ============= Gallery Section ============= */
.gallery_section{
    position: relative;
    padding: 105px 0px 80px;
    background: url(../images/gallery_section.png) no-repeat bottom left;
    background-size: cover;
}

  /* Default slide */

  .center-slider .slick-slide, .center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

  /* Active center slide (You can change anything here for cenetr slide)*/
  .center-slider .slick-center,
  .center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(0.9) !important;
    background-color: #000000;
    box-shadow: 0px 4px 9.9px 0px #FFFFFF;

  }
  .center-slider .slick-current.slick-active {
    transform: scale(1);
    background-color: #000000;
}

  .slick-next, .slick-prev{
    z-index: 5;
  }
  .slick-next{
    right: 15px;
  }
  .slick-prev{
    left: 15px;
  }
  .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
  }
  .slick_img{
    border: 5px solid #FFFFFF;
    border-radius: 10px;
  }
  .slick_img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.center-slider.slick-slider {
    margin-bottom: 0px !important;
}
  [data-slick-index="-2"] {
    transform: scale(0.8) !important;
    transition: all 0.4s ease-in-out;
  }
  [data-slick-index="2"] {
    transform: scale(0.8) !important;
    transition: all 0.4s ease-in-out;
  }
  .center-slider .slick-slide  [data-slick-index="-2"]{
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}
.slick-prev:before {
    content: '' !important;
    color: #f00;
    background: url(../images/arrow_left.png);
    width: 35px;
    height: 42px;
    display: block;
    opacity: 1 !important;
    background-color: #6565657A;
    background-repeat: no-repeat;
    background-position: center;
    padding: 9px;
    background-size: 14px;
}
.slick-next:before {
    content: '' !important;
    color: #f00;
    background: url(../images/next.png);
    width: 35px;
    height: 42px;
    display: block;
    opacity: 1 !important;
    background-color: #6565657A;
    background-repeat: no-repeat;
    background-position: center;
    padding: 9px;
    background-size: 14px;
}
/* ============= Gallery Section ============= */

/* ============= Footer Section ============= */
.footer_section{
    position: relative;
    padding: 45px 0px;
    background: #0A0A0A;
}
.footer_logo a{
    display: inline-block;
}
.footer_logo a img {
    background: var(--var-white-color);
    padding: 10px;
    border-radius: 5px;
    max-width: 100%;
}
.footer_content.footer_border {
    border-left: 1px #fff solid;
    padding: 45px 0px 45px 30px;
}
.footer_content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--var-white-color);

}

.footer_content_1 h2 {
    color: var(--var-white-color);
    font-size: 26px;
    font-weight: 400;
    line-height: 25px;
    font-family: Squada One;
    text-transform: uppercase;
    border-bottom: 2px var(--var-orange-color) solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer_content_1 p {
    color: var(--var-white-color);
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 500;
}
.footer_content_1 p i{
    position: absolute;
    left: 0px;
    top: 4px;
}
.footer_content_1 p a{
    color: var(--var-white-color);
    text-decoration: none;
}
.copyright_section{
    position: relative;
    background: #171717;
    padding: 15px 0px;
}
.copyright_section_inner p {
    color: var(--var-white-color);
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}
.copyright_section_inner ul{
    list-style: none;
    text-align: right;
    margin-bottom: 0px;
}
.copyright_section_inner ul li {
    display: inline-block;
    color: #FFF;
    padding: 0px 0px 0px 5px;
}
.copyright_section_inner ul li a{
    color: #FFF;
}
.subcontarctor_popup .modal-content {
    background-color: #eff5f4;
}
.subcontarctor_popup h5 {
    background: #ffc90085;
    padding: 10px 0px 10px 12px;
    font-size: 17px !important;
    color: #25282B;
    font-weight: 800 !important;
    margin: 0px 0px 8px;
    display: block;
    width: 100%;
}
.subcontarctor_popup .btn-close {
    position: absolute;
    z-index: 9;
    right: 27px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    top: 26px;
    opacity: 1;
}
.policy_content {
    padding: 10px 15px 10px 15px;
    height: 400px;
    overflow: auto;
}
.policy_content p{
   font-size: 14px;
}
/* ============= Footer Section ============= */
@media (max-width:1024px){
    .slick-next {
        right: -14px !important;
    }
}
@media (max-width:993px){
    .slick-next {
        right: -10px !important;
    }
}

@media (max-width:991px){
    .nav-link {
        text-align: center;
    }
    .navbar-nav li {
        margin: 0px;
        border-bottom: 1px #ddd solid;
        padding: 10px 0px 10px 0px;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
        justify-content: flex-end;
        position: absolute;
        top: 96px;
        z-index: 9;
        background: #fff;
        width: 100%;
        left: 0;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        align-items: center;
        display: block;
        padding: 15px;
    }
    /* .main_slider .carousel-caption {
        bottom: 14%;
    } */
    .about-section-inner p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 3px;
    }
    .main_slider  .carousel-caption h3 {
        font-size: 38px;
        font-weight: 400;
        line-height: 35px;
    }
    .slick-next {
        right: -15px !important;
    }

}
@media (max-width:767px){
    /* .main_slider  .carousel-caption h3 {
        font-size: 27px;
        line-height: 27px;
        margin-bottom: 10px;
    } */
    /* .main_slider .carousel-caption {
        bottom: 25%;
    } */
    .gallery_section .slick-next {
        right: -5px !important;
    }
    .gallery_section .slick-prev {
        left: -15px !important;
    }
    .slick-next:before {
        width: 28px;
        height: 38px;
        padding: 9px;
        background-size: 10px;
    }
    .slick-prev:before {
        width: 28px;
        height: 38px;
        padding: 9px;
        background-size: 10px;
    }
    .main_slider .carousel-item img {
        height: 500px;
    }
}
@media (max-width:575px){
    .slick-next:before {
        width: 23px;
        height: 32px;
        padding: 9px;
        background-size: 8px;
    }
    .slick-prev:before {
        width: 23px;
        height: 32px;
        padding: 9px;
        background-size: 8px;
    }
    .gallery_section .slick-next {
        right: 2px !important;
    }
    .gallery_section .slick-prev {
        left: -3px !important;
    }
    .footer_content.footer_border {
        padding: 15px 0px 15px 30px;
        margin: 20px 0px 20px 0px;
    }
    /* .main_slider  .carousel-caption h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 1px;
    }
    .main_slider  .carousel-caption p {
        font-size: 12px;
        margin: 5px 0px 5px 0px;
    }
    .main_slider  .carousel-caption a {
        padding: 4px 12px;
        margin-top: 0px;
    } */
    .slick-prev {
        left: 20px !important;
    }
    .slick-next {
        right: 20px !important;
    }
    .contact_section_left_inner {
        padding-left: 5%;
    }
    .about_section .row .about_mob_right{
        order: 2;
    }
    .contact_section_left_form {
        padding: 10px 25px 0px 25px;
    }
    .copyright_section_inner p {
        text-align: center;
    }
    .copyright_section_inner ul {
        text-align: center;
        padding-left: 0px;
        margin-top: 5px;
    }
}

@media (max-width:480px){
    .main_slider .carousel-caption {
        bottom: 14%;
    }
}
