* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFCB00;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            rgba(19, 141, 8, 0.534) 50%,
            transparent,
            transparent)
}


@font-face {
    font-family: Inter-Regular;
    src: url(../assets/fonts/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Preahvihear-Regular;
    src: url(../assets/fonts/Preahvihear/Preahvihear-Regular.ttf);
}

@font-face {
    font-family: Quicksand-Bold;
    src: url(../assets/fonts/Quicksand/Quicksand-Bold.ttf);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../assets/fonts/popins/Poppins-SemiBold.ttf);
}


::-moz-selection {
    color: #067225;
    background: #FFCB00;
}

::selection {
    color: #067225;
    background: #FFCB00;
}


.row {
    margin: 0 !important;
}

.col-md-9 {
    padding: 0 !important;
}

.col-md-3 {
    padding: 0 !important;
}

li {
    list-style: none;
}

h1 {
    font-family: Quicksand-Bold;
}

h3 {
    color: #067225;
}

h4 {
    color: #067225;
    position: relative;
    width: max-content;
    font-size: 20px;
}

h5 {
    font-family: Preahvihear-Regular;
}

h4::after {
    content: "";
    width: 60%;
    height: 2px;
    background-color: #067225;
    display: block;
    position: absolute;
    margin-top: 2px;
    right: 0;
    transition: all 0.3s ease-in-out;

}

h2 {
    font-family: Poppins-SemiBold;
    font-size: 39px;
    line-height: 50px;
}

h3,
h4,
p,
a {
    text-decoration: none;
    font-family: Inter-Regular;

}

p {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
}

.fr-up {
    overflow: hidden;
    height: max-content;
}

.fr-up2 {
    overflow: hidden;
    height: max-content;
    padding: 25px 0;
}
.bar {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    transition: all .3s;
}



.hamburger-init {
    /* width: 35px; */
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 3;
    display: none;
}

.hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: fit-content;
}
.hamburger .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header.hdrclr .hamburger .line {
    fill: none;
    stroke: #000000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger .line1 {
    stroke-dasharray: 55 207;
    stroke-width: 4;
}
.hamburger .line2 {
    stroke-dasharray: 55 60;
    stroke-width: 4;
}
.hamburger .line3 {
    stroke-dasharray: 55 207;
    stroke-width: 4;
}
.hamburger.open .line1 {
    stroke-dasharray: 60 160;
    stroke-dashoffset: -140;
    stroke-width: 4;
}
.hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 4;
}
.hamburger.open .line3 {
    stroke-dasharray: 60 207;
    stroke-dashoffset: -142;
    stroke-width: 4;
}
 .hamburger.open .line1 {
    stroke-dasharray: 60 160;
    stroke-dashoffset: -140;
    stroke: #ffffff;
    stroke-width: 4;
}
 .hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke: #ffffff;
    stroke-width: 4;
}
 .hamburger.open .line3 {
    stroke-dasharray: 60 207;
    stroke-dashoffset: -142;
    stroke: #ffffff;
    stroke-width: 4;
}
.header.hdrclr .hamburger.open .line1 {
    stroke-dasharray: 60 160;
    stroke-dashoffset: -140;
    stroke: #ffffff;
    stroke-width: 4;
}
.header.hdrclr .hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke: #ffffff;
    stroke-width: 4;
}
.header.hdrclr .hamburger.open .line3 {
    stroke-dasharray: 60 207;
    stroke-dashoffset: -142;
    stroke: #ffffff;
    stroke-width: 4;
}


.fl {
    height: 100%;
    width: 100%;
}

.fl ul li {
    list-style: none;
    margin: 34px 0;
}

.fl span
 {
    display: inline-block;
}

.mb-menu a {
    text-decoration: none;
    color: #fff;
    transition: all .3s;
}

.mb-menu li a {
    font-size: 27px;
    font-weight: bold;
    padding: 10px 0;
}

.nv-container,
.nv-menu-wrapper {
    height: 100%;
}


.nv-menu-wrapper {
    background: rgb(0, 0, 0);
    transition: all .3s;
    transform: scale(0);
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nv-menu-wrapper.visible {
    transform: scale(1);
    border-radius: 0;
}

.mb-menu {
    position: absolute;
    max-width: 400px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.nv-menu-wrapper li {
    opacity: 0;
    cursor: pointer;
    transition: all .3s;
}

.mb-menu.menu-active li:nth-child(1) {
    animation: moveItems 0.5s linear 0s forwards;
}

.mb-menu.menu-active li:nth-child(2) {
    animation: moveItems 0.5s linear 0.2s forwards;
}

.mb-menu.menu-active li:nth-child(3) {
    animation: moveItems 0.5s linear 0.5s forwards;
}

.mb-menu.menu-active li:nth-child(4) {
    animation: moveItems 0.5s linear 0.8s forwards;
}

.mb-menu.menu-active li:nth-child(5) {
    animation: moveItems 0.5s linear 0.9s forwards;
}

.menu-item-has-children {
    position: relative;
}
.ct-brs{
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Animations */

@keyframes rotateHamburger {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes moveItems {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    30% {
        transform: translateY(-15px);
        opacity: .2;
    }

    50% {
        transform: translateY(-10px);
        opacity: .3;
    }

    80% {
        transform: translateY(-5px);
        opacity: .4;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes showClickGuide {
    0% {
        opacity: 0;
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}



/* header  */

.fr-und-ln::after {
    content: "";
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
}

.fr-und-ln {
    position: relative;
    transition: all 0.3s ease-in-out;

}

.fr-und-ln.active {
    color: #067225!important;
    position: relative;
    font-weight: 600;
}

.fr-und-ln.active::after {
    content: "";
    width: 70%;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 5px;
    background-color: #067225;

}

.fr-und-ln:hover::after {
    content: "";
    width: 70%;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 5px;
    background-color: #067225;
    transition: all 0.3s ease-in-out;

}

/* header  */

header {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.hdr {
    position: relative !important;
    z-index: 1;
}

.logo img {
    width: 200px;
    height: 100%;
    object-fit: contain;
}

.hdr-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav ul li a {
    color: #fff;
}

.hdr .nav ul li a {
    color: #000000;
}

.hdr-rt {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cntct a p {
    padding: 4px 20px;
    /* background-color: #067225; */
    border-radius: 20px;
    border: 2px solid #ffffff;
    color: #fff;

}
.cntctfl{
    display: flex;
    align-items: center;
}

/* header cloes  */

/* index  */

.bgsld {
    position: relative;
    z-index: -1;
}

.bgsld .item {
    width: 100%;
    height: 102.5vh;
    margin-top: -20px;
}

.bgsld .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-fl {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    /* z-index: 0; */
}
.bg-fl a p{
    position: relative;
    z-index: 1;
}

.bg-fl .container {
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 120px;
    right: 0;
}

.bg-fl .container .btn {
    color: #000000;
    background-color: #FFCB00;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    width: max-content;
    margin-top: 40px;
    font-weight: 600;
    font-size: 16px;
}

.bg-fl h1 {
    color: #fff;
    font-size: 60px;
    bottom: 100px;
    max-width: 700px;
    line-height: 74px;
    margin-bottom: 10px;
}

.bg-fl p {
    color: #fff;
    max-width: 700px;
}

.bg-fl h1 span {
    color: #FFCB00;
    font-size: 83px;
}

.ind-1 {
    width: 100%;
    height: max-content;
    position: absolute;
    margin-top: -195px;
    z-index: 0;

}

.ind-sec-1 {
    position: relative;
    /* overflow-x: hidden; */
}

.ind-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: -109px;
}

.ind-sec-1-cont {
    position: relative;
    z-index: 0;
    margin-top: 130px;
}

.ind-sec-1-cont .ind-1-hd {
    max-width: 443px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* .ind-sec-1-cont p {
    max-width: 800px;
} */
.ind1-rt p {
    text-align: end;
    /* max-width: 400px; */
    margin-left: auto;
}
.ind-sec-1-cont .alnrt {
    display: flex;
    justify-content: end;
    width: 100%;
}

.ind1-rt h4 {
    float: right;
    margin-top: 20px;
}



/* .ylo-bx {
    background-color: #FFCB00;
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 0;
} */

.ylo-bx {
    background-color: #FFCB00;
    width: 240px;
    height: 37px;
    position: absolute;
    bottom: 14px;
    left: 28%;
    z-index: -1;
}

.pos-txt span {
    font-size: 50px;
    color: #000000;
    line-height: 20px;

}

.pos-txt h5 {
    font-size: 18px;
}



.ind-2{
    position: relative;

}
.ind-2-img-bg{
    width: 100%;
    height: 800px;
    /* object-fit: contain; */
    position: absolute;
    z-index: 0;
    top: -260px;
}
.ind2-cont{
    /* position: relative; */
    margin-top: 200px;
    margin-bottom: 200px;
}
.ind2-cont h2{
    margin-bottom: 15px;
}
.grn-bx{
    width: fit-content;
    height: max-content;
    background-color: #067225;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}
.grn-bx p{
    margin: 10px;
    color: #fff;
}
.ind-2-img-rt1{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.ind-2-img-rt2 {
    /* width: 100%; */
    height: 115%;
    /* object-fit: contain; */
    position: absolute;
    bottom: 3px;
    left: -10px;
    z-index: 2;
}
.ylbx {
    width: 300px;
    height: 50px;
    background-color: #FFCB00;
    position: absolute;
    bottom: -18px;
    right: 35%;
    z-index: 0;
}
.ind-two{
    float: right;
}
.ind2rt-sec{
    width: 100%;
    height: 100%;
    position: relative;
    top: -80px;
    padding-left: 50px;
}

.ind3 {
    margin-top: 100px;
    position: relative;
    width: 100%;
    background-color: #FFCB00;
    z-index: 1;
    padding: 92px 0;
    text-align: center;
}

.ind3 h2 {
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 15px !important;
    max-width: 600px;
    margin: 0 auto;
}
.ind3-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ind3-img-bx {
    width: 100%;
    height: 525px;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 8;
}

.ptrn2 {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: -2;
    margin-top: 50px;
}

.ind4 h2 {
    margin-bottom: 15px;
    max-width: 530px;
}

.ind4 {
    margin-top: 160px;
    position: relative;
    padding-bottom: 70px;
}
.ind4 h1{
    font-size: 150px;
    color: #f8f8f8;
    position: absolute;
    top: -70px;
    left: 0;
    line-height: 80px;
}

.ind4 .pos-txt.inlft {
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index: 1;
}

.ind4 .pos-txt.inrt {
    position: absolute;
    right: 20px;
    bottom: -110px;
    z-index: 1;
}

.ind4 .container {
    position: relative;
}

.ind4 p {
    max-width: 900px;
    color: #000000;

}

.ind-4-fst {
    margin-bottom: 30px;
}
.ind4-rt{
    width: 200px;
    /* height: 100%; */
    object-fit: contain;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 1;
}
.ind4-lft{
    height: 400px;
    /* height: 100%; */
    object-fit: contain;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 0;
}

.ind4 h3 {
    color: #000000;
    margin-bottom: 10px;
}

.ind-4-sec p {
    max-width: 500px;
}
.ind-4-sec span {
    font-weight: 600;
}

.ind-4-sec {
    margin-bottom: 20px;
}

.ind4-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.grn-bx2 {
    height: 339px;
    width: 198px;
    background-color: #067225;
    position: absolute;
    right: 127px;
    top: -170px;
}

.ind5 {
    margin-top: 70px;
}

.ind-5-hdng {
    text-align: center;
    margin-bottom: 70px;
}

.ind-5-hdng h2 {
    margin-bottom: 15px;
}

.ind-5-hdng p {
    max-width: 800px;
    margin: 0 auto;
}

.ind-5-bx .bx1 {
    width: 350px;
    height: 180px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.137);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ind-5-bx .bx1 img {
    /* width: 90px; */
    height: 70px;
    object-fit: contain;
    margin-bottom: 20px;
}

.ind-5-bx {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 30px;
    max-width: max-content;
    margin: 0 auto;
    margin-top: 20px !important;
}

.ind6 {
    margin-top: 120px;
}

.ind6 p {
    max-width: 545px;
}

.ind6 h2 {
    margin-bottom: 15px;
}

.catslid .imgrnd {
    width: 200px;
    height: 200px;
    background-image: radial-gradient(#fff, #fff, #ffffff, #e4e4e4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.137);
    border-radius: 50%;
    margin: 10px;
    object-fit: contain;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    transition:0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.catslid .imgrnd:hover .bg-img{
    opacity: 1;
    transition-duration: 0.3s;
}
.catslid .imgrnd:hover .shdo{
    opacity: 0;
    transition-duration: 0.3s;
}
.bg-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
    
}

.catslid .item h3 {
    color: #000000;
    margin-top: 20px;
}

.catslid .imgrnd .img {
    width: 100%;
    height: 60%;
    object-fit: contain;
    transition-duration:  0.3s;
    transition: all 0.3s ease-in-out;
}


.catslid {
    margin-top: 70px;
    margin-bottom: 70px;
}

.slick-dots {
    display: flex;
    gap: 5px;
    margin: 0 auto;
    width: max-content;
    margin-top: 30px;
}

.slick-dots li {
    background-color: #D9D9D9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}

.slick-dots .slick-active {
    background-color: #FFCB00;
    width: 18px;
    border-radius: 50px;
}

.slick-dots li button {
    display: none !important;
}

.line1 {
    width: 80%;
    height: 2px;
    background-color: #D9D9D9;
    margin: 0 auto;
    margin-top: 5px;
}

.line2 {
    width: 50%;
    height: 2px;
    background-color: #D9D9D9;
    margin: 0 auto;
    margin-top: 5px;
}

.line3 {
    width: 30%;
    height: 2px;
    background-color: #D9D9D9;
    margin: 0 auto;
    margin-top: 5px;
}

.shdo {
    width: 45% !important;
    object-fit: contain;
    position: absolute;
    bottom: 30px;
    left: 28%;
    z-index: 1;
}

.imgrnd {
    position: relative;
    overflow: hidden;
}

.catslid .item {
    text-align: center;
    padding: 10px;
}

.prd-img-bx {
    width: 230px;
    height: 320px;
    margin-left: 20px;
}

.prd-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btm-bx {
    width: 100%;
    height: max-content;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.137);
    border-radius: 10px;
    margin-top: -110px;
    display: flex;
    align-items: end;
    padding: 20px;
    padding-bottom: 25px;
    padding-top: 150px;
    position: relative;
}

.btm-bx h3 {
    color: #000000;
}

.btm-bx p {
    margin-top: 10px;
    font-size: 13px;
}

.ind7 {
    margin-top: 100px;
}

.ind7 .ptrn2 {
    margin-top: -70px;
}

.wit {
    width: fit-content;
    height: max-content;
    padding: 5px 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #067225;
}

.wit p {
    line-height: 20px;
    margin-top: 0;
    color: #fff;
}

.ind7 .btn {
    padding: 10px 30px;
    background-color: #067225;
    color: #fff;
    width: max-content;
    margin: 0 auto;
    margin-top: 50px !important;
    border-radius: 8px;
}

.ind8 {
    margin-bottom: 100px;
}

.ind8 h2 {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px !important;
}

.ind8 {
    margin-top: 80px !important;
}

.ind8 p {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.fsttp {
    height: 40%;
    width: 100%;
    margin: 20px 0;
    position: relative;
    border: 1px solid #e4e4e4;
}

.fstbt {
    height: 55%;
    width: 100%;
    margin: 20px 0;
    position: relative;
    border: 1px solid #e4e4e4;
}
.chng-img{
    width: 100%;
    height: 100%;
}
.ch-img{
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.fsttp .ch-shdo {
    position: absolute;
    left: 28%;
    bottom: -117px;
    width: 44% !important;
    object-fit: contain !important;
    opacity: 0 ;
    z-index: -1;
}
.fstbt .ch-shdo2 {
    position: absolute;
    left: 20%;
    bottom: -156px;
    width: 61% !important;
    object-fit: contain !important;
    opacity: 0;
    z-index: -1;
}
.fstbt .ch-shdo {
    position: absolute;
    left: 17%;
    bottom: -99px;
    width: 67% !important;
    object-fit: contain !important;
    opacity: 0;
    z-index: -1;
    
}
.fsttp .ch-img{
    padding: 40px;
}
.srv-img-an {
    transform: translatey(0px);
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}
.srv-img-an2 {
    opacity: 1;
    -webkit-animation: opasity 3s ease-in-out infinite;
    animation: opasity 3s ease-in-out infinite;
}

@keyframes opasity {
    0% {

        opacity: 1;
    }

    50% {

        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}
.fstbt .ch-img{
    padding: 60px;
}
.fsttp:hover .ch-img{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.nn-img{
    transition: all 0.3s ease-in-out;
}
.fsttp:hover .nn-img{
   opacity: 0;
   transition: all 0.3s ease-in-out;
}
.fstbt:hover .ch-img{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.fsttp:hover .ovr-txt{
    display: none;
    
}
.fstbt:hover .ovr-txt{
    display: none;
    
}
.fstbt:hover .nn-img{
   opacity: 0;
   transition: all 0.3s ease-in-out;
}
.fsttp:hover .ch-shdo{
   opacity: 1;
}
.fstbt:hover .ch-shdo{
   opacity: 1;
}

.ind8 .row {
    max-width: 1100px;
    margin: 0 auto !important;
}

.ind8 .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind8-hd {
    margin-bottom: 50px;
}

.ovr-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: start;
    height: 100px;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    /* transition: all 0.3s ease-in-out; */
}

.fralntxt h3 {
    color: #fff;
    /* rotate: -90deg; */
    position: absolute;
    bottom: 20px;
    left: 20px;
}



/* index close */

/* about  */
.nxt-pg {
    margin: 70px 0;
    margin-top: 80px;
    position: relative;
}
.nxt-pg-rt{
    height: 330px;
    /* height: 100%; */
    object-fit: contain;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 0;
}


.nxt-pg h2 {
    margin: 10px 0;
}

.nxt-pg p {
    margin-bottom: 10px;
    max-width: 900px;
}

.abt2-bg {
    width: 100%;
    object-fit: contain;
}

.ylo-bg {
    width: 1100px;
    height: 400px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-image: url(../assets/imgs/18.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
    position: relative;
    z-index: 0;
    text-align: center;
}

.ylo-bg h2 {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ylo-bg p {
    max-width: 100%;
    margin: 0 auto;
}

.col-md-6.abt-cntr {
    display: flex;
    align-items: center;
    width: 100%;
}

.abt3 {
    margin-top: 100px !important;
    margin: 70px 0;
}

.abt3-rt {
    position: relative;
    padding-left: 50px;
}

.abt3 h2 {
    margin-bottom: 20px;
}

.abt3-img1 {
    width: 70%;
    height: 100%;
    object-fit: contain;
}

.abt3-img2 {
    width: 40%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    right: 72px;
    bottom: -43px;
}

.abt4 {
    margin-top: 100px;
}

.abt4-hd h2 {
    width: max-content;
    margin: 0 auto;
    margin-bottom: 90px;
}

.vis-mis-bx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt4 {
    margin-bottom: 100px;
    background-color: #fafafa;
    padding: 80px 0;
}

.icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #c2c2c2;
    margin: 0 auto;
    margin-bottom: 20px;
}

.vis-mis-cont {
    text-align: center;
}

.icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.vis-mis-cont h2 {
    font-size: 30px;
}

.vis-mis-cont p {
    max-width: 430px;
    margin: 0 auto;
}

.abt5 h2 {
    margin-bottom: 70px;
}

.sld-hd h2 {
    width: max-content;
    margin: 0 auto;
    margin-bottom: 50px;
}

.clnt-slid .item {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    padding: 30px;
    margin: 10px;
    border-radius: 7px;

}

.clnt-slid .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abt5 {
    margin-bottom: 80px;
}



/* about close  */

/* products  */

.inprdct h2 {
    max-width: 587px;
}
.inprdct{
    position: relative;
}

.prdcts-bg {
    width: 100%;
    height: 100%;
    padding: 80px 0;
    padding-top: 120px;
    background-color: #fafafa;
}
.inprdct-rt{
    width: 200px;
    /* height: 100%; */
    object-fit: contain;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 0;
}

.prdct .btm-bx {
    width: 100%;
}

.prdct {
    width: 100%;
    margin-bottom: 40px;
}

.al-prdct {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /* margin-bottom: 70px; */
    margin-top: 50px;
}

.prdct .prdct-img {
    /* width: 100%; */
    height: 220px;
    margin-left: 20px;
    object-fit: contain;
}

.prdct .btm-bx p {
    font-size: 10px;
}

.prdct .btm-bx h3 {
    color: #000000;
    font-size: 15px;
}

.prdct .btm-bx {
    padding-top: 120px;
}

.prdct .prd-img-bx {
    width: 160px;
    height: 230px;
    margin-left: 0px;
    position: relative;
}

.prdct-shdow {
    position: absolute;
    bottom: -109px;
    left: 20px;
    width: 100%;
    z-index: 1;
}

/* products close  */

/* contact  */

.contact-bg {
    width: 100%;
    height: 450px;
    background-image: url(../assets/imgs/ct-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.contact-bg h3{
    color: #FFCB00;
    margin-bottom: 10px;
    margin-top: 70px;
}
.contact-bg h2{
    color: #ffffff;
}

.ct-conts h2 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.ct-conts p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;

}

.ct-conts {
    margin-top: 70px;
    margin-bottom: 70px;
}

.ct-bxs {
    margin-top: 70px;
}

.ct-bxs .bx {
    width: 100%;
    height: 200px;
    padding: 20px;
    background-image: linear-gradient(140deg, #fff 0%, #e6e6e6 100%);
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.075);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ct-bxs .bx h3 {
    color: #000000;
    margin-bottom: 10px;
}

.ct-bxs .bx a p {
    display: flex;
    /* align-items: center; */
    gap: 5px;
    color: #000000;
    justify-content: center;
    margin-top: 10px;
}
.ct-bxs .bx a p i{
    margin-top: 5px;
}

.ct-bxs .bx .scl ul li {
    border: 1px solid #000000;
    border-radius: 5px;
    margin: 0 2px;
}

.ct-bxs .bx .scl ul li i {
    color: #000000;
}

.map {
    width: 100%;
    height: 400px;
    margin-top: 70px;
    margin-bottom: 80px;
    ;
}

/* contact close  */


/* footer  */
footer {
    width: 100%;
    height: 100%;
    padding: 80px 0 50px 0;
    background-color: #067225;
}

.ftr-conts {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.ftr-rt{
    display: flex;
    justify-content: center;
    gap: 100px;
}

.ftr-logo img {
    width: 220px;
    /* height: 100%; */
    object-fit: contain;
    margin-bottom: 20px;
}

.ftr-logo p {
    color: #fff;
    max-width: 330px;
    margin-bottom: 20px;
}

.scl {
    margin-top: 30px;
}

.scl ul {
    display: flex;
    align-items: center;
}

.scl ul li i {
    color: #fff;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-size: 20px;
}

.scl ul li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    justify-content: center;
}

.ftr-cont h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 100;
}

.ftr-cont ul li {
    margin: 10px 0;
}

.ftr-cont ul li a {
    color: #fff;
    max-width: 200px;

}

.ftr-cont ul li p {
    color: #fff;
    max-width: 200px;

}

.ftr-cont ul li p {
    display: flex;
    /* align-items: center; */
    gap: 5px;
}

.ftr-cont ul li p i {
    margin-top: 5px;
}

.copyright {
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 14px;
}
.copyright img {
    position: relative;
    top: 3px;
}

/* footer close  */