* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* background-color: black; */
}

a {
    text-decoration: none;
}

.section_4 .title,
.section_6 .title,
.section_8 .title,
.section_9 .title {
    letter-spacing: 2px;
}

/* ====================
--------- Navbar / Section 1 ----
======================= */

nav {
    font-family: system-ui;
}

.nav-link {
    color: black !important;
    padding: 0px 15px !important;
    font-weight: 500;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    border: 0;
}


.nav-item .nav-link {
    /* transition: all 600ms; */
    line-height: 110px;
}

header.fixed {
    position: fixed;
    padding: 0;
    top: 40px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: #f0f0f0;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
}


header.position {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
}

.nav-item:hover {
    color: white !important;
    position: relative;
    z-index: 1;
}

.nav-item .nav-link:hover {
    color: white !important;
}
.product{
    display: flex;
    flex-grow: 1;
}


.nav-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fcbf00;
    z-index: -1;
    transition: transform 0.2s;
    transform-origin: 0 100%;
    transition-timing-function: linear;
}

.navbar-nav .one::before {
    transform: scaleY(0);
}

.navbar-nav .one:hover::before {
    transform: scaleY(1);
}

.nav-item .dropdown-menu {
    background: #3d3d3d;
    border-radius: 0px;
}

.nav-item {
    z-index: 2 !important;
}

.nav-item .dropdown-menu li a {
    color: white;
}

.nav-item .dropdown-menu li {
    list-style: none;
}

.nav-item .dropdown-menu li a {
    text-decoration: none;
}

.nav-item .dropdown-menu i {
    color: white;
}

nav .produt-dropdown-menu {
    width: 1200px;
    height: auto;
    left: -330px !important;
    /* left: 0; right: 0; position: fixed; */
    margin: 0 auto;
    padding-left: 10px;
    z-index: 9999;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    background: #3d3d3d !important;
}

nav .produt-sub-product {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    visibility: visible;
    height: auto;
}

.product_heading {
    position: relative;
}

nav .product_heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ed2028;
    bottom: -2px;
    left: 0px;
}

nav .sub-product a {
    font-size: 14px;
    background: none;
    padding: 5px 0 0 8px;
}

nav .dropdown-item:hover,
.sub-product li a:hover {
    background: transparent !important;
    color: #fcbf00 !important;
}

nav .dropdown-menu .menu-item {
    border-bottom: 1px solid #848484;
    width: 90%;
    margin-left: 10px !important;
    margin-right: 20px !important;
    padding-left: 10px !important;
}


.dropdown-menu[data-bs-popper] {
    margin-top: 0px;
}


/* ====================
--------- Carousel / Section 2 ----
======================= */


/* .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
} */

.section_2 {
    margin-top: 109px;
}

.section_2 .carousel-item {
    background: linear-gradient(rgba(0, 0, 0, 0.8), #000);
}

.section_2 .carousel-item img {
    /*	height: 200px;*/
    opacity: 0.9;
    width: 100%;
    /*height: 750px;*/
}

.section_2 .carousel-caption {
    width: 35%;
    bottom: 17%;
}

.section_2 .carousel-caption h5 {
    /* font-size: 40px;
    font-family: sans-serif;
    text-align: left; */
    font-size: 45px;
    font-family: sans-serif;
    text-align: left;
    line-height: 60px;
}

.section_2 .carousel-caption h5 span {
    font-size: 50px;
    font-family: sans-serif;
    text-align: left;
    color: #fdc92f;
}

.section_2 .carousel-caption p {
    font-size: 25px;
    font-family: sans-serif;
    text-align: left;
    margin-bottom: 21%;
}

/* .carousel-indicators {
    top: 93%;
    color: #000;
} */

.section_2 .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    margin: 10px 10px 0px 10px !important;
}

.section_2 .carousel-indicators {
    margin-bottom: 10px;
}




/* ====================
--------- Section 3  ----
======================= */



.section_3 .card {
    align-items: center !important;
    border: 0px !important;
}

.card-body {
    text-align: center;
}

/* .card {
position: relative;
overflow: hidden;
} */

.card-img-top {
    transition: transform 0.5s ease;
}

.card-img-top.hover-img {
    transform: scale(0);
    opacity: 0;
}

.card:hover .card-img-top.hover-img {
    transform: scale(1);
    opacity: 1;
}


.section_3 .container a {
    text-decoration: none;
    color: black;
}

/* .section_3 .container {
    margin: 4% auto;
    margin-bottom: 3%;
} */

.section_3 h1 {
    margin: 65px 0% 65px 0%;
}

.section_3 .img-container {
    background: #f5f5f5;
    padding: 3% 0%;
}


/* ====================
-- Sliding Images / Section 4 --
======================= */



.owl-carousel .owl-nav.disabled {
    display: unset !important;
}

.owl-carousel .owl-nav.disabled span {
    font-size: 60px;
}

.owl-carousel .owl-nav.disabled .owl-prev {
    position: absolute;
    left: -50px;
    top: 28%;
}

.owl-carousel .owl-nav.disabled .owl-next {
    position: absolute;
    right: -50px;
    top: 28%;
}



.slider {
    /* max-width: 1100px; */
    display: flex;
}

.slider .card {
    margin: 0 10px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.slider .card .img {
    /* height: 200px; */
    width: 100%;
}

.slider .card .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider .card .content {
    padding: 20px 10px;
}

.card .content .title-1 {
    font-size: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
}


.content::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
}

.content {
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: black;
    text-align: center;
    /* Ensure the text is above the pseudo-element */
}

.content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fcbf00;
    z-index: 0;
    transition: all 300ms linear;
    transform-origin: 0 50%;
}

.content::before {
    transform: scaleY(0);

}

.content:hover::before {
    transform: scaleY(1);
    z-index: -1;
}

/* .content:hover .title {
    color: white;
} */

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
    -webkit-text-stroke-width: medium;
    top: 42%;
}



.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    padding: 10px 15px !important;
    border-radius: 50%;
    background: #fcbf00;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    -webkit-text-stroke-width: medium;
    top: 42%;
}


.section_4 .text {
    margin-top: 65px;
    margin-bottom: 65px;
}


.section_5 {
    background-image: url('../images/we-are-ready.jpg');
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
}

.section_5 .text_container {
    padding: 150px 0px;
    text-align: center;
}


.section_5 .text {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 20px 0px;
    margin: 0px 200px;
}


.i-fa-about {
    font-size: 50px;
}


.i-fa-about:hover {
    color: #9b9b9b !important;
}


.section_6 h1 {
    letter-spacing: 2px
}

.section_6 .services_container {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.section_6 .services_container .card-title {
    letter-spacing: 1px;
}

.section_6 .services_container i,
.section_6 span {
    color: #fcbf00;
}



/* .section_7 {
    background-color: #fcbf00;
    margin-top: 90px;
}

.section_7_container {
    display: flex;
    flex-direction: column;
    grid-gap: 140px;
    padding-top: 200px
}

.section_7_container .card {
    min-height: 380px;
    border-radius: 0px
}

.section_7_container .icon {
    background-color: black;
    width: fit-content;
    place-self: center;
} */

.section_7 {
    background-color: #fcbf00;
    padding: 6% 0%;
}

.section_7 .row {
    min-height: 370px;
}

.section_7 .left img {
    border-radius: 0px;
    height: -webkit-fill-available;
}

.section_7 .right {
    text-align: -webkit-center;
}

.section_7 .right .icon {
    background-color: black;
    width: fit-content;
    place-self: center;
}

.section_7 .right .para_container {
    text-align: justify;
    line-height: 28px;
}

.section_7 .column_2 {
    margin: 6% 0%;
}

.section_7 .column_1,
.section_7 .column_2,
.section_7 .column_3 {
    background-color: white;
}

.section_7 .row .icon img {
    width: 90%;
}



.section_8 .main {
    display: grid;
    grid-template-columns: 47% 47%;
    grid-gap: 6%;
}

.section_8 .main img {
    width: -webkit-fill-available;
    height: 55vh;
}

/* .section_8 button {
    background-color: #fcbf00;
    color: white;
    border: 0px;
    padding: 10px 20px;
} */

.section_8 .main p {
    font-size: 18px;
}


.section_8 h3 {
    font-weight: normal;
}

.section_8 button,
.section_10 button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    padding: 0px;
    font-weight: 600;
    background: #fcbf00;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
}

.section_8 button:after,
.section_10 button:after {
    content: " ";
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #3d3d3d;
    position: absolute;
    transition: all 0.4s ease-in-out;
}

.section_8 button:hover::after,
.section_10 button:hover::after {
    bottom: 0;
    /* bottom: 0; */
    height: 100%;
}

.section_8 button span:hover,
.section_10 button span:hover {
    color: #fff !important;
}

.section_8 button span,
.section_10 button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 8px 15px;
    color: #fff;
    font-size: medium;
    letter-spacing: 0.1em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}


footer {
    background-color: #333;
    color: white;
}


.section_10_container {
    font-size: 14px;
}

.section_10 .para-container {
    margin-top: -2%;
    text-align: justify;
}

.section_10 .para-container a {
    text-decoration: none;
}

.section_10 .left .para-container button span {
    padding: 5px 10px;
    font-weight: 500;
    letter-spacing: normal;
    font-size: unset;
    color: black
}

.section_10_container .left {
    display: grid;
    grid-gap: 0%;
}

.section_10_contact li div a {
    color: white !important;
}

.section_10_container .icon i {
    color: #fcbf00;
}

.section_10_products ul {
    display: grid;
    grid-gap: 8px;
}


.section_10_products .icon a {
    position: relative;
    padding-left: 10%;
    color: white;
    text-decoration: none;
}

.section_10_products .icon a i {
    position: absolute;
    left: 0px;
    top: 60%;
    text-decoration: none;
    font-size: small;
    transition: all 500ms;
}

.section_10_products li:hover i {
    left: 10px !important;
}

.section_10_contact {
    text-align: justify;
}

.section_10_contact ul {
    grid-gap: 10px;
    display: grid;
}



/* .section_10_container .icon:hover {
    transition: all 600ms linear;
    margin-right: 13px !important;
    margin-left: 10px !important;
    animation-iteration-count: 1;
} */



/* -------- Marquee styles ------------ */
.marquee {
    --gap: 0rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    /* min-width: 100%; */
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee__content {
    animation: scroll 70s linear infinite;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
    animation-play-state: paused;
}

/* .marquee--fit-content {
  max-width: fit-content;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
} */

@keyframes scroll-abs {
    from {
        transform: translateX(calc(100% + var(--gap)));
    }

    to {
        transform: translateX(0);
    }
}

.marquee__content>* {
    padding: 0rem 1rem;
}


.about_us_company_container_main {
    width: 250px;
}






/*popup....................................................................*/

.login-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.login-popup.show {
    visibility: visible;
    opacity: 1;
}

.login-popup .box {
    background-color: #ffffff;
    /* width: 500px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    margin-left: 50px;
    transition: all 1s ease;

}

.login-popup.show .box {
    opacity: 1;
    margin-left: 0;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.login-popup .box .form {
    /*  flex:0 0 50%;
    max-width: 50%;*/
    padding: 30px 30px;
    width: 100%;
}

.login-popup .box .form h1 {
    color: #000000;
    font-size: 30px;
    margin: 0 0 20px;
    margin-bottom: 15px;
}

.login-popup .align-self-center {
    color: #000000;
    font-size: 14px;
    margin: -3px 1px 24px;
    margin-top: 3px;
    margin-bottom: -23px;
}

.login-popup .box .form .form-control {
    height: 38px;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    border: 1px solid #cccccc;
    /* font-size: 15px; */
    color: #000000;
    margin-top: 15px;
}

.login-popup .box .form .form-control:focus {
    outline: none;
}

.login-popup .box .form label {
    font-size: 15px;
    color: #555555;
}

.login-popup .form h6 {
    font-size: 13px;
    color: #00000090;
}

.login-popup .Submit-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6b60b;
    margin: auto;
    margin-top: 30px;
    /* margin-left: 190px; */
    padding-top: 5px;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.login-popup .Submit-btn:after {
    content: " ";
    width: 100%;
    height: 0%;
    background: #000;
    position: absolute;
    transition: all 0.4s ease-in-out;
    top: 0;
}

.login-popup .Submit-btn:hover::after {
    top: 0;
    bottom: auto;
    height: 100%;
}

.login-popup .Submit-btn span:hover {
    color: #fff;
}

.login-popup .Submit-btn h6 {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 7px 30px;
    color: #fff;
    font-size: 12px;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.login-popup .popup-form-control {
    height: 36px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 7px;
    margin-left: 2%;
    margin-top: 0%;
}

.login-popup .close {
    /* position: absolute;
    top: 44px;
    right: 43px;
    cursor: pointer;
    font-size: 26px;
    margin-left: 30%; */
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
    font-size: 30px;
    margin-left: 30%;
}


.g-recaptcha {
    text-align: -webkit-center;
}


/*popup....................................................................*/








/* ========================
------- Media Queries  ----
=======================-- */


@media (max-height: 720px) {
    .login-popup .box .form {
        /*  flex:0 0 50%;
    max-width: 50%;*/
        padding: 22px 26px;
        width: 100%;
    }

    .input-cont {
        display: flex;
        grid-gap: 20px;
    }

    .login-popup .Submit-btn {
        margin-top: 25px;
    }

    .login-popup .box .form .form-control {
        margin-bottom: 7px;
        /* font-size: 15px; */
        margin-top: 10px;
    }
}



@media (min-width: 1440px) and (max-width: 1500px) {
    .section_2 .carousel-item img {
       /* height: 610px; */
    }

    .section-2 {
        min-height: 570px !important;
    }
}


@media (max-width: 1440px) {
    .section_2 .carousel-item img {
       /* height: 630px; */
    }

    .section_10 .para-container {
        margin-top: -8%;
    }

    .section_8 .main img {
        height: unset;
        height: 55vh;
    }
}


@media (max-width: 1400px) {
    .nav-link {
        color: black;
        padding: 0px 10px !important;
        font-weight: 500;
    }

    .section_2 .carousel-item img {
       /* height: 600px; */
    }

    .section_4 .text {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .section_3 h1 {
        margin: 60px 0% 60px 0%;
    }

    .section_7 .row {
        min-height: 365px;
    }
}

@media (max-width: 1300px) {
    .section_2 .carousel-item img {
      /*  height: 565px; */
    }

    .section_2 .carousel-indicators {
        margin-bottom: 5px;
    }
}

@media (max-width: 1260px) {

    .produt-dropdown-menu {
        width: 1100px !important;
    }

    .section_3 .card-img-top {
        width: 60% !important;
    }

    nav .produt-dropdown-menu {
        left: -270px;
    }
}


@media (max-width: 1250px) {
    .owl-carousel .owl-stage-outer {
        text-align: -webkit-center;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }

    .slider .card {
        width: 80%;
    }
}


@media (max-width: 1200px) {
    .navbar-brand img {
        width: 85%;
    }

    .section_2 {
        margin-top: 85px;
    }

    .section_2 .carousel-item img {
       /* height: 500px; */
    }

    .section_2 .carousel-indicators button {
        width: 9px !important;
        height: 9px !important;
    }

    .nav-item .nav-link {
        line-height: 85px !important;
    }

    .nav-link {
        padding: 0px 8px !important;
        font-size: smaller !important;
    }

    .produt-dropdown-menu {
        left: -340px !important;
        width: 1000px !important;
    }

    .section_2 .carousel-indicators {
        margin-bottom: 3px;
    }

    .section_2 .carousel-caption h5 span {
        font-size: 40px;
    }

    .section_2 .carousel-caption h5 {
        font-size: 30px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption p {
        font-size: 20px;
        margin-bottom: 18%;
    }

    .section_2 .carousel-indicators button {
        margin: 0px 8px 0px 8px !important;
    }

    .section_3 h1 {
        margin: 55px 0% 55px 0%;
        font-size: 31px;
    }

    .section_4 .text {
        margin-top: 55px;
        margin-bottom: 55px;
        font-size: 31px;
    }

    .section_3 .card-img-top {
        width: 70% !important;
    }

    .section_3 .card-body {
        padding-left: 8px;
        padding-right: 8px;
    }

    .section_5 .text_container {
        padding: 130px 0px;
    }

    .section_5 .text {
        margin: 0px 100px;
    }


    .section_7 .row {
        min-height: 375px;
    }

    .section_7 .right .para_container {
        line-height: 26px;
    }

    .section_8 .main img {
        width: -webkit-fill-available;
        /* height: 42vh; */
    }

    .section_10 .para-container {
        margin-top: -4%;
    }

    .section_10_products .icon a i {
        top: 55%;
    }
}

@media (max-width: 1100px) {
    .section_2 .carousel-item img {
      /*  height: 450px; */
    }
}

@media (max-width: 1050px) {

    .owl-carousel .owl-nav button.owl-prev {
        left: -12px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -12px;
    }
}


@media (max-width: 992px) {


    header.fixed,
    header.position {
        position: unset;
    }

    .position {
        position: unset;
    }

    .section_2 {
        margin-top: 0px !important;
    }

    .section_2 .carousel-item img {
       /* height: 400px; */
    }

    .section_2 .carousel-indicators {
        margin-bottom: 2px;
    }

    .section_2 .carousel-indicators button {
        width: 8px !important;
        height: 8px !important;
    }

    .navbar-brand img {
        width: 85%;
    }

    .nav-item .nav-link {
        line-height: 60px !important;
    }

    .navbar-nav {
        margin-top: 0.5rem !important;
    }

    .produt-dropdown-menu {
        width: -webkit-fill-available !important;
        height: 780px !important;
    }

    .services_container {
        grid-template-columns: auto auto !important;
    }


    .carousel-caption h5 span {
        font-size: 35px;
    }

    .carousel-caption h5 {
        font-size: 25px;
        font-family: sans-serif;
    }

    .carousel-caption p {
        font-size: 20px;
        font-family: sans-serif;
        text-align: left;
        margin-bottom: 15%;
    }

    .carousel-indicators button {
        margin: 0px 6px 0px 6px !important;
    }

    .section_3 h1,
    .section_4 h1 {
        font-size: x-large;
    }

    .section_5 .text_container {
        padding: 110px 0px;
    }

    .section_5 .text {
        margin: 0px;
    }

    .card .content .title-1 {
        letter-spacing: 0px;
    }

    .section_3 .card-img-top {
        width: 90% !important;
    }

    .section_3 .card-body .card-title {
        font-size: medium;
    }

    .section_3 h1 {
        margin: 35px 0% 35px 0%;
    }

    .section_4 .text {
        margin-top: 35px;
        margin-bottom: 35px;
        font-size: 31px;
    }

    .section_6 .title,
    .section_9 .title {
        margin: 35px 0% 35px 0%;
    }

    .section_8 .title {
        padding: 35px 0% 35px 0%;
    }

    /* .section_7 .section_7_container .card-body {
        line-height: normal !important;
    }

    .section_7 .img_position_container {
        top: -20% !important;
        width: 35% !important;
    }

    .section_7_container {
        grid-gap: 75px;
        padding-top: 140px;
    } */

    .section_7 .row {
        /* min-height: 365px; */
        padding: 30px 40px;
    }

    .section_7 .left img {
        width: -webkit-fill-available;
        box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.3), -2px 2px 10px rgba(0, 0, 0, 0.3);
    }

    .section_7 .right .para_container {
        line-height: 24px;
    }

    .section_8 .main img {
        width: 100%;
        /* height: 30vh; */
    }

    .section_8 .container {
        padding-bottom: 3%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -35px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -35px;
    }

    .section_10 .para-container {
        margin-top: 0%;
    }

    .section_10_contact {
        margin-top: 3%;
    }
}


@media (max-width: 850px) {
    .section_2 .carousel-item img {
      /*  height: 390px; */
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
}

@media screen and (max-width:820px) {
    .section_2 .carousel-caption h5 {
        font-size: 20px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption h5 span {
        font-size: 23px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption p {
        font-size: 15px;
        font-family: sans-serif;
        text-align: left;
        margin-bottom: 15%;
    }
}

@media (max-width: 800px) {
    .slider .card {
        width: 80%;
    }

    .owl-carousel .owl-stage-outer {
        text-align: -webkit-center;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -5px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -5px;
    }
}


@media (max-width: 768px) {

    .section_4 .title,
    .section_6 .title,
    .section_8 .title,
    .section_9 .title {
        letter-spacing: 0px;
    }

    .section_2 {
        margin-top: 65px;
    }

    .section_2 .carousel-item img {
       /* height: 320px; */
    }

    .section_2 .carousel-indicators button {
        width: 7px !important;
        height: 7px !important;
    }

    .section_2 .carousel-indicators {
        margin-bottom: -3px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .main-product {
        margin-top: 3%;
    }

    .navbar-brand img {
        width: 80%;
    }

    .produt-dropdown-menu {
        height: 1320px !important;
    }

    .section_3 h1 {
        /* margin: 30px 0% 30px 0%; */
        font-size: 28px;
    }

    .section_3 .card-img-top {
        width: 70% !important;
    }

    .section_6 .title,
    .section_9 .title {
        margin: 35px 0% 35px 0%;
        font-size: 30px;
        font-weight: 600 !important;
    }

    /* 
    .section_7 .img_position_container {
        display: none;
    } */

    /* .section_7_container {
        grid-gap: 65px;
        padding-top: 60px;
    } */

    .section_7 .row {
        /* min-height: 365px; */
        padding: 25px;
    }

    .section_7 .right {
        padding: 0px
    }

    .section_7 .row .icon img {
        width: 80%;
    }

    .section_8 .title {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .section_8 .main {
        display: block;
    }

    .section_8 .main img {
        width: 100%;
        height: 45vh;
    }

    .section_8 .main .right {
        margin-top: 5%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }

    .slider .card .content {
        padding: 12px 5px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        top: 38%;
    }

    .about_us_company_container_main {
        width: 170px;
    }

    .section_10_container .left {
        display: grid;
        grid-gap: 15px;
    }

    .section_10_products {
        margin-top: 6%;
    }

    .section_10_products .icon a {
        padding-left: 6%;
    }

    .section_5 .text {
        padding: 20px 10px;
    }

    .section_5 .text_container h1 {
        font-size: xx-large;
    }

    .section_4 .text {
        margin-top: 35px;
        margin-bottom: 35px;
        font-size: 28px;
    }

    /* .section_6 h1,
    .section_3 h1,
    .section_8 h1,
    .section_9 h1 {
        font-size: x-large;
    } */

    .section_8 button span,
    .section_10 button span {
        padding: 6px 12px;
    }



    .login-popup .box {
        width: calc(76% - 100px);
    }

    .login-popup .box .img-area {
        display: none;
    }

    .login-popup .box .form {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:740px) {

    .section_2 .carousel-caption h5 span {
        font-size: 20px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption h5 {
        font-size: 17px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption p {
        font-size: 14px;
        font-family: sans-serif;
        text-align: left;
        margin-bottom: 15%;
    }

    .section_2 .carousel-indicators button {
        margin: 0px 4px 0px 4px !important;

    }
}

@media screen and (max-width:664px) {

    .section_2 .carousel-caption h5 span {
        font-size: 22px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption h5 {
        font-size: 17px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption p {
        font-size: 12px;
        font-family: sans-serif;
        text-align: left;
        margin-bottom: 13%;
    }

    .section_2 .carousel-item img {
       /* height: 300px;  */
    }

    .input-cont {
        grid-gap: 15px;
    }

    .section_2 .carousel-indicators button {
        margin: 0px 4px 0px 4px !important;
    }

    .login-popup.align-self-center {
        font-size: 14px;
    }

    .login-popup .box .form .form-control {
        margin-bottom: 3px;
        font-size: 15px;
        margin-top: 8px;
    }

    .login-popup .box .form h1 {
        color: #000000;
        font-size: 25px;
        margin: 0 0 20px;
        margin-bottom: 12px;
    }

    .login-popup .box {
        width: calc(85% - 100px);
    }

    .login-popup .box .form {
        padding: 18px 20px;
    }

    .login-popup .Submit-btn {
        margin-top: 18;
        padding-top: 0px;
    }

    .login-popup .Submit-btn h6 {
        padding: 10px 25px;
        margin-bottom: 0px;
    }
}


@media (max-width: 630px) {
    .slider .card {
        width: 75%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -10px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }
}


@media (max-width: 575px) {
    .section_2 .carousel-item img {
      /*  height: 240px;  */
    }

    .section_2 .carousel-indicators button {
        width: 5px !important;
        height: 5px !important;
    }

    .section_3 .card-img-top {
        width: 22% !important;
    }

    .section_3 .card-body .card-title {
        font-size: 15px;
    }

    .section_3 h1 {
        margin: 35px 0% 35px 0%;
        font-size: 18px;
    }

    .section_4 .title,
    .section_6 .title,
    .section_8 .title,
    .section_9 .title {
        letter-spacing: normal;
    }

    .section_4 .text {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 21px;
    }

    .section_5 .text {
        padding: 20px 0px;
    }

    .section_5 .text_container h1 {
        font-size: x-large;
        margin: 0px 10%;
    }

    .section_5 .text_container {
        padding: 90px 0px;
    }

    .section_6 .title,
    .section_9 .title {
        margin: 30px 0% 30px 0%;
        font-size: 22px;
    }

    .section_7 {
        padding: 10% 0%;
    }

    .section_7 .row {
        /* min-height: 365px; */
        padding: 18px;
        margin: 0% 2%;
    }

    .section_7 .right {
        padding: 0px;
    }

    .section_7 .right .para_container {
        line-height: normal;
    }

    .section_7 .column_2 {
        margin: 8% 0%;
    }

    .section_8 .title {
        padding: 30px 0px 30px 0px;
        font-size: 22px;
    }

    .section_8 .main img {
        width: 100%;
        height: 50vh;
    }

    .section_8 .main p {
        font-size: 16px;
    }
}

@media (max-width: 562px) {

    .section_2 .carousel-caption h5 span {
        font-size: 19px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption h5 {
        font-size: 14px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption p {
        font-size: 10px;
        font-family: sans-serif;
        text-align: left;
        margin-bottom: 13%;
    }

    .slider .card {
        width: 50%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 12%;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 12%;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        top: 40%;
    }


    .section_6 .services_container .card-title {
        letter-spacing: 1px;
        font-size: larger;
    }

    .login-popup .box {
        width: calc(85% - 30px);
    }
}

@media screen and (max-width: 550px) {
    .login-popup.align-self-center {
        font-size: 13px;
    }
}

@media screen and (max-width: 515px) {
    .login-popup.popup-form-control {
        height: 36px;
        margin-top: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding-left: 7px;
        margin-left: -10px;
    }

    .login-popup.align-self-center {
        font-size: 13px;
    }
}

@media (max-width: 500px) {

    .section_2 {
        margin-top: 60px;
    }

    .section_2 .carousel-caption h5 span {
        font-size: 17px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption h5 {
        font-size: 13px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption p {
        font-size: 10px;
        font-family: sans-serif;
        text-align: left;
        margin-bottom: 10%;
    }

    .section_2 .carousel-indicators button {
        width: 5px !important;
        height: 5px !important;
    }

    .section_6 .services_container {
        grid-template-columns: auto !important;
    }

    .navbar-brand img {
        width: 72%;
    }

    .produt-dropdown-menu {
        height: 1270px !important;
    }

    .section_5 .text_container h1 {
        margin: 0px 4%;
    }

    .section_8 .main img {
        width: 100%;
        height: 40vh;
    }
}

@media screen and (max-width: 490px) {
    .login-popup.popup-form-control {
        height: 36px;
        margin-top: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding-left: 7px;
        margin-left: -40px;
    }

    .login-popup.align-self-center {
        font-size: 15px;
    }

    .login-popup .box {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 470px) {
    .login-popup .align-self-center {
        font-size: 14px;
    }

    .section_2 .carousel-item img {
      /*  height: 230px; */
    }
}

@media screen and (max-width: 450px) {
    .login-popup .align-self-center {
        font-size: 14px;
    }

    .login-popup .popup-form-control {
        margin-left: -11px;
    }


    .section_2 .carousel-indicators {
        margin-bottom: -6px;
    }
}

@media screen and (max-width:443px) {
    .section_2 .carousel-caption h5 span {
        font-size: 15px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption h5 {
        font-size: 10px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption p {
        font-size: 8px;
        font-family: sans-serif;
        text-align: left;
        margin-bottom: 8%;
    }

    .section_2 .carousel-indicators button {
        margin: 0px 3px 0px 3px !important;

    }

    /* .section_2 .carousel-indicators {
        top: 77%;
    } */
}

@media (max-width: 425px) {
    .slider .card {
        width: 54%;
    }

    .section_3 h1,
    .sliding_images h1 {
        font-size: 18px;
    }

    .section_2 .carousel-item img {
      /*  height: 200px; */
    }

    .section_3 .card-body .card-title {
        font-size: 16px;
    }

    .section_3 .card-img-top {
        width: 24% !important;
    }

    .section_2 .carousel-indicators button {
        width: 5px !important;
        height: 5px !important;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        top: 38%;
    }


    .section_5 .text_container h1 {
        font-size: larger;
        margin: 0px 5%;
    }

    .section_5 .text_container {
        padding: 80px 0px;
    }

    .section_7 .row {
        padding: 0px;
    }

    .section_7 .right {
        padding: 18px;
    }

    .section_8 .main img {
        width: 100%;
        height: 35vh;
    }

    .section_8 .main p {
        font-size: 16px;
    }

    .section_10 .left .para-container button span {
        padding: 3px 7px;
    }

    .section_10_products {
        margin-top: 7%;
    }

    .section_10_products ul {
        grid-gap: 6px;
    }

    .section_10_products .icon a {
        padding-left: 7%;
    }


    .answer-container {
        grid-gap: 10px
    }

    .answer-container p {
        font-size: 14px;
    }

    .answer {
        width: 40%;
        margin-right: 10px;
        padding: 0px 5px;
    }

    .login-popup .box {
        width: calc(100% - 30px);
    }
}



@media (max-width: 375px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        padding: 5px 8px !important;
    }

    .section_2 .carousel-caption h5 span {
        font-size: 13px;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption h5 {
        font-size: 9px !important;
        font-family: sans-serif;
    }

    .section_2 .carousel-caption p {
        font-size: 6px;
        font-family: sans-serif;
        text-align: left;
        margin-bottom: 6%;
    }

    .section_2 .carousel-item img {
       /* height: 180px; */
    }

    .section_3 .card-img-top {
        width: 23% !important;
    }

    .section_3 h1,
    .sliding_images h1 {
        font-size: 17px;
    }

    .section_8 .main img {
        width: 100%;
        /* height: 30vh; */
    }
}

@media screen and (max-width: 356px) {
    .login-popup .popup-form-control {
        margin-left: -24px;
    }

    .login-popup .Submit-btn {
        margin-top: 42px;
    }
}

@media (max-width: 340px) {
    .produt-dropdown-menu {
        height: 1290px !important;
    }
}

@media screen and (max-width: 338px) {
    .login-popup .popup-form-control {
        margin-left: -24px;
        margin-top: 19px;
    }

    .login-popup .Submit-btn {
        margin-top: 42px;
    }
}





.first-address:hover,
.second-address:hover {
    background-color: #eee !important;
    color: #eb1f27 !important;
}

/* .second-address:hover, */
.second-address.active,
.first-address.active {
    background-color: #eb1f27 !important;
    color: white !important;
}





.section_3 .title,
.sliding_images .title,
.section_6 .title,
.section_8 .title,
.section_9 .title,

.section_3 .one,
.section_3 .two,
.section_3 .three,
.section_3 .four,
.section_3 .five,
.section_6 .one,
.section_6 .two,
.section_6 .three,
.section_6 .four,
.section_7 .column_1 .left,
.section_7 .column_2 .left,
.section_7 .column_3 .left,
.section_7 .column_1 .right,
.section_7 .column_2 .right,
.section_7 .column_3 .right,
.section_8 .img1,
.section_8 .img2,
.section_8 .img3,
.section_8 .img4,
.section_5 .text_container,
footer {
    opacity: 0;
}



.section_3 .title.animate__animated,
.sliding_images .title.animate__animated,
.section_6 .title.animate__animated,
.section_8 .title.animate__animated,
.section_9 .title.animate__animated,

.section_3 .one.animate__animated,
.section_3 .two .animate__animated,
.section_3 .three.animate__animated,
.section_3 .four.animate__animated,
.section_3 .five.animate__animated,
.section_6 .one.animate__animated,
.section_6 .two.animate__animated,
.section_6 .three.animate__animated,
.section_6 .four.animate__animated,
.section_7 .column_2 .left.animate__animated,
.section_7 .column_3 .left.animate__animated,
.section_7 .column_1 .right.animate__animated,
.section_7 .column_2 .right.animate__animated,
.section_7 .column_3 .right.animate__animated,
.section_8 .img1.animate__animated,
.section_8 .img2.animate__animated,
.section_8 .img3.animate__animated,
.section_8 .img4.animate__animated,
.section_7 .column_1 .left.animate__animated,
.section_5 .text_container.animate__animated,
footer.animate__animated {
    opacity: 1;
}

.section_3 .two,
.section_6 .one {
    animation-delay: 0.2s;
}

.section_3 .three,
.section_6 .two {
    animation-delay: 0.4s;
}

.section_3 .four,
.section_6 .three {
    animation-delay: 0.6s;
}

.section_3 .five,
.section_6 .four {
    animation-delay: 0.8s;
}