/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
/* background: #00AB4F; */
* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

/* @media (max-width: 767px) {
    .layout_padding {
        padding-top: 50%;
        padding-bottom: 50%;
    }
} */

.padding_0 {
    padding: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/header-bg.png);
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
    /* background-color: grey !important; */
}

.logo {
    width: 25%;
    float: left;
}

.navbar-light .navbar-nav .nav-link {
    color: #111111;
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffb607;

    /* color: #00AB4F; */
}

.call_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffb607;
    padding-top: 10px;
}

.search_icon {
    width: 12%;
    float: left;
}

.search_icon ul {
    margin: 0px;
    padding: 0px;
}

.search_icon li {
    float: left;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
}

.search_icon li a {
    color: #000;
}

.search_icon li a:hover {
    color: #ffb607;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.navbar-nav.mr-auto ul {
    margin: 0px;
    padding: 0px;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
    width: 25%;
    float: left;
}

/* .banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg-3-1599x901.jpg);
    height: auto;
    padding-bottom: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
} */


.banner_section {
    width: 100%;
    /* float: left; */
    background-image: url(../images/banner-main-1920x1080.jpg);
    height: 140vh;
    padding-bottom: 50px;

    background-size: cover;
    /* Important */
    background-position: center;
    /* Keep image centered */
    background-repeat: no-repeat;
}

.banner-padding {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .banner-padding {
        padding-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .banner-padding {
        padding-top: 200px;
    }
}


.icon_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.furniture_text {
    width: 100%;
    float: left;
    font-size: 80px;
    color: #090808;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .furniture_text {
        margin-top: 20%;
    }
}

.there_text {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #090808;
    text-align: center;
}

.contact_bt_main {
    width: 17%;
    margin: 0 auto;
    text-align: center;
}

.contact_bt {
    width: 100%;
    float: left;
    margin-top: 360px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #ffb607;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.contact_bt a:hover {
    color: #ffffff;
    background-color: #000;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-left:before {
    content: "\f105";
}

#costum_slider a.carousel-control-prev {
    position: absolute;
    left: -153px;
    top: 57%;
    background-color: #000;
    color: #ffffff;
    border-radius: 100px;

    /* background: #00AB4F;
    color: #660b0b; */
}

#costum_slider a.carousel-control-next {
    position: absolute;
    right: -150px;
    top: 57%;
}

#costum_slider .carousel-control-prev,
#costum_slider .carousel-control-next {
    width: 85px;
    height: 85px;
    background: #000;
    opacity: 1;
    font-size: 30px;
    color: #fff;
    border-radius: 100px;

    /* background: #00AB4F;
    color: #660b0b; */
}

#costum_slider .carousel-control-prev:hover,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-next:focus {
    /* background: #f8ca12; */
    color: #fff;

    background: #00AB4F;
    /* color: #660b0b; */
}

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #090808;
    text-align: center;
    text-transform: uppercase;
}

.many_taital {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #090808;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
}

.services_section2 {
    width: 100%;
    float: left;
}

.furnitures_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #090808;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #090808;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
}

.read_bt_main {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.read_bt {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #ffb607;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #000;
}

.about_section {
    width: 100%;
    float: left;
    /* background-color: #ffb607; */
    /* background-color: #00AB4F; */
    /* background: linear-gradient(to bottom, #01c65d, #00994a); */


    background: linear-gradient(to bottom, #01c65d, #007a3a);





    height: auto;
    padding-bottom: 90px;
    text-align: justify;
}

.about_section_mainx {
    /* background: linear-gradient(to bottom,
            #3ee88f,
            #1fb96d,
            #0b6a3e); */


    width: 100%;
    float: left;
    background-image: url(../images/about-bg-2-no-green.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}


.about_section_mainxx {

    width: auto;
    float: left;
    background-image: url(../images/about-bg-2-no-green.jpg);
    padding-bottom: 90px;


    height: 100vh;

    background-size: cover;
    /* Important */
    background-position: center;
    /* Keep image centered */
    background-repeat: no-repeat;
}


.about_section_mainvv {
    width: 100%;
    /* or auto if needed */
    min-height: 100vh;
    background-image: url("../images/about/factory.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 90px;
    /* Remove float unless necessary */
    display: block;
}

.about_section_maincccc {
    width: 100%;
    float: left;
    background-image: url(../images/about/factory.jpeg);
    height: 100vh;
    padding-bottom: 50px;

    background-size: cover;
    /* Important */
    background-position: center;
    /* Keep image centered */
    background-repeat: no-repeat;
}

.about_section_main {
    height: max-content;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-boxori {
    max-width: 1200px;
    /* max-height: 100px; */
    /* margin: 0 auto; */
    margin-top: 18%;
    margin-right: auto;
    margin-bottom: 18%;
    margin-left: auto;
    background: linear-gradient(135deg,
            rgba(135, 206, 250, 0.25),
            /* light sky blue */
            rgba(255, 255, 255, 0.6)
            /* soft white */
        );

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    border-radius: 30px;
    padding: 70px;

    border: 1px solid rgba(255, 255, 255, 0.4);

    box-shadow:
        0 25px 60px rgba(135, 206, 250, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.05);
}

.about-boxvv {
    /* max-width: 1200px; */
    /* max-height: 100px; */
    /* margin-top: 160px; */
    /* margin-right: auto;
    margin-bottom: 160px;
    margin-left: auto; */

    background: linear-gradient(135deg,
            rgba(135, 206, 250, 0.25),
            /* light sky blue */
            rgba(255, 255, 255, 0.6)
            /* soft white */
        );

    /* backdrop-filter: blur(5px); */

    border-radius: 30px;
    /* padding: 70px; */
}

.about-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: white;


    background: linear-gradient(135deg,
            rgba(0, 85, 60, 0.96),
            rgba(0, 140, 100, 0.92));

    border-radius: 30px;
    padding: 50px;

    border: 1px solid rgba(255, 255, 255, 0.15);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.10),
        0 25px 60px rgba(0, 0, 0, 0.18);
}

.about-image-div {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about-image-div::before {
    content: "";
    position: absolute;
    width: 40%;
    /* bigger than the image box */
    height: 70%;
    /* bigger than the image box */
    background: #0b6b4a;
    /* brand green */
    top: -20px;
    /* move up a bit */
    right: -10%;
    /* move left a bit */
    z-index: 0;
    /* behind the image box */
}

.image-box {
    width: 80%;
    height: auto;
    background: #f9f9f9;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(46, 125, 50, 0.08);
    border: 1px solid #eef2ee;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.image-box img:hover {
    transform: scale(1.05);
}

.image-box-contact {
    width: auto;
    height: 80%;
    background: #f9f9f9;
    /* border-radius: 30px; */
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(46, 125, 50, 0.08);
    border: 1px solid #eef2ee;
}

@media (max-width: 767px) {
    .image-margin-contact {
        margin-bottom: 30px;
    }

}

.image-box-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.image-box-contact img:hover {
    transform: scale(1.05);
}

/* .image-box img:hover .about-image-div::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 90%;
    top: -10px;
} */


@media (max-width: 767px) {
    .about-box {
        padding: 20px;
    }

    .image-box {
        width: 100%;
    }

    .about-image-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20%;
    }

    .about_section_main {
        min-height: 170vh;
    }

    .short-text {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        /* number of lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}


.about_section_2 {
    width: 100%;
    float: left;
    /* background-color: #ffb607; */
    background-color: #ffffff;
    height: auto;
    padding-bottom: 90px;
}

.image_1 {
    width: 100%;
    float: left;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.about_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    padding-top: 40px;
}

.read_bt1 {
    width: 30%;
    float: left;
    margin-top: 70px;
}

.read_bt1 a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #070201;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.read_bt1 a:hover {
    color: #000;
    background-color: #ffffff;
}

.submit_bt1 {
    width: 30%;
    float: left;
    margin-top: 70px;
}

.submit_bt1 input[type="submit"] {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #070201;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}


.submit_bt1 input[type="submit"]:hover {
    color: #000;
    background-color: #ffffff;

    /* background-color: #00e065; */
}

.furnitures_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.our_text {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #090808;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
}

.furnitures_section2 {
    width: 100%;
    float: left;
}

.container_main {
    position: relative;
    width: 100%;
    max-width: 100%;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    width: 42%;
    opacity: 0;
    transition: .3s ease;
    background-color: #fabc26;
    margin: 0 auto;
    border-radius: 100px;
    top: 55px;
}

.container_main:hover .overlay {
    opacity: 1;
}

.icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.fa-user:hover {
    color: #eee;
}

.temper_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fabb25;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 35px;
}

.dololr_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #121111;
    margin-top: 10px;
    margin-left: 0px;
}

.who_section {
    width: 100%;
    float: left;
    background-image: url(../images/who-we-are-1.png);
    height: auto;
    padding-bottom: 55px;
    background-size: 100%;
}

.who_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.designer_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.lorem_ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.get_bt_main {
    width: 13%;
    margin: 0 auto;
    text-align: center;
}

.get_bt {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.get_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #070201;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.get_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.projects_section {
    width: 100%;
    float: left;
}

.projects_section2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.container_main1 {
    /* position: relative; */
    width: 100%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99999;
}

.container_main1:hover .image {
    opacity: 0.3;
}

.container_main1:hover .middle {
    opacity: 1;
}

.text {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #fff;
}

.container_main2 {
    width: 100%;
    float: left;
}

.container_main1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 92%;
    height: 90%;
    background-color: rgb(255, 182, 7, .6);
    z-index: 11;
    display: none;
}

.container_main1:hover::after {
    display: block;
}

.modern_text {
    width: 100%;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    top: -50px;
    text-align: center;
    z-index: 22;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -94px;
    top: 57%;
    background-color: #000;
    color: #ffffff;

    /* background: #00AB4F;
    color: #660b0b; */
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -95px;
    top: 57%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    /* background: #00AB4F; */
    opacity: 1;
    font-size: 30px;
    /* color: #68a848; */

    background: #000;
    color: #fff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #f8ca12;
    color: #fff;
    /* background: #00AB4F;
    color: #660b0b; */
}

.clients_section {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 90px;
}

.client_text {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;

    padding-bottom: 50px;
}

.clients_section2 {
    width: 100%;
    float: left;
    padding-top: 70px;
}

.client_1 {
    width: 60%;
    float: left;
    border: 1px solid #000;
    padding: 17px 17px 0px 17px;
}

.image_7 {
    width: 100%;
    float: left;
}

.quote_icon {
    width: 85%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 35px;
}

.loksans_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #191919;
    text-transform: uppercase;
}

.dolor_ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #191919;
    margin-left: 0px;
    margin-top: 0px;
}

.client_2 {
    width: 60%;
    float: right;
    border: 1px solid #000;
    padding: 17px 17px 0px 17px;
    margin-top: 30px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    /* background-color: #ffb607; */
    /* background-color: rgba(0, 128, 96, 0.20); */
    background-color: rgba(0, 0, 0, 0.25);
    /* soft muted green */
    border-radius: 20px;
}

.carousel-indicators .active {
    background-color: #008060;
    /* deep industrial green */

}

.carousel-indicators {
    /* justify-content: center; */
    /* margin-left: 0%; */
    bottom: 50px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .carousel-indicators {
        margin-left: 3%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .carousel-indicators {
        margin-left: 3%;
    }
}

@media (max-width: 575px) {
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .carousel-indicators {
        margin-left: 3%;
    }
}

/* .carousel-image-box {
    width: 1200px;
    height: 800px;
    overflow: hidden;
}

.carousel-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

/* .contact_section {
    width: 100%;
    float: left;
    background-image: url(../images/contact-bg-1-no-green.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 90px;
} */

.contact_section {
    background-color: white;

    padding-bottom: 90px;
}

.contact-boxori {
    max-width: 50%;
    margin: 0 auto;

    background: linear-gradient(135deg,
            rgba(14, 228, 61, 0.25),
            rgba(241, 248, 242, 0.65));

    /* background: linear-gradient(135deg,
            rgba(14, 228, 61, 0.25),
            rgba(241, 248, 242, 0.65)); */

    /* backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */

    border-radius: 30px;
    padding: 50px;

    border: 1px solid rgba(255, 255, 255, 0.4);

    box-shadow:
        0 25px 60px rgba(14, 228, 61, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.05);
}


.form-section {
    height: max-content;
    display: flex;
    justify-content: center;
    /* align left */
    align-items: center;
    /* keep vertical center (optional) */
    padding: 60px;
}

.contact-box {
    width: 50%;
    margin: 0 auto;
    /* background-color: rgb(255, 255, 255); */
    background-color: rgba(255, 255, 255, 0.6);
    /* translucent white */
    padding: 50px;

    border: 1px solid rgba(255, 255, 255, 0.4);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15),
        0 3px 6px rgba(0, 0, 0, 0.1);

}

#contactForm .title {
    font-size: 25px;
}

@media (max-width: 767px) {

    .contact-box {
        width: 90%;
        padding: 20px;
    }

    .form-section {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    #contactForm .inner-text {
        font-size: 13px;
    }
}

.mail_sectin {
    width: 100%;
    float: left;
}

/* .mail_sectin .input {
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    outline: none;
} */


.contact_text {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #000000;

}

.email-bt {
    color: #989696;
    width: 100%;
    height: 15px;
    font-size: 15px;
    padding: 20px;
    margin-top: 25px;
    border: 1px solid #3e3e3e;
    border-radius: 5px;

    outline: none;
    /* remove default browser outline */
    transition: all 0.3s ease;
}

.email-bt:focus,
.massage-bt:focus {
    border-color: #2e7d32;
    /* green when active */
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.15);
}

input.email-bt::placeholder {
    color: #989696;
}

.massage-bt {
    color: #989696;
    width: 100%;
    height: 100px;
    font-size: 18px;
    padding: 20px 20px 10px 20px;
    margin-top: 25px;
    border: 1px solid #3e3e3e;
    border-radius: 5px;

    outline: none;
    /* remove default browser outline */
    transition: all 0.3s ease;
}

textarea#comment::placeholder {
    color: #989696;
}

.send_bt {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.send_bt a {
    width: 30%;
    float: left;
    font-size: 20px;
    color: #989696;
    text-align: center;
    border: 2px solid #ffffff;
    padding: 10px 0px;
    font-weight: bold;
}

.send_bt a:hover {
    color: #989696;
    background-color: #ffffff;
}

.image_9 {
    width: 100%;
    float: left;
    padding-top: 83px;
}

.input-group {
    width: 45%;
    float: right;
}

.form-control {
    display: block;
    /* width: 100%; */
    padding: 0px 15px 10px 0px;
    font-size: 18px;
    /* line-height: 1.5; */
    color: #fff;
    background-color: transparent;
    /* background-clip: padding-box; */
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
    border: 0px;
}

.input-group-text {
    padding: 0px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.input-group-text a {
    color: #ffffff;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0px;
    background: transparent !important;
    border-bottom: 1px solid #ffff;
}






.footer_sectionori {
    width: 100%;
    float: left;
    background-color: #313131;
    height: auto;
    padding-bottom: 90px;
}

.footer_section {
    width: 100%;
    float: left;
    /* background-color: #313131; */
    background-image: url(../images/footer-bg.jpg);
    height: auto;
    padding-bottom: 90px;

    background-size: cover;
    /* Important */
    background-position: center;
    /* Keep image centered */
    background-repeat: no-repeat;
}

/* .who_section {
    width: 100%;
    float: left;
    background-image: url(../images/who-we-are-1.png);
    height: auto;
    padding-bottom: 55px;
    background-size: 100%;
} */

.footer_logo {
    width: 100%;
    float: left;
    /* padding-bottom: 40px; */
    text-align: center;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer_lorem_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
}

.footer_lorem_text1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;
}

.footer_lorem_text1 a {
    color: #ffffff;
}

.footer_lorem_text1 a:hover {
    /* color: #fdbe28; */
    color: #02ad51;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-flex;
}

.social_icon li {
    float: left;
    padding-right: 5px;
}

.copyright_section {
    margin-top: 90px;
    padding-top: 50px;
    border-top: 1px solid #ffffff;

    width: 100%;
    float: left;
    /* background-color: #000000; */
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    /* color: #fdbe28; */
    color: #02ad51;
}


/* events */
.event_section {
    width: 100%;
    float: left;
    /* background-color: #ffb607; */
    /* background-color: #00AB4F; */
    height: auto;
    padding-bottom: 90px;
}

.event_section .event-map-box {
    display: flex;
    justify-content: center;
    align-items: first baseline;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}


.event_title {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.event_top {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;
    /* padding-bottom: 90px; */
}

.event_data {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin-left: 0px;
    padding-top: 40px;
}

.event_bt_main {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.event_get_bt {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.event_get_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #070201;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.event_get_bt a:hover {
    color: #000;
    background-color: #ffffff;
}

.event_section .inner-title {
    color: #000000;
    font-size: 18px;
    margin-left: 0px;
    font-weight: 500;

}

.event_section .inner-text {
    width: 100%;
    font-size: 16px;
    color: #000000;
    margin-left: 0px;

}

/* collections */
.gallery_main {
    position: relative;
    width: 100%;
    max-width: 100%;


    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.gallery_main:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.gallery_main .gallery_image {
    width: 100%;
    transition: transform 0.3s ease;
}

.gallery_main .gallery_image:hover {
    transform: scale(1.1);
}

.gallery_caption {
    position: absolute;
    bottom: 4px;
    right: 4px;

    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 6px 12px;

    font-size: 10px;

    display: inline-block;
}

.gallery_item_name {
    text-align: center;
    color: rgb(0, 0, 0)
}


.gallery_image {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

@media (max-width: 767px) {
    .gallery_gap {
        margin-bottom: 7px;
    }
}

/* .gallery_image:hover { */
/* transform: scale(1.1); */
/* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4); */
/* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3); */
/* box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3); */
/* } */




/*
---------------------------------------------
Pre Loader
---------------------------------------------
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #8d99af;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    /* background: #8d99af; */
    background: #007a3a;
    border-radius: 50%;
}


/*
---------------------------------------------
header
---------------------------------------------
*/

.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
    color: #8d99af !important;
    /* color: #00AB4F !important; */
}

.background-header .nav li a.active {
    color: #8d99af !important;
    /* color: #00AB4F !important; */
}

.header-area {
    /* background-color: transparent; */
    /* background: rgba(255, 255, 255, 0.2); */

    background: rgba(210, 180, 140, 0.2);
    backdrop-filter: blur(5px);
    /* creates glass blur effect */

    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav a.logo {
    image-rendering: auto;
    background-image: url(../images/logo_1660x580.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 166px;
    height: 58px;
    display: inline-block;
    margin-top: 20px;
}

.background-header .main-nav a.logo {
    image-rendering: auto;
    background-image: url(../images/logo_1660x580.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 164px;
    height: 58px;
    display: inline-block;
    margin-top: 10px;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 30px;
    padding-right: 30px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    /* color: #fff; */
    color: saddlebrown;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    /* color: #8d99af !important; */
    /* color: #00AB4F !important; */

    color: #0F172A;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #8d99af !important;
    opacity: 1;
}

/* .header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
    background-color: #8d99af;
} */

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    /* z-index: 99; */
    z-index: 1699;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;

    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    /* color: #8d99af; */
    color: #0F172A;
    /* Strong modern blue */
    /* color: #00AB4F; */
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

/* @media (max-width: 992px) { */
@media (max-width: 1024px) {
    /* .header-area .main-nav .nav li:last-child,
    .background-header .main-nav .nav li:last-child {
        display: none;
    } */

    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }
}

/* @media (max-width: 767px) { */
@media (max-width: 1024px) {
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #8d99af !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        /* background-color: #f7f7f7; */
        /* background-color: #b00b0b; */
        /* background-color: transparent; */


        background: rgba(210, 180, 140, 0.2);
        backdrop-filter: blur(5px);

        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #8d99af !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 1025px) {

    /* @media (max-width: 1024px) { */
    .header-area .main-nav .nav {
        display: flex !important;
    }
}


/* @media (max-width: 767px) { */
@media (max-width: 1024px) {
    .main-banner ul.categories li a {
        color: transparent;
    }

    .header-area .main-nav a.logo {
        /* background-image: url(../images/logo.png); */

        image-rendering: auto;
        background-image: url(../images/logo_1660x580.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 166px;
        height: 58px;
        /* display: inline-block; */
        margin-top: 20px;

        float: left;
    }

    .header-area .logo {
        margin-left: 0px;
    }

    .header-area .main-nav .menu-trigger {
        right: 15px;
    }

    .category-post .icon {
        transform: translateX(-22px);
    }
}

/* scroll to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #00AB4F;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: rgba(255, 255, 255, 0.25);
    /* background-color: rgba(194, 240, 125, 0.2); */
}

@media only screen and (max-width: 812px) and (orientation: portrait) {
    #myBtn {
        left: 80%;
    }
}

/* display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; */



.universal-title {
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 150px;


    font-size: 36px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;

}

.universal-title::after {
    content: '';
    width: 90px;
    height: 3px;
    background: #2e7d32;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    transition: 0.3s;
}

.universal-title:hover::after {
    width: 40%;
}


.universal-sub-title {
    width: 100%;
    font-size: 16px;
    color: #090808;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
}

/* section-standard */
.section-standard {
    padding: 80px 10%;
}

.section-standard:nth-child(odd) {
    background: #f1f8f2;
}

.section-standard .title {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1f1f1f;
    position: relative;
}

.section-standard .title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #2e7d32;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.3s;
}

.section-standard .title:hover::after {
    width: 90px;
}

.section-standard .inner-text {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
}

.section-standard .inner-title {
    color: #000000;
    font-size: 18px;
    font-weight: 450;
    margin-top: 40px;
}

.section-standard .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.section-standard .image-box {
    width: 98%;
    height: auto;
    background: #f9f9f9;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(46, 125, 50, 0.08);
    border: 1px solid #eef2ee;

    position: relative;
    z-index: 1;
}


.section-standard .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.section-standard .image-box img:hover {
    transform: scale(1.05);
}

.section-standard .table-wrapper {
    margin-top: 40px;
    overflow-x: auto;
}

.section-standard table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(46, 125, 50, 0.08);
}

.section-standard th,
td {
    padding: 18px;
    text-align: left;
}

.section-standard th {
    background: #e8f5e9;
    color: #2e7d32;
    font-weight: 600;
}

.section-standard td {
    border-bottom: 1px solid #e6efe7;
    color: #333;
}

.section-standard tr:hover td {
    background: #f7fbf8;
}

.section-standard tr:last-child td {
    border-bottom: none;
}

.section-standard .mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.section-standard .card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(46, 125, 50, 0.07);
    border-top: 4px solid #2e7d32;
    transition: 0.4s;
}


.section-standard .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(46, 125, 50, 0.12);
}

.section-standard .macv {
    /* border: 2px solid #000; */
    padding: 10px;
    /* margin: 5px; */
    /* border-radius: 12px; */
    /* background-color: #f1f8f2; */
    transition: 0.4s;
    /* overflow: hidden; */
}

/* .section-standard .macv:last-child {
    border-left: 1px solid #000;
} */

.section-standard .macv:hover {
    transform: translateY(-6px);
    /* box-shadow: 0 -5px 10px rgba(46, 125, 50, 0.35); */
    /* background-color: #f1f8f2; */
    /* background-color: #fafffa; */
}



.section-standard .macv-icon-box {
    width: 100%;
    /* choose size */
    aspect-ratio: 4 / 3;
    /* makes it square */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* background-color: #02ad51; */
    /* center horizontally */
}

.section-standard .macv-icon-box i {
    font-size: 80px;
    /* control icon size */
    color: #2e7d32;
    transition: transform 0.4s ease;
}

.section-standard .macv:hover i {
    /* transform: scale(1.1); */
    transform: scale(1.1) rotateY(360deg);
    /* color: #2e7d32; */
}

.section-standard .macv-img-box {
    width: 50%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

.section-standard .macv-img {
    /* border: 2px solid #000; */
    /* width: 100%;
    height: auto; */
    text-align: center;
    width: 90%;
    aspect-ratio: 1 / 1;
    /* forces square */
    object-fit: cover;
    transition: transform 0.4s ease;
}

.section-standard .macv:hover .macv-img {
    /* transform: scale(1.1); */
    transform: rotateY(360deg);
}

.footer-customer-support {
    float: left;
}

.footer-customer-support .inner-title {
    color: #ffffff;
    font-size: 18px;
    margin-left: 0px;
}

.footer-customer-support .inner-text {

    width: 100%;
    font-size: 16px;
    color: #fefefe;
    margin-left: 0px;

}

.footer-customer-support hr {
    border: none;
    height: 1px;
    /* thickness */
    background-color: #4d4d4d;
}

.footer_section .title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}

.footer_section .title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #2e7d32;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.3s;
}

.footer_section .title:hover::after {
    width: 90px;
}

.footer_section .footer-col-space {
    /* border: 1px solid #007a3a; */
    width: 85%;
}

.green-bold {
    color: #000000;
    font-weight: 500;
}

.green-icon {
    color: #00AB4F;
    margin-top: 4px;
}


.green-icon-padding {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.green-icon-padding span {
    min-width: 0;
    /* ✅ allows shrinking inside flex */
    word-break: break-word;
}


/* RESPONSIVE */
@media(max-width:900px) {

    .section-standard .grid,
    .section-standard .mission-vision {
        grid-template-columns: 1fr;
    }

    .section-standard .about-image-div {
        order: -1;
    }

    .footer_section .title {
        margin-top: 25px;
    }
}


iframe {
    transition: transform 0.4s ease;
}

iframe:hover {
    transform: scale(1.03);
}
