/* fonts import start */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Light.eot");
    src: url("../fonts/gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Light.svg#Gilroy-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Medium.eot");
    src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Regular.eot");
    src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Bold.eot");
    src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Heavy.eot");
    src: url("../fonts/gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Heavy.woff") format("woff"), url("../fonts/gilroy/Gilroy-Heavy.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
}

body {
    font-family: "Gilroy";
    overflow-x: hidden !important;
}

.para_heading_global {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 120%;
}
.paragraph_global {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
    margin-top: 20px;
}

/* global styling end */

/* header styling start */

nav.navbar.navbar-expand-lg {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
    z-index: 1;
}
nav.navbar a.nav-link {
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
nav.navbar a.nav-link:hover{
    color: #1F95E5;
    font-weight: 600;
}
nav.navbar a.nav-link.active {
    color: #1F95E5;
    font-weight: 600;
}
nav.navbar .current-menu-item .nav-link {
    color: #1F95E5;
    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;
    border-radius: 12px;
    background: #1F95E5;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    transition: .5s;
}
.navbar-collapse .contact-btn a:hover{
    background: transparent;
    border: 1px solid #1F95E5;
    color: #323232;
    transition: .5s;
}
.navbar-collapse .contact-btn a  svg{
    margin-left: 5px;
}

/* header styling end */

/* banner styling start */
section.banner-sec {
    background: #F4F7FF;
    padding: 100px 0 50px;
}

.banner_upper_heading {
    color: #323232;
    font-family: 'Bebas Neue';
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.banner_main_heading {
    color: #323232;
    font-size: 70px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
}
.banner-main-span {
    color: #323232;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.banner_main_para {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.banner-sec .download_section {
    margin-top: 4rem;
}
.banner-sec #button-addon2 {
    border-radius: 22px;
    padding: 10px 20px;
    background: #1F95E5;
    color: #fff;
    border: none;
}
.download_section ul {
    list-style: none;
    padding: 0;
}
.download_section ul li {
    margin: 0 10px 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;
}
.tabs-imge-abs {
    position: absolute;
    top: 50px;
}
/* banner styling end */

/* share location start */
section.location-share-section {
    background: #DEF1FF;
}
section.location-share-section .inner {
    background: #F4F4F4;
    border-radius: 0 0 100px 100px;
    padding: 70px 0;
}
/* share location end */

/* make rules start */
section.make-your-rules-section {
    background: #F4F4F4;
}
section.make-your-rules-section .inner{
    border-radius: 0 0 80px 80px;
    background: #def1ff;
    padding: 70px 0;
}
.make-your-rules-image {
    transform: translateX(80px);
}

/* make rules end */

/* link profile starts */
.link-your-profiles-section {
    background: #FFF2DE;
}
section.link-your-profiles-section .inner{
    border-radius: 0 0 100px 100px;
    padding: 50px 0;
    background: #F4F4F4;
}

/* link profile ends */

/*intruder-selfie start*/
.intruder-selfie{
    border-radius: 0 0 80px 80px;
    background: #FFF2DE;
    padding: 50px 0;
}

.intruder-selfie.services-page{
    padding: 50px 0 10px;
    margin-bottom: 100px;
}

/*intruder-selfie end*/

/* trusted clients section */
.our-trusted-clients-section{
    padding: 80px 0;
}
.customers-testimonials img.img-circle {
    height: 100px;
    width: 100px !important;
    margin: 0 auto;
    border-radius: 100%;
    opacity: 0.5;
}
.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 0;
}
.customers-testimonials .owl-item.active.center .img-circle {
    height: 250px;
    width: 250px !important;
    opacity: 1;
    transform: translate(0px, -50px);
    border: 8px solid #1f95e5;
    margin-top: -20px;
}
.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: 0 auto;
    top: -25px;
}
.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;
    margin-bottom: 45px;
}
.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 */

/* build your business section */
section.build-your-business-section {
    background: linear-gradient(180deg,#fff 25%,#F4F7FF 25%);
    padding-bottom: 30px;
}
section.build-your-business-section .para_heading_global{
    font-size: 38px;
}
section.build-your-business-section .para_heading_global svg{
    margin: -5px -5px 0 -15px;
}

/* build your business section */

/* footer style start */
footer {
    background: #1f95e5;
}
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: 400;
    line-height: normal;
    margin: 30px 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: #fff;
    border: none;
    color: #323232;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.footer_newsletter .input-group input {
    border-radius: 12px;
    padding: 15px;
}
.footer_newsletter .input-group input:focus{
    box-shadow: none;
    border: 0;
}
.footer_newsletter .input-group {
    border-radius: 12px;
}
.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 .copyright {
    font-weight: 600;
    font-size: 14px;
}

/* footer style end */

/* contact page banner style start */
.contact-banner-sec {
    background: #F4F7FF;
    text-align: center;
    padding: 100px 0;
}

.contact-banner-sec p {
    color: #555;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}
.contact-form input.form-control {
    border-radius: 12px;
    opacity: 0.8;
    background: #F4F4F4;
    border: none;
    padding: 13px 22px;
    color: #565656;
    font-size: 12px;
}
.contact-form textarea.form-control::placeholder,
.contact-form input.form-control::placeholder {
    color: #565656;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
textarea.form-control {
    border-radius: 12px;
    opacity: 0.8;
    background: #F4F4F4;
    border: none;
    padding: 20px;
    resize: none;
    color: #565656;
    font-size: 12px;
}

section.contact-form .form-cont{
    padding: 35px 50px;
}

section.contact-form .form-cont p{
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.contact-form .submitcontactform {
    width: 100%;
    border-radius: 12px;
    opacity: 0.8;
    background: #1F95E5;
    border: none;
    padding: 12px;
}
section.contact-form h2 {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

/* contact page banner style end */

/* About Us Start*/
.top-banner-text{
    background: #F4F7FF;
    padding-top: 70px;
}
.top-banner-text .text-cont{
    text-align: center;
    padding: 111px 0;
}
.top-banner-text.contact-us-page .text-cont{
    text-align: center;
    padding: 70px 0;
}
.top-banner-text .text-cont h6 {
    color: #323232;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.who-are-we{
    padding: 50px 0 85px;
}
.who-are-we .text-cont{
    padding-top:55px;
    padding-right: 10%;
    padding-left: 5%;
}
.who-are-we .text-cont h2{
    color: #1F95E5;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.who-are-we .text-cont h3{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.who-are-we .text-cont p{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
    padding-right: 15%;
}
.who-are-we .img-cont .left-img{
    position: absolute;
    translate: -100px 0px;
}
.founder-ceo{
    display: flex;
    align-items: center;
    margin-left: 5%;
}
.founder-ceo .img-cont{
    margin-right:20px;
}
.founder-ceo .title{

}
.founder-ceo .title h4{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.founder-ceo .title p{
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.location-share-section.about-us{
    background: #fff;
}
.location-share-section.about-us .text-cont{
    padding-left: 5%;
}
/* About Us End*/


/*privacy-policy start*/
.privacy-policy{
    padding: 70px 0;
}
.privacy-policy .inner-text {
    margin-top: 50px;
}
.privacy-policy .inner-text h1{
    color: #323232;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}
.privacy-policy .inner-text span{
    font-weight: 400;
}
.privacy-policy .inner-text h2{
    margin-bottom: 20px;
    color: #343434;
    font-size: 18px;
    font-weight: 600;
}
.privacy-policy .inner-text p{
    margin-bottom: 20px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

/*privacy-policy end*/

/* media query start */
@media screen and (max-width: 1600px) {

    .creator-box .social-media-box {
        margin: 0 3px 0 0;
    }

    /*section.make-your-rules-section {*/
    /*    padding: 90px 0px;*/
    /*}*/
}
@media screen and (max-width: 1399px) {
    .who-are-we {
        padding: 50px 0 115px;
    }
    .who-are-we .img-cont .left-img {
        translate:0;
        left: 0;
    }
    .who-are-we .text-cont {
        padding-right: 0;
    }
    .who-are-we .text-cont p {
        padding-right: 5%;
    }
}
@media screen and (max-width: 1366px) {
    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 1000px;
        display: block;
        position: relative;
        right: 0;
        left: -300px;
        margin: 0 auto;
    }
    .who-are-we .text-cont {
        padding-left: 15%;
    }
    .founder-ceo {
        margin-left: 15%;
    }
}
@media screen and (max-width: 1240px) {
    .tabs-imge-abs {
        display: none;
    }
    .make-your-rules-image {
        transform: translateX(0px);
    }
    .who-are-we .text-cont {
        padding-left: 20%;
        padding-top: 25px;
    }
    .founder-ceo {
        margin-left: 20%;
    }
}
@media screen and (max-width: 1199px) {
    .who-are-we .img-cont .left-img{
        position: static;
    }
    .who-are-we .text-cont {
        padding-left: 0;
        padding-top: 0;
    }
    .founder-ceo {
        margin-left:0;
    }
    .who-are-we .text-cont p {
        padding-right: 0;
    }
    .who-are-we .img-cont{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .who-are-we {
        padding: 50px 0;
    }
    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 900px;
        left: auto;
        right: auto;
    }
}
@media screen and (max-width: 991px) {
    section.build-your-business-section {
        background: #F4F7FF;
        text-align: center;
    }
    .banner-sec,
    .location-share-section,
    .make-your-rules-section,
    .link-your-profiles-section,
    .intruder-selfie,
    .download_section ul{
        justify-content: center;
    }
    .banner-sec,
    .intruder-selfie,
    .link-your-profiles-section,
    section.make-your-rules-section,
    section.location-share-section .inner {
        text-align: center;
    }
    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 600px;
    }
    .who-are-we .text-cont{
        margin-top: 35px;
    }
    .make-your-rules-image {
        margin-bottom: 35px;
    }
    .contact-form img{
     width: 100%;
    }
    .contact-form input.form-control.first{
        margin-bottom: 25px;
    }
    section.contact-form .form-cont{
        padding: 35px 25px;
    }
    .banner_main_heading {
        font-size: 62px;
    }
}
@media screen and (max-width: 767px) {
    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 100%;
        display: block;
        position: relative;
        right: 0;
        left: 0;
        margin: 0px auto;
    }

    section.build-your-business-section {
        margin: 0px 0px;
    }
}
@media screen and (max-width: 575px) {
    footer .footer-top {
        padding: 100px 40px;
    }
    .customers-testimonials .owl-item.active.center .item .content-box p:before {
        display: none;
    }
    .customers-testimonials .owl-item.active.center .item .content-box p:after {
        display: none;
    }
    footer .download_section_footer ul{
        display: block !important;
    }
    footer .download_section_footer ul li{
        margin-bottom: 10px;
    }
    .top-banner-text .text-cont {
        text-align: center;
        padding: 50px 0;
    }
    section.contact-form h2,
    .banner_main_heading {
        font-size: 36px;
    }
}
/* media query end */