/* fonts import start */
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-ExtraBold.eot');
    src: url('../fonts/outfit/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-ExtraBold.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-ExtraBold.woff') format('woff'),
    url('../fonts/outfit/Outfit-ExtraBold.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-ExtraBold.svg#Outfit-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Medium.eot');
    src: url('../fonts/outfit/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Medium.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Medium.woff') format('woff'),
    url('../fonts/outfit/Outfit-Medium.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Regular.eot');
    src: url('../fonts/outfit/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Regular.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Regular.woff') format('woff'),
    url('../fonts/outfit/Outfit-Regular.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-ExtraLight.eot');
    src: url('../fonts/outfit/Outfit-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-ExtraLight.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-ExtraLight.woff') format('woff'),
    url('../fonts/outfit/Outfit-ExtraLight.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-ExtraLight.svg#Outfit-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Light.eot');
    src: url('../fonts/outfit/Outfit-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Light.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Light.woff') format('woff'),
    url('../fonts/outfit/Outfit-Light.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Black.eot');
    src: url('../fonts/outfit/Outfit-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Black.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Black.woff') format('woff'),
    url('../fonts/outfit/Outfit-Black.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Black.svg#Outfit-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Thin.eot');
    src: url('../fonts/outfit/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Thin.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Thin.woff') format('woff'),
    url('../fonts/outfit/Outfit-Thin.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Thin.svg#Outfit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-SemiBold.eot');
    src: url('../fonts/outfit/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-SemiBold.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-SemiBold.woff') format('woff'),
    url('../fonts/outfit/Outfit-SemiBold.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Bold.eot');
    src: url('../fonts/outfit/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Bold.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Bold.woff') format('woff'),
    url('../fonts/outfit/Outfit-Bold.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
}

body {
    font-family: "Outfit";
    background: #121317;
    overflow-x: hidden !important;
}

.section-title {
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 54.769px;
    margin-bottom: 2rem;
}

.section-title span {
    background: linear-gradient(90deg, #A617FF 0%, #FB02FF 53.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-content {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

/* global styling end */

/* header styling start */

nav.navbar.navbar-expand-lg {
    position: absolute;
    left: 0;
    right: 0;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    margin-right: 20px;
}

nav.navbar a.nav-link {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

nav.navbar a.nav-link:hover {
    color: #A617FF;
}

nav.navbar a.nav-link.active {
    color: #fff;
    font-weight: 600;
}

.navbar-collapse .contact-btn a {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    border-radius: 14px;
    border: 1px solid #A617FF;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    transition: .5s;
}

.navbar-collapse .contact-btn a:hover {
    color: #A617FF;
    transition: .5s;
}

.navbar-collapse .contact-btn a svg {
    margin-right: 5px;
}

/* header styling end */

/* banner styling start */
section.banner-sec {
    background-image: url("../img/banner_right_bg.png"), url("../img/banner_left_bg.png");
    background-repeat: no-repeat;
    background-position: right top, left bottom 150%;
    padding: 8rem 0 0;
}

.banner_main_heading {
    color: #FFF;
    font-size: 58px;
    font-weight: 700;
    line-height: 70.769px;
}

.banner_main_heading span {
    background: linear-gradient(90deg, #A617FF 0%, #FB02FF 53.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_main_para {
    color: #F1F1F1;
    font-size: 22px;
    font-weight: 300;
    line-height: 23.794px;
}

.banner-sec .download_section {
    margin-top: 3rem;
}

.download_section ul {
    list-style: none;
    padding: 0;
}

.download_section ul li {
    margin: 0 20px 0 0;
}

.download_section ul li:hover {
    transform: scale(1.1) !important;
}

.download_section h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.download_section ul li a img {
    filter: drop-shadow(0px 4.821022987365723px 4.821022987365723px rgba(0, 0, 0, 0.15));
}

/* banner styling end */
.about_us {
    background-image: url("../img/banner_left_bg.png"), url("../img/aboutus-bg.png");
    background-repeat: no-repeat;
    background-position: left top 90%, right top 60%;
}

.about_us .text-cont h2 {
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 54.769px;
    margin-bottom: 2rem;
}

.about_us .text-cont p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

/* about us styling end */

/* hire contractors styling start */
.hire_contractors {
    background-image: url("../img/hire_contractors_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
}

/* hire contractors styling start */

/* contractors_trades start */
.contractors_trades {
    background-image: url("../img/hire_contractors_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

/* contractors_trades end */

/* trusted clients section */
.our-trusted-clients-section {
    background-image: url("../img/app-screen-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom 350%;
    padding: 80px 0;
}

.our-trusted-clients-section .text-cont h2 {
    color: #000310;
    font-size: 45px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
	margin-bottom: 50px;
}

/* .customers-testimonials img.img-circle {
    height: 549px;
    width: 254px !important;
    margin: 0 auto;
    border-radius: 0;
    opacity: 1;
} */

.customers-testimonials .owl-item .item p.testimonials_paragraph {
    display: none;
}

.customers-testimonials .owl-item .item .testimonial-name {
    display: none;
}

.customers-testimonials button.owl-prev i {
    border: 2px solid #9E9E9E;
    padding: 5px;
    border-radius: 7px;
    color: #9E9E9E;
}

.customers-testimonials button.owl-prev i:hover,
.customers-testimonials button.owl-next i:hover {
    color: #fff;
    background: #9E9E9E;
}

.customers-testimonials button.owl-next i {
    border: 2px solid #9E9E9E;
    padding: 5px;
    border-radius: 7px;
    color: #9E9E9E;
}

.customers-testimonials button.owl-next {
    position: absolute;
    right: 0;
}

.customers-testimonials .owl-stage {
    margin: 100px 0;
    display: flex;
    align-items: center;
}
.customers-testimonials .owl-item.active.center {
    transform: scale(1.18);
	transition:0.5s;
}
.customers-testimonials .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.customers-testimonials .owl-item.active.center .img-circle {
    opacity: 1;
    border: 0;
}

.customers-testimonials .owl-item.active.center .item .content-box {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.customers-testimonials .owl-item .item .content-box {
    display: none;
}

.customers-testimonials .owl-item.active.center .item .content-box {
    width: 1000px;
    display: block;
    position: relative;
    right: 0;
    left: -250px;
    margin: 0px auto;
}

.our-trusted-clients-section h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
}

.our-trusted-clients-section p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.customers-testimonials .owl-item.active.center .item .content-box p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    position: relative;
}

.customers-testimonials .owl-item.active.center .item .content-box h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 220%;
}

.customers-testimonials .owl-item.active.center .item .content-box p:before {
    content: '“';
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    z-index: 999;
    left: -20px;
    top: -80px;
    color: #1F95E5;
    font-size: 120px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.customers-testimonials .owl-item.active.center .item .content-box p:after {
    content: '“';
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -70px;
    color: #1F95E5;
    font-size: 120px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.our-trusted-clients-section .owl-nav {
    position: absolute;
    top: 130px;
    width: 100%;
}

/* trusted clients section */

/* testimonials styling start */
.testimonials {
    padding: 2rem 0 5rem;
}

.testimonials .client_reviews {
    border-radius: 7.823px;
    border: 0.782px solid #A617FF;
    background: rgba(139, 139, 139, 0.08);
    backdrop-filter: blur(7.822580814361572px);
    padding: 5rem;
}

.testimonials .owl-carousel .owl-item img {
    width: auto;
}

.testimonials .client_reviews .testimonial_slider .img-cont {
    float: right;
}

.testimonials .client_reviews .testimonial_slider .item .text-cont p {
    color: #FFF;
    font-size: 25.032px;
    font-weight: 400;
    line-height: 35.202px;
    opacity: 0.6;
    margin-top: 3rem;
    margin-bottom: 20px;
}

.testimonials .client_reviews .testimonial_slider .item .text-cont h3 {
    color: #FFF;
    font-size: 12.516px;
    font-weight: 600;
    line-height: 20.339px;
    margin-bottom: 0;
}

.testimonials .client_reviews .testimonial_slider .item .text-cont span {
    color: #FFF;
    font-size: 12.516px;
    font-weight: 400;
    line-height: 20.339px;
    opacity: 0.6;
}

.testimonials .client_reviews .testimonial_slider .owl-dots {
    position: absolute;
    bottom: -45%;
    left: 0;
    right: 0;
    text-align: center;
}

.testimonials .client_reviews .testimonial_slider .owl-dots span {
    width: 12px;
    height: 12px;
    border-radius: 9.344px;
    background: #333438;
    display: block;
    margin: 0 5px;
}

.testimonials .client_reviews .testimonial_slider .owl-dots .active span,
.testimonials .client_reviews .testimonial_slider .owl-dots span:hover {
    background: linear-gradient(90deg, #A617FF 0%, #FB02FF 53.02%);
}

/* testimonials styling end */

/* download_now styling start */
.download_now {
    padding: 0 0 5rem;
}

.download_now .text-cont h3 {
    color: #FFF;
    font-size: 45px;
    font-weight: 600;
    line-height: 47.274px;
}

.download_now .text-cont h2 {
    background: linear-gradient(90deg, #A617FF 0%, #FB02FF 53.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    font-weight: 700;
    line-height: 70.769px;
}

/* download_now styling end */

/* footer style start */
footer {
    border-radius: 7.823px;
    background: rgba(139, 139, 139, 0.08);
    backdrop-filter: blur(7.822580814361572px);
}

footer .footer-top {
    padding: 100px 0;
}

.download_section_footer ul {
    list-style: none;
    padding: 0;
}

.download_section_footer ul li {
    margin: 0 20px 0 0px;
}

p.first_column_text {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 20px 0;
}

footer .footer-top h5 {
    color: #FCFCFC;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.first_column_list li a {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.first_column_list li {
    margin: 10px 0px;
}

.footer_newsletter button#button-addon2 {
    background: transparent;
    border: none;
    color: #323232;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.footer_newsletter .input-group input {
    border-radius: 12px;
    padding: 15px;
    border: 0;
}

.footer_newsletter .input-group input:focus {
    box-shadow: none;
    border: 0;
}

.footer_newsletter .input-group {
    border-radius: 12px;
    background: #AC61E7;
}

.footer_newsletter .input-group .form-control {
    background: transparent;
}

.footer_newsletter ul {
    padding: 0;
    list-style: none;
}

.footer_newsletter ul li {
    margin: 0 20px 0 0;
}

.footer_newsletter ul li:hover {
    transform: scale(1.3) !important;
}

.footer_newsletter form .input-group .form-control::placeholder {
    color: #FCFCFC;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

/* footer style end */


/* media query start */

/* @media screen and (max-width: 1499px) {
    .customers-testimonials .owl-item.active.center .img-circle {
        height: 754px;
        width: 320px !important;
    }

    .customers-testimonials img.img-circle {
        height: 509px;
        width: 215px !important;
    }
} */

@media screen and (max-width: 1399px) {
    .banner_main_heading {
        font-size: 49px;
        line-height: 61.769px;
    }
}

/* @media screen and (max-width: 1299px) {
    .customers-testimonials img.img-circle {
        height: 489px;
        width: 195px !important;
    }

    .customers-testimonials .owl-item.active.center .img-circle {
        height: 724px;
        width: 290px !important;
    }

} */

@media screen and (max-width: 1199px) {
    .banner_main_heading {
        font-size: 41px;
        line-height: 55.769px;
    }

    .download_now .text-cont h3 {
        font-size: 40px;
        line-height: 42.274px;
    }

    .download_now .text-cont h2 {
        font-size: 53px;
        line-height: 68.769px;
    }
}

@media (max-width: 1170px) {
    .customers-testimonials .owl-item.active.center .img-circle {
        width: 80% !important;
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .navbar-toggler-icon {
        color: #fff;
    }

    nav.navbar.navbar-expand-lg {
        background: #131318;
    }

    .section-title,
    .about_us .text-cont h2 {
        font-size: 30px;
        line-height: 40.769px;
    }

    .section-content,
    .about_us .text-cont p {
        font-size: 14px;
        line-height: 18px;
    }

    .download_now .text-cont h3 {
        font-size: 35px;
        line-height: 37.274px;
        margin-bottom: 0;
    }

    .download_now .text-cont h2 {
        font-size: 39px;
        line-height: 55.769px;
    }

    .download_now {
        padding: 3rem 0 5rem;
    }

    .banner-sec {
        text-align: center;
    }

    .banner-sec .download_section ul {
        justify-content: center;
    }

    .testimonials .client_reviews .testimonial_slider .owl-dots {
        bottom: -35%;
    }
}

@media screen and (max-width: 767px) {
    footer .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .download_section ul,
    .download-now .text-cont ul {
        justify-content: center;
    }

    .about_us,
    .hire_contractors,
    .contractors_trades,
    .download_now {
        text-align: center;
        padding: 2rem 0;
    }

    .testimonials .client_reviews .testimonial_slider .owl-dots {
        bottom: -12%;
    }

    .banner_main_heading {
        font-size: 35px;
        line-height: 45.769px;
    }
    .copyright{
        font-size: 14px;
        font-weight: 200;
    }
    .testimonials .client_reviews{
        padding: 2rem;
    }
    .testimonials .client_reviews .testimonial_slider .img-cont{
        float: none;
        margin-top: 10px;
    }
    .testimonials{
        padding: 2rem 0;
    }
    .testimonials .client_reviews .testimonial_slider .item .text-cont p{
        font-size: 14.032px;
        line-height: 24.202px;
    }
    .our-trusted-clients-section{
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    footer .footer-top {
        padding: 2rem 40px;
        text-align: center;
    }

    .footer_newsletter ul {
        justify-content: center;
    }
    .footer_newsletter ul  li:last-child{
        margin-right: 0;
    }

    footer .download_section_footer ul {
        display: block !important;
    }

    footer .download_section_footer ul li {
        margin-bottom: 10px;
    }

    h2.section-title,
    .download_now .text-cont h2 {
        font-size: 25px !important;
        line-height: 30.769px;
    }

    .navbar-brand {
        max-width: 70%;
    }

    .download_now .text-cont h3 {
        font-size: 25px;
        line-height: 27.274px;
    }
}


/* media query end */