@font-face {
    font-family: "JosefinSans_Regular";
    src: url('../font/FontsFree-Net-JosefinSans-Regular.ttf');
}

@font-face {
    font-family: "AbhayaLibre_Bold";
    src: url(../font/AbhayaLibre-Bold.ttf);
}

@font-face {
    font-family: "Nunito_VariableFont";
    src: url("../font/Nunito-VariableFont_wght.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px solid black; */
}

a {
    text-decoration: none;
}

section {
    overflow: hidden;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.justify_content_space_between {
    justify-content: space-between;
}

.aling_items_center {
    align-items: center;
}

[class*=col_] {
    width: 100%;
}

/* .col_100 {
    width: 100%;
}

.col_30 {
    width: 30%;
}

.col_50 {
    width: 50%;
}

.col_40 {
    width: 40%;
}

.col_60 {
    width: 60%;
}

.col_20 {
    width: 20%;
} */

/* header  */
header.headeractive {
    position: fixed;
    animation: slideIn 1s ease forwards;
}

@keyframes slideIn {
    0% {
        transform: translateY(-200px);
    }

    100% {
        transform: translateY(0);
    }
}


.logo img {
    width: 137px;
    padding: 10px 0;
}


.header {
    position: fixed;
    width: 100%;
    background-color: #ffff;
    transition: 0.8s ease-in-out;
    box-shadow: 0 4px 6px -6px #222;
    border-bottom: 1px solid rgba(32, 37, 2, 0.528);
    z-index: 999;
    top: 0;
}


.header.headeractive {
    top: 0;
    background-color: white;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
    border-bottom: 1px solid #999;
}


.menu {
    display: none;
}

.menu ul li {
    display: inline-block;
    text-transform: capitalize;
    margin: 15px 10px;
    color: #435246;
    /* color: #06a3da; */
    font-size: 18px;
    font-family: "Nunito_VariableFont";
    /* font-weight: 600; */
}

.menu ul li a::after {
    content: '';
    width: 0%;
    height: 0.5mm;
    background-color: rgb(101, 104, 87);
    display: block;
    margin: auto;
    transition: 0.5s;
    margin-top: 8px;
}

.menu ul li a:hover::after {
    width: 100%;
}

.menu a {
    color: #6d776f;
    padding: 10px 0;
    text-decoration: none;
}

/* section1 home page */
.home_bg {
    background-color: #75927b1c;
    background-color: #75927b54;
    padding: 140px 0 43px 0;
}

.home_img img {
    width: 100%;
}

.home_text1 {
    width: 90%;
    margin: 0 auto;

}

.home_text1 h4,
.home_text1 h3 {
    padding: 8px 0;
    font-size: 44px;
    font-family: "AbhayaLibre_Bold";
    font-weight: 900;
    color: #435246;
}

.home_text1 h3 {
    text-align: end;
}


/* section 2 */
.se_2 {
    padding: 50px 0;
    /* background-color: #75927b1c; */

}

.health_text {
    /* width: 95%; */
    margin: 0 auto;
    text-align: center;
}

.se_2_box {
    margin: 30px 0;
}

.health_text h3 {
    font-size: 28px;
    font-weight: bolder;
    width: 80%;
    margin: 0 auto;
    color: #435246;
    text-transform: capitalize;
    font-family: "AbhayaLibre_Bold";
    margin: 10px auto;
    line-height: 44px;
}

.se_2_text {
    word-wrap: normal;

}

.se_2_text p {
    font-size: 22px;
    color: #435246;
    font-family: "JosefinSans_Regular";
    padding: 18px 0;
    line-height: 40px;
    width: 98%;
    text-align: justify;

}

.se_2_text p i {
    margin-right: 10px;
    color: #000000ab;
}


.se_2_img {
    overflow: hidden;
}

.se_2_img img {
    /* width: 50%; */
    object-fit: cover;
    border-radius: 5px;
    width: 350px;
    height: 350px;
    display: block;
    margin: 0 auto;
    opacity: 1;
    transition: opacity 1s, transform 1s;
}

.se_2_img img:hover {
    opacity: .9;
    border-radius: 5px;
    transform: scale3d(1.1, 1.1, 1);
}


.slick-slider {
    margin-bottom: 0px !important;
}


.slider_img {
    margin: 20px 0;
    width: 100%;
}

.slider_img img {
    width: 150px !important;
    object-fit: fill;
    height: 50px;
    display: block;
    margin: 0 auto;

}

/* section */
.se_2_1 {
    padding: 50px 0;
    background-color: #75927b54;
}

.se_2_1_text {
    width: 90%;
    margin: 0 auto;
}

.se_2_1_text h4 {
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: bolder;
    color: #435246;
    text-transform: capitalize;
    font-family: "AbhayaLibre_Bold";
}

.se_2_1_text p {
    line-height: 29px;
    color: #435246;
    font-family: "JosefinSans_Regular";
    padding: 18px 0;
    font-size: 22px;
    text-align: justify;
}

.se_2_1_text ul li {
    padding: 10px 0;
    color: #435246;
    font-family: "JosefinSans_Regular";
    font-size: 22px;
}


/* section */



.count_box {
    padding: 80px 0 10px 0;
}

.item {
    background-color: #75927b54;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 10px;

}

.item h3 {
    font-size: 25px;
    font-weight: bolder;
    color: #435246;
    text-transform: capitalize;
    font-family: "AbhayaLibre_Bold";
    margin: 10px 0;
}

.item h1 {
    font-family: "JosefinSans_Regular";
    font-size: 25px;
    color: #435246;
}

.industry_ma {
    margin: 20px 0;
}

.industry_box {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.industry_box .nan {
    margin: 0 auto !important;
}

/* section */

.se_5 {
    padding: 40px 0;
}

.slider_img img {
    width: 100%;
    aspect-ratio: 0/1;
}

.img_slider {
    margin: 50px 0;
}

.img_slider img {
    width: 200px !important;
    object-fit: cover !important;
}

.infra_sec_2 {
    margin-top: 50px;
    padding: 100px 0 50px 0;
}

.infrastructure_img img {
    width: 100%;
    margin: 5px 0;
}

.infrastructure_box h4 {
    font-size: 38px;
    text-align: center;
    margin: 30px 0;
    font-family: "AbhayaLibre_Bold";
    color: #435246;
}

.infrastructure_box {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.infrastructure_box p {
    width: 80%;
    font-size: 22px;
    color: #435246;
    line-height: 30px;
    font-family: "JosefinSans_Regular";
    margin: 20px auto;
    text-align: justify;
}

.in_se_3 {
    padding: 50px 0;
}

.infra_sec_3 {
    background-attachment: fixed;
    background-image: url('../img/Panorama3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

.infra_sec_4 {
    padding: 40px 0;
    background-color: #75927b54;
}

.infrastructure_text i {
    font-size: 20px;
    display: inline-block;
    color: rgb(101, 104, 87);
}

/* footer  section*/

.footer_logo img {
    width: 50%;
}

.footer_bg {
    background-color: #75927b1c;
    background-color: #75927b54;
    padding: 20px 0;
}

.footer_logo {
    margin-bottom: 40px;
}

.footer_disc p {
    margin: 1rem 0;
    text-align: justify;
    color: white;
    font-size: 18px;
    font-family: "Rubik";
}

.f_bg_color {
    background-color: #06a3da;
}

.footer_bg .title {
    margin-bottom: 20px !important;

}

.footer_text1 {
    width: 90%;
    margin: 50px auto;
    padding: 10px 0;
}

.footer_your_email {
    display: flex;
    border: none;
    justify-content: center;
    outline: none;
}

.bar i {
    color: #435246;
}

.bar_col,
.bar {
    display: block;
}

.bar {
    display: block;
    border: none;
    color: #435246;
    background-color: transparent;
}

.footer_your_email input {
    padding: 8px 15px;
    border: none;
    outline: none;
}


.f_bg_color button {
    padding: 22px 20px;
    color: #fff;
    background-color: #091E3E;
    border: none;
    outline: none;
}

.footer_head h2 {
    font-size: 25px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    color: #435246;
    margin: 30px 0 10px 0;
}

.footer_menu ul li {
    margin: 0.5rem 0;
    list-style: none;
}

.footer_menu ul li span {
    margin-right: 10px;
    color: #435246;
    font-size: 18px;
}

.footer_menu a {
    font-size: 18px;
    font-family: "JosefinSans_Regular";
    padding: 10px 0;
    display: flex;
    color: #435246;
    align-items: center;
    transition: .5s;
}

.footer_menu ul li small {
    font-size: 14px;
    color: #435246;
    font-family: "JosefinSans_Regular";
    padding-left: 30px;

}

.footer_menu a:hover {
    padding-left: 10px;
}


.footer_text2 {
    width: 90%;
    margin: 20px auto;
    text-align: center;
}


.footer_menu_1 {
    display: flex;
    align-items: center;
}

.footer_menu_1 p {
    margin: 10px 0;
    display: inline-block;
}

.footer_menu_1 a {
    font-size: 18px;
    color: #435246;
    font-family: "JosefinSans_Regular";
    padding: 18px 0;
    transition: .5s;
}

.footer_menu_1 i {
    margin-right: 10px;
    color: #000000ab;
}

/* copyright */

.copyright_bg_2 {
    background-color: #435246;
}

.copyright_text span {
    color: white;
    text-transform: capitalize;
    display: block;
    text-align: center;
    margin: 25px 0;
}

.copyright_text a {
    color: white;
    display: inline-block;
}

.copyright_bg {
    background-color: #06a3da !important;
    padding: 30px 0;
    display: none;
}

/* about page  */
.ab_sec_1 {
    background-color: #fff;
    padding: 50px 0 50px 0;
}



.ab_sec_home {
    background-color: #75927b54;
    padding: 80px 0 50px 0;
    margin-top: 50px;
}

.about_text {
    width: 100%;
    margin: 0 auto;

}

.ab_home img {
    width: 100%;
    border-radius: 10px;
}


.about_text h2 {
    text-align: center;
    font-size: 44px;
    font-family: "AbhayaLibre_Bold";
    color: #435246;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding: 9px 0;

}

.about_text h3 {
    font-size: 30px;
    color: #435246;
    font-family: "AbhayaLibre_Bold";
}


.Core_Values {
    font-size: 20px;

}

.marging {
    margin: 30px 0;
}



.about_text p {
    font-size: 22px;
    line-height: 35px;
    color: #435246;
    font-family: "JosefinSans_Regular";
    padding: 20px 0;
    word-spacing: 1px;
    white-space: initial;
    text-align: justify;

}

.about_text_1 {
    width: 90%;
    margin: 0 auto;
}

.about_text_1 h2 {
    text-align: center;

    font-size: 38px;
    font-family: "Barlow_ExtraLight";
    color: #435246;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding: 9px 0;
}

.about_text_1 p {
    font-size: 22px;
    text-align: justify;
    line-height: 30px;
    color: #435246;
    font-family: "JosefinSans_Regular";
    padding: 20px 0;
    word-spacing: 1px;

    white-space: initial;
}



/* product */
.di_se1 {
    padding: 100px 0 30px 0;
}


.slider img {
    background-size: cover;
    width: 1200px;

}

/* .product_se1_head h2 {
    font-size: 40px;
    font-weight: bolder;
    color: #435246;
    text-transform: capitalize;
    font-family: "AbhayaLibre_Bold";
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid rgba(32, 37, 2, 0.334);
    margin: 10px 0;
} */

/* .product_se1_head span {
    font-size: 14px;
    color: #4a4e57;

} */

.product_se1_logo {
    text-align: center;
    padding: 30px 0;
}

.di_se1_table table {
    border: 1px solid black;
    width: 100% !important;
    margin-bottom: 20px;
    font-family: "JosefinSans_Regular";

}

.di_se1_table td:first-child {
    text-align: center;
    padding: 10px;
}

.di_se1_table td+td {
    font-family: "JosefinSans_Regular";
    font-size: 19px;
    padding-left: 15px;

}

.di_se1_table tr {
    height: 40pt;
}

.di_se1_table tr:nth-of-type(odd) {
    background: rgba(167, 182, 167, 0.52);
    background-color: #75927b1c;

}

/* slider */
.slideranimation {
    animation: slider 3s alternate;
    position: relative;
}

@keyframes slider {

    to {
        right: 0px;
    }

    from {
        right: 1200px;
    }

}

.col_100 {
    width: 100%;
}


.slider_box img {
    width: 100%;
    object-fit: cover;
}


.slick-next {
    right: 25px !important;
}

.slick-prev {
    left: 25px !important;
    z-index: 1 !important;
}

.pages_btn {
    /* margin: 30px 0; */
    text-align: center;
    width: 100%;
}

.pages_btn button {
    margin: 20px 0;
    padding: 5px;
    font-family: "JosefinSans_Regular";
}

.pages_btn button:nth-child(2) {
    margin: 0 20px;
}


.pages_btn button {
    background-color: #89d8d3;
    background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
    border: none;
    z-index: 1;
}

.pages_btn button {
    width: 130px;
    height: 40px;
    color: black;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.pages_btn button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: rgba(167, 182, 167, 0.831);
    /* background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%); */
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}

.pages_btn button:hover {
    color: #fff;
}

.pages_btn button:hover:after {
    top: 0;
    height: 100%;
}

.pages_btn button:active {
    top: 2px;
}


.table_heading h2 {
    text-align: center;
    font-family: "AbhayaLibre_Bold";
    margin-bottom: 20px;
    color: #435246;
}

.hide {
    display: none;
    animation: .6s zoom-out;
    transform-origin: center;
}

.show {
    animation: .6s zoom-in forwards;
}

@keyframes zoom-out {
    0% {
        transform: none;
    }

    100% {
        transform: scale(.1);
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: none;
    }
}

.pages_btn button.active {
    background-color: rgba(167, 182, 167, 0.831);
}

.gl_p_se2 {
    padding: 30px 0;
}

.global_text p {
    width: 80%;
    line-height: 35px;
    font-size: 22px;
    color: #435246;
    font-family: "JosefinSans_Regular";
    margin: 20px auto;
    text-align: justify;
}

.global_text_2 p {
    width: 90%;
    line-height: 35px;
    font-size: 22px;
    color: #435246;
    font-family: "JosefinSans_Regular";
    margin: 20px auto;
    text-align: justify;
}

.global_text img {
    width: 100%;
    margin: 20px 0;
}

.global_map_bg_se {
    margin-top: 50px;
    padding: 100px 0 50px 0;
    background-color: #75927b54;
}

.global_map_bg img {
    width: 100%;
}


.global_sec3_bg {
    background-color: #fff;
}

.global_sec3_text {
    padding: 30px 0;
    text-align: center;
}

.global_sec3_text i {
    padding: 20px 0;
}

.global_sec3_text p {
    width: 80%;
    font-size: 18px;
    color: #000;
    font-family: "Barlow_ExtraLight";
    margin: 20px auto;
    text-align: justify;
}

.global_sec3_text p>b {
    color: rgb(65, 71, 40);

}

/* contact  */
.con_se_1 {
    padding: 90px 0 0px 0;
}

.con_se_2 {
    padding: 10px 30px 30px 30px;
}

.contact_text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.contact_text h3 {
    font-size: 40px;
    font-weight: bolder;
    color: #435246;
    text-transform: capitalize;
    font-family: "AbhayaLibre_Bold";
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid rgba(32, 37, 2, 0.334);
    margin: 10px 0;
}

.contact_text h4 {
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
    font-family: "AbhayaLibre_Bold";
    color: #435246;
}



.phone_text {
    background-color: #75927b54;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    height: 175px;
    display: grid;
    place-items: center;
    margin: 10px 0;
    transition: all 200ms ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.phone_text:hover {
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 2px;
}

.phone_text h5 {
    font-size: 24px;
    font-family: "AbhayaLibre_Bold";
    font-weight: 700;
    color: #435246;
}

.phone_text h6 {
    font-size: 18px;
    font-family: "AbhayaLibre_Bold";
    font-weight: 700;
    color: #435246;
}

.phone_text a {
    font-size: 18px;
    color: #435246;
    font-family: "JosefinSans_Regular";
    padding: 18px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone_text a i {
    padding-right: 8px;
    display: inline-block;
}

.contact_form {
    margin: 50px 0;
    background-color: #75927b54;
}

.user_input {
    text-align: center;
    border-radius: 10px;
    width: 95%;
    border: 1px solid #435246;
    margin: 0 auto;
    padding: 10px 0;
    margin: 30px 0;
}

.map {
    margin: 20px 0;
}

.map iframe {
    width: 100%;
}

.user_input input,
.user_input textarea {
    margin: 10px auto;
    border: none;
    display: block;
    outline: none;
    border-radius: 5px;
}


.user_input input:focus,
.user_input textarea:focus {
    color: #435246;
    box-shadow: 0 0 0 0.10rem #435246;
}


.user_input input {
    width: 95%;
    padding: 15px;

}

.textarea {
    width: 95%;
    padding: 15px;
    margin: 0 auto;
    resize: none;
}

.contact_btn {
    width: 95%;
    margin: 0 auto !important;
    text-align: center;
    display: grid;
    place-items: center;
}

.con_se_3 {
    padding: 30px 0;
}

.ab_se_3 {
    background-color: #75927b54;
    padding: 50px 0;
}


.menu {
    position: fixed;
    display: block;
    top: 98px;
    right: -100%;
    width: 100%;
    padding: 60px 0 120px 0;
    transition: all 0.40s ease-in-out;
    z-index: 999;
    background-color: #435246;
}

.menu.active {
    opacity: 1;
    right: 0;
    width: 100%;
    overflow: scroll;
    height: 100vh;
}

.menu ul li {
    display: block;
    width: 90%;
    list-style: none;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 1.5rem;
    text-align: center;
}

.menu ul li a {
    color: #728278;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .container {
        width: 540px;
        margin: 0 auto;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        width: 740px;
        margin: 0 auto;
    }

    .di_se1_table td+td {
        font-size: 19px;
        padding-left: 15px;

    }

    .menu {
        position: fixed;
        display: block;
        top: 98px;
        right: -100%;
        width: 100%;
        padding: 60px 0 100px 0;

    }

    .col_100 {
        width: 100%;
    }

    .col_30 {
        width: 40%;
    }

    .col_50 {
        width: 50%;
    }

    .col_40 {
        width: 100%;
    }

    .col_60 {
        width: 100%;
    }

    .col_20 {
        width: 50%;
    }

    .col_70 {
        width: 100%;
    }

    .se_2 {
        padding: 90px 0;
    }

    .about_box {
        text-align: left;
    }

    .title::after {
        left: 0;
    }

    .title::before {
        left: 0;
    }

    .about_box p {
        margin: 0;
    }

    .phone_text p {
        font-size: 20px;
    }

    .se_2 {
        padding: 90px 0;
    }

    .about_box {
        text-align: left;
    }

    .title::after {
        left: 0;
    }

    .title::before {
        left: 0;
    }

    .about_text h1 {
        font-size: 28px;
    }

    .about_text {
        width: 80%;
    }

    .about_box p {
        margin: 0;
    }

    .phone_text p {
        font-size: 20px;
    }

    .choose {
        width: 50%;
        margin: 0 auto;
    }

    .choose_text::before {
        left: 35%;
    }

    .choose_text::after {
        left: 35%;
    }

    .phone_box {
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .industry_box {
        text-align: left;
        margin-top: 0;
        margin-bottom: 70px;
    }

    .phone {
        margin: 0 !important;
    }

    .industry_box .nan {
        margin: 0 !important;
    }

    .services_box_bg h3 {
        font-size: 26px;
    }

    .services_box_bg h2 {
        font-size: 31px;
    }

    .request_quote p {
        margin: 20px 0;
    }

    .industry_ma {
        margin: 50px 0;
    }

    .se_5 {
        padding: 90px 0;
    }

    .se_6 {
        padding: 20px 0;
    }

    .footer_text2 {
        width: 90%;
        margin: 20px auto;
        text-align: left;
    }

    .col_33 {
        width: 33.33%;
    }


    .footer_menu,
    .footer_menu_1 {
        text-align: center;
    }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container {
        width: 940px;
        margin: 0 auto;
    }

    .about_text {
        width: 70%;
    }


    .health_text h3 {
        font-size: 38px;
    }


    .col_100 {
        width: 100%;
    }

    .col_33 {
        width: 33.33%;
    }

    .col_30 {
        width: 30%;
        margin: 0 auto;
    }

    .col_50 {
        width: 50%;
    }

    .col_40 {
        width: 40%;
    }

    .col_60 {
        width: 60%;
    }

    .col_20 {
        width: 20%;
    }

    .col_70 {
        width: 70%;
    }


    .se_2 {
        padding: 36px 0;
    }

    .about_box {
        text-align: left;
    }

    .title::after {
        left: 0;
    }

    .title::before {
        left: 0;
    }

    .about_text h1 {
        font-size: 35px;
    }

    .about_box p {
        margin: 0;
    }

    .phone_text p {
        font-size: 20px;
    }

    .choose {
        width: 50%;
        margin: 0 auto;
    }

    .choose_text h1 {
        font-size: 40px;
    }

    .choose_text::before {
        left: 35%;
    }

    .choose_text::after {
        left: 35%;
    }



    .about_box {
        text-align: left;
    }

    .title::after {
        left: 0;
    }

    .title::before {
        left: 0;
    }

    .about_text h1 {
        font-size: 35px;
    }

    .about_box p {
        margin: 0;
    }

    .phone_text p {
        font-size: 20px;
    }

    .choose {
        width: 50%;
        margin: 0 auto;
    }

    .choose_text::before {
        left: 35%;
    }

    .choose_text::after {
        left: 35%;
    }

    .phone_box {
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .industry_box {
        text-align: left;
        margin: 40px 0;
    }

    .phone {
        margin: 0 !important;
    }

    .industry_box .nan {
        margin: 0 !important;
    }

    .services_box_bg h3 {
        font-size: 26px;
    }

    .services_box_bg h2 {
        font-size: 31px;
    }

    .request_quote p {
        margin: 20px 0;
    }

    .industry_ma {
        margin: 50px 0;
    }

    .se_5 {
        padding: 90px 0;
    }

    .se_6 {
        padding: 40px 0;
    }

    .footer_text2 {
        width: 90%;
        margin: 20px auto;
        text-align: left;
    }

    .footer_head::after {
        left: 0 !important;
    }

    .footer_head::before {
        left: 0 !important;
    }

    .footer_menu,
    .footer_menu_1 {
        text-align: left;
    }

    .copyright_bg {
        background-color: #06a3da !important;
        padding: 30px 0;
        display: block;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        width: 1140px;
        margin: 0 auto;
    }


    .footer_head {
        text-align: left !important;
    }

    .bar_col,
    .bar {
        display: none;
    }

    .menu {
        display: block;
    }

    .menu ul li {
        display: inline-block;
        font-size: 1rem;
        width: auto;
        margin: 0;

    }

    .menu {
        position: static;
        padding: 0;
        background: none;
        transition: none;
        opacity: 1;
    }

    .menu ul li a {
        font-size: 20px;
        display: block;
        color: rgb(101, 104, 87);

    }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .container {
        width: 1340px;
        margin: 0 auto;
    }
}