@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;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'NexaBold';
    src: url(../fonts/NexaBold.otf);
}


/***** 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;
}

.btn10 {
    /* border: 1px solid #a30000 !important; */
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #005b16 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 1px;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
    /* width: 100%; */
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn10:hover {
    /*    border: 1px solid #a30000!important;*/
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #020202;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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: 'NexaBold', Sans-Serif;
    font-size: 92px;
    line-height: 100px;
    color: #020202;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h2 {
    font-family: 'NexaBold', Sans-Serif;
    font-size: 24px;
    line-height: 30px;
    color: #005b16;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'NexaBold', Sans-Serif;
    font-size: 60px;
    line-height: 65px;
    color: #020202;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h4 {
    font-family: 'NexaBold', Sans-Serif;
    font-size: 72px;
    line-height: 75px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h5 {
    font-family: 'NexaBold', Sans-Serif;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h6 {
    font-family: 'NexaBold', Sans-Serif;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

p {
    color: #787878;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 10px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

header {
    padding: 30px 0;
    background: #f7f4f4;
}

.header-logo img {
    width: 60%;
}

.menuSec .gt_switcher_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    top: 80px !important;
    position: absolute !important;
}

.menuSec .gt_switcher_wrapper img {
    border: 3px solid #005b16;
    object-fit: cover;
    width: 50px;
    height: 40px;
}

.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;
}

.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: #000;
    padding: 8px 22px;
    font-size: 16px;
    text-transform: uppercase;
}

.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: #28b16d;
}

.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:hover a {}

.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;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/*header css start */


/*banner css start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.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;
}

.bn11 {
    width: 48%;
    height: 242px;
    border-radius: 25px;
    object-fit: cover;
}

.banner-11-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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 */

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;
} */


/* end search box css */

section.banner-top {
    position: relative;
    background: #f7f4f4;
}

ul.social_media_links {
    margin: 0;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: end;
    padding-bottom: 250px;
    border-left: 1px solid #fff;
    width: 11%;
}

ul.social_media_links>li>a>i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: 0.3s ease-in-out;
    color: #000000;
    font-size: 20px;
    border-radius: 50%;
    border: solid 1px;
}

ul.social_media_links>li>a>i:hover {
    background: #005b16;
    color: #fff;
}

.banner-txt h1 {
    margin: 0 -55px;
}

.banner-txt a.btn10 {
    width: 25%;
    margin: 22px 0 0;
}

.abt-head {
    margin-top: -20%;
}

.abt-head a.btn10 {
    width: 25%;
    margin: 20px 0 0;
}

span.yer-txt {
    font-size: 112px;
    color: #020202;
    font-family: 'NexaBold';
    width: 41%;
    background: -webkit-linear-gradient(#ffffff 40%, #000000 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120px;
}

.years-head h4 {
    font-family: 'NexaBold', Sans-Serif;
    font-size: 50px;
    line-height: 50px;
    color: #020202;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#ffffff 42%, #000000 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.years-head {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: -48px 0 0 86px;
}

.about-imgmm img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.aboutus {
    padding: 200px 0 100px;
}

.ser-box {
    border: solid 1px #000;
    border-radius: 17px;
    margin-bottom: 20px;
}

.ser-det {
    margin: 22px 2px 17px 16px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ser-det p {
    color: #323232;
    font-size: 14px;
    line-height: 22px;
    height: 80px;
}

.ser-det a {
    font-size: 17px;
    font-family: 'Poppins';
    text-transform: uppercase;
    text-decoration: underline;
    color: #005b16;
    letter-spacing: 2px;
}

.ser-btn a.btn10 {
    width: 40%;
}

.ser-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.services {
    background: #f7f4f4;
}

.ser-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.ser-box {
    border-radius: 20px;
    overflow: hidden;
}

.sec-padd {
    padding-left: 9%;
    padding-right: 0;
}

ul#pills-tab {
    display: block;
    /* width: 30%; */
    /* position: absolute; */
    margin: 32px 0;
}


/*.description {
    position: relative;
}*/

.description .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-size: 36px;
    line-height: 33px;
    color: #000;
    font-family: 'NexaBold';
}

li.nav-item {
    border-bottom: solid 1px #0000005e;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #005b16;
    padding: 16px 10px 6px;
}

.project-slider .slick-active {
    opacity: 1;
}

.pr-img a.btn10 {
    background: #000 !important;
    margin: 28px 0px;
    width: 30%;
}

.excellence-art {
    background: url(../images/exc.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.exc-text {
    text-align: center;
    display: grid;
    height: 338px;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.exc-text a.btn10 {
    width: 17%;
    margin: 0 auto;
}


/*.exc-box {
    background: url(../images/o-bk.png);
    height: 100%;
    width: 100%;
}
*/


/*.exc-box {
    background: url(../images/o-bk.png);
    height: 309px;
    width: 322px;
    padding: 24px;
    border: solid 2px #fff;
    border-radius: 35px;
}*/

section.origen {
    margin-top: -10%;
}

.exc-box p {
    color: #fff;
    font-size: 12px;
}

.exc-box h6 {
    line-height: 30px;
    margin: 0;
}

.exc-box {
    /* background: url(../images/e1.png); */
    /* height: 100%; */
    /* width: 100%; */
    /* background: #005b16; */
    padding: 13px;
    border: solid 5px #fff;
    border-radius: 20px;
    position: relative;
    height: 316px;
    z-index: 0;
}

.exc-box::before {
    position: absolute;
    content: "";
    background: url(../images/e4.png);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 16px;
}

.exc-box-1 p {
    color: #fff;
    font-size: 12px;
}

.exc-box-1 h6 {
    line-height: 30px;
    margin: 0;
}

.exc-box-1 {
    /* background: url(../images/e1.png); */
    /* height: 100%; */
    /* width: 100%; */
    /* background: #005b16; */
    padding: 13px;
    border: solid 5px #fff;
    border-radius: 20px;
    position: relative;
    height: 316px;
    z-index: 0;
}

.exc-box-1::before {
    position: absolute;
    content: "";
    background: url(../images/e1.png);
    top: 0;
    left: 0;
    height: 111%;
    width: 100%;
    z-index: -1;
    border-radius: 16px;
}

.exc-box-2 p {
    color: #fff;
    font-size: 12px;
}

.exc-box-2 h6 {
    line-height: 30px;
    margin: 0;
}

.exc-box-2 {
    /* background: url(../images/e1.png); */
    /* height: 100%; */
    /* width: 100%; */
    /* background: #005b16; */
    padding: 13px;
    border: solid 5px #fff;
    border-radius: 20px;
    position: relative;
    height: 316px;
    z-index: 0;
}

.exc-box-2::before {
    position: absolute;
    content: "";
    background: url(../images/e2.png);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 16px;
}

.exc-box-3 p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.exc-box-3 h6 {
    line-height: 30px;
    margin: 0;
}

.exc-box-3 {
    /* background: url(../images/e1.png); */
    /* height: 100%; */
    /* width: 100%; */
    /* background: #005b16; */
    padding: 13px;
    border: solid 5px #fff;
    border-radius: 20px;
    position: relative;
    height: 316px;
    z-index: 0;
}

.exc-box-3::before {
    position: absolute;
    content: "";
    background: url(../images/e3.png);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 16px;
}

span.green-txt {
    font-size: 72px;
    color: #005b16;
    font-family: 'NexaBold';
}

.revtxt h4 {
    font-size: 30px;
    color: #000;
}

.revtxt {
    margin-top: -14%;
}

.tsttxt h5 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

.tsttxt h2 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.testi-slider .slick-next:before {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    border-radius: 41px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(to bottom, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f2d195, #ebc98c, #e5c284, #d7b272, #c8a260, #ba924f, #ac823e); */
}

.testi-slider .slick-next:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
}

.testi-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.testi-slider .slick-prev:before {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #198754;
    border-radius: 41px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(to bottom, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f2d195, #ebc98c, #e5c284, #d7b272, #c8a260, #ba924f, #ac823e); */
}

.testi-slider .slick-prev:before {
    content: "\f060";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
}

.testi-slider .slick-next {
    right: 0;
    top: auto;
    bottom: -56px;
}

.testi-slider .slick-prev {
    left: auto;
    right: 43px;
    top: auto;
    bottom: -56px;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}


/*Footer Start*/


/*
.footer-logo-box {
    text-align: center;
}
*/

.footer-main {
    padding: 101px 0 142px;
    /* background: #fafafa; */
    background: url(../images/foot-bk.png);
    width: 100%;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}

.footer-logo-box p {
    color: #fff;
    margin: 24px 0 0;
}

.footer-logo-box a img {
    margin-bottom: 35px;
}

.footer-logo-box ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
    /* justify-content: center; */
    margin-top: 40px;
}

.foot-social ul li a:hover {
    /* background-image: linear-gradient(to bottom, #9e742e, #ac8340, #bb9351, #c9a363, #d8b375, #d8b375, #d9b475, #d9b475, #cba463, #bd9552, #b08641, #a27730); */
    /* transition: 0.5s; */
    background: #ffc107;
    color: #fff;
}

.foot-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    /* background-image: -webkit-linear-gradient(307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99%); */
    color: #ffffff;
    transition: 0.5s;
    background: transparent;
    border: solid 1px #fff;
    box-shadow: 0 0 4px gray;
    border-radius: 21px;
}


/*.quick-link::before {
    position: absolute;
    content: "";
    background: #db0632;
    height: 4px;
    width: 38px;
    left: 36px;
    top: 34px;
}*/


/*.contact-info::before {
    position: absolute;
    content: "";
    background: #db0632;
    height: 4px;
    width: 38px;
    left: 30px;
    top: 34px;
}*/


/*.quick-link::after {
    position: absolute;
    content: "";
    background: black;
    height: 100%;
    width: 1px;
    right: 2px;
        top: 0;

}*/

.quick-link {
    padding-left: 40px;
    /* border-left: 1px solid #525252; */
    margin-left: 40px;
    position: relative;
}


/*.contact-info::after {
    position: absolute;
    content: "";
    background: black;
    height: 116%;
    top: 0;
    right: 0;
    width: 1px;
}*/

.contact-info {
    padding-left: 0;
    position: relative;
}


/*.new-letter::before {
    position: absolute;
    content: "";
    background: #db0632;
    height: 4px;
    width: 38px;
    left: 30px;
    top: 34px;
}*/

.new-letter {
    padding-left: 20px;
    position: relative;
}

.copy-right {
    /* background-image: -webkit-linear-gradient(90deg, rgb(12, 12, 12) 0%, rgb(128, 128, 128) 49%, rgb(24, 24, 24) 99%); */
    padding: 16px 0;
    text-align: center;
    background: #005b16;
}

.new-letter-input-icon {
    position: absolute;
    left: 15px;
}

.new-letter input {
    width: 100%;
    height: 55px;
    border: none;
    background: #ffff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 0 2px 0 #00000063;
}

.new-letter-input-icon i {
    font-size: 18px;
    /* background: linear-gradient(to bottom, #b5181c 37%, #cb1a22 49%, #750d10 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #003087;
}

.copy-right p {
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins';
    margin: 0;
}

.new-letter-input input::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #777777;
    /*font-weight: 600;*/
}

.new-letter-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.new-letter-button button {
    width: 100%;
    height: 55px;
    font-size: 19px;
    border: none;
    color: #000;
    background-image: linear-gradient(to bottom, #9e742e, #ac8340, #bb9351, #c9a363, #d8b375, #d8b375, #d9b475, #d9b475, #cba463, #bd9552, #b08641, #a27730);
    border-radius: 10px;
    /* font-weight: 600; */
}

.footer-main h5 {
    font-size: 22px;
    font-family: 'Poppins';
    /* margin-bottom: 25px; */
    color: #ffffff;
    position: relative;
    /* font-weight: 700; */
    line-height: 25px;
    margin: 0 0 30px;
}

.new-letter p {
    color: #fff;
}

.footer-main h5::before {
    position: absolute;
    content: "";
    background: #005b16;
    height: 3px;
    width: 44px;
    bottom: -8px;
}

.quick-link ul li a {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Poppins';
}

.quick-link ul {
    line-height: 40px;
    /* column-count: 2; */
}

.contact-info ul li a i {
    font-size: 22px;
    color: #ffffff;
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

.contact-info ul li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 33px;
    font-family: 'Poppins';
}

.contact-info ul li:last-child a {
    margin-bottom: 0;
}

.news-button a.btn10 {
    background: #f7f4f4 !important;
    color: #fff;
    width: 61%;
    color: #000;
}


/*Footer End*/

.part-head {
    text-align: center;
}

ul.lg li {
    position: relative;
}

ul.lg li::before {
    position: absolute;
    content: "";
    background: #000;
    height: 1px;
    width: 42%;
    left: 138%;
    top: 46%;
}

ul.lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 0 6%;
}

ul.lg li:nth-child(5)::before {
    display: none;
}


/*inner pages*/

ul.inner-social_media_links {
    margin: 0;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    bottom: 0;
    align-items: center;
    justify-content: end;
    padding-bottom: 86px;
    border-left: 1px solid #fff;
    width: 11%;
}

ul.inner-social_media_links>li>a>i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: 0.3s ease-in-out;
    color: #000000;
    font-size: 20px;
    border-radius: 50%;
    border: solid 1px;
}

ul.inner-social_media_links>li>a>i:hover {
    background: #005b16;
    color: #fff;
}

.inner-banner-txt h1 {
    margin: 0 -75px 0;
    font-size: 82px;
    line-height: 82px;
}

.offer {
    background: url(../images/offer.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.offer-text {
    margin: 0 auto;
    text-align: center;
}

.offer-text a.btn10 {
    width: 20%;
    margin: 0 auto;
}

.team-img {
    border: solid 1px #00000036;
    border-radius: 20px;
    margin-bottom: 20px;
}

.team-img img {
    height: 304px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.teamdetail h5 {
    font-size: 22px;
    margin: 0;
    line-height: 30px;
}

.teamdetail h2 {
    font-size: 13px;
    margin: 0;
    line-height: 15px;
}

.teamdetail {
    margin: 14px;
    text-align: center;
}

.team-head {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

.inner-ser-head {
    text-align: center;
}

.pr-tit h6 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

.pr-tit {
    position: absolute;
    bottom: 25px;
    background: #198754bd;
    padding: 18px;
    left: 13%;
    border-radius: 8px;
}

.projimg {
    position: relative;
    margin-bottom: 20px;
}

.ser-det h5 {
    font-size: 24px;
    line-height: 31px;
}

.brand-slider .slick-active {
    opacity: 1.5;
}

.brand-text img.brand-1 {
    width: 100%;
    height: 202px;
    object-fit: contain;
}

.appoinment_secc a {
    font-size: 20px;
    color: #000;
    text-decoration: underline;
}


/*Contact us start*/

.contact-text>p {
    color: #8b8a8a;
    font-size: 15px;
}

.Contact-banner:before {
    content: 'Contact Us';
    color: #fff;
    font-size: 55px;
    position: absolute;
    left: 12%;
    top: 45%;
    font-weight: bolder;
    letter-spacing: 2px;
    z-index: 10;
}

.contatc-form {
    padding: 48px 30px;
    border-radius: 25px;
    box-shadow: 0px 0px 12px #b1afaf94;
    border: solid 0.5px #00000047;
    background: #fff;
}

.contatc-form h2 {
    font-size: 48px;
    color: #000000;
}

.contatc-form input {
    background: #fff0;
    width: 100%;
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    color: #000;
}

.contatc-form textarea {
    background: #fff0;
    width: 100%;
    padding: 10px;
    resize: none;
    height: 150px;
    border: 1px solid #c4c4c4;
    color: black;
    border-radius: 5px;
}

.contact-text h2 {
    font-size: 48px;
    color: #000000;
    line-height: 58px;
}

.contact_page_sidbar h6 {
    font-size: 13px;
    color: #8b8a8a;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.contact_page_sidbar h4 {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins';
}

.contact_page_sidbar i {
    font-size: 30px;
    margin: 0 20px 0 0;
    width: 30px;
    color: black;
}

.contact_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e51921;
    color: #ffffff;
    border-radius: 0;
    margin: 0 10px 0 0;
    font-size: 22px;
}

.contact_social a:hover {
    background-color: #e51921;
    color: #fff;
}

.contact_map iframe {
    width: 100%;
    height: 600px;
}

.contact_page_main {}

ul.contact_page_sidbar {
    margin-bottom: 50px;
}

.social-links a:hover {
    transform: scale(0.9) rotate(360deg);
    border-radius: 50%;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: transparent;
    color: #000000;
    transition: 0.2sease-in-out;
    border: solid 1px black;
    border-radius: 20px;
}

.contatc-form button.btn10 {
    width: 38%;
}

.contact_page_main {
    /* background: #f6f4ec; */
    width: 100%;
    height: 100%;
    background-size: cover;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rd-txt a.btn10 {
    width: 30%;
}

.rd-txt h3 {
    font-size: 60px;
}

.appoinment_secc form input,
textarea,
select {
    width: 100%;
    height: 60px;
    padding: 12px 10px !important;
    border: 1px solid #bbbbbb8f !important;
    margin-bottom: 30px;
    border-radius: 7px !important;
}

.appoinment_secc form select {
    font-size: 13px;
    color: #606060;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form input::placeholder {
    font-size: 13px;
    color: #606060;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form textarea::placeholder {
    font-size: 13px;
    color: #606060;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form textarea {
    resize: none;
    height: 200px;
}

button.btn10 {
    width: 40%;
    margin: 0 auto;
}

.sd-img h3 {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 40px;
}

.sd-img a.btn10 {
    width: 15%;
    margin: 30px 0 0;
}

span.bld-txt {
    font-size: 16px;
    font-weight: 600;
}

ul.con-pnt li {
    margin-bottom: 21px;
}

ul.con-pnt {
    list-style: disc;
    margin: 20px;
}


/* PROJECT TAQS  */

.project-slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.projects .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.projects .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    padding: 0 10px 0 0;
}

.project-slider .slick-slide.slick-active .pr-img a {
    display: none;
}

.project-slider .slick-slide.slick-current.slick-active .pr-img a {
    display: block;
}

.gallery-card img,
.gallery-card video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    object-fit: cover;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.perin-head {
    text-align: center;
    margin: 0 0 50px 0;
}

.inner-banner-ex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-head-page h2 {
    font-size: 50px;
    color: #000;
    line-height: 60px;
}


/* Brand Slider Start */

.sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.sec-head h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
}

.brand-slider .slick-slide {
    opacity: 1;
}

.brand-slider img {
    width: auto;
    height: auto;
}

.brand-sec {
    /* background: #005b16; */
}

.project-baner-sec {
    background: #005b16;
}

.project-baner-sec .sec-head h2 {
    font-size: 50px;
    line-height: 60px;
}

.brand-imag img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.brand-sec .slick-slide {
    opacity: 1;
}


/* Brand Slider End */

.sd-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

ul.sustainb-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 30px;
}

ul.sustainb-logos li {
    width: 25%;
    background: #fff;
    box-shadow: 0 0 5px 1px #989898;
    padding: 30px;
    margin: 0;
    border-radius: 0;
}

ul.sustainb-logos li img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}


button.btn10 {
    width: 58%;
   margin: 30px 0 0;
    background: #005b16 !important;
    color: white !important;
    margin-top: 0px;
    border: none;

}