/*
  The Name:Georgia Mechanical
  Author: 
  Support: 
  Description: Georgia Mechanical
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1.default css
-----------------------------------
*/
/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font  family  */
.tk-freight-display-pro { font-family: "freight-display-pro",serif !important; }
.tk-neue-haas-unica { font-family: "neue-haas-unica",sans-serif !important;}
.tk-roboto {
    font-family: "Roboto", sans-serif !important;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "neue-haas-unica",sans-serif;
    color: #000;
}

/* lenis */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

/* lenis */

/* scroll bar */
.os-scrollbar-handle {
    background: #359434;
}
body>.os-scrollbar {
    z-index: 999;
}
/* scroll bar */

img {
    max-width: 100%;
    height: auto;
}
/* animation */
.animation-line{
    overflow: hidden;
}
/* animation */


a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.bg-fix {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* container */
.container {
    max-width: 1192px;
}

/* z-index */
.z-4 {
    z-index: 4 !important;
}

/* z-index */

/* input */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="number"], 
input[type="password"], 
input[type="url"], 
textarea {
    width: 100%;
    padding: 11px 12px;
    background: #fff;
    border: 1px solid #000;
    color: rgba(80, 80, 80, 0.50);
    font-family: "neue-haas-unica",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 1;
}
textarea{
	height: 116px;
}
input:focus , textarea:focus{
	outline: none;
	box-shadow: none;
}
::placeholder {
    color: rgba(80, 80, 80, 0.50);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
/* input */



.mb-p p:last-child{
    margin-bottom: 0;
}

/* heading  style*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 500;
    line-height: 0.95;
    font-family: "freight-display-pro",serif;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 44px;
}

h4 {
    font-size: 35px;
}

h5 {
    font-size: 27px;
}

h6 {
    font-size: 20px;
}

/* all button start */
.btn-1 {
    color: #FFF;
    display: inline-block;
    border-radius: 32px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #359434;
    backdrop-filter: blur(2px);
    padding: 7.5px 26px 9.5px;
    transition: all 0.3s linear;
}
.btn-1:hover {
    background: #30703c;
    color: #fff;
}
.btn-1.btn-2 {
    background: #fff;
    color: #3D703C;
}
.btn-1.btn-2:hover{
    background-color: #e9e9e9;
}
.btn-3 {
    color: #359434;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    border-radius: 100px;
    border: 1px solid #359434;
    background: rgba(53, 148, 52, 0.00);
    padding: 6.5px 19px;
    display: inline-block;
    transition: all 0.3s linear;
}

/* all button end */


/* all background start */
.bg-gray-info{
    background: rgba(217, 217, 217, 0.30);
}
.bg-gray-light{
    background: #F5F5F5;
}
.bg-green-info{
    background:#3D703C;
}
/* all background end */


/* all border  */
.border-r-10{
    border-radius: 10px;
}
/* all border  */

/* swiper css start */
.swiper-pagination-bullet-active {
    background: #86C542;
}

.swiper-button-next::after,
.swiper-button-prev::after{
    display: none;
}
.swiper-icon-btn{
    height: 56px;
    width: 56px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s linear;
}

.swiper-icon-btn svg{
    height: 16px;
    width: 16px;
}
.swiper-icon-btn:hover{
    background: #359434;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 64px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto;
    right: 142px;
}
.swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: 54px;
}
.swiper-pagination-bullet {
    width: 27px;
    height: 5px;
    display: inline-block;
    border-radius: 50px;
    background: #8D8D8D;
    opacity: 1;
    transition: all 0.3s linear;
}
.swiper-pagination-bullet-active {
    background: #3D703C;
    width: 73px;
}
.swiper-pagination {
    text-align: left;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: auto;
    bottom: 78px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #359434;
    height: 3px;
    top: -0.5px;
}
.swiper-pagination-progressbar {
    background: rgba(141, 141, 141, 0.30);
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size,2px);
}
/* swiper css end */


/* nice select  */
.nice-select {
    color: rgba(80, 80, 80, 0.50);
    border-radius: 0;
    border: solid 1px #000;
    font-family: "neue-haas-unica",sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    line-height: 46px;
}
.nice-select:active, .nice-select.open, .nice-select:focus,
.nice-select:hover {
    border-color: #000;
}
.nice-select .list {
    border: 1px solid #000;
}
.nice-select .option {
    color: #000;
}
.nice-select:after {
    border-bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #359434;
    transform: rotate(0deg);
    top: 15px;
    margin-top: 0;
    transform-origin: center;
}
.nice-select.open:after {
    transform: rotate(-180deg);
}
.nice-select.wide {
    margin-bottom: 7px;
}
/* Preloader */
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    flex-direction: column;
    z-index: 999999;
    display: flex;
}
.preloader-wrapper img {
    max-width: 250px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/* nice select  */
/* ====================== header section start ====================== */
.header-area {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 0px 0px;
    transition: all 0.3s linear;

}

.header-area::after,
.header-area::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.5px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    transition: all 0.3s linear;
}
.header-area::before{
    z-index: 4;
}
.header-area::after{
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.header-area.header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s linear;
}
.header-area.header-sticky::after{
    opacity: 1;
    visibility: visible;
}
.header-logo-1{
    opacity: 1;
    visibility: visible;
}
.header-logo-2 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.header-logo{
    min-width: 131px;
    display: inline-block;
}
.header-logo img {
    width: 131px;
    left: 0;
    top: 0;
}

.header-area.header-sticky .header-logo-2{
    opacity: 1;
    visibility: visible;
}
.header-area.header-sticky .header-logo-1{
    opacity: 0;
    visibility: hidden;
}
.header-area.header-sticky::before{
    background-color: #3D703C;
    height: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header-area .container{
    max-width: 1336px;
}
.additional-services-conent ul ,
.offcanvas-mobile-menu-wrapper ul ,
.mobile-footer-menu-wrapper-info ul ,
.other-link-wrapper ,
.footer-menu ul ,
.slider-navigator ul,
.main-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-button .btn-1 {
    padding: 7.5px 22px 9.5px;
    font-weight: 400;
}
.main-menu ul > li{
    display: inline-block;
    margin-right: 36px;
    position: relative;
    z-index: 1;
}
.main-menu ul li:last-child{
    margin-right: 0;
}
.main-menu ul li a{
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    transition: all 0.3s linear;
}   
.main-menu > ul > li > a {
    padding: 36px 0;
}
.header-area.header-sticky .main-menu ul> li:hover > a,
.main-menu ul> li:hover > a{
    color: #359434;
}
.main-menu ul li.menu-link > a::after ,
.main-menu ul li.menu-link > a::before {
    content: "";
    position: absolute;
    top: 52px;
    right: -16px;
    width: 8px;
    height: 1px;
    background: #fff;
    transition: all 0.3s linear;
}
.main-menu ul li.menu-link > a::after{
    transform: rotate(90deg);
}

.header-area.header-sticky .main-menu ul li.menu-link:hover > a::before,
.main-menu ul li.menu-link:hover > a::before {
    background: #359434;
}
.main-menu ul li.menu-link:hover > a::after {
     opacity: 0;
}
.sub-menu {
    position: absolute;
    left: 20px;
    list-style: none;
    background-color: #FFF;
    top: 102px;
    width: 157px;
    -webkit-transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
    -o-transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
    transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
    visibility: hidden;
    opacity: 0;
    padding: 0 15px;
    z-index: 3;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.main-menu .sub-menu li {
    display: block;
    margin-right: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 13px 0;
}
.main-menu .sub-menu li::before{
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    height: 2px;
    width: calc(100% + 30px);
    background: #000;
    z-index: 1;
}
.main-menu .sub-menu li:last-child::before{
    opacity: 0;
    visibility: hidden;
}
.main-menu .sub-menu li a {
    color: #000;;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.main-menu > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.header-area.header-sticky .main-menu > ul > li > a{
    color: #000;
}
.header-area.header-sticky .main-menu ul li.menu-link > a::after, 
.header-area.header-sticky .main-menu ul li.menu-link > a::before{
    background: #000;
}
.mobile-divider {
    background: #D9D9D9;
    height: 12px;
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-bottom: 24px;
}
.offcanv-mobile-logo img {
    max-width: 82px;
}
/* slider navigator  */
.slider-navigator{
    position: absolute;
    left: 0;
    bottom: 58px;
    width: 100%;
    z-index: 9;
}
.slider-navigator ul li {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}
.slider-navigator ul li:last-child{
    margin-right: 0;
}
.slider-navigator ul li span{
    display: block;
}
.progress-line,
.static-line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 100%;
    height: 1px;
    z-index: 1;
}
.progress-line {
    background: #63AB62;
    height: 3px;
    transform-origin: left;
}
.progress-line.animate-full {
    transition: all 0.3s linear;
}
.navigator-label-info {
    padding-right: 69px;
    margin-top: 11px;
}
.navigator-label ,
.navigator-label-num {
    color: rgba(255, 255, 255, 0.50);
    font-size: 17px;
    transition: all 0.3s linear;
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: calc(100%);
    }
}
.slider-navigator li.active .progress-line {
    animation: expandWidth 5s linear forwards;
}
.slider-navigator li.active .navigator-label ,
.slider-navigator li.active  .navigator-label-num{
    color: rgba(255, 255, 255, 1);
}


/* offcanvas header start */
.menu-toogle {
    border: 0;
    background-color: #359434;
    color: #fff;
    font-family: "neue-haas-unica",sans-serif;
    transition: all 0.3s ease-in-out;
    height: 32px;
    width: 95px;
    border-radius: 32px;
    gap: 5px;
}
.menu-icon {
    display: block;
    height: 8px;
    width: 16px;
    position: relative;
    z-index: 1;
    transform: translateY(-1px);
}
.menu-icon span {
	display: block;
	background-color: #fff;
	height: 1px;
	width: 16px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.menu-icon span:nth-child(1) {
	top: 0px;
}

.menu-icon span:nth-child(2) {
    top: 4px;
}

.menu-icon span:nth-child(3) {
    top: 8px;
}

.menu-icon.open span:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}

.menu-icon.open span:nth-child(1) {
	top: 0px;
}

.menu-icon.open span:nth-child(3) {
	top: 12px;
}
.close-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
    height: 8px;
    width: 16px;
    -webkit-transition: top ease-in-out.3s,
		-webkit-transform ease-in-out.3s 0.3s;
    -o-transition: top ease-in-out.3s, transform ease 0.3s 0.3s;
    transition: background-color ease-in-out.3s, top ease-in-out.3s,
		transform ease-in-out.3s 0.3s, -webkit-transform ease-in-out.3s 0.3s;
    justify-content: center;
    transform: translateY(-2px);
}
.close-icon span {
    display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 16px;
    transition: all 0.5s ease-out;
}
.offcanvas-header {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 6px solid #3D703C;
    padding: 9px 24px;
}
.offcanvas-mobile-menu-wrapper ul li a {
    color: #000;
    font-family: "neue-haas-unica",sans-serif;
    font-size: 20px;
    line-height: 0.95;
    padding: 15px 0;
}
.offcanvas-mobile-menu-wrapper ul li{
    border-bottom: 1px solid rgba(141, 141, 141, 0.40);
}
.offcanvas-mobile-menu-wrapper ul li:last-child{
    border-bottom: 0;
}
.offcanvas-body {
    padding: 0;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 18px;
}
.offcanvas-mobile-menu-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% + 100px);
    margin-left: -50px;
    background: rgba(217, 217, 217, 0.30);
    z-index: -1;
}
.offcanvas-mobile-menu-wrapper {
    padding: 10px 6px 4px;
}
.offcanvas-bottom-conent {
    margin-top: 29px;
}
.offcanvas-bottom-conent .btn-1 {
    padding: 8px 76px;
    margin-bottom: 65px;
}
.mobile-footer-menu-wrapper-info address{
    margin-bottom: 0;
}

/* offcanvas header end */
/* ====================== header section end ====================== */


/* ====================== banner section start ====================== */
.banner-content-wrapper{
    min-height: 853px;
    padding: 120px 0 254px;
    height: 100vh;
}
.banner-content-wrapper::after,
.banner-content-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background: #363232;
    opacity: 0.47;
    z-index: 1;
}
.banner-content-wrapper::after{
    background: linear-gradient(180deg, rgba(61, 112, 60, 0.00) 0%, rgba(61, 112, 60, 0.13) 100%);
    background-blend-mode: multiply;
    z-index: 2;
}
.banner-area .banner-content{
    max-width: 768px;
}
.banner-content h1,
.banner-content h6 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 78px;
    margin-bottom: 20px;
}
.banner-content p {
    color:#FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 17px;
}
.banner-content .btn-1 {
    margin-top: 5px;
    font-weight: 400;
}

/* single banner */
.single-banner-area {
    min-height: 647px;
    margin-top: 102px;
    padding: 100px 0 188px;
}
.bg-video {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.page-template-template-careers .single-banner-area {
    background-position: top;
}
.single-banner-area::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(33, 30, 30, 0.23) -11.21%, rgba(34, 31, 31, 0.71) 102.94%);
    z-index: 1;
}
.single-banner-area .banner-content p{
    max-width: 934px;
    margin-right: auto;
    margin-left: auto;
    text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.37);
    font-size: 18px;
    font-family: "Roboto", sans-serif 
}

.page-template-template-services  .single-banner-area .banner-content p{
    max-width: 529px;
}
.single-banner-area .banner-content .btn-1 {
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 0.72px;
    font-size: 18px;
    line-height: 1.5;
    padding: 4px 19px;
    margin-bottom: 27px;
}
.page-template-template-projects .single-banner-area {
    min-height: 600px;
}
.page-template-template-projects .single-banner-area::before {
    background: linear-gradient(186deg, rgba(33, 30, 30, 0.0) 4.54%, rgba(34, 31, 31, 0.91) 97.22%);
}
.page-template-template-our-team .single-banner-area .banner-content .btn-1 {
    padding: 4px 25px;
    margin-bottom: 37px;
}
.page-template-template-about-us .single-banner-area .banner-content .btn-1 {
    padding: 4px 23px;
    margin-bottom: 37px;
}
.page-template-template-about-us .single-banner-area .banner-content p {
    max-width: 651px;
}
.page-template-template-about-us .single-banner-area {
    padding: 100px 0 204px;
}
.page-template-template-our-team .single-banner-area {
    padding: 100px 0 207px;
}
.page-template-template-careers .single-banner-area .banner-content p {
    max-width: 844px;
}
.page-template-template-contact .single-banner-area {
    min-height: 431px;
    padding: 100px 0;
}
.page-template-template-contact .single-banner-area .banner-content p {
    max-width: 619px;
}
.page-template-template-contact .single-banner-area .banner-content .btn-1 {
    padding: 4px 26.6px;
}
.single-banner-area  .banner-content .btn-1:hover{
    background: #359434;
}
/* single banner */
/* ====================== banner section end ====================== */

/* ====================== our client section start ====================== */
.our-client-area {
    padding: 95px 0 100px;
}
.our-client-area .container {
    max-width: 1212px;
}
.our-client-area  h2 {
    margin-bottom: 40px;
}
.card-logo-wrapper-area{
    gap: 45px;
}
.card-logo-wrapper {
    border: 1px solid rgba(141, 141, 141, 0.50);
    border-radius: 10px;
    padding: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-basis: calc(20% - 36px);
}
.card-logo-wrapper img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: luminosity;
}

/* ====================== our client section end ====================== */

/* ====================== quality section start ====================== */
.quality-pin{
    padding: 24px 0 20px;
}
.slider-item h2 {
    margin-top: 32px;
}
.our-culture-content h2,
.slider-item h2 {
    color: #3D703C;
    margin-bottom: 25px;
}
.our-culture-content h5,
.slider-item h5 {
    color: #000;
    line-height: 1.19;
}
.our-culture-content .btn-1 {
    padding: 8px 29px;
}
.slider-pagination-span {
    display: inline-block;
    height: 5px;
    width: 27px;
    background: #8D8D8D;
    border-radius: 10px;
    transition: all 0.3s linear;
}
.slider-pagination-span.active {
    width: 73px;
    background: #3D703C;
}
.quality-area .container {
    max-width: 1420px;
}
.quality-area .col {
    flex: 1 0 50%;
}
.quality-area .row{
    --bs-gutter-x: 0;   
}
.quality-area .col:nth-child(1) {
    max-width: 663px;
}
.quality-slider-wrapper {
    max-width: 460px;
    padding-bottom: 113px;
}

  .quality-img-item img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 478px;
}
.our-culture-content p,
.slider-item p {
    max-width: 414px;
}

/* ====================== quality section end ====================== */

/* ====================== project section start ========================= */
.project-area {
    padding: 63px 0;
}
.page-template-template-services .project-area {
    padding: 75px 0 85px;
}
.project-area .container {
    max-width: 1180px;
}
.project-card-wrapper {
    border-radius: 15px;
    background: #fff;
    border-top-right-radius: 0;
    overflow: hidden;
}
.project-card-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(61, 112, 60, 0.89) 0%, rgba(61, 112, 60, 0.89) 100%);
    mix-blend-mode: multiply;
    opacity: 1;
    transition: all 0.3s ease;
}
.project-slider-wrapper .swiper-slide {
    max-width: 433px;
}
.project-slider-wrapper .swiper-wrapper {
    gap: 26px;
}
.project-card-wrapper img {
    display: block;
    opacity: 0.38;
    min-height: 270px;
    transform: scale(1);
    transition: all 0.3s ease;
}
.project-card-wrapper:hover::before{
    opacity: 0;
}
.project-card-wrapper:hover  img{
    opacity: 1;
    transform: scale(1.1);
}
.project-card-wrapper:hover .project-card-link .project-card-link-info{
    background: #3D703C;
}
.project-card-link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-left: 13px solid #fff;
    background: #fff;
    border-bottom: 13px solid #fff;
    border-bottom-left-radius: 10px;
}
.project-card-link .project-card-link-info{
    height: 48px;
    width: 48px;
    background: #359434;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.project-card-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 15px;
    padding-left: 35px;
}
.project-sub-title {
    color: #FDFDF2;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    font-family: "neue-haas-unica",sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.68;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}
.project-card-content h3 {
    color: #FFF;
    text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
}
.project-area h2 {
    margin-bottom: 38px;
}

.project-slider-wrapper {
    overflow: inherit;
    padding-bottom: 120px;
}
.single-project-slider .swiper-icon-btn ,
.under-construction-slider-wrapper .swiper-icon-btn ,
.services-slider-wrapper .swiper-icon-btn ,
.project-slider-wrapper .swiper-icon-btn {
    border-radius: 10px;
    height: 48px;
    width: 48px;
    border-color: #3D703C;
}
.single-project-slider .swiper-icon-btn svg path,
.under-construction-slider-wrapper .swiper-icon-btn svg path,
.services-slider-wrapper .swiper-icon-btn svg path,
.project-slider-wrapper .swiper-icon-btn svg path{
    transition: all 0.3s linear;
}
.single-project-slider .swiper-icon-btn:hover svg path,
.under-construction-slider-wrapper .swiper-icon-btn:hover svg path,
.services-slider-wrapper .swiper-icon-btn:hover svg path,
.project-slider-wrapper .swiper-icon-btn:hover svg path{
    fill: #fff;
}
.single-project-slider .swiper-button-prev, 
.single-project-slider .swiper-rtl .swiper-button-next ,
.under-construction-slider-wrapper .swiper-button-prev, 
.under-construction-slider-wrapper .swiper-rtl .swiper-button-next ,
.services-slider-wrapper .swiper-button-prev, 
.services-slider-wrapper .swiper-rtl .swiper-button-next ,
.project-slider-wrapper .swiper-button-prev, 
.project-slider-wrapper .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.single-project-slider .swiper-button-next, 
.single-project-slider .swiper-rtl .swiper-button-prev ,
.under-construction-slider-wrapper .swiper-button-next, 
.under-construction-slider-wrapper .swiper-rtl .swiper-button-prev ,
.services-slider-wrapper .swiper-button-next, 
.services-slider-wrapper .swiper-rtl .swiper-button-prev ,
.project-slider-wrapper .swiper-button-next, 
.project-slider-wrapper .swiper-rtl .swiper-button-prev {
    right: auto;
    left: 55px;
}
.single-project-slider .swiper-button-next, 
.single-project-slider .swiper-button-prev ,
.under-construction-slider-wrapper .swiper-button-next, 
.under-construction-slider-wrapper .swiper-button-prev ,
.services-slider-wrapper .swiper-button-next, 
.services-slider-wrapper .swiper-button-prev ,
.project-slider-wrapper .swiper-button-next, 
.project-slider-wrapper .swiper-button-prev {
    top: auto;
    bottom: 0;
}

.view-all-project img{
    opacity: 1;
}
.view-all-project::before{
    display: none;
}
/* ====================== project section end ========================= */

/* ====================== our services start ========================= */
.our-services-area {
    background: #F5F5F5;
    padding: 62px 0 77px;
}
.our-services-area .container{
    max-width: 1272px;
}
.our-services-area h2 {
    font-size: 58px;
}
.our-services-area .section-wrapper {
    max-width: 945px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 49px;
}
.our-services-area .section-wrapper p{
    font-size: 17px;
}

.our-services-area .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #359434;
}
.our-services-area .nav-item {
    flex-basis: 50%;
    text-align: center;
}
.our-services-area .nav-item .nav-link::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    /*background-color: rgba(141, 141, 141, 0.30);*/
    z-index: 1;
    transition: all 0.3s linear;
}
.our-services-area .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5px;
    height: 3px;
    width: 100%;
    /*background-color: #359434;*/
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s linear;
}
.our-services-area .nav-tabs .nav-link.active::after{
    opacity: 1;
    visibility: visible;
}
.our-services-area .nav-tabs .nav-link {
    border: 0;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px;
    padding-bottom: 14px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 22px;
    height: 100%;
    transition: all 0.3s linear;
}
.our-services-area .tab-content {
    border: 0;
    background: #3D703C;
    margin-top: 31px;
    padding: 32px;
}

.our-services-area #service-tab-1 {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-left:  solid 1px #D9D9D9;
    border-top:  solid 1px #D9D9D9;
    border-bottom:  solid 1px #D9D9D9;
}

.our-services-area #service-tab-2 {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-right:  solid 1px #D9D9D9;
    border-top:  solid 1px #D9D9D9;
    border-bottom:  solid 1px #D9D9D9;
}

.our-services-content {
    max-width: 448px;
    padding-left: 15px;
}
.our-services-content h2 {
    font-size: 44px;
    color: #fff;
}
.our-services-content p{
    color: #fff;
    font-family: "neue-haas-unica", sans-serif;
}
.our-services-img{
    border-radius: 14px;
}
.our-services-content .btn-1.btn-2 {
    margin-top: 12px;
    font-weight: 500;
}
.nav-tabs {
    border-bottom: 0;
}
/* ====================== our services end ========================= */

/* ====================== our culture section start  ========================= */

.our-culture-content .btn-1 {
    margin-top: 10px;
}

/* animtion  */
.hero-graphics-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
    font-size: 18px;
}
.hero-graphics-column {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}
.hero-graphics-column.is-home-01 {
    min-width: 20rem;
}
.hero-graphics-column.al-l.is-home-02 {
    min-width: 20rem;
}
.hero-graphic-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    display: flex;
}
.hero-graphics-wrap .card {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}
.card {
    border-radius: 10px;
    flex-direction: column;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border: 0;
}
.graphic-img-width {
    width: 15em;
}
.graphic-img-width.is-24 {
    width: 24rem;
}
.card-img-wrap.is-vert-120 {
    padding-bottom: 120%;
}
.img-abs {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.img-abs.is-01 {
    z-index: 3;
}
.img-abs.is-02 {
    z-index: 2;
    opacity: 0;
}
.our-culture-area img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}
.card-img-wrap {
    width: 100%;
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
}
.card-img-wrap.is-square {
    padding-bottom: 100%;
}
.hero-graphics-column.al-l.is-home-02 {
    min-width: 22rem;
}
.hero-graphics-column.al-l {
    align-items: flex-start;
}
.graphic-img-width.is-18 {
    width: 18em;
}
.card-img-wrap.is-vert-140 {
    padding-bottom: 140%;
}
.hero-illu-cd6-ct4-op1-ot2 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}
.our-culture-area  .col:nth-child(2) {
    max-width: 595px;
}
.our-culture-content {
    max-width: 434px;
}
.our-culture-area {
    padding: 130px 0px;
}
.hero-illu-cd6-ct4-op1-ot2 {
    font-size: 5.6vw !important;
}
/* animtion  */
.our-culture-area.row-reverse .row{
    flex-direction: row-reverse;
}
/* ====================== our culture section end  ========================= */

/* ======================  cta section start  ========================= */
.cta-area {
    background: #3D703C;
}

.cta-content p ,
.cta-content h2 {
    color: #fff;
}
.cta-content h2 {
    margin-bottom: 20px;
}
.cta-content p {
    font-family: "neue-haas-unica",sans-serif;
    max-width: 467px;
}
.cta-area .container {
    max-width: 1440px;
    padding: 0;
}
.cta-content {
    margin-right: 0;
    margin-left: auto;
    max-width: 727px;
    padding-right: 124px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cta-area .row {
    --bs-gutter-x: 0;
}
.cta-content .btn-1.btn-2 {
    margin-top: 10px;
    padding: 8px 32.5px;
}
.cta-bg {
    max-height: 576px;
    width: auto;
    height: 40vw;
}
/* ======================  cta section end ========================= */

/* ======================  footer section start ========================= */
.footer-area {
    border-top: 12px solid #D9D9D9;
}
.top-footer-area {
    padding: 20px 0 45px;
}
.footer-logo{
    display: block;
}
.footer-logo img {
    max-width: 271px;
}
.mobile-footer-menu-wrapper-info h5,
.footer-menu h5 {
    color: #3D703C;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.48px;
    margin-bottom: 4px;
}
.footer-menu address a ,
.footer-menu ul li a {
    font-family: "neue-haas-unica",sans-serif;
    line-height: 1.99;
    display: inline-block;
    transition: all 0.3s linear;
}
.footer-menu address:hover a ,
.footer-menu ul li a:hover{
    color: #3D703C;
}
.footer-menu address{
    margin-bottom: 30px;
}
.footer-menu-wrapper .row {
    --bs-gutter-x: 0;
}
.footer-menu-wrapper {
    margin-top: 30px;
    padding-left: 21px;
}
.footer-menu-wrapper .col:nth-child(1){
    max-width: 150px;
}
.footer-menu-wrapper .col:nth-child(2){
    max-width: 157px;
}
.other-link-wrapper li{
    display: inline-block;
    margin-right: 18px;
}
.other-link-wrapper li:last-child{
    margin-right: 0;
}

.copy-right-caption p ,
.other-link-wrapper li a {
    color: rgba(0, 0, 0, 0.50);
    font-family: "neue-haas-unica",sans-serif;
    font-size: 13px;
    text-decoration: underline;
    transition: all 0.3s linear;
}
.other-link-wrapper li a:hover{
    color: #000;
    text-decoration: none;
}
.copy-right-wrapper-info {
    border-top: 1px solid #DCDAD8;
    padding: 8px 0 12px;
}
.copy-right-wrapper .container {
    max-width: 1136px;
}
.top-footer-area .container {
    max-width: 1168px;
}
.mobile-footer-menu-wrapper-info li a{
    line-height: 1.82;
}
.mobile-footer-menu-wrapper {
    position: relative;
    z-index: 1;
    padding: 30px 0 25px;
}
.mobile-footer-menu-wrapper::after,
.mobile-footer-menu-wrapper::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 1px;
    width: calc(100% + 40px);
    background-color: #DCDAD8;
    z-index: 1;
}
.mobile-footer-menu-wrapper::after{
    top: auto;
    bottom: 0;
}
.mobile-footer-menu-wrapper-info {
    margin-bottom: 25px;
}
.mobile-footer-menu-wrapper-info:last-child{
    margin-bottom: 0;
}
/* ======================  footer section end ========================= */

/* ======================  services slider content section start  ========================= */
.services-slider-area {
    padding: 73px 0 87px;
}
.services-slider-area .row {
    --bs-gutter-x: 0;
}
.services-slider-area .col:nth-child(2){
    max-width: 617px;
}
.services-slider-content {
    max-width: 481px;
    margin-top: 38px;
    padding-right: 20px;
}
.page-template-template-about-us  .services-slider-content {
    margin-top: 73px;
}
.services-slider-content .btn-3:hover{
    background-color: transparent;
    color: #359434;
    border-color: #359434;
}
.message-content h5 ,
.services-slider-content h5 {
    font-weight: 400;
    line-height: 1.19;
    margin-bottom: 12px;
}
.services-slider-content p {
    max-width: 414px;
    margin-bottom: 20px;
}
.services-slider-content .btn-3 {
    margin-bottom: 27px;
}
.services-slider-content h2 {
    margin-bottom: 21px;
}
.services-slider-img img {
    width: 100%;
    object-fit: cover;
    min-height: 270px;
}
.services-slider-wrapper {
    padding-bottom: 65px;
}
.page-template-template-careers .services-slider-wrapper {
    padding-bottom: 0;
}
.services-slider-wrapper  .swiper-pagination {
    text-align: right;
}
.services-slider-wrapper  .swiper-horizontal>.swiper-pagination-bullets, 
.services-slider-wrapper  .swiper-pagination-bullets.swiper-pagination-horizontal, 
.services-slider-wrapper  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 13px;
    z-index: 1;
}
.services-slider-item {
    margin-bottom: 83px;
}
.services-slider-item:last-child{
    margin-bottom: 0;
}
.services-slider-item.row-reverse .row{
    flex-direction: row-reverse;
}
.services-slider-item.row-reverse  .services-slider-content {
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
    padding-left: 20px;
}
.services-slider-item.row-reverse .services-slider-wrapper  .swiper-pagination {
    text-align: left;
}
.services-slider-item.row-reverse .services-slider-wrapper .swiper-button-prev, 
.services-slider-item.row-reverse .services-slider-wrapper .swiper-rtl .swiper-button-next {
    left: auto;
    right: 55px;
}
.services-slider-item.row-reverse .services-slider-wrapper .swiper-button-next, 
.services-slider-item.row-reverse .services-slider-wrapper .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
.services-slider-area.version-2 .services-slider-item .col:nth-child(1) {
    max-width: 551px;
}
.services-slider-area.version-2 .services-slider-item .col:nth-child(2) {
    max-width: 100%;
}
.page-template-template-careers .services-slider-content {
    margin-top: 77px;
}
.page-template-template-careers .services-slider-area {
    padding: 74px 0 60px;
}
/* ======================  services slider content section end ========================= */

/* ======================  additional services section start ========================= */
.additional-services-area {
    padding: 100px 0;
}
.additional-services-area .container{
    max-width: 1284px;
}
.additional-services-inner-box {
    padding: 33px;
    max-width: 1247px;
}
.additional-services-inner-box .row {
    --bs-gutter-x: 0;
}
.additional-services-conent {
    max-width: 450px;
    margin-right: 20px;
    padding-left: 14px;
    margin-top: 36px;
}
.additional-services-conent h2 {
    color: #fff;
    margin-bottom: 17px;
}
.additional-services-conent p {
    color: #fff;
}
.additional-services-conent ul {
    padding-left: 5px;
}
.additional-services-conent ul li {
    color: #FFF;
    font-family: "freight-display-pro",serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.56;
    padding-left: 26px;
    position: relative;
    z-index: 1;
}
.additional-services-conent ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    height: 10px;
    width: 10px;
    background-color: #fff;
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}
.additional-services-img img{
    min-height: 270px;
    object-fit: cover;
}

/* ======================  additional services section end ========================= */


/* ======================  under construction section start ========================= */
.under-construction-area {
    padding: 70px 0;
}
.under-construction-area .container {
    max-width: 791px;
}
.sub-title {
    color: #3D703C;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.7px;
    display: inline-block;
}
.under-construction-area .sub-title {
    margin-bottom: 16px;
}
.under-construction-area .section-title-wrapper {
    margin-bottom: 38px;
}
.under-construction-area .under-construction-slider-wrapper {
    overflow: inherit;
    padding-bottom: 95px;
}
.under-construction-area .under-construction-slider-img{
    border-radius: 14px;
    opacity: 0.2;
    transform: scale(0.9);
    transition: all 0.3s linear;
}
.under-construction-area .swiper-slide-active .under-construction-slider-img{
    opacity: 1;
    transform: scale(1);
}
.under-construction-slider-wrapper .swiper-button-next, 
.under-construction-slider-wrapper .swiper-rtl .swiper-button-prev {
    right: auto;
    left: calc(50% + 10px);
}
.under-construction-slider-wrapper .swiper-button-prev, .under-construction-slider-wrapper .swiper-rtl .swiper-button-next {
    left: calc(50% - 54px);
    right: auto;
}
.swiper-slide.swiper-slide-prev .under-construction-slider-img {
    transform-origin: right;
}
.swiper-slide.swiper-slide-next .under-construction-slider-img {
    transform-origin: left;
}
.under-construction-slider-img  h6 {
    margin-bottom: 0;
    color: #FFF;
    font-family: "neue-haas-unica",sans-serif;
    font-size: 15px;
    line-height: 1.68;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0px;
    background: rgba(61, 112, 60, 0.86);
    padding: 4px 18px 6px;
    position: absolute;
    bottom: 34px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.under-construction-area .swiper-slide-active .under-construction-slider-img  h6{
    opacity: 1;
    visibility: visible;
}
/* ======================  under construction section end ========================= */

/* ======================  slider section wrapper start ========================= */
.slider-section-wrapper {
    padding: 46px 0 99px;
}
.slider-section-wrapper .project-area {
    padding: 0;
    margin-bottom: 90px;
}
.slider-section-wrapper .project-area:last-child{
    margin-bottom: 0;
}
.cat-wrapper {
    top: 102px;
    background: #fff;
    padding: 15px 0;
    margin-bottom: 42px;
}
.cat-wrapper .list-group .btn-3 {
    color: rgba(0, 0, 0, 0.50);
    font-family: "neue-haas-unica",sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    border-radius: 20px;
    padding: 6.5px 18.8px;
    text-transform: uppercase;
}
.cat-wrapper .list-group .btn-3.active{
    color: #FFF;
    border-color:#3D703C;
    background: #3D703C;
}
.cat-wrapper .list-group {
    gap: 15px;
}
/* ======================  slider section wrapper end ========================= */

/* ======================  single project content area start ========================= */
.single-project-content-area {
    margin-top: 155px;
}
.message-area .container,
.single-project-content-area .container {
    max-width: 1184px;
}
.back-btn-wrapper {
    margin-left: -11px;
}
.back-btn,
.back-btn svg path{
    transition: all 0.3s linear;
}
.back-btn:hover svg path{
    fill: #000;
}
.back-btn {
    color: #3D703C;
    gap: 10px;
    margin-bottom: 30px;
    display: inline-block;
}
.location-btn-wrapper .btn-3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.68px;
    padding: 5px 18.3px;
}
.location-btn-wrapper .btn-3:nth-child(2) {
    padding: 5px 16px;
}
.location-content h1 {
    font-size: 55px;
}
.single-project-slider {
    overflow: inherit;
    padding-bottom: 37px;
}
.single-project-slider .swiper-button-next, 
.single-project-slider .swiper-button-prev {
    top: calc(50% + 4px);
    bottom: auto;
}
.single-project-slider .swiper-button-prev, 
.single-project-slider .swiper-rtl .swiper-button-next {
    left: -102px;
    right: auto;
}
.single-project-slider .swiper-button-next, 
.single-project-slider .swiper-rtl .swiper-button-prev{
    right: -102px;
    left: auto;
}
.single-project-item{
    border-radius: 14px;
}
.location-content-wrapper {
    margin-bottom: 20px;
}
.single-project-slider .swiper-horizontal>.swiper-pagination-progressbar, 
.single-project-slider .swiper-pagination-progressbar.swiper-pagination-horizontal, 
.single-project-slider .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.single-project-slider .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: auto;
    bottom: 0;
}
.project-details-title h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.19;
}
.project-details-area {
    max-width: 1036px;
    margin-left: 47px;
    padding: 64px 0 88px;
}
.project-details-area .row {
    --bs-gutter-x: 0;
}
.project-details-conent p {
    margin-bottom: 24px;
}
.single-project .project-area {
    padding: 84px 0;
    background: #F5F5F5;
}
.project-details-area .col:nth-child(1) {
    max-width: 235px;
}
.project-details-conent {
    margin-left: 108px;
}
/* ======================  single project content area end ========================= */

/* ======================  message section start ========================= */
.message-area {
    padding: 67px 0 53px;
}
.message-img-wrapper h2 {
    color: #3D703C;
    margin-bottom: 40px;
}
.message-area .row {
    --bs-gutter-x: 0;
}
.message-area .col:nth-child(1){
    max-width: 424px;
}
.message-content {
    margin-left: 106px;
}
.message-content h5{
    margin-bottom: 35px;
}
.message-content-info-item h6 {
    color: #3D703C;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
.message-content-info-item p {
    margin-bottom: 28px;
}
.author-information-info {
    padding-left: 10px;
    margin-top: 35px;
}
.author-information-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 2.8px);
    width: 2px;
    background-color: #359434;
}
.author-information-info h6 {
    font-size: 22px;
}
.author-information-info p{
    color: rgba(0, 0, 0, 0.50);
    font-weight: 500;
}
/* ======================  message section end ========================= */

/* ======================  our team section start ========================= */
.our-team-area {
    padding: 139px 0 79px;
}
.our-team-area  .row {
    --bs-gutter-x: 52px;
    --bs-gutter-y: 45px;
}
.team-member-card{
    background: #fff;
}
.team-member-card img{
    background: #fff;
    border-radius: 10px;
    mix-blend-mode: normal;
    transition: all 0.3s linear;
}
.team-member-card img.back {
    mix-blend-mode: luminosity;
}
.team-member-card img.front {
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.team-member-card:hover img.front{
    opacity: 1;
    visibility: visible;
}
.team-member-information {
    margin-top: 16px;
}
.team-member-information h4 {
    line-height: 1.01;
}
.team-member-information.mb-p p {
    color: #3D703C;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.68;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* ======================  our team section end ========================= */

/* ======================  join our team section start ========================= */
.join-our-team-area {
    padding: 86px 0;
}
.join-our-team-area .btn-3 {
    margin-bottom: 27px;
    font-weight: 400;
}
.join-our-team-content h2 {
    margin-bottom: 21px;
}

.join-our-team-img {
    margin-top: 25px;
}

.join-our-team-area .row {
    --bs-gutter-x: 0;
}
.join-our-team-area .col:nth-child(1){
    max-width: 462px;
}
.contact-info label {
    display: block;
}
.join-our-team-area .contact-wrapper {
    margin-left: 112px;
}
.contact-wrapper {
    max-width: 560px;
}
.contact-info label {
    display: block;
    margin-bottom: 5px;
}
.contact-info {
    margin-bottom: 7px;
}
.contact-wrapper .btn-1 {
    margin-top: 2px;
    padding: 8px 37px;
}
.codedropz-upload-inner h3 {
    margin: 0;
    color: #000;
    font-family: "neue-haas-unica",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: underline;
    font-weight: 500;
}
.text-end.limit-label {
    font-size: 14px;
    font-weight: 500;
}
/* ======================  join our team section end ========================= */

/* ======================  contact section start ========================= */
.contact-area {
    padding: 90px 0 106px;
}
.contact-area .row{
    --bs-gutter-x:0px;
}
.contact-area .col:nth-child(1){
    max-width: 560px;
}
.contact-area .container{
    max-width: 1216px;
}
.carrers-card {
    padding: 33px 57px 56px;
}
.carrers-card p{
    max-width: 297px;
}
.contact-content-info{
    margin-bottom: 50px;
}
.contact-content-info-item {
    gap: 18px;
    margin-bottom: 16px;
}
.contact-content-info-item:last-child{
    margin-bottom: 0;
}
.contact-content-info-inner-item h6 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
}
.contact-content-info-inner-item a {
    display: block;
    text-decoration: underline;
    transition: all 0.3s linear;
}
.contact-content-info-inner-item a:hover{
    text-decoration: none;
}
.contact-content-info-item svg {
    margin-top: 7px;
}
.carrers-card h3 {
    font-size: 48px;
    line-height: 1.2;
}
.carrers-card .contact-content-info-item {
    margin-top: 27px;
}
.contact-content-wrapper {
    max-width: 500px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 12px;
}
.contact-area .contact-info {
    margin-bottom: 18px;
}
.office-address a{
    text-decoration: none;
}
.codedropz-upload-inner {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: -34px;
    left: 0;
}
.codedropz-upload-wrapper {
    margin-top: 37px;
}
.codedropz-upload-container {
    height: 100px;
}
/* ======================  contact section end ========================= */

