* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

h1 {
    font-family: var(--bold-font-family);
    font-size: 45px;
    line-height: 1.2;
}
h2 {
    font-family: var(--bold-font-family);
    font-size: 30px;
    line-height: 1.2;
    color: var(--background-color);
}
h3 {
    font-family: var(--bold-font-family);
    font-size: 30px;
    line-height: 1.2;
    color: var(--heading-color);
}

h4 {
    font-family: var(--bold-font-family);
    font-size: 37px;
    line-height: 1.2;
}

h5 {
    font-family: var(--bold-font-family);
    font-size: 20px;
    line-height: 1.2;
    color: var(--heading-color);
}

h6 {
    font-family: var(--mediumpoppins-font-family);
    font-size: 14px;
    line-height: 1.2;
}

p {
    font-family: var(--regular-font-family);
    font-size: 15px;
    line-height: 1.2;
}

.btn {
    border-radius: 4px;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #025043;
    padding: 1rem 0.5rem;
    font-size: 1rem;
    background-size: 300%;
    transition: all 0.6s;
    width: 190px;
    height: 45px;
    font-family: "EUROSTILE-LT-MEDIUM";
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper li.page-item {
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.pagination-wrapper li.page-item a {
    background: #f6fffe;
    border-radius: 10px !important;
    box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 60%);
    -webkit-box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 14%);
    -moz-box-shadow: 1px 1px 8px 0px rgba(59, 49, 49, 0.6);
    color: #2d2d2d;
    font-family: "poppins-medium";
    font-size: 18px;
    padding: 5px 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.pagination-wrapper .page-item:first-child .page-link {
    border-radius: 0px;
}

.pagination-wrapper .page-item:last-child .page-link {
    border-radius: 0px;
}

.pagination-wrapper li.page-item {
    margin: 0px 5px;
}

.pagination-wrapper li.page-item a span i {
    font-size: 19px;
    color: #2d2d2d;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #025043;
    border-color: #025043;
}

.btn:hover {
    color: var(--background-color);
    background-position: 100%;
    transform: translateX(0.5rem);
}

.dd {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-outline.phone select#form1Example1 {
    margin-bottom: 20px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #6c757d;
}

.preloaderBg {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    background: #f5f6f6;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
}

.preloader {
    margin: auto;
    background: url(../img/logo-feedback-client.webp) no-repeat center;
    background-size: 150px;
    width: 100%;
    height: 100%;
    background-position: center;
    position: absolute;
}

.preloader2 {
    /* border: 5px solid #f3f3f3; */
    border-top: 5px solid #1a5850;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.green {
    color: #fff;
    background-image: linear-gradient(-120deg, white 50%, #025042 50%);
}

.btn:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.btn i {
    margin-left: 20px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

section.main-heading-all {
    padding: 70px 0 0 0;
}

.all-main-heading-website.text-center h1 {
    color: var(--background-color);
}

:focus-visible {
    outline: none;
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

a:hover {
    color: none;
}

.swiper {
    width: 240px;
    height: 320px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active {
    margin-right: -34px;
    margin-top: 7px;
}

.swiper-slide-shadow {
    display: none;
}

.swiper-slide.swiper-slide-next {
    margin: 4px 10px;
}

/* header start css */
a.nav-link.dropdown-toggle {
    position: relative;
    top: 2px;
}
.img-dropdown img {
    width: 50px;
    height: 50px;
    object-fit: fill;
}
.main-top-navbar {
    background: #fff;
    height: 35px;
    display: flex;
    align-items: center;
}

.social-icon12 ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 32px;
}

/* li.line {
	border-right: 2px solid #707070;
	padding-right: 30px;
} */
.social-icon12 ul li a {
    font-size: 15px;
    color: #000000;
    font-family: var(--regular-font-family);
}

.social-icon12 ul li a i {
    font-size: 15px;
    color: var(--background-color);
}

.product h4 span {
    font-family: "Brinnan-Bold";
}

section#testimonial-slider {
    position: relative;
}

.show-testimonial2 {
    position: absolute;
    right: 730px;
    top: 300px;
}

.show-testimonial1 {
    position: absolute;
    bottom: 139px;
    right: 310px;
}

.login ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
}

.navbar-items {
    display: contents;
}

.navbar-items ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* height: 100%; */
    gap: 25px;
    margin: 0;
    position: relative;
}

.navbar-items ul li a {
    margin: 0;
    font-family: "Poppins-regular";
    color: #fff;
    font-size: 14px;
    padding: 0;
    position: relative;
    padding: 35px 0;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}

.link {
    text-decoration: none;
    position: relative;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

#active::before {
    top: -2px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    background: #fff;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 100%;
    position: absolute;
}

#active::after {
    bottom: 0px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    background: #fff;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 100%;
    position: absolute;
}

header.nav-header {
    background: var(--background-color) !important;
}
a.logo-wrapper img {
    width: 80%;
    height: 80px;
    object-fit: scale-down;
    background: #fff;
}

.logoDv img {
    width: 100%;
    height: 124px;
    object-fit: scale-down;
    background: #fff;
}

ul.dropdown-second {
    display: flex;
    flex-direction: column;
    align-items: start;
}

ul.dropdown-second {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 7px;
    padding: 0px 8px;
}

.navbar-items.collapse.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: end;
}

li.phone a {
    display: flex;
    align-items: center;
    gap: 10px;
}

li.phone a i {
    color: #fff !important;
}

/* .banner-headinf {
    margin-left: 40px;
    position: absolute;
    /* top: -50%; */
/* width: 40%; */
/* bottom: -50%; */
/* top: 30%; */
/* bottom: 50%; */
/* transform: translate(-50%, -50%); */
/* } */
.banner-heading-for-move {
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.social-icon1 ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    gap: 39px;
}

li.phone a span {
    color: #000000;
    font-family: var(--regular-font-family);
    font-size: 16px;
}

.img-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.jone {
    font-family: var(--semibold-font-family) !important;
    font-size: 14px;
    text-decoration: underline;
}
.membership-main-form .form-contect-wrapper .form-group .form-control {
    margin-bottom: 20px !important;
    padding: 10px 18px !important;
    height: 48px !important;
}
.img-dropdown span {
    line-height: 1;
    font-family: "Poppins-Light";
    font-size: 12px;
    color: #000;
}
.dropdown-img ul li a {
    cursor: pointer;
    width: 100%;
}

.dropdown-img {
    position: absolute;
    background: #fff;
    padding: 10px 10px;
    z-index: 11;
    right: 110px;
    display: none;
    top: 33px;
}

.social-icon1 {
    position: relative;
}

.dropdown-img ul {
    display: contents;
}

li.phone a i {
    width: 30px;
    height: 30px;
    background: #0c7834;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
}

ul.dropdown-second li a {
    color: var(--background-color);
    padding: 0px 0 !important;
}

.third-dropdown {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 159px;
    top: 0;
    display: none;
}

.main-header-social-items .social-icon12 ul li a {
    font-size: 10px !important;
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 0px 0px;
    line-height: -9px;
    line-height: 19px !important;
    justify-content: space-around;
}

.main-header-social-items .social-icon12 ul {
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;
    padding: 10px 20px !important;
}

ul.dropdown-second li {
    width: 100%;
    padding: 1px 9px;
    color: var(--background-color);
    cursor: pointer;
}

.dropdown-menu.show {
    display: block;
    margin: -20px;
    margin-left: -50px;
    margin-top: 0px;
}

/* Navbar section */

.nav11 {
    width: 100%;
    /* height: 65px; */
    position: absolute;
    line-height: 65px;
    text-align: center;
    background: aqua;
    background: linear-gradient(
        180deg,
        rgba(28, 116, 104, 1) 1%,
        rgba(25, 79, 72, 1) 77%
    );
    z-index: 99999999;
}

.nav11 div.logo {
    float: left;
    width: auto;
    height: auto;
}

div#mainListDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all 0.6s;
    z-index: 1;
}

.responsive-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav11 div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}

.nav11 div.logo a:hover {
    color: #00e676;
}

.nav11 div.main_list {
    height: 65px;
    float: right;
}

.nav11 div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav11 div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    /* padding-right: 3rem; */
}

.nav11 div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 2.4rem;
}

.nav11 div.main_list ul li a:hover {
    color: #00e676;
}

.navTrigger {
    display: none;
}

.nav11 {
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
}

/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .navTrigger {
        display: block;
    }

    .nav11 {
        display: block;
    }

    .nav11 div.main_list ul li a {
        text-decoration: none;
        color: #fff;
        line-height: 45px;
        font-size: 2.4rem;
    }

    .nav11 div.logo img.img-fluid {
        width: 130px;
        height: 70px;
        object-fit: scale-down;
        background: #fff;
    }

    .round {
        z-index: -1;
    }

    .nav11 div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .nav11 div.show_list {
        height: auto;
        display: none;
    }

    .envalope {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 40px;
    }

    .social-icon12.bottom-envalope a i {
        width: 30px;
        height: 30px;
        background: #0c7834;
        color: #fff;
        display: flex !important;
        align-items: center;
        border-radius: 50px;
        justify-content: center;
    }

    .social-icon12.bottom-envalope a {
        color: #fff;
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: "EUROSTILE-LT-MEDIUM";
        font-size: 13px;
    }

    .profile-envalope {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 96px;
    }

    .nav11 div.main_list ul.all-normal-navs.navlinks {
        flex-direction: column;
        display: flex;
        width: 100%;
        height: 100vh;
        background-color: #111;
        background-position: center top;
        align-items: center;
        justify-content: start;
        padding-top: 52px;
        transition: 1s all;
        overflow: auto;
    }

    .nav11 div.main_list ul li {
        width: 100%;
        text-align: center;
    }

    ul.dropdown-menu {
        display: flex !important;
        flex-direction: column !important;
    }

    .nav11
        div.main_list
        ul.all-normal-navs.navlinks
        li.normal-nav-items.link
        a.menu {
        text-align: center;
        width: 100%;
        font-size: 1rem;
        font-family: "Poppins-Medium";
        padding: 20px;
        color: #fff;
    }

    a.nav-link.dropdown-toggle {
        font-size: 16px !important;
        padding: 0 !important;
        color: #fff !important;
    }

    .navbar-items ul {
        gap: 0px;
    }

    .nav11 div.media_button {
        display: block;
    }
}

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

a.btn.green.gry {
    background-image: linear-gradient(45deg, #585757, transparent) !important;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.dropdown-wrapeer h4 a {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    font-family: "Poppins-Medium";
    padding: 20px;
    color: #fff;
}

.dropdown-wrapeer {
    display: none;
}

/* footer */
.img-mountain.footer-img-mountain {
    z-index: 1;
}

.newsletter_wrapper {
    position: relative;
    z-index: 2;
}

.text-white {
    background: linear-gradient(
        180deg,
        rgba(28, 116, 104, 1) 1%,
        rgba(25, 79, 72, 1) 77%
    );
    padding: 90px 0 20px 0;
    position: relative;
}

.newsletter_wrapper .btn {
    background: white;
    /* font-family: var(--font-poppin-medium); */
    color: #025042;
    font-size: 17px;
    border: 0;
    font-family: var(--bold-font-family);
}

.newsletter_wrapper input {
    border: 1px solid #ffffff;
    background: #fff;
    height: 46px;
}
.email {
    display: flex;
    gap: 4px;
    line-height: 1.2;
    margin-top: 20px;
    align-items: center;
}
.email.tele {
    margin-top: 1px;
}

.email p {
    text-align: start;
    width: 60px;
}

.main-email ul li h6 {
    font-size: 11px;
    /* margin: 4px 0px; */
    margin: 0;
}
.service-heading.text-center h4 {
    margin-bottom: 40px;
}

ul.nav.navbar-nav.navbar-right li a {
    color: #000 !important;
    font-size: 18px !important;
    font-family: "poppins" !important;
    font-weight: 900 !important;
}

section.service {
    padding: 20px 0 60px 0;
}

.head h5 {
    line-height: 3;
}

ul.footer-menus li {
    padding-bottom: 6px;
}

ul.footer-menus li a {
    color: #fff;
    font-family: "Poppins-Regular";
    font-size: 14px;
}

ul.social_icons13 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.head h5::before {
    width: 50%;
    height: 5px;
    background-color: #fff;
    content: "";
}

.head h5::before {
    width: 4%;
    height: 3px;
    background-color: #fff;
    content: "";
    position: absolute;
}

ul.social_icons13 li a i {
    color: #fff;
}

.footer-all-right.text-center h6 {
    color: #a3b9b5;
}

.footer-all-right.text-center {
    border-top: 1px solid #5f8882;
    padding-top: 30px;
}

.all-footer-icon-logo {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    margin: 10px 0 30px;
}

.row.center-wrapper {
    padding-bottom: 0px;
}

p.greenwood {
    font-size: 14px;
    margin-top: 16px;
}

.img-mountain {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* sec 1 */
.banner-mountain {
    background-image: url(../img/banner1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 43%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
}

section.rocky-mountain {
    position: relative;
}

.banner-img img {
    height: 500px;
    width: 100%;
    object-fit: fill;
}

.banner {
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    left: 30px;
    top: 0%;
}

ul.social_icons-banner li {
    margin: 14px 0;
}

ul.social_icons-banner {
    margin: 0;
    position: relative;
}

ul.social_icons-banner::before {
    height: 70px;
    width: 2px;
    background: #707070;
    content: "";
    position: absolute;
    top: -65px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 6px;
}

ul.social_icons-banner::after {
    height: 70px;
    width: 2px;
    background: #707070;
    content: "";
    position: absolute;
    bottom: -65px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 6px;
}

ul.social_icons-banner li a i {
    color: #d1d1d1;
    position: relative;
    width: 16px;
}

ul.social_icons-banner li a i::after {
    content: "";
}

ul.social_icons-banner li a i::after {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    background: var(--background-color);
    top: 7px;
    /* display: flex; */
    left: 28px;
    transition: 0.6s all;
}

ul.social_icons-banner li a i:hover::after {
    content: "";
    width: 20px;
}

ul.social_icons-banner li a i:hover {
    color: var(--background-color);
    transition: 0.6s all;
    transform: scale(1.5);
    margin-left: 6px;
}

.round {
    position: absolute;
    top: -150px;
    left: -140px;
}

.img-mountain-banner {
    position: absolute;
    bottom: 1px;
    left: 450px;
    z-index: -1;
}

.banner-headinf h1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 40%;
}

.banner-headinf h2 {
    margin: 16px 0 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 40%;
}

section.slider-logo {
    background: linear-gradient(
        180deg,
        rgba(28, 116, 104, 1) 1%,
        rgba(25, 79, 72, 1) 77%
    );
    width: 100%;
}

.form-outline input#form1Example1::placeholder {
    font-family: "Poppins-Regular" !important;
    font-size: 16px;
    color: #6c757d !important;
}

.form-outline input[value] {
    font-family: "Poppins-Regular" !important;
    font-size: 16px;
    color: #6c757d !important;
}

​ .slider-wrapper .slick-track {
    display: flex;
    align-items: center;
}

.slider-wrapper img {
    /* margin: 30px 40px; */
    height: 72px;
    object-fit: scale-down;
    width: 130px;
}

.marquee-content {
    display: flex;
    animation: scrolling 10s linear infinite;
}

.marquee-item {
    flex: 0 0 9vw;
    margin: 0 1vw;
    /*   flex: 0 0 20vw; */
    /*   margin: 0 2vw; */
}

.marquee-item img {
    display: block;

    /* margin: 30px 40px; */
    height: 72px;
    object-fit: scale-down;
    width: 130px;

    /*   padding: 0 20px; */
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

section.about-us {
    padding: 110px 0 90px 0;
}

.about-heading {
    padding: 0 0px 0px 30px;
}

.about-heading p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.para-img {
    display: flex;
    gap: 120px;
    margin-top: 40px;
    align-items: center;
}

.about-us-wrapper-img img {
    height: 637px;
    width: 100%;
    object-fit: cover;
}

.service-wrapper-detail {
    padding: 7px 41px;
    background-color: var(--background-color);
    border-radius: 10px;
    margin-bottom: 20px;
    height: 170px;
}

.heading-main-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}

.heading-main-service h3 {
    font-size: 25px;
    color: #fff;
    /* margin-bottom: 20px; */
}

.service-wrapper-detail p {
    color: #fff;
    font-size: 13px;
}

.service-wrapper-detail h6 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 4px;
}

.videos {
    position: relative;
    margin: 0px 10px;
}

.videos video.img-fluid {
    width: 100%;
}

.video-wrapper {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
}

section.industry-partner {
    background: linear-gradient(
        180deg,
        rgba(28, 116, 104, 1) 1%,
        rgba(25, 79, 72, 1) 77%
    );
    padding: 60px 0 80px 0;
}

.industry-slider1 .slick-next:before {
    content: "";
    background-image: url(../img/arrowslider.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    margin: -14px 0;
}

.industry-slider1 .slick-prev:before {
    content: "";
    background-image: url(../img/arrowslider1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 30px;
    left: -30px;
    margin: -14px 0;
}

.industry-slider1 {
    position: relative;
}

.service-heading.industry-product.text-center h4 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.service-heading.industry-product.text-center {
    margin-bottom: 40px;
}

.videos {
    cursor: pointer;
}

.service-heading.industry-product.text-center p {
    color: #fff;
    line-height: 1.5;
}

section.education {
    padding: 90px 0 70px 0;
}

.education-heading.text-center p {
    line-height: 1.5;
    padding: 0 70px;
    margin: 20px 0 40px 0;
}

.education-btn {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.card-wrapper {
    position: relative;
}

.card-heading {
    text-align: center;
    margin: 20px 0;
}

.card-wrapper {
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 0 10px;
    box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 60%);
    -webkit-box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 14%);
    -moz-box-shadow: 1px 1px 8px 0px rgba(59, 49, 49, 0.6);
}

.card-heading {
    text-align: center;
    padding: 20px 0;
    margin: 0;
}

.card-heading h5 {
    margin: 0;
    color: #025043;
}

section.Magazine {
    padding: 70px 0;
    background: #f9fbfa;
}

.education-heading.Magazine p {
    margin: 30px 0;
}

section.contect-us {
    padding: 70px 0 0px 0;
}

.contect-us-main {
    padding: 80px 80px;
    background: #f5f6f6;
    border-radius: 20px;
    position: relative;
}

.central-service-img img {
    width: 100%;
    height: 550px;
    object-fit: fill;
    border-radius: 10px;
}

.form-outline input {
    margin-bottom: 10px;
    padding: 10px 18px;
}

.form-outline input::placeholder {
    margin-bottom: 20px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #6c757d;
}

.form-select {
    margin-bottom: 20px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #6c757d;
}

.form-outline textarea::placeholder {
    margin-bottom: 20px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #6c757d;
}

.form-outline textarea#textAreaExample {
    resize: none;
}

.para-img1.contect-btn {
    margin-top: 30px;
}

.education-heading.contect-main-heading.text-center {
    margin-bottom: 50px;
}

.contect-img {
    position: absolute;
    bottom: 0;
}

.contect-img img {
    height: 432px;
    width: 100%;
    object-fit: cover;
    margin-left: 15px;
}

.end-sect-wrapper {
    padding: 30px 80px;
    box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 60%);
    -webkit-box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 14%);
    -moz-box-shadow: 1px 1px 8px 0px rgba(59, 49, 49, 0.6);
    border-radius: 20px;
    background-color: #fff;
}

.para-img1.contect-btn.contect-wrapper .btn {
    width: 130px;
}

.end-sect-wrapper p {
    margin: 0;
}

.end-sect-wrapper h3 {
    color: var(--background-color);
}

section.straight-true-magazine {
    padding: 90px 0 90px 0;
}
.profile-envalope li.phone a i {
    /* background: transparent; */
    font-size: 12px;
}
.profile-envalope li.phone a {
    padding: 12px 0;
}
@media (max-width: 1367px) {
    .navbar-items ul li a {
        font-size: 13px;
    }

    .para-img1.contect-btn.contect-wrapper .btn {
        width: 130px;
    }

    h2 {
        font-size: 25px;
    }

    h1 {
        font-size: 35px;
    }
    .social-icon ul li a {
        font-size: 14px;
    }

    li.phone a span {
        font-size: 14px;
    }

    p.greenwood {
        font-size: 12px;
    }

    ul.footer-menus li a {
        color: #fff;
        font-family: "Poppins-Regular";
        font-size: 12px;
    }

    .footer_content.pl-4 {
        margin-left: 18px;
    }

    .main-email.tele ul li {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .service-wrapper-detail p {
        font-size: 13px;
    }

    h4 {
        font-size: 40px;
    }

    h6 {
        font-family: var(--mediumpoppins-font-family);
        font-size: 12px;
        line-height: 1.2;
    }

    p {
        font-size: 13px;
    }

    .service-wrapper-detail p {
        font-size: 13px;
    }

    .heading-main-service h3 {
        font-size: 20px;
        color: #fff;
    }

    .about-us-wrapper-img img {
        height: 548px;
    }

    .footer_content.pl-4 {
        margin-left: 40px;
    }

    h6 {
        font-family: var(--mediumpoppins-font-family);
        font-size: 13px;
        line-height: 1.2;
    }

    .central-service-img img {
        height: 550px;
    }

    ul.social_icons-banner li a i:hover::after {
        content: "";
        width: 14px;
    }

    ul.social_icons-banner li a i::after {
        content: "";
        width: 0px;
        height: 1px;
        position: absolute;
        background: var(--background-color);
        top: 7px;
        /* display: flex; */
        left: 21px;
        transition: 0.6s all;
    }
}
@media (max-width: 1281px) {
}
@media (max-width: 1200px) {
    .navbar-items ul li a {
        font-size: 12px;
    }

    .social-icon12 ul li a {
        font-size: 12px;
    }

    li.phone a span {
        font-size: 12px;
    }

    .img-dropdown span {
        font-size: 12px;
    }
}

@media (max-width: 1025px) {
    .main-top-navbar {
        display: none;
    }
    .banner-heading-for-move {
        position: absolute;
        top: 30px;
        left: 90px;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }
    .navTrigger {
        top: 13px;
    }

    .banner {
        display: flex;
        height: 100%;
        align-items: center;
        position: absolute;
        left: 30px;
        top: 30px;
        bottom: 0;
    }

    section.rocky-mountain {
        position: relative;
        padding-top: 101px;
    }

    h2 {
        font-size: 22px;
    }

    .img-mountain-banner {
        position: absolute;
        bottom: 1px;
        left: 90px;
        z-index: -1;
    }

    header.nav-header {
        display: none;
    }

    .navbar-items ul li a {
        font-size: 12px;
    }

    section.main-heading-all {
        padding: 160px 0 0 0;
    }

    .img-dropdown span {
        color: #fff;
    }

    li.phone a span {
        font-size: 10px;
        color: #fff;
    }

    .nav11 div.main_list ul {
        padding: 50px 0px !important;
    }

    .social-icon12 {
        padding: 0px 0px 50px 0px !important;
    }

    .main-header-social-items {
        margin-top: -30px;
    }

    .responsive-header li.phone {
        margin: 20px 0px;
    }

    .social-icon12 {
        padding: 50px 0px;
    }

    .main-header-social-items .social-icon12 ul {
        display: block !important;
        padding: 10px 20px !important;
    }

    .nav11 div.main_list ul li {
        width: auto;
        height: auto;
    }

    ul.responsive-header {
        gap: 10px;
        align-items: baseline !important;
        display: flex;
    }
}
@media (min-width: 913px) and (max-width: 915px) {
    .footer_content.pl-4 {
        margin-left: 0px;
    }
}
@media (max-width: 912px) {
    section.main-membership {
        padding-bottom: 50px;
        padding-top: 130px;
    }
    .error-template {
        padding: 100px 0 50px 15px !important;
        text-align: center;
    }
    section.main-heading-all {
        padding: 140px 0 0 0;
    }

    .footer_content.pl-4 {
        margin-left: 1px;
        margin-top: -6px;
    }

    .logoDv {
        text-align: center;
    }

    .head {
        margin-top: 17px;
    }
    section.about-us {
        padding: 40px 0 20px 0;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 18px;
    }

    .banner {
        display: flex;
        height: 100%;
        align-items: center;
        position: absolute;
        left: 30px;
        top: 41px;
        bottom: 0;
    }

    .img-mountain-banner img {
        height: 100px;
        width: 100%;
        object-fit: cover;
    }

    .img-mountain-banner {
        right: 383px;
    }

    .about-heading {
        padding: 30px 0px 0px 0px;
    }

    .service-main-wrapper {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .service-wrapper-detail p {
        font-size: 11px;
    }

    .heading-main-service h3 {
        font-size: 18px;
    }

    .heading-main-service {
        gap: 20px;
    }

    .central-service-img img {
        height: 620px;
        width: 100%;
        object-fit: fill;
        margin: 20px 0px;
        border-radius: 20px;
    }

    .industry-slider1 .slick-next:before {
        right: -12px;
    }

    .industry-slider1 .slick-prev:before {
        left: -12px;
        bottom: 0;
    }

    .service-wrapper-detail {
        padding: 7px 21px;
        height: 207px;
        width: 100%;
    }

    .service-wrapper-detail h6 {
        font-size: 12px;
    }

    .contect-us-main {
        padding: 30px 40px;
    }

    .end-sect-wrapper p {
        margin: 0;
        padding: 10px 0;
    }
}
@media (max-width: 821px) {
}

@media (max-width: 768px) {
    .industry-slider1 .slick-next:before {
        right: 2px;
    }
    .industry-slider1 .slick-prev:before {
        left: 2px;
        bottom: 0;
    }
}
@media (min-width: 715px) and (max-width: 741px) {
    .contect-img {
        position: unset;
        bottom: 0;
    }
    .card-wrapper {
        margin-bottom: 20px;
    }
    .contect-img img {
        height: 432px;
        width: 100%;
        object-fit: cover;
        margin-left: 0px;
        margin-top: 10px;
    }
    .image-icon-profile-wrapper {
        position: relative;
        width: 240px;
    }
    .card-wrapper1 a img {
        border-radius: 20px;
        height: 263px;
        object-fit: fill;
    }
    section.Magazine {
        padding: 0px 0 70px 0;
        background: #f9fbfa;
    }
    .business-img-wrapper {
        margin-top: 0px;
    }
    .all-main-heading-website.text-center p {
        padding: 10px 0px !important;
        line-height: 1.5;
    }
    .text-add {
        width: 90% !important;
        margin: auto;
    }
    .footer_content.pl-4 {
        margin-left: 0px;
    }
}
@media (min-width: 650px) and (max-width: 668px) {
    .contect-img {
        position: unset;
        bottom: 0;
    }
    .all-main-heading-website.text-center p {
        padding: 10px 50px;
        line-height: 1.5;
    }
    .business-img-wrapper {
        margin-top: 0px;
    }
    section.Magazine {
        padding: 0px 0 70px 0;
        background: #f9fbfa;
    }
    .card-wrapper {
        margin-bottom: 20px;
    }
    .contect-img img {
        height: 432px;
        width: 100%;
        object-fit: cover;
        margin-left: 0px;
        margin-top: 10px;
    }
    .image-icon-profile-wrapper {
        position: relative;
        width: 240px;
    }
    .card-wrapper1 a img {
        border-radius: 20px;
        height: 263px;
        object-fit: fill;
    }
}
@media (max-width: 575px) {
    .nav11 {
        padding-top: 5px;
        padding-bottom: 4px;
    }
    .fl-main-container[data-position$="-right"] {
        margin-top: 100px !important;
    }
    .newsletter_wrapper p {
        padding-left: 0 !important;
        text-align: center;
    }
    .profile-envalope {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 80px;
    }
    .banner-img img {
        height: 210px;
        width: 100%;
        object-fit: fill;
    }
    .error-template {
        padding: 100px 0 50px 15px !important;
        text-align: center;
    }
    .banner-heading-for-move {
        position: absolute;
        top: 90px;
        left: 20px;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }
    .banner-headinf h2 {
        margin: 6px 0 14px 0;
    }

    .logo1-wrapper {
        text-align: center;
        margin-bottom: 20px;
    }
    .row.order-wrapper .service-main-wrapper .service-wrapper-detail {
        margin: 10px;
    }

    section.straight-true-magazine {
        padding: 70px 0 60px 0;
    }

    .row.center-wrapper {
        padding-bottom: 10px;
    }

    .about-us-wrapper-img img {
        height: 411px;
        object-fit: cover;
    }

    .service-main-wrapper {
        display: flex;
        gap: 10px;
        align-items: center;
        flex-direction: column;
    }

    .navTrigger {
        top: 6px;
    }

    section.rocky-mountain {
        padding: 0;
        position: relative;
        padding-top: 80px;
    }
    .banner-mountain {
        width: 100%;
        height: 100%;
    }
    .head h5::before {
        width: 12%;
    }

    .text-white {
        padding: 39px 0 20px 0;
    }

    .banner {
        right: 30px;
        justify-content: end;
        top: -50px;
        display: none;
    }

    ul.social_icons-banner li a i {
        color: #fff;
        position: relative;
        width: 16px;
        font-size: 17px;
    }

    h2 {
        font-size: 12px;
        padding-right: 0px;
        color: #000;
        text-shadow: 4px 0px 4px #fff;
    }
    .banner-headinf a.btn.green {
        padding: 0;
        width: 130px;
        font-size: 10px;
        height: 37px;
    }

    .first {
        order: 2;
    }

    .col-lg-4.third {
        margin-bottom: 10px;
    }

    .second {
        order: 4;
    }

    .third {
        order: 1;
    }

    ul.social_icons-banner li a i:hover::after {
        content: "";
        width: 0px;
    }

    section.about-us {
        padding: 40px 0 90px 0;
    }

    .about-heading {
        padding: 40px 0px 0px 0px;
    }

    section.about-us {
        padding: 40px 0 30px 0;
    }

    .central-service-img img {
        height: 380px;
        margin-bottom: 20px;
    }

    .service-wrapper-detail {
        height: unset;
        margin-bottom: 0;
    }
    section.service .service-wrapper-detail {
        height: unset !important;
        margin-bottom: 20px;
    }
    section.service {
        padding: 20px 0 20px 0;
    }

    section.education {
        padding: 50px 0 20px 0;
    }

    .education-heading.text-center p {
        line-height: 1.5;
        padding: 0 10px;
        margin: 20px 0 20px 0;
    }

    .card-wrapper {
        margin: 20px 10px;
    }

    h4 {
        font-size: 27px;
    }

    section.Magazine {
        padding: 51px 0;
    }

    .swiper {
        margin-top: 30px;
    }

    .contect-us-main {
        padding: 55px 34px 0px 34px;
        background: #f5f6f6;
        border-radius: 20px;
        position: relative;
    }

    .contect-img {
        position: inherit;
        bottom: 0;
        margin-top: 51px;
    }

    .contect-img img {
        height: unset;
        width: 100%;
        object-fit: cover;
    }

    .end-sect-wrapper {
        padding: 23px 41px;
    }

    h3 {
        font-size: 20px;
    }
    .end-sect-wrapper p {
        margin: 19px 0;
    }

    .footer_content.pl-4 {
        margin-left: 0;
    }

    h1 {
        font-size: 16px;
    }

    p {
        font-size: 12px;
    }

    .service-wrapper-detail p {
        font-size: 12px;
    }
}
@media (max-width: 376px) {
    h2 {
        font-size: 9px;
    }
    h1 {
        font-size: 14px;
    }
    .profile-envalope li.phone {
        flex: auto;
    }
}
@media (max-width: 360px) {
    .service-wrapper-detail p {
        font-size: 11px;
        margin-top: 22px;
    }
}

@media (max-width: 281px) {
    .envalope {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 0px;
        flex-direction: column;
        text-align: center;
    }
    .banner-headinf h1 {
        width: 53%;
    }
    .banner-headinf h2 {
        width: 46%;
    }
    .profile-envalope li.phone a {
        padding: 0px 0;
    }
    .newsletter_wrapper p {
        padding-left: 0 !important;
        text-align: center;
    }
    .form-outline.phone select.form-control.dd.mb-3 {
        font-family: "Poppins-Regular" !important;
        font-size: 13px;
        color: #6c757d !important;
    }
    ul.social_icons13 {
        gap: 18px;
    }
    .contect-img img {
        margin-left: 0px;
    }
    footer.text-white .head h5 {
        font-size: 18px;
    }
    .error-template {
        padding: 100px 0 50px 15px !important;
        text-align: center;
    }
    .profile-envalope {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 16px;
        flex-direction: column;
    }

    .profile-envalope span {
        width: 121px;
    }

    .envalope span {
        width: 121px;
    }

    .profile-envalope {
        margin-top: 0px;
    }
    h2 {
        font-size: 8px;
    }
    .banner-headinf a.btn.green {
        width: 100px;
    }
    h1 {
        font-size: 23px;
    }
    .form-outline input#form1Example1::placeholder {
        font-family: "Poppins-Regular" !important;
        font-size: 13px;
        color: #6c757d !important;
    }
    input.form-control::placeholder {
        font-family: "Poppins-Regular" !important;
        font-size: 13px;
        color: #6c757d !important;
    }
    .form-outline input[value] {
        font-family: "Poppins-Regular" !important;
        font-size: 13px;
        color: #6c757d !important;
    }
    .form-control.control-from {
        margin-bottom: 10px;
        padding: 10px 18px;
    }
    section.straight-true-magazine {
        padding: 30px 0 30px 0;
    }
    .navTrigger {
        right: 10px;
    }
}
