/*Main Css */

::selection {
    background: #8cc63f;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #8cc63f;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: "Poppins";
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #181818;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #fff;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Poppins";
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */

.pad-sec {}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.hding-2 h2 {}

.hding-3 h3 {}

.hding-4 h4 {}

.hding-5 h5 {}

.hding-6 h6 {}

.para {}

.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.main-header {
    padding: 0 7%;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}

.header-btn {
    padding: 25px 20px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.header-btn:hover {
    background-color: #8cc63f;
}

.header-socials {
    padding-bottom: 35px;
}

.header-socials>li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.header-socials a {
    font-size: 22px;
    color: #fff;
}

.header-socials a:hover {
    color: #8cc63f;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #8cc63f;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.menu li:hover a,
.menu li.active a {
    color: #80af45;
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}


/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    position: relative;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 280px;
}

.mainBanner .container-fluid {
    width: 100%;
}

.mainBanner h3 {
    color: #8cc63f;
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
    padding-bottom: 35px;
}

.mainBanner h3 span {
    color: #2690e1;
}

.mainBanner a {
    margin-bottom: 45px;
}

.mainBanner img {
    display: block;
    margin: auto;
}

.btn-theme-black {
    padding: 25px 45px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-theme-black:hover {
    background-color: #8cc63f;
}

.home-welcome {
    padding-top: 150px;
    padding-bottom: 125px;
    position: relative;
}

.brand-logo {
    position: absolute;
    z-index: -1;
    animation: brand-animation infinite 3s ease-in-out alternate-reverse;
}

.brand-logo-01 {
    top: 5%;
    left: 7%;
}

.brand-logo-02 {
    top: 7%;
    right: 7%;
}

.brand-logo-03 {
    bottom: 18%;
    left: 38%;
    transform: translateX(-39%);
}

@keyframes brand-animation {
    to {
        transform: translateY(-15px);
    }
}

.sec-heading h6 {
    color: #0071bc;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.sec-heading h6 span {
    color: #8cc63f;
    font-weight: 600;
}

.sec-heading h3 {
    color: #0071bc;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.para {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 45px;
}

.btn-theme-green {
    padding: 25px 45px;
    border-radius: 10px;
    background-color: #8cc63f;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #8cc63f;
}

.btn-theme-green:hover {
    background-color: transparent;
    color: #8cc63f;
}

.welcome-img {
    position: relative;
    font-size: 0;
    margin: 0 -5px;
}

.welcome-img::before {
    content: "";
    background-image: url(../images/green-dots.png);
    width: 183px;
    height: 188px;
    position: absolute;
    left: 48%;
    top: -60px;
    z-index: -1;
    transform: translateX(-48%);
}

.welcome-img::after {
    content: "";
    background-image: url(../images/blue-dots.png);
    width: 183px;
    height: 188px;
    position: absolute;
    right: -60px;
    bottom: -200px;
    z-index: -1;
}

.welcome-img>li {
    display: inline-block;
    padding: 0 5px;
    width: 50%;
}

.welcome-img>li:nth-child(2) {
    position: relative;
    top: 125px;
}

.member-icon {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.member-icon h5 {
    color: #0071bc;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 15px;
    width: 315px;
}

.member-icon h5 span {
    color: #8cc63f;
    font-weight: 600;
    display: inline;
}

.home-services {
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
}

.home-services .sec-heading h3 {
    padding-bottom: 55px;
}

.brand-logo-04 {
    top: 5%;
    left: 7%;
}

.brand-logo-05 {
    top: 7%;
    right: 7%;
}

.brand-logo-06 {
    bottom: 3%;
    left: 20%;
    transform: translateX(-20%);
}

.service-box {
    font-size: 0;
    background-color: #fff;
    border-radius: 10px;
}

.service-box img {
    width: 100%;
}

.service-box-body {
    padding: 30px 25px;
    position: relative;
}

.service-box-body::before {
    content: "";
    background-color: #0071bc;
    height: 3px;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.service-box h4 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.service-box p {
    color: #2c2d2d;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 20px;
}

.service-box a {
    padding: 18px 30px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0;
}

.service-slider .slick-current .service-box h4 {
    color: #8cc63f;
}

.service-slider .slick-current .service-box a,
.service-slider .slick-current .service-box-body::before {
    opacity: 1;
}

.service-prev,
.service-next {
    height: 30px;
    width: 30px;
    background-color: #0071bc;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 7%;
    transform: translateX(-7%);
    top: -65px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.service-prev {
    right: 11%;
    transform: translateX(-11%);
}

.service-prev:hover,
.service-next:hover {
    background-color: #8cc63f;
}

.cta-sec {
    height: 670px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.cta-sec h3 {
    font-size: 72px;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.cta-sec p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 35px;
}

.home-explore-shop {
    padding-top: 125px;
    padding-bottom: 125px;
    padding-left: 7%;
    position: relative;
}

.brand-logo-07 {
    top: 5%;
    left: 7%;
}

.brand-logo-08 {
    top: 7%;
    right: 7%;
}

.brand-logo-09 {
    top: 40%;
    right: 20%;
    transform: translate(-20%, -40%);
}

.brand-logo-10 {
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.shop-items {
    font-size: 0;
    /* margin: 0 -15px; */
    display: inline;
}

.home-explore-shop .shop-items {
    position: relative;
}

.home-explore-shop .shop-items::before {
    content: "";
    background-image: url(../images/green-dots.png);
    width: 183px;
    height: 188px;
    position: absolute;
    right: -70px;
    top: 300px;
    z-index: -1;
}

.home-explore-shop::after {
    content: "";
    background-image: url(../images/blue-dots.png);
    width: 183px;
    height: 188px;
    position: absolute;
    left: 5%;
    bottom: 7%;
    z-index: -1;
}

.shop-items>li {
    display: inline-block;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
    vertical-align: top;
}

.shop-box {
    border-radius: 10px;
    position: relative;
    min-height: 440px;
    background-color: #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-box-overlay {
    border-radius: 10px;
    background-color: rgba(146, 201, 80, 0.82);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.shop-box-overlay h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 25px;
    width: 100%;
}

.shop-box-overlay h6 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    padding-bottom: 25px;
    width: 100%;
}

.shop-actions {
    text-align: center;
    margin: 0 -10px;
}

.shop-actions>li {
    display: inline-block;
    padding: 0 10px;
}

.shop-actions a {
    font-size: 32px;
    color: #fff;
}

.shop-actions a:hover {
    color: #000;
}

.shop-box:hover .shop-box-overlay {
    opacity: 1;
}

.home-shop-btn {
    display: inline-block;
    width: 33.333%;
    height: 440px;
    position: relative;
}

.home-shop-btn>a {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-video {
    height: 670px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-video h3 {
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 82px;
    padding-bottom: 25px;
}

.home-video a {
    position: relative;
    height: 90px;
    width: 90px;
    color: #8cc63f;
    border-radius: 50%;
    border: 10px solid #8cc63f;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: auto;
    font-size: 30px;
}

.home-video a::before {
    content: "";
    background-color: rgba(140, 198, 63, 0.14);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    animation: pulse_animation infinite 2s ease-in-out;
}

.testimonial-sec {
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
}

.brand-logo-11 {
    top: 15%;
    left: 16%;
}

.brand-logo-12 {
    top: 7%;
    right: 7%;
}

.brand-logo-13 {
    bottom: 5%;
    right: 15%;
    transform: translateX(-15%);
}

.testimonial-nav img {
    opacity: 0.4;
}

.testimonial-box {
    display: flex;
    align-items: flex-start;
    font-size: 0;
}

.testimonial-box-img {
    width: 33%;
    flex-shrink: 0;
}

.testimonial-box-body {
    width: 67%;
    margin-left: 30px;
    padding-top: 20px;
}

.testimonial-box-body h4 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonial-box-body h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.testimonial-box-body p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.testimonial-prev,
.testimonial-next {
    height: 30px;
    width: 30px;
    background-color: #0071bc;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 36%;
    bottom: 15px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.testimonial-prev:hover,
.testimonial-next:hover {
    background-color: #8cc63f;
}

.testimonial-next {
    left: 41%;
}

@keyframes pulse_animation {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.6);
    }
    100% {
        transform: scale(0);
    }
}

.cta-member {
    height: 670px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-member h3 {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 80px;
    font-size: 72px;
    padding-bottom: 45px;
}

.sec-padding {
    padding-left: 7%;
    padding-right: 7%;
}


/* footer */

footer {
    background-color: #202020;
}

footer .widget {
    padding-top: 45px;
    padding-bottom: 35px;
}

.footer-border-right {
    border-right: 1px solid #3d3d3d;
}

footer h4 {
    color: #2592e2;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    letter-spacing: 3.3px;
    display: inline-block;
    border-bottom: 1px solid #2592e2;
    margin-bottom: 20px;
}

.footer-contact>li {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-contact span {
    color: #fff;
    font-size: 14px;
    margin-right: 3px;
}

.footer-contact a {
    color: #fff;
    font-size: 14px;
}

.footer-contact a:hover {
    color: #2592e2;
}

.footer-address {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.widget-02,
.widget-03,
.widget-04 {
    padding-left: 10%;
}

.copyright {
    padding: 25px 0;
    background-color: #363636;
}

.copyright p {
    color: rgba(255, 255, 255, 0.6);
}


/* about us */

.page-header {
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.page-header h2 {
    color: #8cc63f;
    font-size: 72px;
    line-height: 80px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-header h2 span {
    color: #2691e2;
}

.about-we-do .welcome-img>li:nth-child(2) {
    position: relative;
    top: 0;
}

.about-we-do .welcome-img>li:nth-child(1) {
    position: relative;
    top: 125px;
}

.about-we-do {
    padding-top: 150px;
    padding-bottom: 250px;
    position: relative;
}

.about-we-do .brand-logo-03 {
    bottom: 18%;
    right: 8%;
    transform: translateX(-8%);
    left: auto;
}

.about-we-do .welcome-img::after {
    content: "";
    background-image: url(../images/blue-dots.png);
    width: 183px;
    height: 188px;
    position: absolute;
    bottom: -200px;
    z-index: -1;
    left: -60px;
}


/* contact us */

.contact-us-sec {
    padding: 150px 0;
    position: relative;
}

.contact-us-sec .sec-heading {
    margin-bottom: 85px;
}

.contact-us-left {
    padding-right: 25%;
}

.contact-us-left h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 46px;
    font-family: "Poppins";
}

.contact-us-left p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 50px;
}

.contact-details>li {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.contact-details img {
    filter: invert(93%) sepia(75%) saturate(677%) hue-rotate(29deg) brightness(86%) contrast(79%);
}

.contact-details>li:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

.contact-details-box {
    margin-left: 15px;
}

.contact-details-box h6 {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.contact-details-box a,
.contact-details-box p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.contact-details-box a:hover {
    color: #8eaa24;
}

.contact-form-wrap input:not([type="submit"]) {
    margin-bottom: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    background-color: #f4f4f5;
    width: 100%;
}

.contact-form-wrap input:not([type="submit"])::placeholder {
    color: #7e8591;
    font-size: 16px;
    font-weight: 300;
}

.contact-form-wrap textarea {
    margin-bottom: 40px;
    padding: 15px 15px;
    background-color: #f4f4f5;
    width: 100%;
    height: 130px;
}

.contact-form-wrap textarea::placeholder {
    color: #7e8591;
    font-size: 16px;
    font-weight: 300;
}

.contact-form-wrap input[type="submit"] {
    border-radius: 10px;
    background-color: #8cc63f;
    border: 1px solid #8cc63f;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 50px;
}

.contact-form-wrap input[type="submit"]:hover {
    background-color: #fff;
    color: #8cc63f;
}

.contact-form-box {
    padding: 50px 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 14.142px 14.142px 59px 0px rgba(0, 0, 0, 0.24);
}

.contact-form-box h5 {
    color: #8eaa24;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.contact-form-box h6 {
    color: #777777;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.contact-form-wrap label {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-us-sec .brand-logo-01 {
    top: 10%;
    left: 7%;
}

.contact-us-sec .brand-logo-02 {
    top: 10%;
    left: auto;
    right: 7%;
}

.contact-us-sec .brand-logo-03 {
    bottom: 10%;
    left: 7%;
}

.contact-us-sec .brand-logo-04 {
    bottom: 10%;
    left: auto;
    right: 7%;
    top: auto;
}


/* shop page */

.shop-sec-main {
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
}

.shop-widget h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 30px;
}

.category-filter {
    padding-bottom: 50px;
}

.category-filter>li {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
}

.category-filter>li::before {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #2593e3;
    position: absolute;
    right: 0;
    top: 2px;
}

.shop-main-items {
    font-size: 0;
    margin: 0 -15px;
}

.shop-main-items>li {
    display: inline-block;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
    vertical-align: top;
}

.pagination-bottom .pagination {
    display: inline-block;
    margin-top: 50px;
}

.pagination-bottom .pagination a {
    color: #268ee0;
    height: 40px;
    width: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.3s;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    background-color: #363636;
    border-radius: 10px;
}

.pagination-bottom .pagination a.active,
.pagination-bottom .pagination a:hover {
    /* background-color: #92c95; */
    color: #8cc63f;
}

.pagination-bottom .pagination a:last-child {
    background-color: #0071bc;
    color: #000;
}

.shop-sec-main .brand-logo-01 {
    top: 45%;
    transform: translateY(-45%);
    left: 7%;
}

.shop-sec-main .brand-logo-02 {
    top: 65%;
    transform: translateY(-65%);
    left: 7%;
}

.shop-sec-main .brand-logo-03 {
    top: auto;
    bottom: 10%;
    left: 7%;
}


/* services page */

.service-sec {
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
}


/* .sec-heading-services {
padding-bottom: 50px;
} */

.service-content-box {
    padding: 75px 0 75px;
}

.service-content-box img {
    border-radius: 10px;
}

.service-sec .brand-logo-01 {
    top: 5%;
    left: 5%;
}

.service-sec .brand-logo-02 {
    top: 5%;
    right: 5%;
}

.service-sec .brand-logo-04 {
    bottom: 5%;
    right: 5%;
    left: auto;
    top: auto;
}


/* membership form */

.membership-form-sec {
    padding: 125px 0;
    position: relative;
}

.membership-form-sec h5 {
    font-size: 18px;
    color: #fff;
    padding-top: 35px;
}

.membership-form-sec h5 span {
    text-transform: uppercase;
    color: #8cc63f;
}

.membership-form-sec h4 {
    padding-top: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.membership-form-sec label {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 25px 35px;
}

.membership-form-sec input:not([type="submit"]) {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 35px;
}

.membership-form-sec textarea {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    padding: 15px 25px;
    height: 320px;
    margin-bottom: 35px;
}

.membership-form-sec input[type="submit"] {
    padding: 25px 65px;
    border-radius: 10px;
    background-color: #8cc63f;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #8cc63f;
}

.membership-form-sec input[type="submit"]:hover {
    background-color: transparent;
    color: #8cc63f;
}

.membership-form-sec .brand-logo-01 {
    top: 5%;
    left: 5%;
}

.membership-form-sec .brand-logo-02 {
    top: 5%;
    right: 5%;
}

.membership-form-sec .brand-logo-04 {
    bottom: 5%;
    right: 5%;
    left: auto;
    top: auto;
}

.membership-form-sec .brand-logo-03 {
    bottom: 5%;
    left: 7%;
}

.support-sec-one {
    padding: 125px 0 75px;
    position: relative;
}

.support-sec-one .para {
    padding: 0 5%;
}

.support-sec-one .brand-logo-01 {
    top: 7%;
    left: 5%;
}

.support-sec-one .brand-logo-02 {
    top: 7%;
    right: 5%;
}

.donation-form-sec {
    padding: 100px 0;
    position: relative;
}

.donation-form-sec .brand-logo-01 {
    top: 7%;
    left: 5%;
}

.donation-form-sec .brand-logo-02 {
    top: 7%;
    right: 5%;
}

.donation-form-sec .brand-logo-03 {
    top: auto;
    right: auto;
    left: 5%;
    bottom: 7%;
}

.donation-form-sec .brand-logo-04 {
    top: auto;
    right: 7%;
    left: auto;
    bottom: 7%;
}

.donate-form-wrap {
    padding-top: 50px;
}

.donate-form-wrap h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 45px;
}

.donate-form-wrap label {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 25px 35px;
}

.donate-form-wrap input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 35px;
}

.donate-form-wrap select {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.donate-form-wrap input[type="submit"] {
    padding: 25px 65px;
    border-radius: 10px;
    background-color: #8cc63f;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #8cc63f;
}

.donate-form-wrap input[type="submit"]:hover {
    background-color: transparent;
    color: #8cc63f;
}

.donation-amount-items {
    margin: 0 -15px;
    font-size: 0;
}

.donation-amount-items>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 20px;
    width: 16.6667%;
}


/* The container */

.donatecontainer {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 24px !important;
    color: #222222 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
    padding: 0 !important;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 70px;
}


/* Hide the browser's default radio button */

.donatecontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.donatecontainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
}


/* On mouse-over, add a grey background color */

.donatecontainer:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.donatecontainer input:checked~.checkmark {
    background-color: #8cc63f;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.donatecontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.donatecontainer input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.donatecontainer .checkmark:after {
    background-color: #8cc63f;
}

.donation-sec {
    padding: 100px 0;
}

.gft-hd h3 {
    padding-top: 25px;
    padding-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    text-align: center;
}

.donatenow {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.donate-qr {
    text-align: center;
}

.donatenow h5 {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.donatenow p {
    font-size: 26px;
    font-weight: 500;
}

.index-slider .slick-arrow {
    font-size: 0;
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.index-slider .slick-arrow:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #fff;
}

.index-slider .slick-prev {
    right: inherit;
    left: 2%;
}

.index-slider .slick-prev:before {
    content: "\f053";
}

.index-slider .slick-arrow:hover {
    background-color: #2690e1;
    border-color: #2690e1;
}

.prchs-pr p {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 60px;
    line-height: 44px;
}

.apprc-pr p {
    text-align: center;
    line-height: 25px;
    padding: 0 0 50px;
}

@media (max-width: 1440px) {
    .menu li {
        margin-right: 20px;
    }
    .testimonial-box {
        align-items: flex-end;
    }
    .testimonial-prev,
    .testimonial-next {
        bottom: -30px;
    }
    .testimonial-sec.sec-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonial-box-body p {
        font-size: 15px;
        line-height: 26px;
    }
    .main-header {
        padding: 0 1%;
    }
    .sec-padding {
        padding-left: 1%;
        padding-right: 1%;
    }
    .member-icon h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .brand-logo-03 {
        bottom: 5%;
    }
    .home-explore-shop {
        padding-left: 0%;
    }
    .shop-box img {
        height: 150px;
        object-fit: cover;
    }
    .shop-box {
        min-height: 280px;
    }
    .home-shop-btn {
        height: 280px;
    }
    .home-explore-shop .shop-items::before {
        top: 150px;
    }
    .about-we-do {
        padding-bottom: 150px;
    }
    .mainBanner {
        height: 880px;
    }
}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #268fe0;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 50%;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
}

@media (max-width: 824px) {}

@media (max-width: 767px) {
    header {
        padding-top: 20px;
    }
    .header-socials {
        padding-bottom: 0;
        text-align: left;
        padding-top: 10px;
    }
    .mainBanner h3 {
        font-size: 34px;
        line-height: 40px;
        padding-bottom: 15px;
    }
    .mainBanner a {
        margin-bottom: 0;
    }
    .btn-theme-black {
        padding: 20px 35px;
    }
    .mainBanner {
        height: auto;
        padding-top: 200px;
        min-height: 550px;
    }
    .brand-logo {
        display: none;
    }
    .sec-padding {
        padding: 50px 0;
    }
    .sec-heading h6 {
        font-size: 22px;
    }
    .sec-heading h3 {
        color: #0071bc;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 25px;
    }
    .home-welcome {
        text-align: center;
    }
    .para {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .btn-theme-green {
        padding: 17px 35px;
    }
    .welcome-img {
        padding-top: 30px;
    }
    .welcome-img::before,
    .welcome-img::after {
        content: none;
    }
    .welcome-img>li {
        display: inline-block;
        padding: 0 5px;
        width: 100%;
    }
    .welcome-img>li:nth-child(2) {
        position: static;
        margin-top: 20px;
    }
    .member-icon h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .home-services {
        padding: 50px 0;
    }
    .home-services .container-fluid.pad-zero {
        padding: 0 15px;
    }
    .service-next {
        right: 0;
        top: -45px;
    }
    .service-prev {
        right: calc(30px + 10px);
        top: -45px;
    }
    .service-box-body {
        padding: 25px 20px;
    }
    .service-box h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .service-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .service-box a {
        padding: 15px 25px;
    }
    .cta-sec {
        height: auto;
        min-height: 300px;
        padding: 50px 0;
    }
    .cta-sec h3 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 20px;
    }
    .cta-sec h3 br {
        display: none;
    }
    .cta-sec p {
        line-height: 28px;
        padding-bottom: 30px;
    }
    .cta-sec p br {
        display: none;
    }
    .home-explore-shop {
        padding: 50px 0;
    }
    .shop-items>li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .home-explore-shop .shop-items::before {
        content: none;
    }
    .home-explore-shop .container-fluid.pad-r-zero {
        padding-right: 15px;
    }
    .home-shop-btn {
        height: auto;
        width: 100%;
        margin-top: 25px;
    }
    .home-explore-shop::after {
        content: none;
    }
    .home-video h3 {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 25px;
    }
    .home-video {
        height: auto;
        min-height: 300px;
        padding: 50px 0;
    }
    .home-video a {
        height: 70px;
        width: 70px;
        border: 5px solid #8cc63f;
        font-size: 22px;
    }
    .testimonial-box {
        margin-top: 20px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .testimonial-box-body {
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
        text-align: center;
    }
    .testimonial-next {
        left: calc(50% + 30px);
        transform: translateX(-50%);
    }
    .testimonial-prev {
        left: calc(50% - 30px);
        transform: translateX(-50%);
    }
    .cta-member h3 {
        line-height: 32px;
        font-size: 28px;
        padding-bottom: 30px;
    }
    .cta-member {
        height: auto;
        min-height: 300px;
        padding: 50px 0;
    }
    footer {
        text-align: center;
        padding-top: 50px;
    }
    footer img {
        max-width: 60%;
    }
    footer .widget {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .footer-border-right {
        border-right: none;
    }
    .widget-02,
    .widget-03,
    .widget-04 {
        padding-left: 0;
    }
    footer h4 {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .copyright {
        padding: 15px 0;
        text-align: center;
    }
    .copyright p {
        padding-bottom: 10px;
    }
    .header-btn {
        padding: 20px 20px;
    }
    .page-header {
        height: auto;
        min-height: 300px;
        padding-top: 170px;
    }
    .page-header h2 {
        font-size: 34px;
        line-height: normal;
    }
    .about-we-do .welcome-img>li:nth-child(1) {
        position: static;
    }
    .about-we-do .welcome-img {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .about-we-do .welcome-img::after {
        content: none;
    }
    .service-content-box {
        padding: 0 0 35px;
    }
    .service-content-box img {
        margin: 20px 0;
    }
    .shop-sec-main {
        padding: 50px 0;
    }
    .donation-sec {
        padding: 50px 0;
    }
    .gft-hd h3 {
        padding-top: 0;
        padding-bottom: 30px;
        font-size: 28px;
    }

    .apprc-pr p {
        padding: 0 0 30px;
    }

    .donatenow p {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .contact-us-sec {
        padding: 50px 0;
    }

    .contact-us-left {
        padding-right: 0;
    }

    .contact-us-left h4 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 34px;
    }

    .contact-us-left p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .contact-details > li:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .contact-form-box {
        padding: 25px 15px;
    }

    .contact-form-box h5 {
        font-size: 22px;
    }

    .contact-form-wrap input:not([type="submit"]) {
        height: 40px;
        line-height: 40px;
    }

    .contact-form-wrap textarea {
        height: 110px;
    }

    .contact-form-wrap textarea {
        margin-bottom: 30px;
    }

    .contact-form-wrap input[type="submit"] {
        padding: 15px 45px;
    }

    .membership-form-sec {
        padding: 50px 0;
    }

    .membership-form-sec h5 {
        font-size: 16px;
        padding-top: 30px;
        line-height: normal;
    }

    .membership-form-sec h4 {
        padding-top: 30px;
        font-size: 24px;
        padding-bottom: 30px;
     }

     .membership-form-sec label {
        font-size: 16px;
        padding: 0 0 15px;
    }

    .membership-form-sec input:not([type="submit"]) {
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .membership-form-sec textarea {
        padding: 15px 15px;
        height: 130px;
    }

    .membership-form-sec input[type="submit"] {
        padding: 17px 45px;
    }

    .index-slider .slick-arrow{
        opacity: 0;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    .index-slider:hover  .slick-arrow{
        opacity: 1;
    }
}