@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    position: relative;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ffffff;
}

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%
}

/***** 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: "Montserrat", sans-serif;
    font-size: 55px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 31px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 0px;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0px;
}

p {
    color: #00000078;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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;
    text-decoration: none;
    color: rgb(23, 39, 70);
    font-size: 18px !important;
    padding: 40px 8px 40px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #39ff14;
}

.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: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0) 100%);
}

.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%;
}

.topSec {
    background: rgb(31, 32, 33);
    padding: 15px 0px;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}

.top-bar-left ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.top-bar-left ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

.header-contact-info ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
}

.header-contact-info ul li i {
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding-right: 15px;
}

.header-contact-info ul li a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    transition: all ease-in-out .3s;
}

.header-contact-info ul li a:hover {
    color: rgb(93 255 48);
}

.header-contact-info ul li {
    position: relative;
}

.header-contact-info ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -30px;
    bottom: 4px;
    width: 1px;
    background: rgb(255 255 255 / 39%);
}

.header-contact-info ul li:last-child::before {
    display: none;
}

.header-logo img {
    width: 55%;
    object-fit: contain;
}

.header-logo img {
    width: 40%;
    object-fit: contain;
}

.header-logo {
    position: relative;
    z-index: 2;
}

.header-logo::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -90px;
    height: 150%;
    width: 120%;
    background: url(../images/logo-style2-bg.png);
    border-radius: 20px;
    z-index: -1;
    background-repeat: no-repeat;
}

.thembtn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    background-color: #39ff14;
}

.thembtn:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 30px;
    background-color: #000000;
    z-index: -1;
    height: 0;
    width: 100%;
    transition: height 0.3s ease-in-out;
    transform: scaleX(1.0);
}

.thembtn:hover::after {
    height: 100%;
}

.headerbtn {
    text-align: end;
    position: relative;
}

.headerbtn::before {
    position: absolute;
    top: 8px;
    left: 35%;
    height: 42px;
    bottom: 0px;
    width: 1px;
    content: "";
    background: rgb(218, 229, 236);
}

/* banner */

.banner_text h5 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    padding-left: 70px;
    text-transform: uppercase;
    position: relative;
}

.banner_text h5:before {
    position: absolute;
    content: '';
    background-color: #39ff14;
    width: 50px;
    height: 2px;
    left: 0px;
    top: 10px;
}

.banner_text h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 1.30em;
    font-weight: 800;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 30px;
}

.banner_text h3 {
    color: #ffffff;
    font-size: 28px;
}

.banner_text p {
    color: #ffffffa4;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 25px;
}

.thembtn2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    background-color: transparent;
    color: #000000;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
    border: transparent;
}

.thembtn2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 30px;
    color: #ffffff;
    background-color: #39ff14;
    z-index: -1;
    height: 0;
    width: 100%;
    transition: height 0.3s ease-in-out;
}

.thembtn2:hover::after {
    height: 100%;
}

.bnr_btns_flx {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.main_slider img {
    height: 900px;
    width: 100%;
    object-fit: cover;
}

.main_slider .custom-arrow {
    transform: rotate(0deg);
    background: rgba(255, 255, 255, 0.10);
    border: 0px solid rgba(255, 255, 255, 0.30);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.main_slider .custom-arrow i {
    color: #fff;
    font-size: 24px;
}

.main_slider .carousel-control-prev {
    left: 30px;
}

.main_slider .carousel-control-next {
    right: 30px;
}

.main_slider .custom-arrow:hover {
    background: #38fa14;
}

/* banner */

/* feature */

.feature_box h4 a {
    display: inline-block;
    color: #252628;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    transition: all ease-in .3s;
}

.feature_box h4 a:hover {
    transition: all ease-in .3s;
    text-decoration: underline;
}

.feature_box {
    padding: 40px 0 0;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
    text-align: center;
    position: relative;
    z-index: 1;
}

.fea_icon {
    width: 15%;
    margin: -60px auto 20px;
}

.fea_icon img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(94%) saturate(450%) hue-rotate(55deg) brightness(97%) contrast(117%);
    transition: all ease-in .3s;
}

.fea_home {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -77px;
    width: 201px;
    height: 90px;
    background-repeat: no-repeat;
    opacity: 1;
}

.fea_home svg {
    transition: all ease-in .3s;
    fill: #fff;
}

.fea_txt {
    position: relative;
    overflow: hidden;
    padding: 0 40px 50px;
}

.fea_sm img {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background-repeat: no-repeat;
    z-index: 21;
    height: 70px;
    width: 70px;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(68%) sepia(94%) saturate(450%) hue-rotate(55deg) brightness(97%) contrast(117%);
    opacity: 0.4;
    transition: all ease-in .3s;
}

.features {
    margin-top: -60px;
    margin-bottom: 0px;
}

.feature_box::before {
    position: absolute;
    content: '';
    background-color: #39ff14;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    border-radius: 15px;
    transition: height ease-in .3s;
    transition: all ease-in .3s;
}

.feature_box:hover::before {
    height: 100%;
}

.feature_box:hover h4 a {
    color: #fff;
}

.feature_box:hover p {
    color: #ffffffa6;
}

.feature_box:hover .fea_home svg {
    fill: #39ff14;
}

.feature_box:hover .fea_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(357deg) brightness(102%) contrast(105%);
}

/* feature */

/* about */


.abt {
    position: relative;
    padding: 120px 0;
}

.abt_right h2 {
    font-size: 31px;
    margin-bottom: 20px;
}

.abt_right p {
    margin-bottom: 20px;
}

.abt_right h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

ul.abt-ul-1 li {
    padding-left: 80px;
    position: relative;
}

ul.abt-ul-1 li::before {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #000;
    content: '\f00c';
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 30px;
    color: #39ff14;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt_counter_box {
    padding: 20px;
    border: 2px solid #39ff14;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.abt_counter_box h4 {
    font-size: 40px;
    color: #e7bd1a;
    width: 70%;
}

.abt_counter_box h5 {
    font-size: 17px;
}

ul.counterul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}

.abt::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/abt-bg-right.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    width: 20%;
    z-index: 1;
}

.abt_right {
    padding-right: 100px;
}

.abt_top_img {
    display: flex;
    justify-content: space-evenly;
}

img.abts-1 {
    border-radius: 15px;
    height: auto;
    margin-top: 30px;
}

img.abts-3 {
    object-fit: cover;
    border-radius: 15px;
    height: 250px;
}

.abt_btm_img img {
    border-radius: 15px;
    object-fit: cover;
}

.abt_btm_img {
    position: absolute;
    right: 130px;
    z-index: 2;
    bottom: -190px;
}

.abt_left {
    position: relative;
}

.abt::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 150px;
    background-image: url(../images/abt-circle-shape.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 27%;
    width: 15%;
    z-index: -1;
}


.abt_left::before {
    content: '';
    position: absolute;
    bottom: -350px;
    left: 0;
    background-image: url(../images/abt-bg-left.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    width: 84%;
    z-index: -1;
}

.abt_btm_img::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 180px;
    background-image: url(../images/abt-circle-shape.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 60%;
    background-size: contain;
    width: 70%;
    z-index: -1;
}

/* about */

/* why choose us */

.wcu {
    position: relative;
    padding: 120px 0 0;
    z-index: 2;
}

.wcu_right img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wcu_left h2 {
    font-size: 44px;
    margin-bottom: 50px;
    font-weight: 800;
    color: #252628;
}

.wcu_box_one h3 {
    font-size: 18px;
    color: #252628;
    margin-bottom: 10px;
}

.wcu_icon {
    width: 25%;
    margin: 0 auto 20px;
}

.wcu_box_one {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    background: rgb(248, 245, 238);
    border-radius: 20px;
    padding: 30px 40px 34px;
    display: block;
    transition: all ease-in .3s;
}

.wcu_icon img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(94%) saturate(450%) hue-rotate(55deg) brightness(97%) contrast(117%);
}

.wcu_box_two {
    display: none;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    background: #39ff14;
    border-radius: 20px;
    padding: 30px 40px 34px;
    transition: all ease-in .3s;
}

.wcu_box_two h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.wcu_box_two p {
    margin-bottom: 50px;
    color: #ffffff;
}

.wcu_box:hover .wcu_box_two {
    display: block;
}

.wcu_box:hover .wcu_box_one {
    display: none;
}

.wcu_boxes_main {
    position: relative;
    z-index: 1;
}

.wcu_boxes_main::before {
    content: '';
    position: absolute;
    top: 23%;
    left: 35%;
    background-image: url(../images/abt-circle-shape.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 50%;
    background-size: contain;
    width: 30%;
    z-index: -1;
}

.wcu::before {
    content: '';
    position: absolute;
    top: 0;
    right: 6%;
    background-image: url(../images/wcu-bg-right.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    width: 20%;
    z-index: -1;
}

.wcu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/wcu-bg-left.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    width: 35%;
    z-index: -1;
}

/* why choose us */

/* services */
.service_heading {
    text-align: center;
    margin-bottom: 50px;
}

.service_heading h3 {
    color: #39ff14;
    font-size: 16px;
    margin-bottom: 20px;
}

.service_heading h2 {
    color: #ffffff;
    font-size: 44px;
}

.service {
    position: relative;
    background: #1f2021;
    padding: 140px 0px 270px 0px;
    z-index: 1;
}

.d_block {
    display: block;
}

.services_tabs .nav-tabs .nav-link {
    min-height: 130px !important;
    display: flex;
    justify-content: center;
    align-items: center !important;
    position: relative;
    display: block;
    background: #363738;
    border-radius: 10px;
    padding: 35px 80px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.services_tabs ul#myTab {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    border: none;
    margin-bottom: 50px;
}

.services_tabs .nav-tabs .nav-link.active {
    background-color: #39ff14;
    border: none;
}

.services_tabs .nav-tabs .nav-link.active:before,
.services_tabs .nav-tabs .nav-link.active:before {
    bottom: -10px;
    opacity: 1;
}

.services_tabs .nav-tabs .nav-link:before {
    position: absolute;
    content: '';
    background: #39ff14;
    width: 26px;
    height: 26px;
    left: 50%;
    bottom: 0px;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) rotate(45deg);
    transition: all 500ms ease;
}

.resd_const_left {
    position: relative;
    display: block;
    padding-right: 120px;
    padding-bottom: 70px;
    z-index: 1;
}

.resd_const_left .image-1 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.resd_const_left .image img {
    width: 100%;
    border-radius: 20px;
}

.resd_const_left .image-2 {
    position: absolute;
    right: 0px;
    bottom: -55px;
    margin-top: 100px;
    top: 40px;
    z-index: -1;
}

.resd_const_left::after {
    content: '';
    position: absolute;
    top: 240px;
    left: -50px;
    background-image: url(../images/shape-7.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 40%;
    width: 30%;
    z-index: -1;
}

.resd_const_right h3,
.commer_left h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 15px;

}

.resd_const_right {
    margin-left: 30px;
}

.resd_const_right p,
.commer_left p {
    color: #fff;
    margin-bottom: 26px;
    font-weight: 400;
}

.resd_const_right ul li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #c6c6c6;
    margin-bottom: 12px;
}

.resd_const_right ul li:before {
    position: absolute;
    content: "\f05d";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 0px;
    top: 0px;
    color: #909195;
}

.resd_const_right ul {
    column-count: 2;
}

.service::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-image: url(../images/shape-8.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 40%;
    width: 10%;
    z-index: -1;
}

.service::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/shape-9.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 65%;
    width: 50%;
    z-index: -1;
}

.commer_left {
    margin-right: 30px;
}

.commer_left_right {
    position: relative;
    display: block;
    padding-right: 120px;
    padding-bottom: 70px;
    z-index: 1;
}

.commer_left_right img {
    width: 100%;
    border-radius: 20px;
}

.commer_left_right::after {
    content: '';
    position: absolute;
    left: -130px;
    background-image: url(../images/shape-7.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 35%;
    width: 40%;
    bottom: -20px;
    z-index: -1;
}

/* services */

/* project gallery */

.project {
    padding: 50px 0px 0px 0px;
}

.project h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.project .container-fluid {
    padding: 0 2%;
}

.project_main a {
    border: 3px solid rgb(230, 190, 26);
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all ease-in .3s;
}

.project_main a:hover {
    border: 3px solid #39ff14;
}

/* project gallery */

/* Faqs Sec Css Start */

.faq-img>img {
    width: 100%;
    border-radius: 18px;
}

.faq-img {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-right: 50px;
}

.faq-img:before {
    position: absolute;
    content: '';
    top: 0px;
    right: 0;
    height: 270px;
    width: 270px;
    background: #39ff14;
    border-radius: 20px;
    z-index: -1;
}

.faq-img-dought {
    position: absolute;
    bottom: -50px;
    left: -50px;
}

section.faqs-sec {
    background: #f8f5ee;
    position: relative;
    padding: 150px 0 180px;
    z-index: 1;
}

.custom-accordion .accordion-item {
    background: transparent;
    border: none;
    border-radius: 16px;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); */
}

.custom-accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-weight: 700;
    font-size: 20px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    padding: 20px 0px 20px;
    border: none;
    border-radius: 20px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    color: #252628;
}

.custom-accordion .accordion-button .number {
    font-family: "Poppins", sans-serif;
    margin-right: 10px;
    color: #73ff40;
    width: 30px;
}

.custom-accordion .accordion-button .icon {
    font-size: 35px;
    margin-left: auto;
    font-weight: 400;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: transform 0.3s ease;
    color: #5dff30;
    background: #000000;
}

.custom-accordion .accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
    color: #4aff40;
    background: transparent;
    border: 1px solid transparent;
    background: #000;
}

.custom-accordion .accordion-body {
    font-size: 14px;
    color: #8d8d8d;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position: relative;
    padding-top: 10px;
    padding-left: 45px;
    padding-right: 120px;
}

.accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-button::after {
    display: none;
}

.faq_heading h3 {
    font-size: 16px;
    color: #3cfe14;
    margin-bottom: 20px;
}

.faq_heading h2 {
    font-size: 44px;
    color: #252628;
    margin-bottom: 50px;
}

.faq-box {
    margin-right: 50px;
}

.faqs-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/faq-bg2.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    width: 20%;
    z-index: -1;
}

.faqs-sec::before {
    content: '';
    position: absolute;
    top: 80px;
    right: -320px;
    background-image: url(../images/faq-bg1.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    width: 65%;
}

/* Faqs Sec Css End */

/* Work Today Css Start */

.work-today-box {
    text-align: center;
}

.work-today-box h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

.work-today-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.work-today-box ul li input {
    width: 100%;
    border: 1px solid #ffffffab;
    padding: 15px 20px;
    border-radius: 30px;
    background: #ffffff00;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
}

.work-today-box ul li input::placeholder {
    color: #000;
    font-weight: 600;
}

.work-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
    background-color: transparent;
    color: #000000;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
    border: transparent;
}

.work-btn:hover {
    color: #ffffff;
}

.work-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 30px;
    background-color: #000000;
    z-index: -1;
    height: 0;
    width: 100%;
    transition: height 0.3s ease-in-out;
}

.work-btn:hover::after {
    height: 100%;
}

section.work-today-sec {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #38fa14;
    z-index: 1;
    padding: 110px 0px;
}

section.work-today-sec:before {
    position: absolute;
    content: '';
    background-image: url(../images/wort-today-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.2;
}

section.work-today-sec:after {
    position: absolute;
    content: '';
    background-image: url(../images/wort-today-bgright.png);
    height: 68%;
    width: 28%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
    right: 0;
    opacity: 0.2;
}

/* .work-today-addimg {
    position: relative;
    height: 100%;
    width: 100%;
} */

/* .work-today-addimg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 60%;
    background-image: url(../images/wort-today-bgrighttop.png);
    height: 56%;
    width: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 0;
} */

.work-today-addimg {
    position: absolute;
    top: 0;
    right: 130px;
}

/* Work Today Css End */

/* Footer Css Start */

footer {
    position: relative;
    background-image: url(../images/footer-bg-img.jpg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 100px 0px 0px;
}

footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1c1c1eed;
    z-index: -1;
}

.footer-logo img {
    width: 42%;
}

.footer-link h5 {
    color: #fff;
    margin-bottom: 26px;
    font-size: 20px;
    text-transform: capitalize;
}

.footer-logo ul {
    display: flex;
    gap: 30px;
    margin-top: 17px;
}

.footer-logo ul li a i {
    color: #fff;
    font-size: 18px;
}

.footer-link ul li a {
    color: #fff;
}

.footer-link ul li {
    margin-bottom: 16px;
}

.footer-link ul li a i {
    margin-right: 18px;
}

.footer-btm-box {
    background: #000;
    padding: 24px 0px 20px;
    margin-top: 30px;
}

.footer-btm-text p {
    color: #fff;
}

.footer-link ul li a:hover {
    color: #3cfe14;
    border-bottom: 1px solid #37ff12;
}

.footer-link.footer-location ul li a:hover {
    border-bottom: unset;
}

/* Footer Css End */

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 2px solid #e7bd1a;
    color: #e7bd1a;
    border-radius: 50%;
    font-size: 20px;
    line-height: 56px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    transition: all ease-in .3s;
}

.scroll-top:hover {
    border: 2px solid #38fa14;
    color: #38fa14;
}

/* counter banner */

.funfact_box {
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px 33px 30px;
    box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
}

.funfact_icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
}

.funfact_icon img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(84%) sepia(9%) saturate(7215%) hue-rotate(54deg) brightness(94%) contrast(112%);
    width: 40px;
    object-fit: contain;
}

.funfact_box h2 {
    color: #252628;
    font-size: 60px;
    margin-bottom: 10px;
}

.funfact_box h3 {
    color: #252628;
    font-size: 16px;
    margin-bottom: 10px;
}

.funfact {
    position: relative;
    margin-top: -80px;
    z-index: 1;
}

.funfact .single-column:nth-child(2),
.funfact .single-column:last-child {
    padding-top: 40px;
}

.funfact_icon::before {
    position: absolute;
    content: '';
    background: #20ed42;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 50%;
    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%);
}

/* counter banner */

/* inner pages start */

/* inner banner */

.inner_banner {
    height: 400px;
    background: #22282E;
    display: flex;
    align-items: center;
}

.banner_text h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
}

.banner_text h3,
.banner_text h3 a {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
}

.banner_text h3 a:hover {
    color: #38fa14;
}

/* inner banner */

/* core values */

.core {
    padding: 0 0 80px;
}

.core_left ul li {
    padding-left: 80px;
    position: relative;
    margin-bottom: 30px;
}

.core_left ul li::before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    content: '\f00c';
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 25px;
    color: #39ff14;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.core_left h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.core_left p {
    margin-bottom: 20px;
}

.core h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 31px;
}

/* core values */

/* service inner page */

.sev_pg {
    padding: 60px 0;
}

.sev_pg_txt h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sev_pg_img img {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 13px -15px 10px 0px rgba(0, 0, 0, 0.5);
}

.sev_pg_img {
    text-align: center;
}

.sev_pg_txt p {
    font-size: 10.5pt;
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
}

/* service inner page */

/* Project Galleryr page  */

.gallerypage h2 {
    font-size: 44px;
    margin-bottom: 50px;
    text-align: center;
}

.gallerypage {
    padding: 50px 0 30px;
}

.gallerypage .container-fluid.pro {
    padding: 0px 0 140px;
}

.gallerypage .container-fluid {
    position: relative;
    background: #1f2021;
    padding: 40px 10% 40px;
}

.proj_slider_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.proj_slider_btn button {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    background: none;
    font-size: 23px;
}

.proj_slider .slick-slide {
    opacity: 1;
}

.gallery_main h4 a {
    font-size: 24px;
    color: #fff;
    transition: all 0.5s ease;
}

.gallery_main h4 a:hover {
    color: #39ff14;
}

.gallery_main {
    border-radius: 20px;
    position: relative;
}

.gallery_main h4 {
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    padding-left: 40px;
    padding-right: 30px;
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.gallery_main:hover h4 {
    opacity: 1;
    transform: translateY(0);
}

.gallery_img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.gallery_img img {
    border-radius: 20px;
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.gallery_img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    border-radius: 20px;
}

.gallery_img:hover img {
    transform: scale(1.1);
}

.gallery_img:hover::after {
    opacity: 1;
}

/* Project Galleryr page  */

/* Contact page */

.contactpage {
    padding: 120px 0;
}

.contactpage_left {
    padding: 0 120px;
}

.contactpage_left h2,
.contactpage_right h2 {
    font-size: 44px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 800;
}

.contactpage_right textarea {
    border-radius: 10px;
    resize: none;
}

.contactpage_right input::placeholder,
.contactpage_right textarea::placeholder {
    color: #808080;
    font-weight: 400;
}

.contactpage_right input,
.contactpage_right textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 27px;
    margin-bottom: 20px;
}

.contactpage_right textarea {
    height: 150px;
    padding-top: 12px;
    padding-left: 25px;
    border-radius: 25px;
    border-radius: 27px;
}

.contact_boxes_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}

.cont_box {
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    box-shadow: 0 0 25px rgba(57, 255, 20, 0.6);
    background: #111;
    border-radius: 15px;
    padding: 15px 25px;
    width: 300px;
    margin: 0 auto;
}

.cont_box:hover {
    transform: translateY(-5px);
}

.cont_box i {
    font-size: 20px;
    color: #39FF14;
    margin-bottom: 10px;
}

.cont_box h4 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #ffffff;
}

.cont_box a {
    display: block;
    margin-top: 5px;
    color: #39FF14;
    text-decoration: none;
    font-size: 14px;
}

.cont_box a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.contactpage_right form button {
    border: transparent;
    margin: 0 auto;
}

.contactpage_right {
    text-align: center;
}

/* Contact page */

/* quote page */

.quote {
    padding: 100px 0;
}

.quote h2 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 30px;
}

.quote form {
    max-width: 680px;
    margin: 0 auto;
    padding: 28px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #ffffff);
    box-shadow: 0 8px 28px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.04);
    font-family: "Inter", "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #111827;
}

.quote form h3 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #0f1724;
}

.quote form label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
    color: #374151;
}

.quote form input,
.quote form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    font-size: 14px;
    outline: none;
    transition: box-shadow .18s ease, transform .12s ease, border-color .18s ease;
    color: #0b1220;
    margin-bottom: 30px;
}

.quote form input::placeholder,
.quote form textarea::placeholder {
    color: #808080;
    font-weight: 400;
}

.quote form textarea {
    resize: none;
    height: 200px !important;
}

.quote form button {
    padding: 12px 20px;
    border-radius: 10px;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto 30px;
    background: #39FF14;
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.18);
    transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}

.quote form button:hover {
    transform: translateY(-2px);
}

/* quote page */