@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'trajan';
    src: url(../fonts/TrajanPro.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'trajan';
    font-size: 56px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px;
    width: fit-content;
}

h2 {
    font-family: 'trajan';
    font-size: 45px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h3 {
    font-family: 'trajan';
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: 'trajan';
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

h4::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: 5px;
    left: 5px;
    background: #ff9800;
}

h5 {
    font-family: 'trajan';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: 'trajan';
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #8d8d8b;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 10px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.4s ease-in;
}

.menuSec ul li a:hover,
.menuSec ul li a:active {
    background: #71bd49;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* Rate */


/* end search box css */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/

.container-fluid {
    padding: 0 5%;
}

.themebtn {
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background-color: #71bd49;
    border: 2px solid #71bd49;
    padding: 15px 40px;
    border-radius: 50px;
}

.themebtn:hover {
    color: #71bd49;
    background-color: #fff;
    border: 2px solid #71bd49;
}

.themebtn2 {
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #000000;
    padding: 15px 40px;
    border-radius: 50px;
}

.themebtn2:hover {
    color: #71bd49;
    background-color: #fff;
    border: 2px solid #71bd49;
}

.headerbtn {
    text-align: end;
}

.header-logo img {
    height: 130px;
    width: auto;
    object-fit: contain;
}

.menuSection {
    position: absolute;
    width: 100%;
    padding: 20px 0 10px;
    z-index: 99;
    background-color: #fff;
}

.main_slider {
    position: relative;
}

.bnr_bg img {
    height: 900px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.banner_text {
    text-align: center;
    background: #ffffffa8;
    padding: 100px 0;
    border-radius: 20px;
}

.banner_text span {
    display: block;
    /* position: relative; */
    margin-bottom: 10px;
}

.main_heading {
    position: relative;
}

/*.main_heading::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: url(../images/bnr-1.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    height: 60px;*/
/*    border-radius: 50px;*/
/*    width: 190px;*/
/*}*/

/*.main_heading::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 140px;*/
/*    background: url(../images/bnr-2.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    height: 60px;*/
/*    border-radius: 50px;*/
/*    width: 190px;*/
/*}*/


.banner-heading {
    display: flex;
    justify-content: center;
}

.banner_text p {
    margin: 0 auto 20px;
    width: 70%;
}

.bnr_btns_flx {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

/*STATISTICS SECTION*/

.stats_box {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #0000001f;
}

.statistics_section {
    padding: 50px 0;
}

.stats_box h3 {
    font-size: 56px;
}

.statistics_section:last-child {
    border-right: none;
}

/* statistics_section */

/* verteran sec start here  */

.verteran {
    padding: 120px 0;
    background: url(../images/vetr_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.verteran h2 {
    font-size: 50px;
}

.verteran_img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 87%;
    width: 39%;
    z-index: 1;
}

.verteran_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.verteran p {
    margin: 0 0 20px;
    width: 90%;
}

/* verteran sec end here  */

/* our value */

.value {
    padding: 100px 0;
}

.top_value_right h2 {
    margin: 20px 0 0px;
}

.top_value_right p {
    text-align: end;
}

.funfact_box {
    text-align: center;
    background: #f6f6f6;
    border-radius: 15px;
    padding: 40px 80px;
    border: 2px solid transparent;
    transition: all .3s ease-in;
}

.funfact_icon {
    height: 70px;
    width: 70px;
    border-radius: 15px;
    background-color: #71bd49;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    border: 1px solid #71bd49;
    position: relative;
    z-index: 1;
}

.funfact_icon img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(106%) contrast(103%);
    width: 40px;
    object-fit: contain;
}

.funfact_box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.funfact {
    position: relative;
    z-index: 1;
}

.value_mar {
    margin-bottom: 50px;
}

.funfact_icon::before {
    position: absolute;
    content: '';
    background: #ff9800;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 15px;
    z-index: -1;
    transition: all 500ms ease;
}

.funfact_box:hover .funfact_icon::before {
    transform: scale(1, 1);
}

.funfact_box:hover .funfact_icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(222%) hue-rotate(343deg) brightness(117%) contrast(100%);
}

.funfact_box:hover {
    transform: translateY(-15px);
    border: 2px solid #ff9800;
    background-color: #71bd49;
}

.funfact_box:hover h2 {
    color: #fff;
}

.funfact_box:hover p {
    color: #ffffff9a;
}

/* our value */

/* about section */

.abt {
    padding: 70px 0 100px;
}

.abt_main {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 30px 18px;
    text-align: start;
    border: 2px solid transparent;
    transition: all .3s ease-in;
}

.abt_main_icon {
    height: 60px;
    width: 60px;
    border-radius: 15px;
    background-color: #71bd49;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px;
    border: 1px solid #71bd49;
    position: relative;
    z-index: 1;
}

.abt_main_icon img {
    height: 30px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(106%) contrast(103%);
    width: 30px;
    object-fit: contain;
}

.abt_main h3 {
    margin: 20px 0 10px;
    font-size: 20px;
}

.abt_right_img img {
    height: 455px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abt_main_icon::before {
    position: absolute;
    content: '';
    background: #ff9800;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 15px;
    z-index: -1;
    transition: all 500ms ease;
}

.abt_main:hover .abt_main_icon::before {
    transform: scale(1, 1);
}

.abt_main:hover .abt_main_icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(222%) hue-rotate(343deg) brightness(117%) contrast(100%);
}

.abt_main:hover {
    transform: translateY(-10px);
    border: 2px solid #ff9800;
    background-color: #71bd49;
}

.abt_main:hover h3 {
    color: #fff;
}

.abt_main:hover p {
    color: #ffffff9a;
}

.abt_left p {
    margin-bottom: 20px;
}

.d_block {
    display: block;
}

.abt_btm {
    margin-top: 25px;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 10px 30px 0px 30px;
    position: relative;
}

.abt_btm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/abt-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    width: 340px;
}

.abt_btm p {
    margin-bottom: 20px;
}

.abt_btm_left span {
    display: block;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #71bd49;
    text-align: center;
    font-family: 'trajan';
    font-size: 20px;
    margin: 0 auto 50px;
    width: fit-content;
    line-height: 20px;
    position: relative;
}

.abt_btm_left span::before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -90px;
    background: url(../images/arrowabt.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.abt_left {
    display: flex;
    flex-direction: column;
    gap: 190px;
    padding-right: 70px;
}

/* about section */

/* our strategy */

.strategy_heading {
    text-align: center;
    margin-bottom: 50px;
}

.strategy_heading p {
    width: 58%;
    margin: 0 auto;
}

.strategy_faq .accordion-button {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    padding: 20px 0 20px;
}

.strategy_faq .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.strategy_faq .accordion-body {
    padding: 0 0 20px;
    width: 50%;
}

.strategy_faq .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: unset;
    box-shadow: unset;
    border-top: none;
}

.strategy_faq .accordion-button:not(.collapsed)::after {
    background: #71bd49;
    color: #ffffff;
    border: 1px solid #ffffff;
    transform: rotate(320deg);
    top: 50px;
}

.strategy_faq .accordion-button::after {
    position: absolute;
    content: "\f061";
    background: #fff;
    color: #71bd49;
    border: 1px solid #71bd49;
    width: 45px;
    height: 45px;
    top: 15px;
    right: 0px;
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(320deg);
}

.strategy_faq .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: unset;
    border-right: unset;
    border-top: none;
    position: relative;
}

.strategy_img {
    width: 250px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -20px;
    right: 200px;
    z-index: 99;
    transform: rotate(10deg);
    display: none;
}

.strategy_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.strategy_faq .accordion-item:has(.accordion-button:not(.collapsed)) .strategy_img {
    display: block;
}

.strategy {
    padding-bottom: 100px;
}

/* our strategy */

/* faq */

.faq,
.testimonial {
    padding-bottom: 100px;
}

.mailacc {
    margin-top: 20px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'trajan';
}

.community_faq .accordion-body ul li {
    margin: 20px 0;
    padding-left: 20px;
    position: relative;
}

.community_faq .accordion-body ul li::before {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #ff9800;
    top: 9px;
    left: 0;
    z-index: 1;
}

.community_faq .accordion-button {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding: 20px 0px;
}

.community_faq .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.community_faq .accordion-body {
    padding: 0 0 20px;
    width: 85%;
}

.community_faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    box-shadow: unset;
}

.community_faq .accordion-button::after {
    position: absolute;
    content: "\f107";
    background: #fff;
    color: #71bd49;
    border: 1px solid #71bd49;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 0;
    font-size: 15px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.community_faq .accordion-button:not(.collapsed)::after {
    background: #71bd49;
    color: #ffffff;
    border: 1px solid #ffffff;
    top: 20px;
    content: "\f106";
}

.community_faq .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: unset;
    border-right: unset;
    border-top: none;
    position: relative;
}

.faq .abt_left {
    gap: 80px;
}

/* faq */

/* testimonial */

.happy-client-sec .custom-top-space {
    margin-top: 50px;
}

.happy-client-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.happy-client-text p {
    max-width: 410px;
    font-weight: 500;
    color: var(--textColor);
}

.clientSliderMain .slick-slide {
    margin: 0px 1px;
}

.clientSliderMain .slick-prev,
.clientSliderMain .slick-next {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    transition: ease-in-out;
    justify-content: center;
    border: 1px solid transparent;
    background: #78bd4f;
}

.clientSliderMain .slick-next {
    top: 0;
    right: -90px;
    transform: none;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.clientSliderMain .slick-prev {
    top: 0px;
    left: -90px;
    transform: none;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.clientSliderMain .slick-next::before {
    font-size: 16px;
    content: '\f061';
    transition: ease-in-out;
    transform: rotate(0deg);
    transition-duration: 0.5s;
    font-family: "FontAwesome";
    color: #ffffff;
}

.clientSliderMain .slick-prev::before {
    font-size: 16px;
    content: '\f060';
    transition: ease-in-out;
    transform: rotate(0deg);
    transition-duration: 0.5s;
    font-family: "FontAwesome";
    color: #ffffff;
}

.clientSliderMain .slick-prev:hover,
.clientSliderMain .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: transparent;
    background: #000;
}

.clientSliderMain .slick-next:hover::before,
.clientSliderMain .slick-prev:hover::before {
    transition: ease-in;
    color: #ffffff;
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.client-main-box {
    gap: 25px;
    padding: 0 38px 0 0;
    display: flex;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}

.client-main-box-img {
    width: 220px;
    height: 340px;
    flex-shrink: 0;
    min-height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.client-main-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-main-box-text ul {
    gap: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.client-main-box-text ul li i {
    font-size: 15px;
    color: #f9ae0e;
}

.client-main-box-text h5 {
    font-size: 21px;
}

.client-main-box-text h5 span {
    display: block;
    font-size: 13px;
    font-family: 'Poppins';
    color: #00000085;
}

.client-main-box-text .client-main-box-text-description {
    height: 150px;
    margin: 15px 0px;
    overflow-y: scroll;
}

.client-main-box-text .client-main-box-text-description::-webkit-scrollbar {
    width: 7px;
    height: 20px;
    border-radius: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background: #fff !important;
}

.client-main-box-text .client-main-box-text-description::-webkit-scrollbar-track {
    border-radius: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background: #fff !important;
}

.client-main-box-text .client-main-box-text-description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    transition: ease-in-out;
    border: 1px solid #fff;
    transition-duration: 0.5s;
}

.client-main-box-text .client-main-box-text-description:hover::-webkit-scrollbar {
    height: 20px;
    width: 7px;
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.client-main-box-text .client-main-box-text-description:hover::-webkit-scrollbar-track {
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.client-main-box-text .client-main-box-text-description:hover::-webkit-scrollbar-thumb {
    border-radius: 20px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.client-small-box-text {
    position: relative;
}

.client-small-box {
    padding: 15px;
    height: 185px;
    display: flex;
    position: relative;
    border-radius: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    background: url(../images/client-img-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.clent-small-slider-box {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.client-small-box img {
    width: 65px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.client-small-box ul {
    gap: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.client-small-box h5 {
    font-size: 21px;
    color: #fff;
}

.client-small-box h5 span {
    display: block;
    font-size: 13px;
    font-family: 'Poppins';
    color: #ffffff96;
}

.clientSmallSlider .slick-slide {
    margin: 0px 1px;
}

.clent-small-slider-box.set-bottom {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.clientSmallSlider {
    width: 100%;
}

ul.sddffbgg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.quote {
    margin: 20px 0 50px;
}

.quote img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

/* testimonial */

/* footer */

.ftr_btm {
    z-index: 1;
    position: relative;
    padding: 50px 30px 30px;
    border-radius: 15px;
    border: 2px solid #aad792;
    margin-top: 0px;
}
.ftr_logo img {
    filter: brightness(22.5);
}
.ftr_btm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7%;
    backdrop-filter: blur(5px);
    z-index: 0;
}

.ftr_logo {
    text-align: center;
}

.footerSec {
    padding: 80px 0 50px;
    background: #72be4b;
}

.ftr_contact p {
    color: #c6e5b6;
    margin-bottom: 60px;
    width: 70%;
}

ul.cont_links li a {
    font-size: 45px;
    color: #ffffff;
    font-family: 'trajan';
}

ul.cont_links li a:hover {
    color: #000000;
    transform: translateX(15px);
}

ul.cont_links li {
    margin-bottom: 40px;
}

ul.socialsftr li a {
    width: 140px;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    transition: all .3s ease-in;
}

ul.socialsftr li a:hover {
    color: #fff;
    background: #71bd49;
    border: 2px solid #ffffff;
}

ul.socialsftr {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 60px;
}

.ftr_contact {
    padding: 20px 100px 20px 0;
    border-right: 1px solid #aed794;
}

.ftr_links h3,
.subscribe h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.ftr_links ul li a {
    font-size: 14px;
    color: #c6e5b6;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    transition: all .3s ease-in;
}

.ftr_links ul li a:hover {
    text-decoration: underline;
    color: #fff;
    transform: translateX(10px);
}

.subscribe form input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #aed794;
    font-family: 'Poppins';
    font-weight: 400;
    color: #ffffff;
}

.subscribe form input::placeholder {
    color: #aed794;
}

.subscribe p {
    margin-top: 30px;
    color: #c6e5b6;
}

.ftr_right {
    padding: 0 30px;
}

.copy_right p {
    text-align: end;
    color: #fff;
    margin-top: 20px;
}

.ftr_logo img {
    height: 200px;
    width: auto;
    object-fit: contain;
}

/* footer */

.inr_bnr_bg img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.inr_banner_text {
    text-align: center;
    margin: 5% 0 0;
}

.inr_banner_text h1 {
    width: unset;
}

.inr_abt .abt_left {
    gap: 0;
}

.inr_abt {
    padding: 100px 0;
}

.strategy_page {
    padding: 100px 0;
}

.ser_main {
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    transition: all ease-in .3s;
    margin-bottom: 30px;
}

.serv_txt h3 {
    transition: all ease-in .3s;
    font-size: 30px;
}

.serv_txt p {
    transition: all ease-in .3s;
    margin: 15px 0;
}

.ser_main:hover .serv_txt p {
    color: #e3f2db;
}

.serv_txt {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    transition: all ease-in .3s;
    height: 280px;
}

.serv_txt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #71bd49;
    height: 0%;
    width: 100%;
    border-radius: 20px;
    z-index: -1;
    transition: height ease-in .3s;
}

.ser_main:hover .serv_txt::before {
    height: 100%;
}

.ser_main:hover .serv_txt h3,
.ser_main:hover .serv_txt h2 {
    color: #ffffff;
}

.ser_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.ser_main:hover .themebtn {
    color: #000;
    background-color: #ffffff;
}

/* service */

/* detail page */

.detail_img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.detail {
    padding: 100px 0;
}

.detail_txt p {
    margin-bottom: 20px;
}

.detail_txt {
    padding-left: 20px;
}

/* detail page */

/* detail page */

.infodetail_img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.infodetail {
    padding: 100px 0;
}

.infodetail_txt p {
    margin-bottom: 20px;
}

.infodetail_txt h2 {
    font-size: 50px;
}

.infodetail_txt {
    padding-right: 30px;
}

/* detail page */

/* Current Projects */

.project_card {
    margin-bottom: 40px;
}

.project_txt h3 {
    font-size: 30px;
}

.project_txt p {
    margin: 10px 0 20px;
}

.project_txt {
    padding: 30px 0 0;
}

.project_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.project {
    padding-bottom: 100px;
}

/* Current Projects */

/*Contact Us page */

.Contant-sec {
    padding: 100px 0;
}

.get-in-touch-text p {
    color: #bbdfa8;
    margin-bottom: 30px;
    width: 90%;
}

.contact-form textarea {
    width: 100%;
    border-radius: 30px;
    height: 170px;
    padding: 16px 20px;
    resize: none;
    margin-bottom: 20px;
    border: 1px solid #0000002b;
    color: #000;
}

.Contant-sec .row {
    display: flex;
    align-items: center;
}

.contact-form input {
    width: 100%;
    height: 55px;
    border-radius: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    border: 1px solid #0000002b;
    color: #000;
}

.contact-social-link {
    margin-top: 50px;
}

.get-in-touch-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.get-in-touch-text ul li:hover {
    transform: translateX(10px);
}

.get-in-touch-text ul li a span {
    display: block;
    margin-top: 8px;
}

.get-in-touch-text ul li i {
    font-size: 20px;
    color: #ffffff;
}

.get-in-touch-text ul li a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    color: #0000004f;
}

.contact-form h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.get-in-touch-text h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
}

.get-in-touch-text {
    background: #71bd49;
    border-radius: 15px;
    padding: 100px 60px;
    margin: 0px 30px;
}

.contact-form {
    margin-right: 20px;
}

/*Contact Us page */


/* abt_new_sec */

.abt_new_sec {
    padding: 100px 0 50px;
}

.abt_new_sec_heading {
    text-align: center;
    margin-bottom: 50px;
}

.abt_new_sec_heading p {
    width: 60%;
    margin: 0 auto 20px;
}

.inrabtnewsec p {
    width: 80% !important;
}

/* abt_new_sec */