@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900&display=swap');

* {
    font-family: 'Montserrat', Helvetica, sans-serif;
    line-height: 1.73;
    box-sizing: border-box;
    font-weight: 500;
}

input:not('checkbox'),
select,
textarea,
button {
    outline: none;
    -webkit-appearance: none;

}

html,
body {
    color: #2e3540;
    font-size: 15px;

    background: #fff;
}

body {
    background-image: url('../images/advertizer-logo-huge@3x.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;


}

strong {
    font-weight: bold;

}

a,
a:visited,
a:active,
a:hover {
    color: #3467ab;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;

}

h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1.11px;
    line-height: 1.25;

}

h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.61;
    letter-spacing: -0.86px;
    color: #2e3540;

}

p {
    font-size: 15px;
    line-height: 1.73;

}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;

}


/* head */

.header {
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
}

.loginLinkCol {
    line-height: 62px;

}


.logo {
    width: 208px;
    height: 55px;
    object-fit: contain;
}





.loginLink {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 3px;
    font-size: 14px;

}

.loginLink:after {
    content: '';
    position: absolute;
    background: #d2e0e5;
    height: 2px;
    left: 4px;
    right: 4px;
    bottom: 0;

}

.btn-mon {
    padding: 3px 10px !important;

}

.btn-mon:hover {
    color: #fff !important;

}


/* hero */

.sub-title {
    font-size: 21px;
    color: #5d6471;

}

.sub-title strong {
    font-weight: 900;
}

h1.headline {
    font-weight: bold;
    font-size: 64px;
    line-height: 1.33;
    letter-spacing: -1.97px;
    margin-top: 0;

}


.wrapper-white {
    background: transparent;
    padding: 30px;
}


.wrapper-blue {
    padding: 30px;
    background-image: linear-gradient(230deg, #3367ab, #1b3961 100%);
    color: #fff;
}

.wrapper-image {
    padding: 60px 30px;
    background-image: url('../images/footer-image-lg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.pulse {
    animation: pulse 1s 3;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.13);
    }

    50% {
        -webkit-box-shadow: 0 9px 30px 0 rgb(90, 135, 195);
    }

    100% {
        -webkit-box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.13);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.13);
    }

    50% {
        box-shadow: 0 9px 30px 0 rgb(90, 135, 195);
        -moz-box-shadow: 0 9px 30px 0 rgb(90, 135, 195);

    }

    100% {

        box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.13);
    }
}

.card {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    transition: all 5s linear;
    position: relative;

}

.card-shadow {
    box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.13);
}


.signup-card .btn {
    margin-top: 30px;

}

.successMsg {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 9999;
    background: #fff;


}

.successMsg i {
    color: #23d023;
    font-size: 100px;
    margin-bottom: 30px;

}

.successMsg div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.help-text {
    color: #8a94a4;
    font-size: 14px;
    font-weight: 300;

}

.signup-desc {
    font-size: 19px;
    font-weight: 600;
    color: #2a2e34;
    line-height: 1.32;
    margin: 10px 0 30px 0;
}

.signup-input {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #c4cad3;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.43px;
    color: #2a2e34;
    position: relative;

}

.signup-input::placeholder {
    color: #657187;
}

.input-wrapper {
    position: relative;
}

.input-wrapper::after {
    transition: .25s;
    display: block;
    font-size: 11px;
    color: #657187;
    padding: 13px 8px;
    position: absolute;
    left: 2px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;


}

.input-wrapper input {
    transition: .25s;
}

.input-wrapper.focus input {
    border-color: #3467ab !important;
}

.input-wrapper.focus::after {
    color: #07b95c !important;

}

.input-name::after {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.input-email::after {
    content: "\f1fa";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.input-skype::after {
    content: "\f17e";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

.input-username::after {
    content: "\f508";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.input-offers::after {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.file-upload input[type=file] {
    display: none;
}

.file-upload>label {
    display: inline-block;
    color: #657187;
    cursor: pointer;
}

.input-checkbox {
    margin-bottom: 15px;

}

@supports (-moz-appearance:none) {
    .file-upload>label {
        opacity: 0.6;
    }
}

.file-upload::after {
    content: "\f382";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.custom-select {
    position: relative;

}

.custom-select select {
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #c4cad3;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.43px;
    color: #2a2e34;
    position: relative;

}

.custom-select::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 14px;
    color: #454d5c;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.signup-select {
    position: relative;
}

.signup-select {
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #c4cad3;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.43px;
    color: #2a2e34;
    position: relative;
}

.signup-select::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 14px;
    color: #454d5c;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.signup-select ul {
    left: -1px;
    top: 42px;
    right: -1px;
    border: 1px solid #c4cad3;
    border-width: 0 1px 1px 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 999;
    background: #fff;
    display: none;
}

.signup-select.show ul {
    display: block;
    max-height: 200px;
    overflow-y: scroll;
}


.signup-select ul li input {
    margin-right: 10px;
}

.signup-select ul li label {
    transition: .25s;
    font-weight: 300;
    cursor: pointer;
    display: block;
    padding: 10px;
}

.signup-select ul li label:hover {
    background: rgba(0, 0, 0, .05);

}

.signup-select .placeholder-text {
    color: #657187;
    font-weight: normal;
}

@supports (-moz-appearance:none) {
    .signup-select .placeholder-text {
        opacity: 0.6;
    }
}

.formError {
    background: #ec5656;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
}

.formError:empty {
    display: none;


}

.btn {
    display: inline-block;
    border: 0;
    border-radius: 6px;
    padding: 20px 30px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;

}

.btn-success,
.btn-success:active,
.btn-success:visited {
    background-image: linear-gradient(70deg, #02a650 -24%, #0ac362 111%, #21cc44 111%);
    color: #fff;
}

.btn-success:hover {
    background-image: linear-gradient(70deg, #00c15c -24%, #0ada6d 111%, #26dc4b 111%);

}

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    background: #3162a4;
    color: #fff;
}

.btn-primary:hover {
    background: #5b8dd2;

}



.greenz {
    color: #13802c;

}

.typeList {
    list-style: none;
    margin: 60px 0;
    display: inline-block;
    background: #f7f9fa;
    border-radius: 32px;
    padding: 15px 25px;
}

.typeList li {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    color: #808b9a;

}

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

.img-circle {
    border-radius: 50%;
}

.wrapper-platform {
    margin: 60px 0;

}

.wrapper-stats {
    padding: 80px 30px;

}

.wrapper-stats h3 {
    font-size: 26px;
    letter-spacing: 8.49px;
    font-weight: bold;

}

.big-stat {
    text-align: center;

}

.big-stat div {
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -2.46px;
    line-height: 90%;
}

.big-stat small {
    opacity: 0.5;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3.2px;

}

.big-stat span {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: -1.14px;

}

.med-stat div {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1.47px;
}

.med-stat small {
    opacity: 0.5;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.7px;
}

#vmap {
    height: 600px;
}

.jqvmap-label {
    padding: 0;
    border-radius: 0;
    background: transparent;

}

.map-label {
    background: #07b95b;
    border-radius: 10px;
    border: none;
    padding: 15px 25px;
    margin: 0;
    box-shadow: 0 17px 40px -10px rgba(99, 100, 132, 0.7);
    color: #2e3540;
}

.map-label strong {
    color: #fff;
    font-size: 17px;

}

.map-counter div {
    font-size: 52px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -1.6px;
    color: #3467ab;

}

.map-counter span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.01px;
    color: #797f8b;

}


.testimonialsHeader {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.01px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 85px;
    padding-bottom: 10px;
    position: relative;
}

.testimonialsHeader::after {
    content: '';
    position: absolute;
    background: #07b95b;
    height: 3px;
    left: 25px;
    right: 25px;
    bottom: 0;

}

.quote {
    color: #07b95b;
    font-size: 96px;
    position: absolute;
    top: 15px;
    left: 17%;

}



/* Carousel */

#slider [type=radio] {
    display: none;
}

#slider {
    height: 350px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

#slider label {
    margin: auto;
    width: 60%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: transform 0.4s ease;
    background: #fff;
    color: #2e3540;
    padding: 75px 125px;
    text-align: center;
}

#slider label .img-circle {
    width: 125px;
    height: 125px;
    position: absolute;
    top: -17%;
    left: 50%;
    transform: translateX(-50%);


}

.slider-control {
    position: absolute;
    z-index: 99999;
    font-size: 40px;
    opacity: .5;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .25s;

}

.slider-control:hover {
    opacity: 1;


}

.slider-control-left {
    left: 0;
}

.slider-control-right {
    right: 0;

}

.test-logo {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);


}

/* hidden */
#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3,
#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2,
#s1:checked~#slide5 {
    box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.53);
    transform: translate3d(0%, 0, -500px);
}


/* left */
#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
    box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.53);
    transform: translate3d(-50%, 0, -400px);
}

/* center */
#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
    box-shadow: 0 9px 30px 0 rgba(46, 46, 46, 0.5);
    transform: translate3d(0, 0, 0);
}

/* right */
#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
    box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.53);
    transform: translate3d(50%, 0, -400px);
}

.footer-header {
    font-size: 25px;
}

.footer-subtext {
    font-size: 12px;
    font-weight: 500;
    line-height: 2.08;
    color: #2e3540;

}

.social-links {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    display: block;
    width: 95%;
}

.social-links li {
    display: inline-block;
    width: 24%;
    text-align: center;
    font-size: 13px;
}

.social-links li a {
    text-decoration: none;
    color: #fff;

}

.social-links li a i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.copyright {
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin: 15px 0;
}

.show-block-sm {
    display: none;
}

.show-block-md {
    display: none;
}

.wrapper-testimonials {
    padding: 60px 20px;

}

.countryStats {
    display: none;
    margin: 30px 0
}

@media only screen and (max-width: 574px) {
    /* xs */
}

@media only screen and (max-width: 991px) {

    /* sm */
    body {
        background-image: none;

    }

    h1.headline {
        font-size: 7vw;
        margin-bottom: 10px;

    }

    h1.headline br {
        display: none;

    }

    h2 {
        font-size: 7vw;
    }

    .sub-title {
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        margin-bottom: 30px;
    }

    .wrapper-white {
        padding-left: 15px;
        padding-right: 15px;

    }

    .wrapper-blue {
        padding-left: 15px;
        padding-right: 15px;

    }

    .wrapper-image {
        padding: 15px;
        background-image: linear-gradient(230deg, #3367ab, #1b3961 100%);


    }

    .wrapper-platform {
        margin-bottom: 15px;

    }

    .show-block-sm {
        display: block;
    }

    .text-center-sm {
        text-align: center;

    }

    .card {
        padding: 30px 15px;

    }

    .signup-card .btn {
        margin-top: 15px;

    }

    .wrapper-stats {
        padding-top: 50px;
        padding-bottom: 50px;

    }

    .wrapper-stats h3 {
        font-size: 4vw;
        letter-spacing: 5.22px;
        margin-bottom: 15px;

    }

    .big-stat div {
        font-size: 12vw;
    }

    .big-stat small {
        font-size: 4vw;

    }

    .map-counter div {
        font-size: 8vw;
    }

    .wrapper-testimonials {
        padding: 50px 30px 30px 30px;
        background: #fff;
        overflow: hidden;
    }

    #slider {
        height: 500px;
        position: relative;
        perspective: 1000px;
        transform-style: preserve-3d;
    }


    #slider label {
        margin: auto;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        cursor: pointer;
        transition: transform 0.4s ease;
        background: #fff;
        color: #2e3540;
        padding: 70px 30px 30px 30px;
        text-align: center;
    }

    #slider label .img-circle {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translateX(-50%);


    }

    #slider label .help-text {
        font-size: 3vw;
        line-height: 1;

    }

    .test-logo {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);

    }

    ul.social-links {
        width: 100%;

    }

    ul.social-links li a i {
        display: block;
        margin: 0 0 3px 0;

    }

    .slider-control {
        color: #000;
    }

    .slider-control-left {
        left: -20px;
    }

    .slider-control-right {
        right: -20px;

    }

    .footer-header {
        font-size: 5vw;
    }

}

@media only screen and (max-width: 991px) {

    /* md */
    /* todo */
    .md-block {
        display: block;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .hidden-md {
        display: none;

    }

    .text-center-md {
        text-align: center;

    }

    .show-block-md {
        display: block;
    }

    .countryStats {
        display: block;
    }



}

@media only screen and (max-width: 1199px) {
    /* lg */
    /* todo */

    .typeList {
        padding: 15px 0;

    }

    ul.social-links {
        width: 100%;

    }

    ul.social-links li a i {
        display: block;
        margin: 0 0 3px 0;

    }

}

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

    /* xlg */
    #slider label {
        padding: 75px;
    }

}