@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500;700&display=swap');
:root {
    --white: #fff;
    --black: #000;
    --primary: #00A14B;
    --secondary: #0FC1D3;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}


/* How to add New font */


/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

section {
    position: relative;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3 {
    font-family: 'Jost', sans-serif;
}

h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}


/* loader */


/* btn css */

a.themeBtn span {
    transform: skewX(-341deg);
    display: block;
}

section#mainSlider .btn-group {
    gap: 1rem;
}

.themeBtn {
    background: linear-gradient(90deg, #0FC1D3, #00A14B);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1.04em 1.96em;
    transform: skewX(341deg);
    line-height: normal;
    transition: 0.5s ease;
    overflow: hidden;
    position: relative;
}

.themeBtn:hover {
    background: #000;
    color: #fff;
}


/* .themeBtn:hover {
	background: transparent;
	color: var(--white);
} */

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}


/* btn css */


/* header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 111;
	top: 0;
	width: 100%;
	padding: 1rem 0;
	transition: 0.3s ease-in-out;
  } */

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.navbar-nav {
    align-items: center;
    /* justify-content: space-between; */
    /* width: 100%; */
    gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: #6B6B6B;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.an-navbar {
    background: var(--theme-color);
    /* padding: 1.35rem 0; */
}


/* navigation css */


/* slider css */

section#mainSlider .themeBtn {
    background: #fff;
    color: #000;
}

section#mainSlider .themeBtn:hover {
    background: var(--primary);
    color: #fff;
}

.main-slider {
    height: 1026px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.main-slider h1:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 2rem;
    bottom: 0;
    left: 17rem;
    right: 0;
    width: 250px;
    height: 8px;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 28%;
    width: fit-content;
    left: 16%;
    position: relative;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: #fff;
}

.homeSlider .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    border: 1px solid #FFFFFF;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    left: -6px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1rem;
    font-size: 18px;
}

.homeSlider .slide-inner figure img {
    width: 100%;
}

.homeSlider .slide-inner figure {
    margin-right: -4rem;
    margin-left: -8rem;
    margin-bottom: -4rem;
}


/* slider css */

.mainHead {
    font-size: 4.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.subHead {
    font-size: 1.5625rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.instaSlider .swiper-slide {
    transition: 0.5s ease;
    cursor: pointer;
    user-select: none;
}

.instaSlider .swiper-slide img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.instaSlider {
    margin: -1rem -12rem 0;
}

.instaSlider .swiper-slide-prev,
.instaSlider .swiper-slide-active,
.instaSlider .swiper-slide-next {
    transform: scaleX(0.9) scaleY(0.8) translateY(-2rem);
}

.insta-section {
    background: #fff;
    padding: 3rem 0;
}

.insta-section p {
    text-align: center;
    margin: 0;
    font-size: 1.375rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}


/* aboutSection css start */

.aboutSection {
    padding: 5rem;
}

.aboutcntnt p {
    color: #989898;
    font-size: 18px;
}

.wrapimg2 {
    content: "";
    position: absolute;
    bottom: -1.7rem;
    right: 16px;
    background: #fff;
    width: 200px;
    height: 202px;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.maimwrapimg figure:before {
    content: "";
    position: absolute;
    border: 2px solid var(--primary);
    width: 624px;
    height: 620px;
    border-radius: 50%;
    z-index: -1;
    bottom: 9px;
    left: 0;
}

.maimwrapimg figure:after {
    content: "";
    position: absolute;
    border: 20px solid var(--primary);
    width: 624px;
    height: 620px;
    border-radius: 50%;
    z-index: -1;
    bottom: 9px;
    /* left: 32px; */
    right: 0;
}


/* aboutSection css end */


/* pricing css start */

.pricingSec {
    background: url(../images/pricingbg.png)no-repeat;
}

.pricingBox {
    background: var(--white);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 0 10px 32px rgb(0 0 0 / 15%);
    transition: 0.5s ease-in-out;
}

.pricingBox h2 {
    font-size: 1.5625rem;
    font-weight: 500;
    font-family: 'Jost';
    text-align: left;
    border-bottom: 2.5px solid #E2E5EC;
    padding-bottom: 1.125rem;
    text-transform: uppercase;
}

.pricingBox h3 {
    font-size: 4.6875rem;
    color: #313131;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    padding-top: 10px;
}

.pricingBox h3 span {
    font-size: 3.125rem;
}

.pricingBox h3 small {
    font-size: 26px;
    font-weight: 500;
}

.pricingBox h4 {
    font-size: 1.625rem;
    font-weight: 500;
    color: var(--black);
    font-family: 'Jost';
}

.pricingBox p {
    font-size: 1rem;
    color: #313131;
    border-bottom: 2.5px solid #E2E5EC;
    padding-bottom: 1.125rem;
}

.pricingBox h5 {
    font-size: 1.125rem;
    color: var(--black);
}

.pricingBox ul {
    border-bottom: 2.5px solid #E2E5EC;
    padding: 1rem 0 4rem 0;
    margin-bottom: 1.3rem;
}

.pricingBox ul li a {
    color: #313131;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.pricingBox ul li+li {
    padding-top: 1rem;
}

.swiper-slide-active .pricingBox {
    background: linear-gradient(181deg, #0FC1D3, #00A14B);
}

.swiper-slide-active .pricingBox h2,
.swiper-slide-active .pricingBox h3,
.swiper-slide-active .pricingBox p,
.swiper-slide-active .pricingBox ul,
.swiper-slide-active .pricingBox h4,
.swiper-slide-active .pricingBox h5,
.swiper-slide-active .pricingBox ul li a {
    color: var(--white);
}


/* .swiper-slide-active .pricingBox .pricingBtn .themeBtn {
	background: var(--black);
	color: var(--white);
} */

.swiper-slide-active .pricingBox .pricingBtn .themeBtn:before {
    background: var(--black);
}

.pricingSec {
    padding: 5rem 0;
    position: relative;
}


/* pricing css end */


/* ourService css start */

.ourService {
    background: url(../images/servicebg.png) center/cover no-repeat;
    padding: 5rem 0;
}

.servwrap {
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 6rem;
}

.servwrap figure {
    position: relative;
}

.servwrap .themeBtn {
    position: absolute;
    left: 19%;
    bottom: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.themeBtn.btnblue {
    background: var(--secondary);
    font-size: 1.875rem;
    font-weight: 400;
}

a.themeBtn.btngreen {
    background: var(--primary);
    font-size: 30px;
    font-weight: 400;
}


/* ourService css end */


/* binsec css start */

.binSec {
    background: url(../images/binbg.png) center/cover no-repeat;
    padding: 5rem 0;
    position: relative;
}

section.binSec .mainHead {
    color: #fff;
    font-size: 3rem;
}

section.binSec .themeBtn {
    background: #fff;
    color: #000;
}

img.img-fluid.trashbin1 {
    position: absolute;
    bottom: 0;
}


/* binsec css end */


/* project css end */

section.projectSec figure img {
    margin-top: 2rem;
}

section.projectSec {
    background: #F5F8FF;
    padding-top: 5rem;
}

.procntnt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7rem;
}

.procntnt p {
    margin-top: 2rem;
}

.procntnt .mainHead span {
    display: flex;
    font-size: 1.5625rem;
    text-transform: uppercase;
    font-weight: 400;
}


/* project css end */


/* Footer Css Start */

footer {
    background: #0D0D0D;
    padding-top: 5rem;
}

footer ul li a:hover {
    color: var(--primary);
}

footer h3 {
    font-size: 1.5625rem;
    color: var(--white);
    padding-bottom: 1.2rem;
}

.links li a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.links li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 10px;
    margin-top: 10px;
}

.contactInfom li a {
    color: var(--white);
}

.contactInfom li a span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 3px;
}

.contactInfom li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 1.25rem;
    margin-top: 1.25rem;
}

.socialLinks li a {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    color: var(--white);
}

.socialLinks li a i:hover {
    background: var(--primary);
}

.socialLinks li a span {
    text-decoration: underline !important;
}

.socialLinks li a i {
    background: rgb(255 255 255 / 20%);
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
    font-size: 1.25rem;
}

.socialLinks li+li {
    border-top: 1px dashed rgb(255 255 255 / 50%);
    padding-top: 0.875rem;
    margin-top: 0.875rem;
}

.copyRight p {
    margin: 0;
    color: var(--white);
}

.copyRight {
    border-top: 1px solid rgb(223 223 224 / 50%);
    margin-top: 4rem;
    padding: 1.2rem 0;
}

.footerPara {
    margin: 2.5rem 0 0;
    color: var(--white);
}


/* Footer Css End */


/* Testimonial Sec Css Start */

section.testimonialSec {
    padding: 5rem 0;
}

.testimonial-card {
    margin: 2rem 8px 0 1rem;
}

.testimonial-card .content {
    padding: 2rem 1rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
    background: var(--white);
    box-shadow: -0.31px 2.98px 51px rgb(0 0 0 / 8%);
}

.testimonial-card .content .fa-quote-left {
    position: absolute;
    top: -1.6rem;
    left: 2rem;
    font-size: 3rem;
    color: var(--primary);
}

.star li {
    display: inline-block;
}

.star li i {
    color: #FFC107;
    font-size: 1rem;
}

.testimonial-card p {
    margin: 1rem 0 0;
}

.testimonial-card .content:after {
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgb(255 255 255);
    position: absolute;
    bottom: -20px;
    left: 2rem;
}

.testimonial-info {
    display: flex;
    align-items: center;
    gap: 0 1rem;
    margin-top: 2.5rem;
    padding-left: 2rem;
}

.testimonial-info a {
    font-size: 1.5625rem;
    display: block;
    color: var(--black);
    line-height: 1;
    text-transform: uppercase;
}

.swiper-slide.swiper-slide-active .testimonial-card .content .fa-quote-left {
    color: #0FC1D2;
}

.testimonialSlider {
    padding-bottom: 5rem;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: 1;
    background: var(--primary);
}

.testimonialSec .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.testimonialSec .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary);
    width: 75px;
    height: 7px;
    position: relative;
}

.testimonialSec .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    border: 1px solid var(--secondary);
    width: 75px;
    height: 10px;
    border-radius: 50px;
    left: 0;
    background: #0FC1D2;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}


/* Testimonial Sec Css End */

section.binSec .themeBtn:hover {
    background: var(--secondary);
    color: #fff;
}

a.themeBtn.btnblue:hover {
    background: #000;
}

a.themeBtn.btngreen:hover {
    background: #000;
}

.pricingBtn.text-center {
    margin-bottom: -4rem;
    /* overflow: hidden; */
    /* z-index: 1; */
    /* position: relative; */
}

.packageSlider {
    padding-bottom: 4rem;
}

.topbar a {
    justify-content: center;
    background: linear-gradient(90deg, #0FC1D3, #00A14B);
    color: #fff;
    font-size: 18px;
    padding: 10px 27px;
    clip-path: polygon(0 0, 100% 0, 91% 100%, 9% 100%);
    display: block;
    text-align: center;
}

.topbar {
    border-top: 3px solid var(--secondary);
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 80px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
}

.innerBan {
    position: relative;
}

.innerBan img {
    width: 94%;
}

.mainwrap2 figure:before {
    content: "";
    position: absolute;
    border: 2px solid var(--primary);
    width: 668px;
    height: 561px;
    z-index: -1;
    bottom: -3rem;
    left: -3rem;
}

.mainwrap2.mainwrapleft figure:before {
    left: 3rem;
}

.aboutSection.serviceinnr {
    padding: 7rem 0 9rem 0;
}

.serviheight {
    margin-top: 7rem;
}

section.projectSec.galleryprojct figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

section.projectSec.galleryprojct {
    background: unset;
    padding: 7rem 0 9rem 0;
}

.testimonialSec.innrtesti .testimonial-card {
    margin-bottom: 5rem;
}

.testimonial-card .content.cntnt1 .fa-quote-left {
    color: var(--secondary);
}


/* Contact Sec Css Start */

.contactSec {
    background: #F5F5F5;
    padding: 15rem 0 7rem 0;
    margin-top: -11rem;
    z-index: -1;
}

.contactHead p {
    color: #101C2A;
    font-size: 1.25rem;
}

.contactForm .form-group .form-control {
    height: 75px;
    border-radius: unset;
    border: unset;
    padding-left: 1.5rem;
}

.contactForm .form-group .form-control::placeholder {
    font-weight: 500;
    color: #8B93A8;
}

.contactForm .form-group textarea {
    height: 200px !important;
    padding-top: 1.5rem;
}

.contactForm .form-group {
    margin-bottom: 1.5rem;
}

.contactBox figure {
    background: linear-gradient(358deg, #0FC1D3, #00A14B);
    color: var(--white);
    width: 124px;
    height: 124px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 3rem;
    border: 2px dashed #fff;
}

.contactBox {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contactBox a {
    width: calc(100% - 140px);
    color: #101C2A;
    font-size: 20px;
}

.contactBox a span {
    display: grid;
    font-size: 22px;
    font-family: 'Jost';
    font-weight: bold;
}

.contactBox+.contactBox {
    padding-top: 2rem;
    border-top: 1px solid #4F6788;
    margin-top: 2rem;
    width: 90%;
}

.contactImg {
    position: absolute;
    right: -6rem;
    bottom: 0;
    width: 28%;
}

h2.mainHead.secHeading span {
    font-size: 26px;
    font-weight: 400;
}


/* Contact Sec Css End */

.projectSlider .swiper-button-prev,
.projectSlider1 .swiper-button-prev,
.projectSlider2 .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #0FC1D3, #00A14B);
    border-radius: 50%;
}

.projectSlider .swiper-button-prev:after,
.projectSlider1 .swiper-button-prev:after,
.projectSlider2 .swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
}

.projectSlider .swiper-button-next,
.projectSlider1 .swiper-button-next,
.projectSlider2 .swiper-button-next {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #0FC1D3, #00A14B);
    border-radius: 50%;
}

.projectSlider .swiper-button-next:after,
.projectSlider1 .swiper-button-next:after,
.projectSlider2 .swiper-button-next:after {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
}

.beforeContent span {
    display: table;
    margin: 1rem auto 0;
    font-size: 1.5625rem;
    font-weight: 600;
    text-transform: uppercase;
}