@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/fancybox.css);

/* @import url(../css/responsive.css); */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&amp;family=Baloo+Bhai+2:wght@400..800&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;family=Quicksand:wght@300..700&amp;display=swap');

:root {
    /* Colors: */
    --color-ed7807: #ed7807;
    --color-d1b328: #d1b328;
    --color-997f07: #997f07;
    --color-282728: #282728;
    --color-fdf3db: #fdf3db;
    --color-f6f6f6: #f6f6f6;
    --color-f5f5f5: #f5f5f5;
    --color-484848: #484848;
    --color-c2c4c6: #c2c4c6;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --font-baloo-2: "Baloo 2", sans-serif;
    --font-baloo-bhai-2: "Baloo Bhai 2", sans-serif;
    --font-quicksand: "Quicksand", sans-serif;
    --font-plus-jakarta-sans: "Plus Jakarta Sans", sans-serif;
    --font-style-normal: normal;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-19: 19px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-33: 30px;
    --font-size-38: 38px;
    --font-size-41: 41px;
    --font-size-45: 45px;
    --font-size-48: 48px;
    --font-size-50: 50px;
    --font-size-56: 54px;
    --font-size-72: 58px;
    --character-spacing-0: 0px;
    --line-height-22: normal;
    --line-height-25: 25px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-35: 35px;
    --line-height-36: 36px;
    --line-height-43: 43px;
    --line-height-51: 51px;
    --line-height-60: normal;
    --line-height-66: 66px;
    --line-height-78: 78px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}

/* Custom Binerka Font */
@font-face {
    font-family: "binerka_demoregular";
    src: url("../font/binerkademo-goeoq-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}


/* Applying classes */
.quicksand {
    font-family: "Quicksand", sans-serif;
    font-style: normal;
}

.baloo-bhai-2 {
    font-family: "Baloo Bhai 2", sans-serif;
    font-style: normal;
}

.plus-jakarta-sans {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
}

.baloo-2 {
    font-family: "Baloo 2", sans-serif;
    font-style: normal;
}

* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-quicksand);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-19);
    line-height: var(--line-height-30);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-height: auto !important;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-ed7807);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-000000);
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.light-bg {
    background: #f9f7f7;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

section {
    overflow: hidden;
}

section.section-space.video-section,
.about-section {
    overflow: visible !important;
}

hr {
    border-bottom: 1px solid var(--color-c2c4c6);
    border-top: 0 none;
    margin: 40px 0;
    padding: 0;
    opacity: 1;
}

p {
    font-size: var(--font-size-22);
    line-height: var(--line-height-30);
    font-weight: var(--font-weight-Medium);
    font-family: var(--font-quicksand);
    color: var(--color-000000);
    margin-bottom: 15px;
    letter-spacing: 0px;
    text-align: justify;
}

.p-content {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ed7807);
    margin-bottom: 20px;
}

.small-text {
    font-size: var(--font-size-19);
    line-height: var(--line-height-27);
    color: var(--color-000000);
    margin-bottom: 20px;
}

.main-title {
    font-size: var(--font-size-45);
    line-height: 45px;
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-baloo-bhai-2);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.title {
    font-size: var(--font-size-50);
    line-height: var(--line-height-60);
    color: var(--color-ea7819);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-quicksand);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.div-title {
    font-size: var(--font-size-25);
    color: var(--color-282728);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
}

.div-text {
    font-size: var(--font-size-33);
    line-height: var(--line-height-36);
    font-family: var(--font-binerka_demoregular);
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
}

.div-text1 {
    font-size: var(--font-size-33);
    font-family: var(--font-quicksand);
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
}

.box-text {
    font-size: var(--font-size-22);
    line-height: var(--line-height-32);
    color: var(--color-ffffff);
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
    text-align: center;
}

.font-binerka_demoregular {
    font-family: var(--font-binerka_demoregular);
}

.weight-Light {
    font-weight: var(--font-weight-Light);
}

.weight-Regular {
    font-weight: var(--font-weight-Regular);
}

.weight-Medium {
    font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
    font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
    font-weight: var(--font-weight-Black);
}

.height-100 {
    height: 100vh;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.color-fff {
    color: var(--color-ffffff) !important;
}

.color-d1b328 {
    color: var(--color-d1b328) !important;
}

.color-ed7807 {
    color: var(--color-ed7807) !important;
}

.color-484848 {
    color: var(--color-484848) !important;
}

.color-000000 {
    color: var(--color-000000) !important;
}

.dark-bg {
    background-color: #228B22 !important;
}

.view-more-text {
    display: inline-block;
}

.view-more-text-btn {
    font-size: var(--font-size-19);
    line-height: var(--line-height-inherit);
    color: var(--color-0e1f45);
    font-weight: var(--font-weight-Bold);
    text-transform: uppercase;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    position: relative;
    z-index: 2;
    padding: 0;
    outline: none;
    border: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.view-more-text-btn:hover {
    color: var(--color-ed7807);
    letter-spacing: 1px;
}

.view-more {
    display: inline-block;
}

.view-more-btn {
    display: inline-block;
    font-size: var(--font-size-19);
    line-height: var(--line-height-inherit);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--color-ed7807);
    border: 1px solid var(--color-ed7807);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    outline: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.view-more-btn:hover {
    color: var(--color-ed7807);
    background: var(--color-ffffff);
    border: 1px solid var(--color-ed7807);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}

.img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* @import url(../css/root.css); */




/* loader css*/


/* loader css */

.main-nav {
    background: transparent;
    padding: 30px 0px;
    width: 100%;
    float: left;
}

.main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
    position: absolute;
    top: -20px;
    margin-right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 160px;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-19);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    line-height: var(--line-height-inherit);
    padding: 8px 10px;
    text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
    padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-f68e1f);
}


/* dropdown-menu */

.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    width: 200px;
    margin: 0;
    top: 100%;
    padding: 0px;
    background-color: var(--color-ffffff);
    border: none;
    box-shadow: 0px 0px 10px -4px #0000009d;
    z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: var(--color-ffffff);
    padding: 10px 10px;
    text-transform: uppercase !important;
}

.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


/* button-style */


a.btn-link {
    width: fit-content;
    display: flex;
    border-radius: 50px;
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: var(--font-weight-SemiBold);
}

.arrow-circul {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    right: -10px;
    transform: rotate(56deg);
}


.arrow-circul i {
    color: var(--color-ffffff);
    font-size: 25px;
    position: relative;
    bottom: 2px;
    right: 6px;

}

a.btn-link:hover {
    transition: 0.4s;
    color: var(--color-000000);
}



a.btn-link:hover .arrow-circul i {
    color: var(--color-000000);
}

a.btn-link:hover .arrow-circul {
    transform: rotate(0deg);
}

.section-space {
    padding: 80px 0px;
}


/* button style2 */

.btn-style2 {
    width: fit-content;
    margin-top: 30px;
}

a.btn-link2 {
    display: flex;
    border-radius: 50px;
    color: var(--color-ed7807);
    text-decoration: none;
    font-weight: var(--font-weight-Bold);
    font-size: 18px;
    transition: 0.4s;
}

.arrow-circul2 {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    right: -10px;
    transform: rotate(56deg);
}


.arrow-circul2 i {
    color: var(--color-ed7807);
    font-size: 25px;
    position: relative;
    bottom: 2px;
    right: 2px;

    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}

a.btn-link2:hover {
    transition: 0.4s;
    color: var(--color-d1b328);
}



a.btn-link2:hover .arrow-circul2 i {
    color: var(--color-d1b328);
}

a.btn-link2:hover .arrow-circul2 {
    transform: rotate(0deg);
}



/* main-banner */
.banner {
    position: relative;
}

.banner-left {
    width: 50%;
    position: relative;
    z-index: 99;
}

.banner-left img {
    height: 700px;
    position: relative;
    object-fit: cover;
}

.banner-right {
    width: 50%;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.mainSlider img {
    width: 100%;
}

img.small-part {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 10%;
}

.banner-flex {
    width: 100%;
    display: flex;
    height: 700px;
}

img.holding-hand {
    position: absolute;
    bottom: -260px;
    z-index: 999;
    left: 0;
    width: 100%;
}

/* about us */

.about-section {
    background: var(--color-d1b328);
    position: relative;
    padding-top: 300px;
    margin-top: -50px;
}

.about-left-card {
    padding-left: 50px;
}

.about-text {
    margin-bottom: 20px;
}

.about-img {
    width: 100%;
    margin-bottom: -350px;
    position: relative;
    z-index: 9;
}

.about-right-card {
    padding-right: 50px;

}

.about-sambhavana {
    background-image: url(../images/project-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 9;
    padding: 100px 0;
    margin-top: 350px;
    overflow: visible;
    padding-bottom: 200px;
    margin-bottom: -100px;
}

.about-sambhavana:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #179fd2;
    z-index: -1;
    opacity: 0.9;
}

.motto-2 {
    background-image: url(../images/project-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 9;
    padding: 100px 0;
    margin-top: 350px;
    overflow: visible;
    padding-bottom: 200px;
    margin-bottom: -100px;
}

.motto-2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-ed7807);
    z-index: -1;
    opacity: 0.9;
}

.sambhavana-main {
    position: relative;
}

img.sambhavana-img {
    width: 100%;
    object-fit: cover;
    border-radius: 56px;
    margin-top: -300px;

}

.ellipse {
    position: absolute;
    right: -10%;
    width: 80%;
    bottom: -50%;
}

.bottom-curve {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.top-curve {
    position: absolute;
    rotate: 180deg;
    top: 0;
}

.marquee-container {
    position: relative;
    z-index: -9;
    float: right;
    width: 70%;
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    background: var(--color-997f07);
    border: 1px solid #dddddd00;
    font-family: var(--font-baloo-2);
}

.marquee-track {
    display: flex;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
}

.marquee-item {
    display: flex;
    padding: 0 1rem;
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.marquee-item i {
    color: var(--color-ffffff);
    margin-right: 0.5rem;
    font-size: 12px;
    margin-bottom: 6px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.pointer-setion {
    padding: 100px 0;
}

.points-list {
    display: flex;
    gap: 50px;
    padding-left: 50px;
    justify-content: space-between;
}

.pointer img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.pointer h4 {
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-SemiBold);
    font-family: var(--font-baloo-2);
    line-height: 24px;
    margin: 0;
}

.pointer {
    display: flex;
    align-items: center;
}

/* product */

.product-section {
    background-image: url('../images/about-2.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 9;
    padding-bottom: 0 !important;
}

.product-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #179fd2;
    z-index: -1;
    opacity: 0.9;
}

.product-title-card {
    margin-bottom: 30px;
}

h2.product-title {
    font-size: 22px;
    font-weight: 600;
}

.product-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product-img1 img {
    width: 100%;
    height: 625px;
    object-fit: cover;
    border-radius: 16px;
}

h2.product-title {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    background: #d1b328e0;
    text-align: center;
    padding: 12px 5px
}

.product-inner {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}

.product-inner-text {
    position: absolute;
    width: 100%;
    bottom: 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product-img {
    background: #000;
    border-radius: 16px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}

.product-card {
    overflow: hidden;
    border-radius: 16px;

}

.product-card:hover .product-inner-text {
    bottom: -15px;

}

.product-card:hover .product-img img {
    opacity: 0.8;

}

/* baselineAnim-section */
/* wave-text */
.baselineAnim-section {
    padding-top: 50px;
    position: relative;
    margin-bottom: -130px;
}

.baselineAnim {
    top: -8vh;
    width: 100%;
    z-index: 3;
    overflow: hidden;
}

.baselineAnim svg {
    display: block;
    height: 22vw;
    width: 177vw;
    overflow: hidden;
    margin-left: -75%;
    margin-top: 0;
}

.baselineAnim svg .text-on-path {
    fill: #fff;
    font-size: 60px;
    letter-spacing: 6px;
    font-family: var(--font-baloo-2);
    font-weight: var(--font-weight-Bold)
}

/* wave-text */
/* progress-bar */
.progress-container {
    width: 80%;
    background-color: #e0e8f5;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    width: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    color: white;
    font-weight: bold;
    transition: width 2s ease;
}

.label,
.percent {
    pointer-events: none;
}

.year-2025 {
    background-color: #d1b328;
}

.year-2024 {
    background-color: #0b2139;
}

.year-2023 {
    background-color: #d1b328;
}

.progess-bar p {
    font-size: var(--font-size-16);
    font-family: var(--font-baloo-bhai-2);
    margin: 0;
    margin-top: 30px;
}


/* progress-bar */


/* counter */
.count-area-content .big-title {
    font-size: 250px;
    line-height: 250px;
    margin-bottom: -20px;
    background: url(../images/89-bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox (Experimental) */
    background-clip: text;
    color: transparent;
}

.count-area {
    padding-top: 80px;
}

.count-area .count-digit1,
.count-area .count-name {
    color: var(--color-ed7807);
}

.count-area .count-area-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #0003;
    width: 260px;
    height: 260px;
    border-radius: 50%;
}

.counter-col {
    display: flex;
    justify-content: center;
}

.counter h2 {
    color: var(--color-ffffff);
}

.divider {
    width: 80%;
    background: var(--color-ed7807);
    height: 2px;
    display: block;
    margin-top: 0px;
    float: right;
}


.count-area-content {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    padding-left: 50px;
    margin-bottom: 50px;
}

.count-digit,
.count-digit1,
.count-name {
    color: var(--color-000000);
    font-family: var(--font-baloo-bhai-2);
    font-weight: var(--font-weight-Bold);
    justify-content: center;
    align-items: center;
    font-size: 77px;
    margin-bottom: 15px;
    line-height: 66px;

}

.count-title {
    font-size: 20px;
    line-height: 25px;
    color: var(--color-000000);
    font-family: var(--font-baloo-bhai-2);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 0;
    text-align: left;
}

.counter-flex {
    justify-content: left;
}

/* donor-partner */
.donor-partner {
    position: relative;
    background: var(--color-ed7807);
}
    .donor-partner img {
        width: 100%;
    }

.dp-padding {
    padding-left: 180px;
}

/* donor-partner */
/* milestones */
.milestones {
    background: url(../images/milestone-bg.png)center no-repeat;
    background-size: cover;
    position: relative;
    height: 600px;
}

.milestones img {
    position: absolute;
    top: 0;
    left: 16%;
}

.milestones h2 {
    color: var(--color-282728);
}
.milestone-page{
    padding-bottom: 200px;
    margin-bottom: -100px;
}
.milestones-padding {
    padding-right: 100px;
}
.custom-select-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
  }
  
  .custom-select {
    padding-left: 2.5rem; /* space for the icon */
  }
.border-divide {
    width: 100%;
    height: 2px;
    background: #8d8d8d1a;
    position: absolute;
    left: 0;
    margin-top: 50px;
}


.certificate-year-list h5{
    font-size: var(--font-size-38);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ed7807);
}
.certificate-year-list h4{
    font-size: var(--font-size-22);
    color: var(--color-282728);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 30px;
}
.year-flex {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border: 1px solid #efefef;
}
.year-select {
    cursor: pointer;
    padding: 15px;
    font-size: var(--font-size-22);
    font-weight: bold;
    background: #fff7ef;
}

.form-select:focus {
    border-color: #ed7807;
    outline: 0;
    
}
.certificate-year-list ul li {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
    margin-bottom: 20px;
    align-items: center;
}

.certificate-year-list ul li img {
    width: 35px;
    height: 35px;
}
/* Fade and slide-up animation */
@keyframes fadeSlideUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Apply animation to active tab pane */
  .tab-pane {
    animation: none; /* Reset default */
  }
  
  .tab-pane.active.show {
    animation: fadeSlideUp 0.6s ease-in-out both;
  }


  /* new */
  .custom-select-wrapper {
  position: relative;
}

.custom-select {
    width: 100%;
   cursor: pointer;
    padding: 15px;
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    background: #fff7ef;
}

.custom-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23ED7807' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

span#selectedValue {
    color:var(--color-ed7807);
}

.custom-select-wrapper.open .custom-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.custom-options {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.custom-select-wrapper.open .custom-options {
  max-height: 100vh; /* Adjust height as you want for visible dropdown */
  overflow-y: auto;  /* Enables vertical scrolling */
  max-height: 50em;
    overflow-y: scroll;
    transition: max-height 1s;
    scrollbar-width: thin;
    scrollbar-color: #ed7807 #f1f1f1;
}


.custom-options li {
  padding: 10px;
  cursor: pointer;
    font-weight: var(--font-weight-Medium);

}

.custom-options li:hover {
  background: var(--color-ed7807);
  color: #fff;
}

/* milestones */

/* testimonial */

.Homepage-testimonial .client-testimonial {
    background: transparent;
}

.Homepage-testimonial .client-testimonial:before {
    display: none;
}

.Homepage-testimonial .client-testimonial .swiper-slide {
    background-image: linear-gradient(rgb(13 94 16 / 71%), rgb(17 100 20 / 89%)), url(../images/hompe-testimonial.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.Homepage-testimonial .swiper-pagination-bullet {
    background: #222222ab;
}

.Homepage-testimonial .swiper-pagination-bullet-active {
    background: #2eae5f;
}

span.testi-intro {
    color: #333;
    font-size: 20px;
}

.testimonial-section {
    overflow: hidden;
}

.testimonial-card {
    display: flex;
    align-items: center;
    height: 100%;
}

.test-slider-inner {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 9px #2222220d;
    margin: 5px;
}

.test-pic {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: transparent;
    margin: 0 auto;
    margin-bottom: 15px;
}

.test-info {
    width: 40%;
    border-right: 2px solid #c7c7c7;
    text-align: center;
}

.test-intro h3 {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

span.test-deg {
    color: #7a7979;
}

.test-feed p {
    color: #7a7979;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    font-style: italic;
}

.test-text {
    margin-bottom: 25px;
}

.test-pic img {
    width: 100%;
    object-fit: cover;
}

.test-slider-card {
    margin-bottom: 30px;
}


/*  key features*/

.key-features {
    position: relative;
}

.key-features:before {
    position: absolute;
    content: "";
    width: 46%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/feature-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
}

.key-features:after {
    position: absolute;
    content: "";
    background: #153176;
    width: 55%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.accordion-button::after {
    content: '\002B';
    /* Unicode for plus symbol (+) */
    transition: transform 0.2s;
    font-size: 16px;
    transform: rotate(0deg);
    line-height: 15px;
}

.accordion-button:not(.collapsed)::after {
    content: '\2212';
    /* Unicode for minus symbol (−) */
    transform: rotate(0deg);
}

.accordion-button::after {
    background: none;
}

.accordion-button:not(.collapsed)::after {
    background: none;
}

button.accordion-button {
    font-size: 16px;
    background: transparent;
    padding: 5px 0;
    font-weight: var(--font-weight-SemiBold);
    border: none;
}

.accordion-item {
    margin-bottom: 20px;
    border: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--color-ed7807);
    background: transparent;
    box-shadow: none;
}
.accordion-header{
    border: none!important;

}

.accordion-collapse.collapse.show {
    background: #f9070700 !important;
}
.mission .accordion-body{
    font-size: var(--font-size-16);
}



.products p {
    color: #282828;
}


.accordion-item {
    border-bottom: 1px solid #ed780750;
    background: transparent;
}


h4.section-sub-title {
    font-size: var(--font-size-22);
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--color-ed7807);
    font-weight: var(--font-weight-SemiBold);
}

.products button.accordion-button {
    font-size: 18px;
    font-weight: 600;
    background: #153176;
    color: #fff;
}

.products .accordion-button:not(.collapsed) {
    background: #228B22;
}

.products .accordion-item {
    background: #fff;
}

.filter-btn {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .filter-btn li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding: 6px 20px;
    /* padding: 10px; */
    background-color: #fdf3db;
    border-radius: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }
  
  .filter-btn li.active {
    background-color: #ed7807;
    color: white;
  }
  
  .gallery-box {
    position: relative;
    margin-bottom: 20px;
  }
  
  .gallery-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .gallery-box:hover .overlay {
    opacity: 1;
  }
  
  .overlay img {
    width: 30px;
    height: 30px;
  }
   .custom-gallery .tab-select { display: none; }
  

/* .Green-Circular-Economy */

.Green-Circular-Economy {
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-size: cover;
    padding-bottom: 22rem !important;
    overflow: hidden;
}

.Economy-inner {
    display: flex;
    align-items: center;
    column-gap: 34px;
    width: 100%;
}

.Economy-text-inner {
    text-align: right;
    width: 80%;
}

.Economy-icon {
    width: 100px;
    height: 90px;
    text-align: center;
    background: #228B22;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.Economy-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #228B22;
}

.Economy-text-inner p {
    font-size: 18px;
    color: #000;
}

.Economy-card {
    margin-bottom: 40px;
    padding-right: 2rem;
}

.Circular {
    display: flex;
    align-items: center;
    height: 100%;
    /* justify-content: center; */
}

.left-style {
    text-align: left;
}

.Economy-card.right-card {
    padding-left: 2rem;
    padding-right: 0;
}

.sub-title {
    font-size: 23px;
}


/* video slider */

.video-section {
    background-color: #38b167;
    background-image: url('../images/video-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.swiper-container.video-slider-inner {
    margin-top: -17rem;
}

.videoslider .swiper-slide {
    background: #f4f4f4;
    /* padding: 100px; */
    /* filter: blur(1.5px); */
}

.videoslider .swiper-pagination-bullet-active {
    background: #fff !important;
    border: 0;
    width: 29px !important;
}

.videoslider .swiper-pagination-bullet {
    background: #d5effc73;
    width: 20px;
    border-radius: 0;
    height: 5px;
}

video {
    width: 100%;
    object-fit: contain !important;
}


/* .videoslider .swiper-slide.swiper-slide-active {
    filter: blur(0);
} */

.videoslider .swiper-slide {
    transform: scale(0.8);
}

.videoslider .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.videoslider.swiper-container {
    padding-bottom: 70px;
}

.videoslider {
    padding-bottom: 100px;
    /* overflow-x: hidden; */
}

.videoslider p {
    text-align: left;
    font-weight: 400;
}

.videoslider-inner span i {
    font-size: 40px;
    color: #201a96;
    margin-bottom: 35px;
}

.videoslider .swiper-pagination {
    padding-bottom: 11px;
}


/* faqs */


/* .green-bg {
    background: #2bb162;
} */

.accordion-button:not(.collapsed).new-faq {
    background: #228B22;
}

button.accordion-button.new-faq.collapsed {
    border: 1px solid #193074;
    background: #193074;
    color: #fff;
}



/* .logo-slider */

.logo-slider {
    overflow: hidden;
}

.logo-img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.logoslider .swiper-slide.logo-img {
    border: 1px solid #0000004f;
    border-radius: 8px;
    padding: 5px 30px;
}

.read-more-margin {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/* partners */
.partners {
    padding-top: 30px;
}

.donor-text {
    padding: 50px;
    background: var(--color-ed7807);
    margin: 100px 0;
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.donor-text p {
    color: var(--color-ffffff);
}

.donors-partners-box {
    margin-bottom: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 80%;
    border-radius: 0 0 8px 8px;
    background: #fcce00;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.donors-partners-box:hover {
    transform: translateY(-15px);
}

.donors-partners-text {
    background: #fcce00;
    padding: 8px;
    border-radius: 0 0 8px 8px;
}

.logo-name {
    font-size: var(--font-size-16);
    line-height: 26px;
    font-weight: var(--font-weight-SemiBold);
    text-align: center;
    padding: 0px 10px;
}

/* partners */

/* accordion */


.custom-accordion dt>a {
    display: flex;
    /* text-align: center; */
    font-weight: 700;
    padding: 1em 1.5em;
    /* display: block; */
    text-decoration: none;
    color: #fff;
    -webkit-transition: background-color 0.5s ease-in-out;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    
}

.custom-accordion dd {
    background-color: var(--color-f5f5f5);
    color: #fafafa;
    font-size: 1em;
    line-height: 1.5em;
}
dd.custom-accordionItem.custom-animateOut.custom-accordionItemCollapsed {
    padding: 0;
}
dd.custom-accordionItem.custom-animateIn {
    padding: 1em 2em 1em 2em;

}


.custom-accordion dd p {
    font-size: var(--font-size-16);
}

.custom-accordion {
    position: relative;
    background-color: var(--color-f5f5f5);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 100px;
}

.custom-accordionTitle {
    background-color: var(--color-d1b328);
    border-bottom: 1px solid var(--color-ed7807);
    border-radius: 4px;
}

.custom-accordionTitle:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    /* float: right; */
    transition: transform 0.3s ease-in-out;
}

.custom-accordionTitle:hover {
    background-color: var(--color-ed7807);
}

.custom-accordionTitleActive {
    background-color: var(--color-ed7807);
}

.custom-accordionTitleActive:before {
    transform: rotate(-225deg);
}

.custom-accordionItem {
    height: auto;
    overflow: hidden;
}

dd.custom-accordionItem.custom-animateIn .row {
    display: flex;
    align-items: center;
}
.custom-accordionItem {
    max-height: 50em;
    overflow-y: scroll;
    transition: max-height 1s;
        /* Scrollbar styling (WebKit browsers) */
        scrollbar-width: thin; /* For Firefox */
        scrollbar-color: #ed7807 #f1f1f1; /* thumb color, track color */
}
@media all {
    .custom-accordionItem {
        max-height: 50em;
        transition: max-height 1s;
    }
}


.custom-accordionItemCollapsed {
    max-height: 0;
}

.custom-animateIn {
    animation-name: custom-accordionIn;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.custom-animateOut {
    animation-name: custom-accordionOut;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

@keyframes custom-accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes custom-accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

/* accordion   */

/*============= CONTACT ===============*/

.contact {
    background: url(../images/contac-right.jpg)right no-repeat;
    background-size: cover;
    padding: 100px;
    padding-bottom: 250px !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: -100px;
}

.contact::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../images/contact-section.jpg)center no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}

.contact .contact-content {
    min-width: 100%;
    min-height: 512px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.contact .shape h2 {
    color: var(--color-ffffff);
    font-family: var(--font-baloo-2);
}

.contact .shape {
    position: absolute;
    content: "";
    width: 50%;
    top: 40px;
    z-index: 1;
    padding: 40px;
    left: 0;
    height: calc(100% - 80px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to top, #d87112, #ed7807);
}

.contact .contact-form {
    position: absolute;
    content: "";
    background-color: #fff;
    padding: 70px 50px;
    padding-left: 33% !important;
    margin-left: 20%;
    width: calc(85% - 150px);
    height: fit-content;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.35);
}

.contact .contact-form::before {
    position: absolute;
    content: "Send A Message";
    top: 0;
    right: 0;
    background: var(--color-ed7807);
    color: white;
    padding: 8px;
    z-index: -1;
    border-bottom-left-radius: 25px;
}

.contact-content p {
    color: var(--color-ffffff);
    font-size: var(--font-size-19);
}

.contact .info {
    margin: 10px 0px;
}

.contact .info li {
    display: flex;
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.contact .info li a{
    color: var(--color-ffffff);
}
.contact .info span {
    color: #fff;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.contact .info i {
    font-size: 22px;
    width: 45px;
    height: 45px;
    background: #fff;
    color: var(--color-ed7807);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.contact .social {
    width: 100%;
}

.contact .social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.contact .social a {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40%;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 6px 17px -2.5px #000;
}

/* SOCIAL STYLE */
.contact .social a::before {
    position: absolute;
    content: "";
    width: 120%;
    height: 120%;
    background-color: #333;
    transform: rotate(45deg);
    left: -145%;
    top: 90%;
}

.contact .social a:hover i {
    color: white;
    transform: scale(1.2);
}

.contact .social i {
    font-size: 29px;
    color: #4070f4;
    ;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s linear;
}

.social a:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa {
    0% {
        top: -110%;
        left: 90%;
    }

    50% {
        top: 10%;
        left: -30%;
    }

    100% {
        top: -10%;
        left: -10%;
    }
}


/* END SOCIAL STYLE */

.contact .form-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.contact .form-box .box {
    flex-basis: calc(100% - 30px);
    position: relative;
}

.contact .form-box .box input {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 1px solid #777;
    padding: 10px 0px;
    font-size: 20px;
    color: #333;
    font-weight: 300;
}

.contact .form-box .box span {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-20px);
    pointer-events: none;
    padding: 5px 0px;
    font-size: 17px;
    font-weight: normal;
    color: #777;
    transition: 0.3s;
}

.contact .form-box .box textarea {
    width: 100%;
    height: 120px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #777;
    padding: 10px;
}

.contact .form-box .box textarea,
.contact .form-box .box input {
    font-size: 20px;
    color: #333;
    font-weight: 300;
}

.contact .form-box div:nth-child(5) {
    flex-basis: 100%;
}

.contact .form-box .box textarea:focus~span,
.contact .form-box .box input:focus~span,
.contact .form-box .box textarea:valid~span,
.contact .form-box .box input:valid~span {
    transform: translateY(-30px);
    font-size: 15px;
    font-weight: 100;
    /* letter-spacing: 1px; */
    color: var(--color-ed7807);
    ;
}

.contact .form-box .box input[type="submit"] {
    background-color: #4070f4;
    ;
    cursor: pointer;
    color: white;
    width: fit-content;
    padding: 15px 30px;
    border: 1px solid #4070f4;
    ;
    border: none;
}

.contact .form-box div:nth-child(6) {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contact .form-box .box input[type="submit"]:hover {
    background-color: #4b7bff;
}



/*  */

.contact .last-shape {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #0e2431;
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 20px 10px;
    align-items: center;
    background-image: linear-gradient(to left, #0e2431, #133042);
}

.contact .last-shape .social {
    width: 48%;
    justify-self: center;
    align-self: flex-end;
    position: relative;
    transform: translateY(-245%);
}

.contact .last-shape .info {
    margin: 10px 0px;
    align-self: self-start;
    padding: 13px;
}

.contact .last-shape h2 {
    color: #4070f4;
    ;
    margin: 13px 0px;
}

.contact .last-shape .info li {
    display: flex;
    /* margin-bottom: 16px; */
    color: #898989;
}

.contact .last-shape .info span {
    margin-right: 25px;
}

@media(max-width:720px) {
    .contact .last-shape .social {

        align-self: center;

        transform: translateY(0);
    }

    .contact .last-shape .info {
        margin: 10px 0px;
        align-self: center;
        padding: 13px;
    }

    .contact .last-shape {
        /* border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 10px; */
    }

    .contact .contact-form {
        /* border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px; */
    }
}

@media(max-width:960px) {
    .last-shape {
        display: flex !important;
    }
}

@media(max-width:500px) {
    .contact .last-shape {
        width: 125%;
    }

    .contact .contact-form {
        width: calc(120%);
    }

    .contact .form-box .box span {
        font-size: 15px;
    }
}

/* Contactpage */
/* footer */

.footer {
    width: 100%;
    background-color: #181818;
    position: relative;
    overflow: visible;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 100px;
}

img.footer-bg {
    content: "";
    position: absolute;
    background: url(../images/footer-top.png) center no-repeat;
    background-size: cover;
    top: -120px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.addres-section {
    padding-right: 10rem;
}

.footer-logo img {
    width: 15%;
    margin-bottom: 25px;
    filter: invert(1);
}

.footer-box p {
    color: #fff;
    padding-right: 30px;
    margin-bottom: 30px;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li {
    float: left;
    margin-right: 18px;
}

.footer-social ul li i {
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.footer-social ul li i:hover {
    color: var(--color-ed7807);
}

h3.footer-heading {
    font-size: var(--font-size-19);
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--color-d1b328);
}

.footer-menu ul li a:hover i {
    color: var(--color-ed7807);
}

.footer-menu ul li a:hover {
    color: var(--color-ed7807);
}

.footer-menu ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
    transition: 0.5s;
}

.footer-menu ul li a {
    width: fit-content;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.footer-menu ul li a.active{
    color: var(--color-ed7807);
}
.footer-menu ul li a:hover {
    margin-left: 8px;
}


.footer-social {
    margin-top: 40px;
}

ul.footer-contact li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

ul.footer-contact li p {
    margin: 0;
    color: var(--color-d1b328);
    font-size: var(--font-size-19);
    font-family: var(--font-baloo-bhai-2);
    margin-bottom: -5px;
}

ul.footer-contact li a {
    margin: 0;
    color: var(--color-ffffff);
    font-size: var(--font-size-19);
    font-family: var(--font-baloo-bhai-2);
    font-weight: var(--font-weight-Bold);
}

ul.footer-contact li a:hover {
    color: var(--color-ed7807);
}

ul.footer-contact li i {
    color: var(--color-d1b328);
}

.details {
    display: flex;
    flex-direction: column;
}

/* copy-right  */

.copy-right {
    background-color: var(--color-000000);
    padding: 15px 0;
    margin-top: 50px;
}

.copy-right p,
.copy-right p a {
    font-size: var(--font-size-16);
    color: #fff;
    margin-bottom: 0;
}

.copy-right p span {
    float: right;
}

.copy-right p a {
    color: var(--color-ed7807);
}

ul.footer-contact {
    position: relative;
    z-index: 99;
}

img.elipse-footer {
    position: absolute;
    width: 20%;
    bottom: 10px;
    bottom: 110px;
    z-index: 9;
}

/* breadcrumber */

section.breadcrumber-section {
    position: relative;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h2.page-title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.breadcrumber-inner-section {
    display: flex;
    align-items: end;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 65px;
}

ul.breadcrumber-list {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 18px;
    width: 100%;
    padding: 10px 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 52%);
}

ul.breadcrumber-list:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
}

.breadcrumber-card {
    width: 100%;
}

ul.breadcrumber-list li,
li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-d1b328);
}

ul.breadcrumber-list li a {
    padding-right: 16px;
}

section.breadcrumber-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7063200280112045) 100%);
}


/* page-title-area */
.page-title-area {
    height: 500px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}
section.page-title-area.d-flex {
    display: flex
;
    align-items: flex-end;
    padding-bottom: 50px;
}
.page-title-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-000000);
    opacity: .6;
}

.page-title-area .title-item {
    position: relative;
    z-index: 1;
    text-align: left;
}

.page-title-area .title-item .section-title {
    color: var(--color-ed7807);
    padding-top: 100px;
    font-size: var(--font-size-50);
    margin-bottom: 15px;
    font-family: var(--font-baloo-bhai-2);

}

.page-title-area .title-item ul li {
    font-size: 18px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding-right: 3px;
    color: var(--color-ffffff);
}

.page-title-area .title-item ul li:nth-last-child(1)::before {
    display: none;
}

.page-title-area .title-item ul li::before:last-child {
    display: none;
}

.page-title-area .title-item ul li a:hover {
    color: var(--color-d1b328);
}

.page-title-area ul {
    display: flex;
    gap: 10px;
}

/* page-title-area */
/* about us page */

.director-vision-section {
    position: relative;
    background: #2b8b2e;
    z-index: 9;
}

.director-vision-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: #00843c;
    z-index: -1;
}

.director-vision-section:after {
    position: absolute;
    content: "";
    top: 14%;
    right: -6%;
    width: 400px;
    height: 400px;
    border: 65px solid #227e27;
    border-radius: 100%;
    z-index: -1;
}

img.img-fluid.leaf-1 {
    position: absolute;
    top: 4%;
    right: 0;
    width: 12%;
}

.director-photo {
    width: 400px;
    height: 500px;
    border: 5px solid #fff;
    border-radius: 30px 235px 30px 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 18px #22222247;
}

.director-photo img {
    height: 100%;
    object-fit: cover;
    border: 2px solid #328b37;
    border-radius: 30px 235px 30px 30px;
}

.director-vistion-text hr {
    margin: 15px 0px;
    background: #17b15c;
}

.director-vistion-text p {
    color: #fff;
    z-index: 99;
    position: relative;
}

.director-about {
    position: relative;
}

.director-name {
    background: #e41d25;
    border-radius: 15px;
    width: 400px;
    padding: 12px 0px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.director-name h3 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.director-name span {
    color: #ffff;
    font-size: 20px;
    font-weight: 500;
}

.director-vision-section2:after {
    position: absolute;
    content: "";
    top: 14%;
    left: -12%;
    width: 400px;
    height: 400px;
    border: 65px solid #fff;
    border-radius: 100%;
    z-index: -1;
}

.director-vision-section2:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: #153176;
    z-index: -1;
}

.director-vision-section2 {
    background: #d4effd;
    position: relative;
    z-index: 9;
}

img.img-fluid.leaf-2 {
    position: absolute;
    top: 10%;
    left: 0;
    width: 12%;
}

.director-vistion-text.director2 {
    text-align: right;
    padding-left: 80px;
}

.director2 p {
    color: #222;
}

.director-about2 {
    text-align: right;
    margin: 0 auto;
    text-align: center;
}

.director-name2 {
    background: #17b15c;
    border-radius: 15px;
    width: 400px;
    padding: 12px 0px;
    padding-right: 30px;
    text-align: right;
    float: right;
    margin-bottom: 20px;
}

.director-about2 {
    position: relative;
}

.ceo-section {
    float: left;
    padding-left: 50px;
}

.managing {
    padding-right: 100px;
}

.director-name2 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
}

.director-name2 span {
    color: #ffff;
    font-size: 20px;
    font-weight: 500;
}

.director-about2 .director-photo {
    float: right;
}

/* about us page */

/* mision-vision */
.mv {
    background: var(--color-f5f5f5);
    position: relative;
}

img.design-right {
    position: absolute;
    width: 8%;
    right: 0;
    top: 0;
    padding: 0;
}

img.design-left {
    position: absolute;
    width: 8%;
    left: 0;
    bottom: 0;
    padding: 0;
}

img.mv-img {
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mv-left {
    padding-left: 50px;
}

.mv-right {
    padding-right: 50px;
}

.infographic {
    padding: 100px 0;
}

.info-points img {
    width: 100%;
}

.info-points {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.info-points p {
    width: 100%;
    position: absolute;
    padding: 0 14%;
    left: -4%;
    top: 38%;
}

/* mision-vision */
/* achievement */
.links-points {
    padding-bottom: 50px;
}
.custom-achievement-link {
    /* padding: 2rem; */
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    /* margin: 2rem auto; */
    max-width: 100%;
}

.custom-achievement-text p a {
    font-weight: 700;
    font-size: 1.25rem;
    color: #282936;
    text-decoration: none;
}

.custom-achievement-text p a:hover {
    text-decoration: underline;
}

.custom-achievement-year p {
    font-size: 1rem;
    font-weight: 600;
    color: #555;
    margin: 0;
}

/* Include button styles from previous response */

.custom-button {
    position: relative;
    display: inline-block;
    display: flex;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    /* padding: 0; */
    font-size: inherit;
    font-family: inherit;
    width: 100%;
    /* height: 100px; */
    flex-direction: row;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.custom-button .custom-circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--color-ed7807);
    border-radius: 1.625rem;
    z-index: 9;
    left: 0;
}

.custom-button .custom-circle .custom-icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    background: #fff;
}

.custom-button .custom-circle .custom-icon.custom-arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.custom-button .custom-circle .custom-icon.custom-arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.custom-button .custom-button-text {
    z-index: 99;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}

.custom-button:hover .custom-circle {
    width: 100%;
    height: 100%;
}

.custom-button:hover .custom-circle .custom-icon.custom-arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.custom-button:hover .custom-button-text {
    color: #fff;
}

@supports (display: grid) {

    #container-btn {
        grid-area: main;
        align-self: center;
        justify-self: center;
    }
}

/* ...and continue the same for all styles used in .learn-more */

/* achievement */




/* client-testimonial */

.client-testimonial2 {
    padding-bottom: 100px;
    padding-top: 45px;
    position: relative;
}

.client-testimonial {
    padding-bottom: 100px;
    padding-top: 45px;
    background: #096c2dd4;
    position: relative;
}

.client-testimonial-sub {
    width: 470px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.client-testimonial-sub span {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
}

.client-testimonial:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/testimonial-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.client-testimonial .swiper-slide {
    background: #1bcd6dad;
    padding: 50px;
    padding-top: 20px;
    filter: blur(1px);
    border-radius: 10px;
}

.client-testimonial-inner {
    position: relative;
}


/* .client-testimonial-inner:before {
    position: absolute;
    content: "";
    top: 0;
    width: 200px;
    height: 150px;
    background-image: url('../images/quotes.png');
    background-position: center;
    background-size: contain;
} */

.client-testimonial .swiper-slide.swiper-slide-active {
    filter: blur(0);
}

.client-testimonial .swiper-slide {
    transform: scale(0.8);
}

.client-testimonial .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.client-testimonial.swiper-container {
    padding-bottom: 70px;
}

.client-testimonial p {
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
}

.client-testimonial-inner span i {
    font-size: 40px;
    color: #201a96;
    margin-bottom: 35px;
}

.client-testimonial .swiper-pagination {
    padding-bottom: 11px;
}

.qute-icon {
    text-align: center;
    margin-top: -57px;
    margin-bottom: 40px;
}

.qute-icon img {
    width: 80px;
}

.client-details {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.client-pic {
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 63px;
    border: 2px solid #fff;
    overflow: hidden;
}

.client-name h4 {
    margin-bottom: 0;
    color: #fff;
}

.client-name span {
    color: #fff;
}


/* team-member */

.team-text-right {
    padding-left: 50px;
}

.team-member-photo {
    border-radius: 0px 20px 20px 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-member-details {
    text-align: center;
    margin: 0 auto;
}

.team-member-name {
    background: #d4effd;
    border-radius: 20px;
    border: 1px solid #17204e;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 80%;
}

.team-member-name h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 10px 0px;
}

.team-member-card {
    margin-bottom: 50px;
    padding: 0px 20px;
}


/* certificate */

.certificate-section {
    background: #096c2dd4;
    position: relative;
}

.certificate-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/testimonial-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.swiper-slide.certificate-slider-inner img {
    object-fit: contain;
}

.swiper-slide.certificate-slider-inner {
    box-shadow: 2px 2px 11px #00000030;
    padding: 0px;
    border-radius: 15px;
    background: #fff;
}

.certificateSlider {
    padding: 100px 0px;
    padding-top: 5px;
}

.certificate-details {
    padding: 30px 20px;
    border: 1px solid #2b8b2e4d;
    border-radius: 7px;
    text-align: left;
    margin: 0px 20px;
    height: 100%;
    box-shadow: 2px 3px 8px #2222222b;
}

.certificate-icon img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    object-fit: contain;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 2px 2px 6px #22222275;
}

h4.certificate-name {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.about-certificate p {
    color: #fffffff7;
    line-height: 28px;
}

.quality-policy p {
    color: #000;
}

.quality-policy h4.certificate-name {
    color: #000;
}

.certificate-3 {
    background: #df735e;
}

.certificate-2 {
    background: #d4effd;
}

.certificate-1 {
    background: #2b8b2e;
}


/* mission-vision */

.mission-vision-section {
    background: #096c2dd4;
    position: relative;
}

.mission-vision-section :before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/testimonial-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

h3.mision-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.mission-vision-inner p {
    color: #fffffff5;
}

.mission-vision-inner {
    padding-right: 30px;
}

.mission-vision-section:after {
    position: absolute;
    content: "";
    top: 14%;
    left: -12%;
    width: 400px;
    height: 400px;
    border: 65px solid #fff;
    border-radius: 100%;
    z-index: -1;
}

.mission-vision-inner img {
    width: 70%;
    margin-bottom: 30px;
    border-radius: 0px 20px 20px 20px;
    border: 2px solid #fdfdfd;
}

.value-section {
    padding-right: 80px;
    padding-top: 50px;
}

.value-section-right img {
    height: 400px;
    width: 100%;
    object-fit: contain;
}

.mission-vision-left {
    position: absolute;
    left: 0;
}


/* contact-us */

.contact-page-section {
    position: relative;
}

.contact-page-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #f5f8fffa;
}

.contact-page-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: #228B22;
    z-index: -1;
}

.contact-form-inner {
    background: #fff;
    padding: 50px;
    position: relative;
    padding-bottom: 70px;
    box-shadow: 12px 5px 15px #3333332e;
}

.contact-form-inner:before {
    position: absolute;
    content: "";
    left: -49%;
    background: #fff;
    top: 0;
    width: 65%;
    height: 100%;
    z-index: -1;
    box-shadow: 1px 7px 15px #3333332e;
}

.contact-container {
    z-index: 99;
    position: relative;
}

.ofc-address {
    background: #2866aa;
    padding: 0px;
    height: 500px;
    margin-top: 68px;
}

.ofc-address img {
    height: 100%;
    object-fit: cover;
}

input.form-control {
    background: transparent;
    color: #fff;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 14px;
}

.form-group textarea {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 25px;
    height: 150px;
    padding-left: 0;
}

button.btn.send-msg {
    border-radius: 0;
    background: #17204e;
    padding: 15px 34px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
}

.contact-box {
    padding: 2rem;
    border-radius: 10px;
    background-color: #d4effd;
    font-size: 30px;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
}

.contact-icon {
    width: 80px;
    height: 80px;
    padding: 35px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.contact-box .contant-content a {
    font-size: 18px;
    line-height: 20px;
}

.contact-box .contant-content h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-box .contant-content {
    text-align: left;
}


/* life@dashmish */

.life-at-dashmish-section {
    padding: 150px 0px;
    position: relative;
    background: #d5effc;
}

.life-at-dashmish-section:after {
    position: absolute;
    content: "";
    top: 35%;
    right: -6%;
    width: 350px;
    height: 350px;
    border: 65px solid #3a913f;
    border-radius: 100%;
}

.life-at-right {
    position: absolute;
    right: -1px;
    z-index: 9;
}

.life-at-center {
    padding-left: 20px;
}

.life-at-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
}

.life-at-left img {
    height: 100%;
    object-fit: cover;
}

.overview-life-at-dasmish h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: 0;
}


/* product-section */

.products:before {
    border-radius: 50%;
    content: "";
    width: 400px;
    height: 400px;
    background: transparent;
    position: absolute;
    border: 40px solid #71ffb820;
    bottom: 0%;
    left: 90%;
    z-index: -9;

}

.products:after {
    border-radius: 50%;
    content: "";
    width: 400px;
    height: 400px;
    background: transparent;
    position: absolute;
    border: 40px solid #00a9ff20;
    top: 0%;
    right: 90%;
    z-index: -9;
}

.products-new:before {
    border-radius: 50%;
    content: "";
    width: 400px;
    height: 400px;
    background: transparent;
    position: absolute;
    border: 40px solid #00a9ff20;
    bottom: 0%;
    left: 90%;
    z-index: -9;
}

.products-new:after {
    border-radius: 50%;
    content: "";
    width: 400px;
    height: 400px;
    background: transparent;
    position: absolute;
    border: 40px solid #71ffb820;
    top: 0%;
    right: 90%;
    z-index: -9;
}


.products {
    position: relative;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9;
    border-bottom: 1px solid #cfcfcf;
}

.products img {
    width: 100%;
    border-radius: 0 0 56px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.padding-left {
    padding-left: 50px;
}

.padding-right {
    padding-right: 50px;
}

.product-bottom {
    position: relative;
}

.ruber-mutch {
    position: relative;
}

.ruber-mutch:before {
    background-image: url(../images/products/finishproducts/rubber-mutch.jpg) !important;
}

.product-bottom:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/products-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product-bottom:after {
    position: absolute;
    content: "";
    /* background:  url(../images/products-2-bg.jpg); */
    background-color: #153176;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.product-bottom p {
    color: var(--color-ffffff);
    font-size: var(--font-size-16);
    margin-bottom: 10px;
    line-height: normal;
}

.product-bottom .accordion-button:not(.collapsed) {
    background: #02c202;
}

.product-bottom button {
    background: var(--color-ffffff);
}

.application-box {
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
}

.application-box img {
    height: 250px;
    object-fit: cover;
}

.application-box .date {
    color: var(--color-d1b328);
    margin-bottom: 20px;
}

.application-content {
    background: var(--color-ffffff);
    padding: 30px;
    border-top: 1px solid #cfcfcf50;
}

.application-content h4 {
    font-size: var(--font-size-22);
}

.app-products {
    padding-bottom: 50px;
    padding-top: 50px;
}

.product-application {
    background: linear-gradient(180deg, rgba(29, 222, 246, 0) 30%, #d4effd 70%);
}

.get-in-touch {
    background: #228B22;
    display: flex;
    align-items: center;
    padding: 50px;
    justify-content: space-between;
    border-radius: 0 0px 50px 50px;
}


/* job-opportunities*/

.opportunities-section {
    background: #f8f8f8;
}

.opportunities-section {
    position: relative;
    margin-top: 16rem;
    overflow: visible;
}

.container.career-slider {
    margin-top: -22rem;
    margin-bottom: 80px;
}

.opportunities-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.opportunities-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.opportunities-box ul {
    padding: 0;
    margin: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.opportunities-box li {
    border-bottom: 1px dotted #222;
    font-size: 20px;
    padding: 20px 0;
    list-style-type: disc;
}

.whywork .col-12 {
    margin-bottom: 30px;
}

.choose-box {
    padding: 2rem;
    border-radius: 10px;
    background-color: #f8f8f8;
    font-size: 30px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.choose-icon {
    padding: 35px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 0;
    margin-bottom: 1.875rem;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.whywork .choose-box .choose-content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.choose-box p {
    text-align: center;
}

.margin-b {
    margin-bottom: 24px;
}

.choose-icon img {
    width: 60px;
}


/* career-from */

.career-form-inner {
    display: flex;
    align-items: self-end;
    justify-content: end;
    height: 100%;
    background: #2b8b2e;
    border-radius: 10px;
    overflow: hidden;
}

.career-form-img {
    width: 40%;
    height: 635px;
    background: #000;
    overflow: hidden;
}

.career-form {
    width: 60%;
    padding: 35px 25px;
}

.career-form-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.career-form input {
    background: #fff;
    border-radius: 7px;
    padding: 7px 10px;
    height: 45px;
}

.career-form select.form-select {
    background: #fff;
    border-radius: 7px;
    padding: 7px 10px;
    height: 45px;
    color: #333333bd;
    margin-bottom: 20px;
}

.styled-file-select {
    margin-bottom: 20px;
}

.styled-file-select input[type="file"] {
    height: 45px;
    width: 100%;
    padding-top: 5px;
}

.form-floating {
    margin-bottom: 20px;
}

.form-floating textarea {
    height: 100px !important;
}

h4.apply-job {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}

.opportunities-box h4.text-left {
    width: 500px;
    line-height: 34px;
}


/* social-share */

.sticky_share_btn {
    position: fixed;
    right: 15px;
    bottom: 96px;
    z-index: 9999;
}

.share-toggle,
.fixed_share ul.listing>li {
    font-size: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    background: #fff;
    box-shadow: 1px 1px 6px 0px #44434361;
}
.share-toggle i{
    color: var(--color-ed7807);
}

ul.listing {
    list-style: none;
    display: none;
}

.fixed_share ul.listing>li {
    margin-bottom: 10px;
}

.fixed_share ul.listing>li>a {
    display: block;
    width: 70%;
    height: auto;
    text-align: center;
}

.share-toggle:hover,
.fixed_share ul.listing>li:hover {
    transform: scale(1.1) rotate(360deg);
    background: var(--color-ed7807);
}
.share-toggle:hover i,
.fixed_share ul.listing>li:hover a {
    color: var(--color-ffffff);
}
.share-toggle a{
    color: var(--color-ed7807);
}

.fixed_share .facebook,
.fixed_share .facebook>a {
    color: #4267B2;
    background-color: var(--color-ffffff);
}

.fixed_share .youtube,
.fixed_share .youtube>a {
    color: #FF0000;
    background-color: var(--color-ffffff);
}

.fixed_share .instagram,
.fixed_share .instagram>a {
    color: #8a3ab9;
    background-color: var(--color-ffffff);
}

.fixed_share .linkedin,
.fixed_share .linkedin>a {
    color: #0e76a8;
    background-color: var(--color-ffffff);
}



.careerSlider img {
    height: 500px;
    border-radius: 0;
}

.careerSlider .application-box {
    border-radius: 5px;
}


/* download brocher */

.social-btn {
    display: flex;
    width: 239px;
    height: 55px;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px;
    border-radius: 30px 0px 0px 30px;
    margin-bottom: 5px;
    position: relative;
    right: -188px;
    transition: right 1s;
}

.social-btn i {
    font-size: 29px;
    line-height: 20px;
    padding-right: 6px;
}

.social {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
}

.social a {
    text-decoration: none;
}

.color-download-brochure {
    background-color: #2b8b2e;
}

.google-font {
    font-size: 18px;
}

.social-btn img {
    width: 40px;
}

.social-btn p {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-tabs {
    border-bottom: none;
}

.sidenav,
.mobile-toggle {
    display: none;
}

.mobile-banner {
    display: none !important;
}
.mobile-img{
    display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1580px;
}


/* back to top */

#button {
    display: inline-block;
    background-color: var(--color-ed7807);
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 15px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid var(--color-ffffff);
    text-decoration: none;
    opacity: 0;
}

#button::after {
    content: "\2191";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 33px;
    line-height: 38px;
    color: var(--color-ffffff);
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    border: 2px solid var(--color-ed7807);
    background-color: var(--color-ffffff);
}

#button:hover:after {
    color: var(--color-f26b28);
}

#button:active {
    border: 2px solid var(--color-f26b28);
    background-color: var(--color-ffffff);
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#whatsapp.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.whatsapp-btn {
    position: fixed;
    bottom: 12%;
    opacity: 0;
    right: 35px;
    z-index: 999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #25D366;
    border: 1px solid #fff;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}


/*Estilos solo al icono whatsapp*/

.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}


/*Estilos con animation contorno respirando*/

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*Estilos de animacion del icono latiendo*/

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


/* lad */

section.section-space.lad {
    position: relative;
    margin-top: 50px;
    padding: 50px 0;
}

section.section-space.lad:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    background: var(--color-ed7807);
    border-radius: 36px 0 0 36px;
    z-index: -9;
    top: 0;
    right: 0;
}

section.section-space.lad1 {
    position: relative;
    margin-top: 100px;
    padding: 50px 0;
}

section.section-space.lad1:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    background: #193074;
    border-radius: 0 36px 36px 0;
    z-index: -9;
    top: 0;
    left: 0;
}

.lad-slider img {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.lad .lad-content {
    padding-left: 50px;
}

.lad1 .lad-content {
    padding-right: 50px;
}

.lad-content p {
    font-size: 18px;
}

section.section-space.lad2:before {
    background: #d5effc;
}

section.section-space.lad3:before {
    background: #c93137;
}


/* gallery_sec */

.gallery_sec {
    width: 100%;
}

.gallery_sec img {
    width: 100%;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}
button#music {
    width: 100%;
    border: none;
    background: #fff1e5;
    padding: 15px;
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ed7807);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

  .report-sticky {
    /* overflow: auto; */
    position: sticky;
    top: 0px;
    height: auto;
    max-height: calc(90vh - 112px);
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    /* Scrollbar styling (WebKit browsers) */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #ed7807 #f1f1f1; /* thumb color, track color */
}

/* Chrome, Edge, Safari scrollbar styling */
.report-sticky::-webkit-scrollbar {
    width: 8px;
}
.gallery-report .nav .nav-link {
    text-transform: uppercase;
    background: var(--color-ffffff);
    padding: 15px;
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
    font-size: var(--font-size-17);
    line-height: var(--line-height-inherit);
    margin-bottom: 0px;
    position: relative;
    border-bottom: solid 1px #D3D3D3;
    border-radius: 0;
    text-align: left;
    display: block;
    width: 100%;
}
  .gallery-report .nav .nav-link:hover {
    color: var(--color-ff8900);
  }
  .gallery-report .nav .nav-link .arrow-next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .gallery-report .nav .nav-link.active span, .gallery-report .nav .nav-link:hover span {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 6px;
    height: 100%;
    background: var(--color-ff8900);
  }
  .gallery-report .nav-pills .nav-link.active, 
  .gallery-report .nav-pills .show>.nav-link {
    background: var(--color-ed7807);
    color: var(--color-ffffff);
  }
  .gallery-report .nav-pills .nav-link:hover {
    background: var(--color-ed7807);
    color: var(--color-ffffff);
  }
  .gallery-report .policies-report-left {
    background: var(--color-ffffff);
    padding: 30px 30px;
    width: 100%;
    float: left;
    border-left: solid 0.5px #B1B1B1;
    padding-top: 0;
  }
  .gallery-report-tab {
    width: 100%;
    float: left;
  }
  .gallery-report-tab .downloads-pdf {
    width: 48%;
    margin-bottom: 40px;
    margin-right: 3%;
    padding: 50px 80px;
    box-shadow: 0px 3px 26px #00244A19;
    border-radius: 15px;
  }
  .gallery-report-tab .downloads-pdf:hover {
    transform: translateY(-15px);
  }
  .gallery-report-tab .downloads-pdf:nth-child(even) {
    margin-right: 0%;
  }

/* gallery_sec */

/* pdf */
.pdf-icon {
    width: 40px;
}

.annual-report-box {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.annual-report-box:hover{
    transform: translateY(-10px);
}
.annual-report-box a {
    display: block;
    font-size: 16px;
    margin: 0;
    line-height: normal;
}
/* pdf */

/* moscot */

.share-button {
    width: 90px;
    height: 90px;
    position: fixed;
    top: 40%;
    z-index: 99;
    left: 97%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    background: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border: 2px solid #2b8b2e;
    animation: breathe 2s ease-in-out infinite;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}


/* .share-button:before {
    content: "\f1e0";
    position: fixed;
    color: #757676;
    font-size: 1.4rem;
    font-family: FontAwesome;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
} */

.share-button:hover {
    -webkit-box-shadow: 0 0 10px 1px #494848;
    box-shadow: 0 0 10px 1px #494848;
}


/*----------------------
Circle
------------------------*/

.circle {
    top: 40%;
    left: 92%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    position: fixed;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    z-index: 9999;
}

.circle .button {
    width: 200px;
    height: 40px;
    padding: 10px;
    text-decoration: none;
    position: fixed;
    top: -33px;
    right: -99px;
    z-index: -1;
    /* display: none; */
    opacity: 0;
    background: #fff;
    border-radius: 4px;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    color: #000;
    font-size: 16px;
    line-height: 15px;
    text-transform: capitalize;
    box-shadow: 2px 4px 6px #00000036;
    text-align: center;
}


.circle .show {
    visibility: visible;
    top: -100px;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    /* display: block; */
    opacity: 1;
}

.first-circle .button:before {
    color: lightcoral;
}

.first-circle .button:hover {
    background: #ffffff;
    /* color: #fff; */
}

.second-circle .button:before {
    color: #00ABF1;
}

.second-circle .button:hover {
    background: #ffffff;
    /* color: #fff; */
}

.third-circle .button:before {
    color: #4767AA;
}

.third-circle .button:hover {
    /* background: #2b8b2e; */
    color: #fff !important;
}

.forth-circle .button:before {
    color: #4D9FCA;
}

.forth-circle .button:hover {
    background: #4D9FCA;
}

.fifth-circle .button:before {
    color: #F26798;
}

.fifth-circle .button:hover {
    background: #F26798;
}

.rotate1 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-32deg);
    transform: translateX(-50%) translateY(-50%) rotate(-32deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-32deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-32deg);
}

.rotate1 .button {
    -ms-transform: translateX(0) translateY(0) rotate(32deg);
    transform: translateX(0) translateY(0) rotate(32deg);
    -webkit-transform: translateX(0) translateY(0) rotate(32deg);
    -moz-transform: translateX(0) translateY(0) rotate(32deg);
}

.rotate2 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.rotate2 .button {
    -ms-transform: translateX(0) translateY(0) rotate(90deg);
    transform: translateX(0) translateY(0) rotate(90deg);
    -webkit-transform: translateX(0) translateY(0) rotate(90deg);
    -moz-transform: translateX(0) translateY(0) rotate(90deg);
}

.rotate3 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-144deg);
    transform: translateX(-50%) translateY(-50%) rotate(144deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-144deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-144deg);
}

.rotate3 .button {
    -ms-transform: translateX(0) translateY(0) rotate(144deg);
    transform: translateX(0) translateY(0) rotate(-144deg);
    -webkit-transform: translateX(0) translateY(0) rotate(144deg);
    -moz-transform: translateX(0) translateY(0) rotate(144deg);
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(45, 45, 45, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/* our blog */


/*======================  */

section.blog-section {
    position: relative;
    padding-bottom: 50px;
}

section.blog-section:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 74%;
    background: #2b8b2e;
    top: 18%;
    border-radius: 0px 0px 56px 0px;
}

section.blog-section:after {
    position: absolute;
    content: "";
    top: 30%;
    left: -12%;
    width: 400px;
    height: 400px;
    border: 65px solid #227e27;
    border-radius: 100%;
}

.blog-inner-section {
    box-shadow: 4px 4px 11px 0px #0000002e;
    margin: 31px 1px;
    padding: 0;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.blog-card2 {
    margin: 15px 0px;
}

.blog-inner-section img {
    width: 100%;
}

.blog-title {
    font-size: 21px;
    margin-bottom: 0;
    line-height: 36px;
    font-weight: 600;
}

.blog-content-inner {
    padding: 20px;
}

.blog-category {
    width: 100%;
    clear: both;
    display: flex;
    margin-bottom: 5px;
}

.blog-category li {
    float: left;
    list-style: none;
    margin-right: 6px;
    color: #222222e6;
}

.blog-category li a {
    color: #000000c7;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
}

.blog-btn {
    font-size: 16px;
    color: #2b8b2e;
    text-decoration: none;
    font-weight: 600;
}

.blog-btn i {
    font-size: 24px;
    line-height: 0;
}

.swiper.card-swiper {
    padding: 50px 0px;
}

.blogswiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 0;
    background: #208b43;
    width: 30px;
}

.blogswiper span.swiper-pagination-bullet {
    width: 22px;
    height: 5px;
    background: #cccc;
    opacity: 1;
    border-radius: 0px;
}

#loadMore {
    width: 200px;
    margin: 20px auto;
    padding: 15px 30px;
    border: 1px solid #2a8b48;
    background: #fff;
    border-radius: 42px;
    text-decoration: none;
    font-size: 19px;
    text-transform: capitalize;
    color: #222;
    font-weight: 500;
    transition: 0.7s;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
}

#loadMore:hover {
    color: #fff;
    border: 1px solid #2a8b48;
    text-decoration: none;
    background: #2a8b48;
}
.csr-page {
    padding-bottom: 200px;
    margin-bottom: -100px;
}
img.csr-img{
    width: 100%!important;
    margin-bottom: 25px;
}
.prism-text{
    padding: 30px 0;
}
.prism-text p{
    font-size: var(--font-size-16);
    margin-bottom: 5px;
}
.prism-text ul {
      padding-left: 20px;
    }

    .prism-text ul li {
      margin-bottom: 10px;
    }

    .prism-text a {
      color: var(--color-ed7807);
    }
.prism-text ul {
      padding-left: 20px;
      list-style: none;
    }

    .prism-text ul li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 25px;
      font-size: var(--font-size-16);
    }

    .prism-text ul li::before {
      content: "\f061"; /* Font Awesome arrow-right icon */
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 2px;
      color: var(--color-ed7807);
    }   
    

/* csr */

.sustainability-section {
    background-image: linear-gradient(rgb(13 94 16 / 82%), rgb(17 100 20 / 89%)), url(../images/csr-bg.jpg);
    padding-bottom: 150px;
    background-position: center;
}

.impact-of-dashmis-section {
    background: #f9f7f7;
}

.recycling-today-left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.recycling-today-left h2.main-title {
    text-align: left;
}

.sustainability-section p {
    color: #fff;
}

.sustainability-social-section {
    margin-top: -10rem;
}

.sustainability-social {
    background: #d5effc;
    padding: 80px 40px;
    height: 100%;
}

.sustan-img {
    background: #000;
    height: 400px;
}

.sustan-img img {
    height: 400px;
    object-fit: cover;
}

.raising-water {
    background: #d4effd;
}


/* .water-saving-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url('../images/save-water.jpg');
    background-size: cover;
    background-position: center;
} */

.raisin-water-inner-left h2 {
    padding-right: 10rem;
}

.sub-title2 {
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
}

.impact-of-dashmis-inner {
    width: 70%;
    padding-bottom: 50px;
}

.Improved-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ccc;
    height: 100%;
}

.img-improved img {
    height: 100%;
    object-fit: cover;
}

.img-improved {
    height: 270px;
    overflow: hidden;
}

.improved-inner {
    padding: 35px 20px;
}

.improved-inner h3 {
    font-size: 22px;
    font-weight: 600;
}


/* .raisin-water-inner-left {
    padding-right: 50px;
} */

.bussiness-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bussiness-card-1 {
    width: 50%;
    height: 300px;
}

.bussiness-card-2 {
    width: 50%;
    padding: 30px;
    background: #d4effd;
    height: 300px;
}

.bussiness-card-1 img {
    height: 100%;
    object-fit: cover;
}

.bussiness-card-2 h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
}

.bussiness-card-inner {
    padding: 0px 30px;
    padding-right: 65px;
}

.no-padding {
    background: #2b8b2e;
    display: flex;
    align-items: center;
}

.bussiness-card-inner h2 {
    width: 350px;
}

ul.list-style li {
    list-style: none;
    margin-left: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

ul.list-style li img {
    width: 26px;
    box-shadow: none;
    margin-right: 5px;
}


/* main-sus */

.main-sus {
    position: relative;
}

.main-sus .leaf-two {
    position: absolute;
    width: 300px;
    right: -35%;
    bottom: -40%;
    z-index: -9;
    rotate: 62deg;
}

img.sus-img {
    width: 100% !important;
    border-radius: 56px;
    height: auto;
}

img.icon-img {
    width: 90px;
    position: absolute;
    border-radius: 50%;
    padding: 15px;
    background: var(--color-ffffff);
    top: -50px;
    left: 14px;
}

.sustanibility-points {
    background: url(../images/ino-bg.jpg)center no-repeat;
    background-size: cover;
}

.inovation-inner h3 {
    font-size: var(--font-size-25);
}

.inovation-inner {
    display: flex;
    flex-direction: column;
    /* background: linear-gradient(180deg, #7fd969 0%, rgba(255,255,254,1) 100%); */
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: justify;
    padding: 20px;
    position: relative;
    border: 1px solid #fff;
    height: 100%;
    padding-top: 60px;
}

.inovation-inner p,
.inovation-inner h3 {
    color: var(--color-ffffff);
}

.sus-slider-inner {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: #d4effd;
}

.sus-slider-inner img {
    border-radius: 15px 0 0 15px;
}

.sus-slider-inner1 {
    background: #228B22 !important;
}

.sus-slider-inner2 {
    background: #193074 !important;
}

.sus-slider-inner1 p,
.sus-slider-inner1 h3,
.sus-slider-inner2 p,
.sus-slider-inner2 h3 {
    color: var(--color-ffffff) !important;
}

.sus-slider-inner img {
    width: 50%;
}

.catgory-and-title {
    width: 50%;
    padding: 30px;
}

.sus-slider {
    padding: 50px 0;
}

.sus-slider .swiper-slide {
    transform: scale(0.8);
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sus-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product-bottom1:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/products/raw-material/tbr-shreds1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    background-position: center;
}

.pcr-product-details {
    position: absolute;
    right: 0;
    z-index: 99;
    height: 100%;
    top: 0;
    width: 40%;
}

.product-details-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.get-in-touch p {
    width: 1100px;
}

button.submit {
    border: 1px solid var(--color-ed7807);
    padding: 10px 30px;
    background: var(--color-ed7807);
    font-size: var(--font-size-16);
    text-transform: uppercase;
    font-weight: var(--font-weight-SemiBold);
    color: #fff;
}

button.submit:hover {
    background: transparent;
    color: var(--color-ed7807);
}

/* main-sus */