/*
Theme Name: Passendo Theme
Author: team
Description: Passendo
Version: 100.100.100
*/

@font-face {
    font-family: 'Rubik-Regular';
    src: url('fonts/Rubik-Regular.eot');
    src: local('☺'), url('fonts/Rubik-Regular.woff') format('woff'), url('fonts/Rubik-Regular.ttf') format('truetype'), url('fonts/Rubik-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

span.social img {
    display: none;
}

.advertisers-heading,
.publishers-heading {
    display: table;
    text-transform: uppercase;
    border-bottom: 2px solid #7837e6;
}

.site-content {
    margin-top: 13vh;
}

#notification-text .success {
    color: #ffffff;
}

#notification-text .error {
    color: #ff0000;
}

.error404-content {
    background: url("images/404-bg.svg") no-repeat;
    background-size: cover;
    width: 100%;
}

.thanks-content {
    background: url("images/thank-you-bg.png") no-repeat;
    background-size: cover;
    width: 100%;
}

.error404-entry-content,
.thanks-entry-content {
    margin-top: 30px;
}

.no-found-image {
    background: url("images/404-image.svg") no-repeat;
    max-width: 400px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-found-text h2 {
    font-family: Rubik;
    font-size: 30px;
    text-transform: uppercase;
    color: #7831E4;
    text-align: center;
}

.thanks-btn {
    text-align: center;
}

.no-found-btn a,
.thanks-btn a {
    display: inline-block;
    max-width: 390px;
    margin-bottom: 30px;
}

.thanks-btn a:first-child {
    margin-right: 50px;
}

.thanks-btn .thanks-btn__new-line {
    display: none;
}

@media (max-width: 768px) {
    .thanks-btn {
        text-align: center;
    }

    .thanks-btn a {
        display: inline-block;
    }

    .thanks-btn a:first-child {
        margin-right: auto;
        margin-bottom: 0;
    }

    .thanks-btn .thanks-btn__new-line {
        display: block;
    }
}

.no-found-btn a:hover,
.thanks-btn a:hover,
.no-found-btn a:visited,
.thanks-btn a:visited {
    color: #ffffff;
}

.thanks-entry-content h1 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

.thanks-entry-content p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 30px auto 0;
    max-width: 500px;
}

@media (min-width: 992px) {

}

/*@media (max-width: 992px) {
    .thanks-entry-content {
        margin-top: -39px;
    }
}*/

.addresses-list {
    position: relative;
}

.addresses-list:before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: -14px;
    background-color: #464646;
}

.addresses-list h2,
.footer-list h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 22px;
}

.addresses-list .address-title {
    font-size: 16px;
}

.footer-addresses {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-addresses .footer-address {
    list-style-type: none;
}

.footer-addresses .footer-address:first-child {
    margin-right: 46px;
}

@media screen and (max-width: 992px) {
    .addresses-list:before {
        display: none;
    }

    .addresses-list h2,
    .footer-list h2 {
        text-align: center;
        padding-right: 15px;
    }

    .footer-addresses {
        justify-content: space-evenly;
    }

    .footer-addresses .footer-address:first-child {
        margin-right: 0;
    }
}

.footer-list ul {
    text-align: left;
    padding: 0;
}

.footer-list ul > li {
    margin: 13px 0;
}

.footer-list ul > li > a {
    font-size: 14px;
    color: #ffffff;
    border-bottom: 2px solid #7837e6;
}

.footer-list ul > li > a:hover {
    text-decoration: none;
}

/* Passendo forms styles */

.infusion-form-327 .infusion-submit .inf-button {
    display: inline-block;
    text-align: center;
    width: 94%;
    float: left;
    border: 1px solid #7837e6;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #7837e6;
    color: #fff;
    font-size: 14px;
    font-family: Rubik;
    font-weight: normal;
    transition-duration: .2s;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
}

.infusion-form-327 div.infusion-submit, .infusion-form-327 div.infusion-field {
    margin-bottom: 5px;
    margin: 0;
}

.infusion-form-327 .infusion-submit .inf-button:hover {
    border: 1px solid #7837e6;
    border-radius: 2px;
    background-color: #7837e6;
    color: #fff;
    text-transform: none;
}

.infusion-submit {
    height: 44px !important;
    width: 243px
}

#tracking-339 {
        position: static !important;
        width: 100% !important;
        z-index: -1 !important;
        margin-left: 0 !important;
        height: 0 !important;
}

.inf-button {
    background-color: #7837E6;
    border: 0;
    color: #fff;
    padding: 12px 46px;
    margin-top: 9px;
    font-size: 14px;
    margin-top: 0;
    width: 47%;
    margin-top: 5px;
    border-radius: 3px;
}

.infusion-form-339 .infusion-submit .inf-button {
    display: inline-block;
    text-align: center;
    width: 49%;
    float: left;
    border: 1px solid #7837e6;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #7837e6;
    color: #fff;
    font-size: 14px;
    font-family: Rubik;
    font-weight: normal;
    transition-duration: .2s;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 120px;
    overflow-x: hidden;
}

.infusion-form-339 .infusion-submit .inf-button:hover {
    border: 1px solid #7837e6;
    border-radius: 2px;
    background-color: #7837e6;
    color: #fff;
    text-transform: none;
}

.infusion-form-339 .infusion-submit .inf-button {
        text-align: center;
        width: 95%;
        float: left;
        color: #fff;
        font-size: 14px;
        transition-duration: .2s;
        text-shadow: none;
        text-transform: none;
        cursor: pointer;
        margin-top: 10px;
       padding: 10px;
}

.left-space21 {
    margin-left: 120px;
}

.infusion-form-339 div.infusion-submit, .infusion-form-339 div.infusion-field {
    margin: 0;
    padding: 0;
}

.infusion-form-347 .infusion-submit .inf-button {
    display: inline-block;
    text-align: center;
    width: 49%;
    float: left;
    border: 1px solid #7837e6;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #7837e6;
    color: #fff;
    font-size: 14px;
    font-family: Rubik-Regular;
    font-weight: normal;
    transition-duration: .2s;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 120px;
    overflow-x: hidden;
    background-color: #7837e6;
    border: 0;
    color: #fff;
    padding: 10px 46px;
    margin-top: 9px;
    width: 230px;
    height: 42px;
}

.infusion-form-347 .infusion-submit .inf-button:hover {
    border: 1px solid #7837e6;
    border-radius: 6px;
    background-color: #7837e6;
    color: #fff;
    text-transform: none;
}

#tracking-347 {
    width: auto !important;
}

.form-demo {
    width: 60%;
}

.infusion-form-347 .infusion-field textarea,
.infusion-form-347 .infusion-field select,
.infusion-form-347 .infusion-field input[type="password"],
.infusion-form-347 .infusion-field .infusion-field-input-container {
    background: #ffffff;
    color: #b1b0b1 !important;
}

.infusion-form-347 .infusion-field label {
    color: #eaeaea;
}

.infusion-form-347 .infusion-submit .inf-button {
    width: 100%;
    margin-left: 0px;
}

.request-info1 {
    padding-left: 0%;
}

.heading7 {
    font-size: 40px;
}

.infusion-form-347 {
    padding: 10px 11px 10px 115px;
}

.request-dtl-wp {
    margin-left: 121px;
}

#inf_field_FirstName {
    height: 45px !important;
}

#inf_field_Email {
    height: 45px !important;
}

#inf_field_Phone1 {
    height: 45px !important;
}

#inf_field_Country3 {
    height: 45px !important;
}

.infusion-form-347 div.infusion-submit,
.infusion-form-347 div.infusion-field {
    margin: 20px;
    padding: 0;
}

.infusion-form-347 .infusion-field .infusion-radio .infusion-option {
    display: block;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 230px) and (max-width: 992px) {
    .request-info1 {
        width: 100%;
    }
}

@media only screen and (min-width: 230px) and (max-width: 1040px) {
    .infusion-form-347 {
        padding: 0;
    }

    .padding1 p {
        margin-left: 3px !important;
    }
}

@media only screen and (max-width: 1040px) {
    .right-ad1,
    .right-ad {
        display: none;
    }

    .advertise-increases-abt .text-over p {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1040px) {
    .advertise-increases-abt .text-over p {
        font-size: 35px !important;
    }
}

@media only screen and (min-width: 230px) and (max-width: 600px) {
    .infusion-form-327 .infusion-submit .inf-button {
        width: 100%;
    }

    .infusion-submit {
        height: 44px !important;
        width: 100% !important;
    }

    .text-control1 {
    
        width: 100%;
    }

    .inf-button,
    .request-info1 input {
        width: 100%;
    }

    .form-demo {
        width: 86%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 2000px) {
    .form-demo {
        width: 400px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 992px) {
    .form-demo {
        width: 40%;
    }
}

/* End passendo forms styles */

body {
    padding: 0;
    font-family: Rubik-Regular, sans-serif;
    margin: 0;
}

.main-header {
    height: auto;
    padding-bottom: 26px;
    /* border: 1px solid #478df8; */
    background-image: linear-gradient(236deg, #34afff, #7141e8);
    /* padding-bottom: 135px; */
}

.header-logo {
    margin-top: 34px;
}

.blog-heading1 {
    font-size: 44px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    line-height: 1.23;
    letter-spacing: normal;
    color: #7837e6;
}

.archive-title {
    display: none;
}

.social-likes {
    float: right;
    width: 64%;
    position: relative;
    top: 65px;
    z-index: 999;

}

.blog-p {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #9c9c9c;
}

.blog-btn1 {
    text-align: center;
    width: 40%;
    clear: both;
    margin: 0 auto;
    margin-top: 41px !important;
    margin-bottom: 30px;
    width: 20% !important;
    margin-left: 42% !important;
}

.header-menu .navbar-default1 {
    margin-top: 50px;
}

.navbar-default {
    background-color: rgba(248, 248, 248, 0.02);
    border-color: rgba(231, 231, 231, 0);
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.head-sp {
    height: 124px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
    margin-right: 22px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0);
    border-bottom: 2px solid white;
}

.main-header1 {
    background-image: linear-gradient(236deg, #34afff, #8321e2);
}

.slider-img {
    height: auto;
}

.slider-img img {
    width: 100%;
    height: auto;
}

.padding1 {
    padding: 0;
}

.about-img {
    height: auto;
}

.about-img img {
    height: auto;
    width: 100%;
}

.about-text ul {
    font-size: 15px;
    margin-top: 16%;
    margin-left: 72px;
    line-height: 26px;
}

.about-text ul p {
    color: #9c9c9c;
    margin-bottom: 38px;
    font-size: 18px;
}

.about-text li {
    color: #454545;
    line-height: 33px;
}

.features-section {
    height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: linear-gradient(238deg, #34afff, #8321e2);

}

.login-btn a:hover {
    border-bottom: none !important;

}

.blog-contr {
}

.features-section h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}

.features-section {
    text-align: center;
}

.features-box {
    padding: 0;
    margin-bottom: 30px;
}

.features-box p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    min-height: 60px;
}

.aboutnw-img {
    height: 600px;
}

.aboutnw-img img {
    height: auto;
    width: 100%;
}

.aboutnw-text {
    height: auto;
    /*padding-left: 8%;*/
    padding: 1% 115px 1% 147px;
}

.aboutnw-text ul {
    list-style: disc;
    font-size: 15px;
    margin-top: 18%;
    margin-left: 72px;
    line-height: 26px;
    margin-top: 0 !important;
    padding-left: 0;
    margin-left: 0;
}

.aboutnw-text ul p {
    color: #9c9c9c;
}

.aboutnw-text li {
    color: #454545;
    line-height: 40px;
}

.aboutnw-text ul h2 {
    color: #7837e6;
    margin-bottom: 6px;
    font-size: 36px;
    line-height: 51px;
    margin-top: 100px !important;
}

.our-clients {
    background-color: #f0f0f0;
    height: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.our-clients .logo-new img {
    width: 100%;
    margin-bottom: 31px;
}

.clients-partners .clients-partners__title {
    font-size: 16px;
    color: #454545;
    margin-top: 20px;
}

.clients-partners .clients-partners__images {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.clients-partners .clients-partners__images img {
    width: auto;
}

.request-section { /* background:url('images/header-bk.png'); */
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;

    background-image: linear-gradient(250deg, #34afff, #8321e2);

}

.request-text h2 {
    color: #fff;
    /* margin-top: 143px; */
}

.request-info p {
    color: #fff;
    /* margin-top: 120px; */
}

.btn-default2 {
    background-color: #7837e6;
    border: 0;
    color: #fff;
    padding: 12px 46px;
    margin-top: 9px;
}

.footer-section {
    background-color: #323232;
    height: auto;
    padding-top: 41px;
    padding-bottom: 35px;;
}

.request-text1 h2 {
    color: #fff;
    margin-top: 0px;
}

.request-info p {
    color: #fff;
    /* margin-top: 91px; */
}

.btn-default2 {
    background-color: #7837e6;
    border: 0;
    color: #fff;
    padding: 12px 46px;
    margin-top: 9px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}

.btn-default-bm {
    background-color: #7837E6;
    border: 0;
    color: #fff;
    padding: 12px 48px;
    margin-top: 9px;
    font-size: 14px;
    margin-top: 30px;
}

.btn-default:hover {
    background-color: #7837E6 !important;
    border: 0;
    color: #fff !important;
}

.btn-default.focus, .btn-default:focus {
    color: #fff !important;
    background-color: #7837E6 !important;
    border-color: #7837E6 !important;
}

.btn-default-bm.btn-default-bm_blue {
    background-color: #34afff;
}

.btn-default-bm.btn-default-bm_blue:hover,
.btn-default-bm.btn-default-bm_blue:focus,
.btn-default-bm.btn-default-bm_blue.focus {
    background-color: #34afff !important;
}

.email-lnk {
    border-bottom: 2px solid #7837e6;
    font-weight: 100;
}

.request-text1 {
    color: #fff;
    border-right: 1px solid #464646;
}

.social-media {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
    text-align: center;
}

.social-media li {
    display: inline-block;
    list-style: none;
    padding-right: 15px; /* border-bottom: 2px solid #7837e6; */
    margin-right: 2px;
    width: auto;
}

.social-media li span {
    border-bottom: 2px solid #7837e6;
    padding-bottom: 3px;
    cursor: pointer;
}

.social-media li a,
.social-media li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.copyright {
    margin-top: 26px;
    color: #6f6f6f;
    font-size: 12px;
    text-align: center;
}

.request-info h2 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 22px;
}

.sign-info {
    color: #fff;
}

.request-info {
    padding-left: 20px; /* padding-top: 100px; */
}

.text-control {
    background-color: #4b4b4b;
    border: 0;
    border-radius: 6px;
    height: 44px;
    width: 230px;
    margin-top: 10px;
    color: #ffffff;
}

.infusion-form-339 .text-control {
    background-color: #4b4b4b;
    border: 0;
    height: 44px;
    width: 230px;
    margin-top: 10px;
    color: #fff;
    margin: 0 auto;
}

.text-control3 {
    background-color: #4b4b4b;
    border: 0;
    height: 44px;
    width: 230px;
    margin-top: 17px;
    color: #ffffff;
    clear: both;
    margin: auto;
    margin-top: 14px;
}

.clear-both1 {
    clear: both;
    margin: 0 auto;
}

.features-section img {
    height: 60px;
}

.our-clients .client-info {
    font-size: 16px;
    /*color: #333;*/
    color: #454545;
    font-family: Rubik-Regular;
    text-align: center;
    margin-bottom: 44px;
    line-height: 3.38;
    text-transform: uppercase;
}

.btn-default7 {
    background-color: #7837e6;
    border: 0;
    color: #fff;
    padding: 12px 46px;
    margin-top: 9px;
    font-size: 18px;
    margin-bottom: 30px;
}

.request-text1 b {
    margin-bottom: 20px;
}

.about-text {
    padding: 10% 115px 3% 147px;
    /*padding-bottom:80px;
    padding-left: 80px;
    padding-top: 112px;*/
}

.nav-previous a,
.nav-next a {
    text-decoration: underline;
}

.new-icon {
    height: 45px;
}

/* about page css */
.features-section1 {
    /* background: url('images/section-bk.jpg'); */
    height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
}

.features-section1 h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}

.features-section1 {
    text-align: center;
}

.features-box {
    padding: 0;
    margin-bottom: 30px;
}

.features-box p {
    color: #fff;
    font-size: 17px;
    margin-top: 17px;
}

.features-section1 .features-box p {
    color: #9c9c9c;
    font-size: 17px;
    margin-top: 17px;
}

.features-section1 img {
    height: 60px;
}

.request-form {
    height: auto;
    background-repeat-x: repeat;
    padding-bottom: 10px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url('images/demo-bk.jpg') !important;
    background-size: cover !important;

}

.request-form .request-info h2 {
    color: #fff;
    margin-top: 0px;
    /* margin-bottom: 22px; */
    text-align: center;
}

.request-cirinfo {
    border: 2px solid #4591f9;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    margin-left: 36%;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}

.request-dtl {
    color: #fff;
}

.newcontrol {
    width: 230px;
    height: 45px;
}

.btn-default3 {
    background-color: #7837e6;
    border: 0;
    color: #fff;
    padding: 12px 46px;
    margin-top: 9px;
    width: 230px;
}

.request-dtl .radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 16px;
}

@media only screen and (min-width: 230px) and (max-width: 992px) {
    .request-dtl {
        color: #fff;
        padding-left: 10%;
    }

    .request-info {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .request-form .request-info h2 {
        text-align: left;
        padding-left: 10%;
    }

    .request-cirinfo {
        margin-left: 10%;
    }
}

@media only screen and (min-width: 230px) and (max-width: 992px) {
    .request-info {
        padding-left: 0;
    }

    .request-text {
        padding-left: 0;
    }

    .request-text1 {
        border-right: none;
        padding-left: 0;
        margin-bottom: 50px;
    }

    .about-img img {
        height: auto;
        width: 100%;
    }

    .about-text ul {
        margin-left: 17px !important;
        line-height: 26px;
    }

    .aboutnw-text ul {
        margin-left: 0;
    }

    .aboutnw-img img {
        height: auto;
        width: 100%;
    }

    .aboutnw-img {
        height: auto;
    }

    .header-menu .navbar-default1 {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 230px) and (max-width: 600px) {
    .header-logo img {
        height: 37px;
        margin-top: 3px;
        width: auto !important;
    }

    .shrink .header-logo .mob1 {
        display: block;
        margin-top: 47px !important;
    }

    .comn-div img {
        height: auto !important;
        margin-top: 100px !important;
    }

    .new-icon {
        height: 32px;
    }
   

}

@media only screen and (min-width: 601px) and (max-width: 993px) {
    .header-logo {
        margin-top: 47px;
    }

    .shrink .header-logo .mob1 {
        margin-top: 45px !important;
    }
}

/* nav bar collapse change */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .main-content,
    .request-section {
        text-align: center;
    }

    .footer-list ul,
    .request-text1,
    .signup-bar {
        text-align: center;
        padding-right: 15px;
    }

    .social-media {
        font-size: 11px;
    }

    .infusion-submit {
        width: 230px;
        margin: 0 auto !important;
    }

    .infusion-form-327 .infusion-submit .inf-button {
        width: 100%;
    }

    .text-control {
        margin: 0 auto;
        margin-top: 10px;
    }

    .request-info h2 {
        padding-top: 33px;
    }

    .newp {
        padding-right: 20px;
    }

    .aboutnw-text h2 {
        font-size: 24px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 375px) {

    .request-section {
        text-align: left;
    }

    .heading6 {
        font-size: 30px !important;
    }

    .btn-default-bm {
        padding: 10px 20px;
    }

    .social-media1 {
        float: right;
    }

    .social-media2 li {
        width: 100%;
        padding-right: 0;
    }

    .signup-bar {
        padding-right: 5px !important;
        margin-top: 70px;
    }
}

@media (max-width: 991px) {

    .slider-home {
        margin-top: 30% !important;
    }
}

@media (max-width: 1400px) {
    .pub-space {
        padding: 10px 10px 0 10px !important;
    }
}

/* about-page css start*/
.slider-abt img {
    width: 100%;
    height: auto !important;
    margin-top: 60px;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.slider-abt .text-over {
    position: absolute;
    top: 32%;
}

.slider-abt .text-over p {
    font-size: 60px !important;
    color: #fff;
}

.about-us-info {
    padding: 100px 100px;
}

.Passendo-is-a-progra {
    font-size: 17px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53 !important;
    letter-spacing: normal;
    color: #9c9c9c !important;
    margin-bottom: 50px;
}

.newp {
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #454545;
    min-width: 200px;
    max-width: 443px;
}

.newp1 {
    font-size: 60px !important;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 35px;
}

.about-us-info p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #454545;
}

.heading1 {
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #7837e6;
    margin-bottom: 30px;
    margin-top: 30px;
}

.heading3 {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #7837e6;
    margin-bottom: 8px;
    margin-top: 0px;
    padding-left: 20px;
}

.heading6 {
    font-size: 44px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #7837e6 !important;
}

/* about-page css end */
/* technology css start */
.technology-abt img {
    width: 100%;
    height: auto;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.technology-abt .text-over {
    position: absolute;
    top: 32%;
}

.technology-abt .text-over p {
    font-size: 60px;
    color: #fff;
}

.technology-us-info {
    padding: 100px 100px;
}

.Passendo-is-a-progra {
    font-size: 17px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53 !important;
    letter-spacing: normal;
    color: #9c9c9c !important;
    margin-bottom: 50px;
}

.pub-space {
    /*padding-top: 106px !important;
    padding-left: 2%;*/
    padding: 10% 115px 3% 147px;
}

.technology-us-info p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #454545;
}

.techno-left {
    padding-bottom: 20px;
}

.techno-left img {
    width: 100%;
    height: 335px;
}

.techno-right {
    padding-bottom: 20px;
}

.top-space1 {
    margin-top: 60px;
}

/* technology css end */
/* technology css start */
.advertise-abt img {
    width: 100%;
    height: auto;
}

.advertise img {
    width: 100%;
    height: auto;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.advertise-abt .text-over {
    position: absolute;
    top: 21%;
}

.advertise-abt .text-over p {
    font-size: 60px;
    color: #fff;
}

.advertise-increases img {
    width: 100%;
}

/* technology css end */
/* technology css start */
.advertise-increases-abt {
    overflow: hidden;
}

.advertise-increases-abt img {
    width: 100%;
    height: auto;
}

.advertise-increases img {
    width: 100%;
    height: auto;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.advertise-increases-abt .text-over {
    position: absolute;
    top: 10%;
}

.advertise-increases-abt .text-over p {
    font-size: 60px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 35px;
    line-height: 74px;
}

.right-ad {
    height: auto !important;
    width: auto !important;
    float: right;
    position: absolute;
    z-index: 99;
    top: 30%;
    right: 16%;
}

/* technology css end */
/* blog css start */
.blog-section {
    padding: 0px 100px;
}

.blog-section .blog-img img {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
    height: auto;
}

.commant-bar {
    float: left;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-top: 30px;
    margin-bottom: 30px;
}

.commant-bar .date {
    margin-top: 11px;
    float: left;
}

.commant-bar .social {
    float: right;
}

.commant-bar .social ul {
    list-style: none;
}

.commant-bar .social ul li {
    padding-top: 0;
    float: left;
    padding: 10px;
}

.commant-bar .social ul li span {
    margin-top: 2px;
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.new-fld {
    background-color: #f0f0f0;
    border: 0;
    height: 45px;
    /* padding-right: 20px; */
    width: 100%;
}

.new-field1 label {
    font-weight: 100;
}

.padding2 {
    padding-left: 0;
}

.new-field1 textarea {
    height: 200px;
}

.new-field1 {
    margin-bottom: 40px;
}

.sign-info1 {
    height: auto;
    background-repeat-x: repeat;
    padding-bottom: 10px;
    background-image: linear-gradient(247deg, #34afff, #734be1);
    margin-bottom: 100px;
    padding: 70px 70px;
    text-align: center;
    margin-top: 100px;
}

.text-control1 {
    background-color: #4b4b4b;
    color: #fff;
    border: 0;
    height: 44px;
    width: 47%;
    margin-top: 5px;
    display: inline-block;
}

.request-info1 {
    /* padding-left: 10%; */
    padding-left: 0;
    /* padding-top: 100px; */
    width: 50%;
    clear: both;
    margin: 0 auto;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    margin-top: 15% !important;
    background-color: rgba(245, 245, 245, 0) !important;
    border-radius: 4px;

    padding-bottom: 0px !important;
}

.meta-nav {
    display: none;
}

.breadcrumb > li a {
    color: #9c9c9c;
}

/* blog css end */
/* footer popupcss end */
.footer-opup ol {
    list-style: number;
    padding-left: 15px;
}

.modal-body1 {
    position: relative;
    padding: 38px;
    line-height: 24px;
    height: 600px;
    min-height: 500px;
    max-width: 600px;
    overflow: auto;
    color: #454545 !important;
    font-size: 14px !important;
}

.pop-logo img {
    width: 130px;
    height: 70px;
    margin-top: 20px;
}

.modal-header .close1 {
    margin-top: -2px;
    color: #7837e6;
    opacity: 1;
}

.modal-header1 {
    padding: 15px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0px;
    padding-top: 25px;
}

/* footer popupcss end */
.publishers-img {
    height: auto;
}

.publishers-img img {
    height: 750px;
    width: 100%;
}

.publishers-text ul { /* list-style: none; */
    /* font-size: 15px; */
    /* margin-top: 16%; */
    /* margin-left: 72px; */
    /* line-height: 26px; */
    /* list-style-image: url('images/right-icon.png') !important; */
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #454545;
    list-style: disc;
}

.publishers-text ul p {
    color: #9c9c9c;
    margin-bottom: 38px;
    font-size: 18px;
}

.publishers-text li {
    color: #454545;
    line-height: 33px;
}

.sign-info4 {
    height: auto;
    background-repeat-x: repeat;
    padding-bottom: 10px;
    background-image: linear-gradient(245deg, #34afff, #8321e2);
    /* margin-bottom: 100px; */
    padding: 70px 70px;
   /* text-align: center; */
    /* margin-top: 100px; */
}

.publ-text-control1 {
    background-color: #4b4b4b;
    border: 0;
    height: 44px;
    width: 47%;
    margin-top: 17px;
    display: inline-block;
}

.publ-request-info1 {
    /* padding-left: 10%; */
    padding-left: 0;
    /* padding-top: 100px; */
    width: 50%;
    clear: both;
    margin: 0 auto;
}

.publishers-increases-abt .text-over {
    position: absolute;
    top: 25%;
}

.right-ad1 {
    height: auto !important;
    width: auto !important;
    float: right;
    position: absolute;
    z-index: 99999;
    top: 72%;
    right: 16%;
}

.text-over1 {
    position: absolute;
    top: 25% !important;
}

.gray-col {
    font-size: 17px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #9c9c9c !important;
    margin-bottom: 20px;
    min-width: 200px;
    max-width: 450px;
    word-wrap: break-word;
}

.heading7 {
    font-size: 44px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

/* Publishers  start */
/* Publishers  end */

.top-head {

    height: 800px;

    background-image: linear-gradient(236deg, #34afff, #8321e2);

    padding-bottom: 90px;
}

.login-btn {
    border-radius: 6px;
    border: solid 2px #ffffff;
    padding: 8px 9px !important;
    top: -12px;
}

/* home  start */
.slider-home {
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 12%;
}

.header-info span {
    font-size: 50px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #ffffff;
}

.header-info p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
}

.newp {
    font-size: 17px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #9c9c9c;
    min-width: 200px;
    /*max-width: 443px !important;*/
    max-width: 100%;
}

.header-info {
    margin-top: 197px;
}

.heading5 {
    font-size: 44px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #ffffff;
}

.clear2 {
    clear: both;
    margin: 0 auto;
}

.social-media1 {
    margin-top: 30px;
}

.social-media1 span img {
    height: 38px;
    width: 38px !important;
}

.social-media1 li {
    margin-right: 0 !important;
    width: auto;
}

.top-sp {
    margin-top: 6px !important;

}

.top-sp1 {
    width: 67% !important;
}

.comn-div .text-over {
    position: absolute;
    top: 31% !important;
}

/* about us pages */
.aboutus-info {
    padding: 80px 80px;
}

@media only screen and (max-width: 950px) {
    .comn-div .text-over {
        top: 48% !important;
    }
}

.sharelink {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #b2b2b2;
}

.btn-default-bm1 {
    background-color: #7837E6;
    border: 0;
    color: #fff;
    padding: 12px 46px;
    margin-top: 9px;
    font-size: 14px;
    margin-top: 0;
    width: 47%;
}

/*
nab bar srink start

*/

/* added to  .nav */
.normal {
    xheight: 75px; /* this causes drop down to lose color ??? */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.normal .navbar-right {
    padding-top: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-brand img {
    padding: 5px;
    max-height: 75px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.shrink {
    height: 50px;
    margin-top: 31px !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0px !important;
}

.shrink .navbar-right {
    padding-top: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.shrink .header-logo {
    margin-top: 3px !important;
}

.shrink .navbar-brand img {
    max-height: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: rgba(238, 238, 238, 0);
}

.shrink .header-logo .desk1 {
    display: none;
}

.shrink .header-logo .mob1 {
    display: block;
    margin-top: 23px;
}

.mob1 {
    display: none;
}

/*
nab bar srink end

*/

/*
nab bar toggle menu start

*/

.nav_wrapper {
    float: right;
}

.btn:hover {
    transition: all 0.1s ease;
}

main {
    max-width: 800px;
    margin: 0 auto;
}

main p {
   font-size:1.2em;
}

#search {
    float: right;
    font-size: 30px;
    padding: 2px 15px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    -webkit-transform: rotate(181deg);
    -moz-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    -o-transform: rotate(181deg);
    transform: rotate(181deg);
}

.search_box {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
}

.search_box.active {
    height: auto;
    padding: 15px 0;
}

.search_box input {
    width: 80%;
    font-size: 13px;
    margin: 0 0 0 15px;
    padding: 10px;
    border: none;
    background: #fff;
}

.search_box input:focus {
    outline: none;
}

.search_box input.search_icon {
    clear: both;
    width: 10%;
    height: auto;
    padding: 10px;
    margin: 0;
    margin-left: -5px;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #8c949d;
    opacity: 1;
    transition: all 0.1s ease;
}

.menu-link {
    display: none;
}

.spinner-master input[type=checkbox] {
    display: none;
}

.menu {
    width: 100%;
    height: auto;
    background: transparent;
    transition: all 0.3s ease;
}

.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 19px;
}

.clear3 {
    clear: both;
    margin: 0 auto;
    /*height: 84px;*/
}

.clear3.header_clearfix {
    /*height: 105px;*/
}

.menu > li > ul.sub_menu {
    min-width: 10em;
    padding: 4px 0;
    background-color: #f4f4f4;
    border: 1px solid #fff;
}

.menu ul li {
    padding: 0px;
}

.menu > ul > li {
    display: inline-block;
}

.menu ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.shrink .menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 0px !important;
}

.menu ul li a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    background-color: rgba(255, 0, 0, 0) !important;
}

.menu ul li.hover > a {
    background: none;
    color: #fff;
}

.menu ul li > a {
    padding: 0px;
    margin-right: 9px;
    margin-left: 9px;
}

.menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 160px;
    background: #39484d;
}

.menu ul li:hover > ul {
    display: block;
}

.menu ul ul > li {
    position: relative;
}

.menu ul ul > li a {
    padding: 10px 15px;
    height: auto;

}

.menu ul ul > li a:hover {
    background: #efa666;
    color: #fff;
}

.menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#hero {
    width: 100%;
    height: auto;
    background: #e8ebf0;
    margin: 70px 0 20px 0;
}

#hero img {
    width: 100%;
    height: auto;
}

@media all and (max-width: 992px) {

    .example-header .container {
        width: 100%;
    }

    #search {
        padding: 10px;
    }

    .spinner-master * {
        transition: all 0.3s;
        box-sizing: border-box;
    }

    .spinner-master {
        position: relative;
        margin: 15px;
        height: 30px;
        margin-top: 48px;
        width: 30px;
        float: right;
    }

    .spinner-master label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;

        top: 5px;
        left: 0;
    }

    .spinner-master .spinner {
        position: absolute;
        height: 4px;
        width: 100%;

        padding: 0;
        background-color: #fff;
    }

    .spinner-master .diagonal.part-1 {
        position: relative;
        float: left;
    }

    .spinner-master .horizontal {
        position: relative;
        float: left;
        margin-top: 4px;
    }

    .spinner-master .diagonal.part-2 {
        position: relative;
        float: left;
        margin-top: 4px;
    }

    .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
        opacity: 0;
    }

    .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -12px;
    }

    a.menu-link {
        display: block;
        color: #fff;
        float: left;
        text-decoration: none;
        padding: 10px 16px;
        font-size: 1.5em;
    }

    a.menu-link:hover {
        color: #efa666;
    }

    a.menu-link:after {
        content: "\2630";
        font-weight: normal;
    }

    a.menu-link.active:after {
        content: "\2715";
    }

    .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    .menu,
    .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: rgba(57, 72, 77, 0);
    }

    .menu > li > ul.sub-menu {
        padding: 0px;
        border: none;
    }

    .mob-login {
        border-radius: 6px !important;
        border: solid 2px #ffffff !important;
        padding: 6px 15px !important;
        /* top: -6px; */
        width: 250px !important;
        margin-top: 20px !important;
    }

    .menu.active,
    .menu > ul ul.active {
        max-height: 55em;
    }

    .menu ul {
        display: inline;
        float: left;
    }

    .menu li,
    .menu > ul > li {
        display: block;
        padding: 10px;
    }

    .menu > ul > li:last-of-type a {
        border: none;
    }

    .menu li a {
        color: #fff;
        display: block;
        padding: 0.8em;
        position: relative;
    }

    .menu li.has-submenu > a:after {
        content: '+';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-size: 1.5em;
        padding: 0.55em 0.5em;
    }

    .menu li.has-submenu > a.active:after {
        content: "-";
    }

    .menu ul ul > li a {
        background-color: transparent;
        padding: 10px 18px 10px 30px;
    }

    .menu ul li a:hover {
        background: red;
        color: #fff;
    }

    .menu ul li.hover > a {
        background: transparent;
        color: #fff;
    }

    .menu ul ul,
    .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    .search_box {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 10;
    }

    .search_box input {
        width: 70%;
    }

    .search_box input.search_icon {
        width: 17%;
    }

    #hero {
        height: 200px;
    }

    .breadcrumb {
        margin-top: 45% !important;
    }

    .blog-heading1 {
        font-size: 30px;
    }
}

/*
nab bar toggle menu end

*/

/* home page media query */

@media only screen and (min-width: 240px) and (max-width: 1040px) {
    .slider-home {
        font-size: 46px;
        padding-left: 20px;
    }

    .top-head {
        height: auto;
    }

    .header-info {
        margin-top: 70px;
    }

    .header-box {
        margin-bottom: 40px;
        padding-left: 20px;
    }

    .advertise-abt {
        height: auto;

    }

    .advertise-abt .text-over {
        position: absolute;
    }

    .about-text {
        padding-bottom: 30px;
        padding-left: 15px;
        padding-top: 30px;
    }

    .footer-section {
        height: auto;
        padding-top: 41px;
        padding-bottom: 4px;
    }

    .request-section {
        /* background: url('images/header-bk.png'); */
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: linear-gradient(229deg, #34afff, #734be1);
    }

    .btn-default-mob {
        width: 100% !important;
    }

    .logo-new {
        width: 50% !important;
        float: left;
    }

}

@media only screen and (min-width: 240px) and (max-width: 768px) {
    .slider-abt .text-over p {
        font-size: 32px !important;
        color: #fff;
    }

    .publishers-img img {
        height: auto;
        width: 100%;
    }

    .publishers-text ul {
        list-style: none;
        font-size: 15px;
        margin-top: 7%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .publ-request-info1 {
        width: 100%;
    }

    .mob-ban1 {
        height: 450px !important;
    }

    .advertise-increases-abt .text-over p {
        font-size: 23px !important;
        color: #fff;
        margin-top: 2px;
        margin-bottom: 26px;
        line-height: 42px;
    }

    .right-ad1 {
        position: absolute;
        z-index: 99999;
        top: 17%;
    }

    .aboutus-info {
        padding: 30px 10px;
    }

    .technology-abt .text-over p {
        font-size: 32px !important;
        color: #fff;
    }

    .technology-us-info {
        padding: 20px 10px;
    }

    .advertise-abt .text-over p {
        font-size: 25px;
        color: #fff;
    }

    .request-form {
        background: url('images/demo-bk.jpg');
        background-size: cover;
    }

    .btn-default3 {
        background-color: #5719c0;
    }

    .blog-section {
        padding: 0px 10px;
    }

    .sign-info1 {
        height: auto;
        background-repeat-x: repeat;
        padding-bottom: 10px;
        margin-bottom: 0;
        padding: 10px 10px;

        margin-top: 100px;
    }

    .request-info1 {
        width: 100%;
        padding-bottom: 30px;
    }

    .btn-default-bm1 {
        padding: 13px 15px;
        font-size: 11px;
    }

    .advertise-abt {
        margin-top: 0px;
    }

    .advertise-abt .text-over {
        top: 37% !important;
    }
}

@media only screen and (min-width: 240px) and (max-width: 950px) {
    .slider-abt .text-over p {
        font-size: 32px !important;
        color: #fff;
    }
}

@media only screen and (min-width: 240px) and (max-width: 450px) {
    .slider-abt .text-over p {
        font-size: 22px !important;
        color: #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nav > li > a {
        margin-right: 10px;
        font-size: 12px;

    }
}

@media only screen and (min-width: 230px) and (max-width: 992px) {
    .login-btn {
        top: 0px;
    }

    .header-info {
        margin-top: 50px !important;
    }

    .top-head {
        height: auto;
        /* background-image: linear-gradient(236deg, #34afff, #8321e2); */
        padding-bottom: 3px;
        background-image: linear-gradient(199deg, #34afff, #734be1);
    }

    .slider-home {
        font-size: 44px;
    }

    .footer-section {
        height: auto;
        padding-top: 41px;
        padding-bottom: 80px;
    }

    .logo-new {
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width: 1040px) and (max-width: 1400px) {
    .about-img img {
        height: auto !important;
        width: 100%;
    }

    .about-text {
        padding-top: 23px;
        padding-bottom: 1px !important;
    }

    .aboutnw-img img {
        height: 500px;
        width: 100%;
    }

    .advertise-abt .text-over {
        position: absolute;
        top: 9% !important;
    }

    .btn-default2 {
        margin-bottom: 0 !important;
    }

    .advertise-abt .text-over p {
        font-size: 40px;
    }

    .technology-us-info {
        padding: 20px 20px;
    }

    .blog-section {
        padding: 0px 0px;
    }

    .publishers-img img {
        height: 500px;
        width: 100%;
    }

    .mob-ban1 {
        height: 700px !important;
    }

    .publishers-text ul {
        list-style: none;
        font-size: 13px;
        margin-top: 4%;
        margin-left: 0px;
        line-height: 20px;
        list-style-image: url('images/right-icon.png');
    }

    .about-text ul {
        margin-top: 13%;
        margin-left: -74px;
    }

    .advt-img2 {
        height: 650px !important;
    }

    .new-one.text-over p {
        margin-top: 50px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1040px) {
    .advertise-abt .text-over {
        position: absolute;
        top: 6%;
    }

    .advertise-abt .text-over p {
        font-size: 40px;
    }

}

@media only screen and (min-width: 769px ) and (max-width: 992px ) {
    .advertise-abt .text-over p {
        font-size: 26px !important;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 230px) and (max-width: 1040px) {
    .about-img img {
        height: auto;
        width: 100%;
    }

    .comn-div img {
        height: auto !important;
        margin-top: 119px !important
    }

    .about-text {
        padding-top: 23px;
        padding-bottom: 45px;
        padding-left: 20px !important;
    }

    .aboutnw-img img {
        height: auto;
        width: 100%;
    }

    .technology-us-info {
        padding: 20px 20px;
    }

    .blog-section {
        padding: 0px 20px;
    }

    .blog-img {
        margin-top: 20px;
    }

    .publishers-img img {
        height: auto;
        width: 100%;
    }

    .mob-ban1 {
        height: 500px !important;
    }

    .publishers-text ul {
        list-style: none;
        font-size: 13px;
        margin-top: 4%;
        margin-left: 0px;
        line-height: 20px;
        list-style-image: url(../images/right-icon.png);
    }

    .about-text ul {
        margin-top: 13%;
        margin-left: 0px;
        padding-left: 0;
    }

    .aboutnw-text {
        padding-left: 5%;
    }

    .advt-img2 {
        height: auto !important;
    }

    .newingo1 {
        font-size: 24px !important;
    }

    .aboutus-info .container {
        width: 100%;
    }
}

@media only screen and (min-width: 230px) and (max-width: 600px) {
    .header-logo {
        margin-top: 43px;
        padding-left: 0;
    }

    .shrink .menu ul {
        float: left;
    }

    .mob-login {
        width: 90% !important;
    }

    .advt-img2 {
        height: 500px !important;
    }

    .header-menu {
        padding: 0 !important;
    }

    .advertise-increases-abt img {
        width: auto;
    }

    .advertise-increases-abt .text-over {
        position: absolute;
        top: 5%;
    }

    .btn-default2 {
        font-size: 13px;

    }

    .sign-info4 {
        padding: 63px 2px;
    }

    .btn-default7 {
        font-size: 14px;
    }

    .blog-btn1 {
        width: 50% !important;
        margin-left: 0% !important;
    }

    .commant-bar .social ul {
        list-style: none;
        padding-left: 0;
        margin-top: -25px;
    }

    .commant-bar .social ul li {
        padding-top: 0;
        float: left;
        width: 100%;
    }

    .main-header {
        background-image: linear-gradient(236deg, #36acfe, #3ea0fb);
    }

    .commant-bar {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1200px) {

    .advertise-increases-abt .text-over {
        position: absolute;
        top: 6%;
    }

    .right-ad {
        position: absolute;
        z-index: 99;
        top: 32%;
        right: 16%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
    .main-header {
        background-image: linear-gradient(236deg, #35adfe, #6754ed);
    }
}

@media only screen and (min-width: 1040px) and (max-width: 1400px) {
    .advertise-abt .text-over p {
        margin-top: 150px;
    }

}

@media only screen and (min-width: 230px) and (max-width: 600px) {
    /*.new-info1 {*/
    /*display: none;*/
    /*}*/
    .home-mob {
        display: block;
        font-size: 44px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        letter-spacing: normal;
        color: #ffffff;
    }

    .header-box {
        margin-bottom: 50px;
    }

    .mob-sub {
        font-size: 58px !important;
        font-weight: 300 !important;
        font-style: normal !important;
        font-stretch: normal !important;
        line-height: 1 !important;
        letter-spacing: normal;
        color: #ffffff !important;
    }

    .home-desk {
        display: none;

    }

    .advt-mob-img {
        height: auto !important;
    }

    .mob-over {
        position: inherit !important;
        top: 95% !important;
        background-color: #3b4956;
        padding-left: 28px;
        padding-bottom: 31px;
    }

    .mob-full {
        padding: 0;
        margin-bottom: 3px;
        position: relative;
        top: -20px;
    }

    .mob-advt1 {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.5;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        padding: 0px 15px;
    }

    .mob-advt2 {
        border-radius: 6px;
        background-color: #7837e6;
        width: 94%;
    }

    .advt-img2 {
        display: none;
    }

    .abut-desk {
        display: none;
    }

    .request-section {

        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: linear-gradient(229deg, #34afff, #734be1) !important;
    }

    .text-control {
        width: 100%;
    }

    .top-sp {
        margin-top: 6px !important;
        width: 100%;
    }

    .signup-bar {
        border-bottom: 1px solid #4f4f4f;
        padding-bottom: 50px;
        margin-top: 70px;
    }

    .commant-bar .social {
        float: right;
        width: 100%;
    }

    .commant-bar .social {
        float: right;
        width: 100%;
    }

    .commant-bar .social ul li {
        padding-top: 0;
        float: left;
        width: 100% !important;
    }

    .sign-info {
        padding: 0 5px 0 5px !important;
    }

    #page2 .about-img {
        top: -23px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 20000px) {
    .home-mob {
        display: none;

    }

    .advt-img3 {
        display: none;
    }

    .abut-mob {
        display: none;
    }
}

.top-icon1 {
    height: 40px !important;
    width: 40px !important;
    background-image: linear-gradient(229deg, #34afff, #734be1);
    position: fixed;
    right: 10px;
    z-index: 9999;
    bottom: 5px;
    border-radius: 100%;
}

.top-icon2 {
    height: 13px !important;
    width: 20px !important;
    margin-left: 11px;
    margin-top: 11px;

}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .advt-img2 {
        height: 750px;
    }
}

.new-advt img {
    height: 750px;
}

.new-over-p {
    min-width: 200px !important;
    max-width: 600px !important;
}

@media only screen and (min-width: 230px) and (max-width: 1040px) {
    .new-advt img {
        height: auto !important;
    }
}

@media only screen and (min-width: 240px) and (max-width: 1040px) {
    .new-over {
        position: absolute;
        top: 1% !important;
    }

    .new-over-p {
        min-width: 200px !important;
        font-size: 30px !important;
        color: #fff;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        line-height: 72px;
        max-width: 600px !important;
    }
}

.li-info {
    color: red !important;
}

.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;
    border-radius: 50%;
    background-image: linear-gradient(229deg, #34afff, #734be1) !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

.material-scrolltop.reveal {
    width: 43px;
    height: 42px;
    background-image: url(https://www.passendo.com/wp-content/themes/twentytwelve/images/top-icon2.png) !important;
    background-size: 25px 16px;
}

.material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff;
}

/*# sourceMappingURL=material-scrolltop.css.map */
/**
* material-scrolltop
*
* Author: Bartholomej
* Website: https://github.com/bartholomej/material-scrolltop
* Docs: https://github.com/bartholomej/material-scrolltop
* Repo: https://github.com/bartholomej/material-scrolltop
* Issues: https://github.com/bartholomej/material-scrolltop/issues
*/
.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;
    border-radius: 50%;
    background: #4caf50;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

.material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
    width: 43px;
    height: 42px;
}

.material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff;
}

.material-scrolltop,
.material-scrolltop::before {
    background-image: url(http://demo.webuters.com/pas/wp-content/themes/twentytwelve/images/top-icon2.png);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-color: #734be1;
}

.btn-pointer {
    cursor: unset !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-about h1 {
    color: #7837e6 !important;
    font-size: 46px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .page-template-about h1 {
        font-size: 26px !important;
    }

    .page-template-about .heading6 {
        font-size: 24px !important;
    }
}

/*hs-input*/
.hs-input {
    background-color: #4b4b4b;
    border: 0;
    border-radius: 6px;
    height: 44px !important;
    width: 256px !important;
    margin-top: 10px;
    color: #ffffff !important;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.hbspt-form {
    padding: 10px;
}

.hs_recaptcha {
    padding-top: 10px;
}

.hs-button.primary {
    display: block;
    text-align: center;
    width: 256px !important;
    border: 1px solid #7837e6;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #7837e6;
    color: #fff !important;
    font-size: 14px;
    font-family: Rubik;
    font-weight: normal;
    transition-duration: .2s;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
    margin-top: 10px;
    height: 40px !important;
}

.hs-form-field label {
    display: none;
}

@media screen and (max-width: 991px) {
    .grecaptcha-badge {
        margin: 0 auto;
    }

    footer .input input {
        margin-left: auto;
        margin-right: auto;
    }

    .hs-button.primary {
        margin: 10px auto 0;
    }
}

.demo-form .hs-input {
    background: #ffffff;
    color: #000 !important;
    height: 45px;
    border: 0;
    border-radius: 6px;
    width: 256px !important;
    margin-top: 10px;
}

.demo-form .hs-button.primary,
.demo-form .hs-button.primary:hover {
    display: inline-block;
    text-align: center;
    width: 256px !important;
    height: 50px !important;
    float: left;
    border-radius: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #7837e6;
    color: #fff;
    font-size: 14px;
    font-family: Rubik;
    font-weight: normal;
    transition-duration: .2s;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
    margin-top: 10px;
    background-image: none;
    box-shadow: none !important;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.demo-form .hs-form-field label {
    color: #eaeaea;
}

.demo-form .hs-form-required {
    margin-left: 5px;
}

.demo-form .hs-form-radio-display > span {
    color: #eaeaea;
    font-weight: bold;
}

.demo-form .hs-form-radio-display > input {
    display: none;
}

.demo-form .hs-form-radio-display {
    display: block;
}

.demo-form .hs-error-msgs.inputs-list {
    padding: 0;
}

.demo-form .hs-error-msgs.inputs-list li {
    list-style-type: none;
}

.demo-form .hs-error-msgs.inputs-list label {
    display: block;
}

.inputs-list.multi-container {
    padding: 20px 0 0 10px;
}

.inputs-list.multi-container li {
    list-style-type: none;
}

.demo-form .hs-form-radio-display > input ~ span:before {
    content: ' ';
    position: relative;
    display: inline-block;
    top: 6px;
    left: -5px;
    width: 19px;
    height: 19px;
    background-image: url(images/radio_image.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.demo-form .hs-form-radio-display:hover > input ~ span {
    cursor: pointer;
}

.demo-form .hs-form-radio-display > input:checked ~ span:before {
    background-image: url(images/radio_checked_image.png);
}

@media screen and (max-width: 991px) {
    .demo-form .grecaptcha-badge {
        margin: unset;
    }
}