body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

body.no-scroll {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

:root {
    --container-width: 1300px;
    --container-padding: calc((100vw - var(--container-width)) / 2);
}

.container {
    max-width: 1240px;
    padding: 0;
}

#wrap {
    width: 100%;
}

#middle {
    width: 100%;
}

/* wordpress menu */
.menu_sec ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.menu_sec ul.menu li {
    display: inline-block;
    width: auto;
    padding: 0px;
    margin-right: 30px;
    position: relative;
}

.menu_sec ul.menu li:last-child {
    margin-right: 0;
}

.menu_sec ul.menu li a {
    position: relative;
    display: block;
    padding: 5px 0px 12px 0px;
    background: transparent;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.menu_sec ul.menu li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    transition: all 0.3s linear;
}

.menu_sec ul.menu li:last-child a::before {
    display: none;
}

.menu_sec ul.menu>li>a:hover,
.menu_sec ul.menu>li:hover>a,
.menu_sec ul.menu>li:hover>a::before,
.menu_sec ul.menu>li.current_page_item>a,
.menu_sec ul.menu>li.current_page_item>a::before,
.menu_sec ul.menu>li.current-menu-parent>a {
    color: #fff;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.menu_sec ul.menu>li.menu-item-has-children:hover>a::before {
    width: 0px;
}

.menu_sec ul.menu li.menu-item-has-children a {
    padding-right: 14px;
}

.menu_sec ul.menu li.menu-item-has-children>a:after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    width: 10px;
    height: 6px;
    background-image: url(../images/drwop-down-arrow.png);
    margin-top: -6px;
    filter: brightness(0) invert(1);
}

.menu_sec ul li a svg {
    display: none;
}

.menu_sec ul.menu>li:hover>ul.sub-menu {
    display: block;
}

.menu_sec ul.menu li ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 250px;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: none;
    /* margin-top: 20px; */
}

.menu_sec ul.menu li ul.sub-menu li {
    width: 100%;
    padding: 0 0px;
}

.menu_sec ul.menu li ul.sub-menu li a {
    padding: 10px 12px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-transform: none;
    cursor: pointer;
    text-transform: capitalize;
}

.menu_sec ul.menu li ul.sub-menu li a:hover,
.menu_sec ul.menu li ul.sub-menu li:hover>a,
.menu_sec ul.menu li ul.sub-menu li.current_page_item>a {
    background-color: #12C35D;
    color: #ffffff;
    text-decoration: none;
}

.menu_sec ul.menu li ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f125";
    right: 10px;
}

.menu_sec ul.menu li ul li ul.sub-menu {
    top: 0;
    left: 100%;
    display: none;
}

.menu_sec ul.menu>li>ul>li:hover>ul.sub-menu {
    display: block;
}

header {
    background-color: #00953F;
    position: sticky;
    top: 0;
    z-index: 10;
}

header .main-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 3px 70px 5px 70px;
}

header .main-header .logo img {
    max-width: 125px;
    height: auto;
}


header .main-header .menu_sec {
    display: flex;
    align-items: center;
}

header .main-header .menu_sec .send-inquBtn {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    background: #12C35D;
    border-radius: 20px 0px;
    padding: 12px 20px;
    transition: 0.3s all ease-in;
}

header .main-header .menu_sec .send-inquBtn:hover {
    color: #12C35D;
    background-color: #fff;
    border-radius: 0px;
}


header .main-header .callnow-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .main-header .callnow-menu .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-shadow: inset 0px 0px 0px 5px #00953F;
    background: #12C35D;
}

header .main-header .callnow-menu:has(.callnow-info a:hover) .img-box {
    background: #fff;
}

header .main-header .callnow-menu:has(.callnow-info a:hover) .img-box img {
    filter: brightness(0) invert(0);
}

header .main-header .callnow-menu .img-box img {
    width: 22px;
    height: 22px;
}

header .main-header .callnow-menu .callnow-info {
    width: calc(100%- 54px);
}

header .main-header .callnow-menu .callnow-info p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0;
}

header .main-header .callnow-menu .callnow-info a {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #FFFFFF;
    transition: 0.3s all ease-in;
    text-decoration: none;
}



/* Hamburger Menu */
header .main-header .hamburger {
    display: none;
    position: relative;
    /* background-color: #fff; */
    border: 0px solid #fff;
}

header .main-header .hamburger #nav-btn,
header .main-header .hamburger #nav-btn+label {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    justify-content: center;
}

header .main-header .hamburger #nav-btn {
    position: relative;
    opacity: 0;
    z-index: 100;
}

header .main-header .hamburger #nav-btn+label span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

header .main-header .hamburger #nav-btn+label span::before,
header .main-header .hamburger #nav-btn+label span::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
}

body.no-scroll header .main-header .hamburger #nav-btn+label span::before {
    background-color: #000;
}

body.no-scroll header .main-header .hamburger #nav-btn+label span {
    background-color: #000;
}

header .main-header .hamburger #nav-btn+label span::before {
    top: -8px;
}

header .main-header .hamburger #nav-btn+label span::after {
    bottom: -8px;
}

header .main-header .hamburger #nav-btn:checked+label span {
    transform: rotate(135deg);
    border-radius: 2px;
    width: 30px;
}

header .main-header .hamburger #nav-btn:checked+label span::before,
header .main-header .hamburger #nav-btn:checked+label span::after {
    width: 30px;
    top: 0;
    max-width: 100%;
    transform: rotate(90deg);
}

header .main-header .hamburger #nav-btn:checked+label span::after {
    opacity: 0;
}

header .main-header .hamburger #nav-btn:checked~nav {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    overflow: hidden;
}

header .main-header .hamburger nav {
    position: fixed;
    top: 0;
    padding: 100px 20px 60px 20px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 1;
    z-index: 98;
    align-items: self-start;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
    overflow: hidden;
}

header .main-header .hamburger nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: scroll;
}

header .main-header .hamburger nav ul li {
    width: 100%;
    padding-bottom: 25px;
    margin-right: 0;
    list-style-type: none;
}

header .main-header .hamburger nav ul li:last-child {
    margin-right: 0;
}

header .main-header .hamburger nav ul li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

header .main-header .hamburger nav ul>li>a:hover,
header .main-header .hamburger nav ul>li:hover>a,
header .main-header .hamburger nav ul>li.current-menu-item>a,
header .main-header .hamburger nav ul>li.current-menu-parent>a {
    color: #00953F;
}


.hamburger nav>ul>li>.sub-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    width: 20px;
    height: 20px;
}

.hamburger nav>ul>li>.sub-menu-btn:after {
    content: "";
    width: 10px;
    height: 6px;
    background-image: url(../images/drwop-down-arrow.png);
    background-position: center;
}

.hamburger nav>ul>li>.sub-menu-btn.open:after {
    transform: rotate(180deg);
}

.hamburger nav>ul>li>ul.sub-menu {
    position: static;
    display: none;
    width: 100%;
    padding: 15px 0 0 30px;
    background-color: transparent;
}

/* === pop-up === */
#cboxLoadedContent {
    padding: 0px !important;
    background-color: transparent !important;
}

.tempalte-pop {
    width: 100%;
    background: #fff;
    padding: 20px 20px;
}

.tempalte-pop h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

.tempalte-pop h6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background-color: #FFFFFF;
    transform: translateX(-50%);
}

.tempalte-pop h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #00953F;
    margin-bottom: 0px;
}


.tempalte-pop .contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 15px 0px 0px 0px;
}

.tempalte-pop .contact-form .form-group {
    margin-bottom: 15px;
    text-align: center;
}

.tempalte-pop .contact-form .form-control {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #606060;
    border: 1px solid #019640;
    border-radius: 15px;
    padding: 12px 0px;
}

.tempalte-pop .contact-form .form-control::placeholder {
    color: #000000;
}

.tempalte-pop .contact-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.tempalte-pop .contact-form textarea {
    height: 190px;
    resize: none;
}

.tempalte-pop .contact-form .send-btn {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 16px 21px;
    display: inline-block;
    background-color: #00953F;
    cursor: pointer;
    transition: 0.3s all ease-in;
    border: transparent;
}

#cboxClose {
    width: 20px;
    height: 20px;
    top: 30px;
    right: 30px;
    background: url(../images/green-close.png) no-repeat;
    background-position: center;
    /* border: 1px solid #00953F; */
}

#cboxClose:hover {
    background-position: center;
}

.whatsapp {
    position: fixed;
    z-index: 1;
    right: 10px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.whatsapp img {
    margin-bottom: 15px;
}

.whatsapp .talk-btn {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background-color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    padding: 5px 10px 0px 10px;
}

/* === Inner-Page ==== */
.inner-banner-section {
    position: relative;
    background-image: url(../images/banner-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 460px;
    display: flex;
    align-items: center;
    background-color: #00953F;
    background-blend-mode: multiply;
}

.inner-banner-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00953F 0%, rgba(0, 149, 63, 0) 100%);
    z-index: 1;
}

.inner-banner-section .inner-bannerinfo {
    position: relative;
    z-index: 3;
}

.inner-banner-section .inner-bannerinfo h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.inner-banner-section .inner-bannerinfo .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    align-items: center;

}

.inner-banner-section .inner-bannerinfo .breadcrumb .breadcrumb-item {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding-left: 0px;
}

.inner-banner-section .inner-bannerinfo .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    font-weight: 600;
}

.inner-banner-section .inner-bannerinfo .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background-image: url(../images/check-right-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 13px;
    height: 13px;
    margin: 0 8px;
    padding: 0;
}


.banner-section {
    position: relative;
    background-image: url(../images/banner-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    display: flex;
    align-items: center;
    background-color: #00953F;
    background-blend-mode: multiply;
}


.banner-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00953F 0%, rgba(0, 149, 63, 0) 100%);
    /* z-index: 1; */
}

.banner-section .leftPart {
    position: relative;
    /* z-index: 3; */
    padding-top: 60px;
}

.banner-section .leftPart h2 {
    font-size: 57px;
    font-weight: 700;
    line-height: 65px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.banner-section .leftPart p {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.banner-section .leftPart .learnBtn {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    background-color: #12C35D;
    border-radius: 20px 0px;
    text-decoration: none;
    padding: 16px 36px;
    transition: 0.3s all ease-in;
}

.banner-section .leftPart .learnBtn:hover {
    background-color: #fff;
    color: #12C35D;
    border-radius: 0px;
}

.banner-section .rightPart {
    position: relative;
    /* z-index: 3; */
}


.about-sec {
    padding: 70px 0px;
}

.about-sec .leftPart {
    position: relative;
    display: inline-block;
}

.about-sec .leftPart .imgBox {
    position: relative;
    border-radius: 0px 50px 0px 50px;
    display: inline-block;
    overflow: hidden;
}

.about-sec .leftPart .imgBox .videoBox a {
    position: absolute;
    bottom: 24px;
    left: 27px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-sec .leftPart .imgBox .videoBox .iconBox {
    background: #12C35D;
    border: 1px solid #12C35D;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-sec .leftPart .imgBox .videoBox p {
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.about-sec .leftPart .saidBox {
    position: absolute;
    top: 50%;
    right: -140px;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    padding: 8px;
    background: linear-gradient(white, white);
    max-height: 280px;
    max-width: 280px;
    height: 100%;
    width: 100%;
    transition: transform 0.2s;
    position: absolute;
}

.about-sec .leftPart .saidBox img {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    width: 100%;
    height: 100%;
    object-fit: none;
}

.about-sec .rightPart h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-left: 5px;
}

.about-sec .rightPart h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    color: #00953F;
    margin-bottom: 30px;
}

.about-sec .rightPart p {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}

.about-sec .rightPart p strong {
    font-weight: 700;
}

.about-sec .rightPart .aboutBtn {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    background: #00953F;
    border-radius: 20px 0px;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 12px 30px;
    transition: 0.3s all ease-in;
}

.about-sec .rightPart .aboutBtn:hover {
    background-color: #000000;
    color: #fff;
    border-radius: 0px;
}

.whatwe-do-sec {
    position: relative;
    background-image: url(../images/what-we-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.whatwe-do-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 149, 63, 0.9);
    z-index: 1;
}

.whatwe-do-sec .containBox {
    position: relative;
    z-index: 2;
    padding-top: 70px;
}

.whatwe-do-sec .containBox h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.whatwe-do-sec .containBox h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.whatwe-do-sec .containBox .infoBox {
    padding: 70px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 29px;
    align-content: space-around;
    flex-direction: row;
    align-items: center;
}

.whatwe-do-sec .containBox .infoBox .what-we-info {
    width: calc(33% - 30px);
    position: relative;
    transition: all .5s;
}

.whatwe-do-sec .containBox .infoBox .what-we-info:hover {
    transform: translateY(-10px);
}

.whatwe-do-sec .containBox .infoBox .what-we-info .imgBox {
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;

}

.whatwe-do-sec .containBox .infoBox .what-we-info .imgBox {
    position: relative;
    z-index: 0;
}

.whatwe-do-sec .containBox .infoBox .what-we-info .imgBox::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 0px 0px 30px 30px;
    z-index: 1;
}

.whatwe-do-sec .containBox .infoBox .what-we-info .imgBox h5 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    font-size: 30px;
    transform: translateX(-50%);
    font-weight: 700;
    line-height: 38px;
    color: #FFFFFF;
    margin: 0;
    white-space: nowrap;
    z-index: 3;
}

.achivement-sec {
    padding: 70px 0px;
}

.achivement-sec h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;
    margin-bottom: 5px;
    margin-left: 5px;
}

.achivement-sec h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    color: #00953F;
    margin-bottom: 0px;
}

.achivement-sec .owl-carousel .owl-stage-outer {
    padding: 85px 12px;
}

.achivement-sec .achivement-slider .imgBox {
    padding: 7px;
    background: linear-gradient(#00953F, #00953F);
    /* max-height: fit-content;
    max-width: fit-content; */
    height: auto;
    width: 200px;
    transition: transform 0.2s;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.achivement-sec .achivement-slider .imgBox img {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    width: 200px;
    /* max-width: 200px; */
    height: 200px;
}

.achivement-sec .achivement-slider h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0px;
}

.achivement-sec .owl-theme .owl-nav {
    top: -30px;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.achivement-sec .owl-theme .owl-nav button {
    position: unset;
}

.achivement-sec .owl-theme .owl-nav button.owl-prev,
.achivement-sec .owl-carousel .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    background-color: #12C35D;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in;
}

.achivement-sec .owl-theme .owl-nav button.owl-prev:hover,
.achivement-sec .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #000000;
}


.location-sec {
    background-color: #000000;
    padding: 50px 0px;
}

.location-sec .locationBox {
    display: flex;
    align-items: center;
    gap: 100px;
}

.location-sec .locationBox .infoBox {
    display: flex;
    align-items: center;
    gap: 20px;
}

.location-sec .locationBox .infoBox h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.location-sec .locationBox .infoBox h6 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-transform: capitalize;
}


/* === About-company-page === */

.about-company-sec {
    padding: 50px 0px;
}

.about-company-sec h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;
    margin-bottom: 5px;
}

.about-company-sec h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    color: #00953F;
    margin-bottom: 30px;
}

.about-company-sec p {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}

.about-company-sec p strong {
    font-weight: 700;
}

.about-company-sec p:last-child {
    margin-bottom: 40px;
}

.about-company-sec .imgBox {
    border-radius: 0px 45px 0px 45px;
    overflow: hidden;
    border: 1px solid #000;
}

.about-company-sec .imgBox img {
    width: 100%;
    height: auto;
}


.vision-our-team-sec {
    padding-bottom: 50px;
}

.vision-our-team-sec .vision-team-box {
    padding: 50px 20px;
    background: rgba(18, 195, 93, 0.1);
    border-radius: 0px 50px;
    height: 100%;

}

.vision-our-team-sec .vision-team-box img {
    margin-bottom: 30px;
}

.vision-our-team-sec .vision-team-box h5 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    color: #00953F;
    margin-bottom: 30px;

}


.vision-our-team-sec .vision-team-box p {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0px;
}

.vision-our-team-sec .vision-team-box p strong {
    font-weight: 700;
}


/* === what-we-page === */
.what-we-page .whatwe-do-sec {
    background-image: none;
}

.what-we-page .whatwe-do-sec::before {
    display: none;
}

.what-we-page .whatwe-do-sec .containBox h6 {
    color: #000;
}

.what-we-page .whatwe-do-sec .containBox h2 {
    color: #00953F;
}

/* === our-achivement === */

.our-achivement-sec {
    padding: 50px 0px;
}

.our-achivement-sec .achiveBox {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    padding-top: 55px;
}

.our-achivement-sec .achiveBox .achiveBox-info {
    width: calc(20% - 56px);
}

.our-achivement-sec h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    color: #00953F;
    margin-bottom: 0px;

}

.our-achivement-sec h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;


}


.our-achivement-sec .achiveBox .achiveBox-info .imgBox {
    padding: 7px;
    background: linear-gradient(#00953F, #00953F);
    /* max-height: fit-content;
    max-width: fit-content; */
    height: 200px;
    width: 200px;
    transition: transform 0.2s;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.our-achivement-sec .achiveBox .achiveBox-info .imgBox img {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    width: 100%;
    max-width: 200px;
    height: 100%;
}

.our-achivement-sec .achiveBox .achiveBox-info h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0px;
}


/* === Contact-Page === */

.contact-sec {
    padding: 50px 0px;
    width: 100%;
    max-width: 875px;
    margin: 0 auto;
}

.contact-sec h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

.contact-sec h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #00953F;
    margin-bottom: 0px;

}

.contact-sec .contact-form {
    padding: 30px 0px 0px 0px;
}

.contact-sec .contact-form .form-group {
    margin-bottom: 30px;
    text-align: center;
}


.contact-sec .contact-form .form-group .form-control {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #606060;
    border: 1px solid #019640;
    border-radius: 15px;
    padding: 17px 0px;

}

.contact-sec .contact-form .form-group .form-control::placeholder {
    color: #606060;

}

.contact-sec .contact-form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.contact-sec .contact-form .form-group textarea {
    height: 200px;
    resize: none;
}


.contact-sec .contact-form .send-btn {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 16px 21px;
    display: inline-block;
    background-color: #00953F;
    cursor: pointer;
    transition: 0.3s all ease-in;
    border: transparent;
}

.contact-sec .contact-form .send-btn:hover {
    background: #000;
}

.map-sec {
    background-color: #000000;
    padding: 50px 0px;
}

.map-sec h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.map-sec .mapBox {
    padding-bottom: 100px;
}

.map-sec .mapBox:last-child {
    padding-bottom: 0px;
}

.map-sec .mapBox .adress {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.map-sec .mapBox .adress h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 0px;
    width: 100%;
    max-width: 387px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.map-sec .mapBox .adress .getBtn {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #019640;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.3s all ease-in;
}

.map-sec .mapBox .adress .getBtn:hover {
    color: #fff;
}

.map-sec .mapBox .adress iframe {
    width: 492px;
    height: 240px;
}


/* === Product-Page === */
.glass-product-sec {
    padding: 50px 0px;
}

.glass-product-sec h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;
    margin-bottom: 5px;
}

.glass-product-sec h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 50px;
}

.glass-product-sec h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    color: #00953F;
    margin-bottom: 50px;
}

.glass-product-sec .listing {
    padding-bottom: 0px;
}

.glass-product-sec p {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}

.glass-product-sec p strong {
    font-weight: 700;
}

.glass-product-sec p:last-child {
    margin-bottom: 40px;
}

.glass-product-sec .listing {
    margin-top: 10px;
}

.glass-product-sec ul {
    margin: 15px 0px 0px 0px;
}

.glass-product-sec ul li,
.glass-product-sec .fuction ol li {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 5px;
}


.glass-product-sec .fuction h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    margin-bottom: 5px;
}


.glass-product-sec .imgBox {
    border-radius: 0px 45px 0px 45px;
    overflow: hidden;
    border: 1px solid #000;
}

.glass-product-sec .imgBox img {
    width: 100%;
    height: auto;
}

.glass-product-sec .imgBox video {
    width: 100%;
    height: 100%;
    max-height: 537px;
    cursor: pointer;
    vertical-align: bottom;
}



/* === toy-product-page === */

.toy-product-sec {
    padding: 50px 0px;
}

.toy-product-sec h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;
    margin-bottom: 5px;
}

.toy-product-sec h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 50px;
}

.toy-product-sec h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    color: #00953F;
    margin-bottom: 50px;
}

.toy-product-sec .listing {
    padding-bottom: 40px;
}

.toy-product-sec p {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}

.toy-product-sec p strong {
    font-weight: 700;
}

.toy-product-sec p:last-child {
    margin-bottom: 40px;
}

.toy-product-sec .listing {
    margin-top: 10px;
}

.toy-product-sec ul {
    margin: 15px 0px 0px 0px;
}

.toy-product-sec ul li,
.toy-product-sec .fuction ol li {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 5px;
}


.toy-product-sec .fuction h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    margin-bottom: 5px;
}

.toy-product-sec .imgBox {
    border-radius: 0px 45px 0px 45px;
    overflow: hidden;
    border: 1px solid #000;
}

.toy-product-sec .imgBox img {
    width: 100%;
    height: auto;
}




.toy-product-sec .table {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.toy-product-sec .table th {
    padding: 10px 18px;
    background-color: #00953F;
    font-size: 25px;
    color: #FFFFFF;
}

.toy-product-sec .table tbody tr th strong {
    font-weight: 600;
}

.toy-product-sec .table tbody,
th,
tr,
td {
    border: 1px solid #633a2280;
}

.toy-product-sec .table tbody tr td {
    padding: 10px 18px;
    font-size: 18px;
    color: #000000;
}

.toy-product-sec .table tbody tr td a {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}

.toy-product-sec .table tbody tr td a:hover {
    color: #633A22;
}



/* === Thank-you-Page === */

.thank-you-Sec {
    padding: 70px 0px;
    text-align: center;
}

.thank-you-Sec h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000;
}

.thank-you-Sec p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #000;
}

footer {
    padding: 70px 0px 0px 0px;
    background-color: #00953F;
}

footer .navigation h5,
footer .contact-info h5,
footer .social-media h5,
footer .our-pro h5 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 10px;
    transition: 0.3s all ease-in;
}

footer .navigation h5::after,
footer .contact-info h5::after,
footer .social-media h5::after,
footer .our-pro h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #FFFFFF;
    transition: 0.3s all ease-in;
}

footer .navigation h5:hover::after,
footer .contact-info h5:hover::after,
footer .social-media h5:hover::after,
footer .our-pro h5:hover::after {
    width: 100%;
}

footer .navigation ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 30px;
}

footer .navigation ul li {
    margin-bottom: 10px;
}

footer .navigation ul li:last-child {
    margin-bottom: 0px;
}

footer .navigation ul li a {
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.3s all ease-in;

}

footer .navigation ul li a:hover {
    color: #000000;
}

.contact-info ul {
    list-style: none;
    padding-left: 0;
    padding-top: 30px;
}

.contact-info ul li {
    position: relative;
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding-left: 27px;
}

.contact-info ul .location::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../images/footer-location-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 22px;
}

.contact-info ul .email::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../images/mail-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
}

.contact-info ul .phone::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../images/phone-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 18px;
}

.contact-info ul li a {
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 6px;
}

.social-media ul {
    padding-top: 35px;
    display: flex;
    list-style: none;
    padding-left: 0px;
    gap: 10px;
}

.social-media ul li {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    transition: 0.3s all ease-in;
}

.social-media ul li:hover {
    background-color: #000000;
}

.social-media ul li img {
    transition: 0.3s all ease-in;
}

.social-media ul li:hover img {
    filter: brightness(0) invert(1);
}

footer .our-pro ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 30px;
}

footer .our-pro ul li {
    margin-bottom: 10px;
}

footer .our-pro ul li:last-child {
    margin-bottom: 0px;
}

footer .our-pro ul li a {
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: capitalize;
    text-decoration: none;
}

footer .our-pro ul li a:hover {
    transition: 0.3s all ease-in;   
    color: #000;
}

.bottom-footer {
    background-color: #fff;
    margin-top: 70px;
}

.bottom-footer p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    text-transform: capitalize;
    padding: 20px 0px;
    margin-bottom: 0px;
}