@import './logoswiper.css';
@import './logotype.css';
@import './arrow.css';
@import './team.css';
@import './pricing.css';
@import './results.css';
@import './google-ads-agency-for-saas.css';
@import './star-form.css';
@import './ppc-tryout.css';

@font-face {
    font-family: 'Kollektif';
    font-style: normal;
    font-weight: 400;
    src: url('https://bountyhunter.agency/fonts/Kollektif.woff') format('woff');
}

:root {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: linear-gradient(124.19deg, #03192E 34.41%, #5762D5 165.51%) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    line-height: 1.7;
    color: #03192E;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    position: relative;
}

.section-mod {
    min-height: 323px;
    height: 100%;
}

.section-height {
    height: 100%;
    text-align: center;
}

.para-bottom {
    margin-bottom: 21px;
}

.heading-special {
    max-width: 261px !important;
    width: 100% !important;
    margin: 0 auto 31px !important;
}

.user-height {
    min-height: 565px;
    height: 100%;
}

.para-space {
    margin-bottom: 46px;
}

.footer--title {
    margin-bottom: 25px;
}

.footer-city {
    margin-bottom: 5px;
    cursor: pointer;
}

.footer-ordered {
    position: relative;
}

.footer-cloud {
    display: none;
    position: absolute;
    top: -67px;
    right: -110px;
    background-color: white;
    width: 200px;
    min-height: 110px;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
}

.point {
    color: white;
    background-color: white;
    position: absolute;
    bottom: 15px;
    left: -6px;
    width: 14px;
    height: 14px;
    border-bottom: solid 1px currentColor;
    border-left: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
}

.footer-city:hover ~ .footer-cloud {
    display: block;
}

.footer-text {
    display: block;
    color: #282827 !important;
    z-index: 55;
    line-height: 1.2 !important;
    margin-bottom: 15px;
}

.footer-list {
    display: flex;
}

.footer-mid {
    display: flex;
    justify-content: end;
}

.copyright-text,
.footer-list a {
    color: white;
}

.footer--title-mods,
.footer--title-mod {
    margin-bottom: 27px;
}

.footer-icon {
    color: rgb(255, 255, 255);
    position: absolute;
    margin-left: 3px;
    margin-top: 4px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 3px;
    transition: all 0.5s ease-in-out;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.footer-box {
    position: relative;
    height: 75px;
}

.footer-icon,
.footer-input {
    display: none;
}

.footer-icon.turn {
    transform: rotate(133deg);
    transition: all 0.5s ease-in-out;
}

.footer-first {
    min-height: 400px;
    height: 100%;
}

@media (max-width: 991.99px) {

    .footer-first {
        min-height: initial;
    }

    .footer-icon {
        display: block;
    }

    .footer-box {
        width: 100%;
        height: 55px;
    }

    .drop-list {
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
        margin: 0;
    }

    .footer-input:checked ~ .drop-list {
        max-height: 440px;
    }

    .footer--title {
        margin-bottom: 0;
    }

    .footer-mid {
        justify-content: center;
    }
}

/* Swiper */

.container--swiper {
    margin-bottom: 100px;
}

.swiper-container,
.swiper {
    width: 100%;
    height: 450px;
    background-color: transparent;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.swiper-boxes {
    max-width: 620px;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {

    .swiper {
        height: 550px;
    }

    .review-text {
        font-size: 15px;
    }
}

/*Logo slider*/

header.site-navbar.js-sticky-header.site-navbar-target.header-scroll {
    position: fixed;
}

header.site-navbar.js-sticky-header.site-navbar-target.header-scroll.active {
    background: #03192eeb;
}

.services-box:hover {
    cursor: pointer;
}

.services-box:hover a {
    color: #ff233d;
}

a.left.carousel-control, a.right.carousel-control {
    background: #2437658f;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 100%;
}

a.left.carousel-control:hover, a.right.carousel-control:hover {
    background: #fff;
}

a.left.carousel-control:hover svg path, a.right.carousel-control:hover svg path {
    stroke: #ff233d;
}

#carousel-text {
    font-size: 18px;
    margin: auto;
    background: #263968;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

p.review-sub-text {
    color: #fed112;
}

.mb-6 {
    padding-bottom: 40px !important;
}

.user-col:hover {
    cursor: pointer;
}

.user-col img {
    opacity: 0.5;
}

.user-col:hover img {
    opacity: 1;
}

button#btn-growth:hover {
    background: #40c67cd9;
}

.cta-section button#btn-growth:hover {
    background: #ebebebeb;
}

.quote-icon {
    width: 130px;
    margin-bottom: 20px;
}

p.p-number {
    display: inline-block;
    font-weight: 600;
    font-size: 50px;
    margin-top: 50px;    
    margin-bottom: 30px;
    color: #E4F3FF;
}

p.p-texts {
    font-weight: 600;
    font-size: 24px;
    color: #E4F3FF;
}

.p-header.center {
    color: #E4F3FF;
}

.p-left {
    text-align: left !important;
}

.center {
    text-align: center;
    display: block;
}

.mt-70 {
    margin-top: 70px;
}

.col-lg-12.client-list.client-list-fo.new-client-list ul {
    margin-left: 0px;
    padding-left: 0px;
}

span.orange-back {
    background: #ff233d;
    color: #E4F3FF;
    padding-left: 5px;
    padding-right: 5px;
}

.col-lg-12.client-list.client-list-fo.partners-fo ul li a img {
    width: 150px;
    margin-right: 20px;
}

.col-lg-12.client-list.client-list-fo.partners-fo ul li a img {
    width: 180px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.btn.btn-primary.btn-header {
    background: #2c2c2c94;
    border-color: #3c3c3c21;
    margin-top: 50px;
    border: 2px solid white;
}

.btn.btn-primary.btn-header:hover {
    background: transparent;
    border: 2px solid white;
    margin-top: 50px;
}

header.site-navbar.py-4.js-sticky-header.site-navbar-target ::-moz-selection {
    background: #282827;
    color: #e4f3ff;
}

 ::selection {
    background: #282827;
    color: #e4f3ff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Kollektif', sans-serif;
}

.bg-light {
    background: #fff !important;
}

.border-2 {
    border-width: 2px;
}

.text-black {
    color: #282827 !important;
}

.bg-black {
    background: #2c2c2c !important;
}

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}

.author-box.aos-init.aos-animate p {
    font-size: 18px;
}

.pull-right {
    float: right;
}

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

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

.aos-init.aos-animate p {
    padding-top: 10px;
}

.mt-5,
.my-5 {
    margin-top: 0rem !important;
}

.img-puzzle {
    background-image: url(https://bountyhunter.agency/new/img/puzzle.png);
    height: 64px;
    width: 64px;
    display: block;
    margin: 0 auto;
}

.img-bar-chart {
    background-image: url(https://bountyhunter.agency/new/img/bar-chart.png);
    height: 64px;
    width: 64px;
    display: block;
    margin: 0 auto;
}

.img-seo-and-web {
    background-image: url(https://bountyhunter.agency/new/img/seo-and-web.png);
    height: 64px;
    width: 64px;
    display: block;
    margin: 0 auto;
}

.row.align-items-stretch {
    cursor: pointer;
}

.btn-info {
    background: #ff233d;
    border-color: #ff233d;
    border-radius: 4px !important;
    margin-top: 10px;
}

.btn-info:hover {
    background: #ff233d;
    border-color: #ff233d;
}

.m-auto {
    margin: auto;
}

form.signup {
    max-width: 400px;
    margin: 50px auto 0;
}

input.input-icon {
    padding: 16px 15px;
    border-radius: 6px;
    border: 0;
    width: 100%;
    outline: none;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    transition: all .25s ease-out;
    -webkit-appearance: none;
}

input[type=text].input-icon {
    padding-right: 50px;
}

input[type=text]:focus, input[type=text]:hover {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}

button.singup-submit {
    background: 0 0;
    outline: none;
    transition: all .25s ease-out;
    position: absolute;
    right: 24%;
    top: 82%;
    height: 32px;
    cursor: pointer;
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    border: none;
    border-left: 1px solid #f2f5ff;
}

i.fa.fa-arrow-right {
    color: #282827;
}

.input-icon::placeholder {
    color: #808080ad;
}

.get-box {
    margin-right: 40px;
}

@media (min-width:1400px) {
    .dev-width {
        max-width: 234px;
        width: 100%;
    }
}

@media (max-width:1399.99px) {
    .dev-width {
        max-width: 150px;
    }

    .footer--title-mods {
        margin-bottom: 50px;
    }
}

@media (max-width: 990px) {

    .get-box {
        margin-right: 0;
    }
    .dev-width {
        max-width: 245px;
        margin: 0 20px 0 112px;
    }

    .footer--title-mods {
        margin-bottom: 25px;
    }
}

@media (max-width: 767.99px) {
    .dev-width {
        margin: 0 auto 0 0;
        max-width: 100%;
    }
}

.pre-footer.py-5.text-center {
    font-size: 16px;
}

.pre-footer.py-5 h4.pd-20 {
    font-size: 1.3rem !important;
    padding-bottom: 5px;
} 

.pre-footer.py-5.text-center {
    padding: 4em 0 !important;
    padding-bottom: 0em !important;
}

.pre-footer.py-5.text-center .container {
    padding: 2em 0 !important;
}

.col-lg-12.client-list.client-list-fo ul {
    margin-bottom: 0rem !important;
}

.services-1 {
    position: absolute;
    top: 60px;
    right: 220px;
}

.services-2 {
    position: absolute;
    top: 60px;
    margin-left: -50px;
}

.services-3 {
    position: absolute;
    top: 60px;
    right: 220px;
}

.services-4 {
    position: absolute;
    top: 60px;
    margin-left: -50px;
}

.custom-service {
    position: absolute;
    top: 20px;
    margin-left: -50px;
}

.pre-h2 {
    color: #ff233d;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pl-50 {
    padding-left: 50px;
}

.contactModal2 b {
    font-size: 35px;
}

.contactModal2-footer {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}

.logo-clients-footer {
    max-width: 100%;
}

.logo-clients-footer .col-lg-3.col-md-6.col-xs-12 {
    padding-left: 0px !important;
}

.logo-clients-footer div img {
    width: 160px !important;
    padding-right: 20px !important;
    filter: none !important;
    opacity: 1 !important;
}

.modal-footer.contactModal2-footer {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.modal-dialog.modal-lg.contactModal2 .modal-content {
    width: 700px;
    max-width: 100%;
    margin-top: 30%;
}

.contactModal2-content {
    text-align: center;
}

.text-step {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 20px;
}

.footer-logo {
    width: 17px;
}

.copyright-text {
    font-size: 16px;
    padding-top: 10px;
    display: inline-block;
    padding-left: 10px;
}

div#customer-acquisition p {
    text-align: justify;
}

.aos-init.aos-animate p {
    text-align: justify;
}

.h3,
h3 {
    font-size: 2.3rem;
}

.col-lg-12.client-list.client-list-fo {
    border-bottom: 0px;
}

.funnel-box {
    padding-top: 40px;
}

#features-section {
    background: #f5faff;
}

#faq-section {
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
}

#faq-section .row {
    padding-left: 0px;
    margin-left: 0px;
}

#faq-section h2 {
    color: #03192E;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
}

.site-section.feature-ebook.skewed-bg {
    background-color: #e92733 !important;
    color: #fff !important;
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.offcanvas-menu {
    position: relative;
}

.offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2);
}

.btn {
    font-size: 18px;
    border-radius: 30px;
    padding: 10px 30px;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-primary {
    border-width: 2px;
    background: #40C67C;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    color: #e4f3ff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 0;
}

.btn.btn-primary:hover {
    background: #40c67cd9;
    border: none;
    color: #e4f3ff;
}

.line-height-1 {
    line-height: 1 !important;
}

.bg-black {
    background: #282827;
}

.modal-footer {
    margin-top: 30px;
    padding: 30px;
}

#modal-footer-ref img {
    width: 200px;
    /*-webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;*/
    opacity: 1;
}

#modal-footer-ref img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.form-control {
    height: 43px;
    border-radius: 30px;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active,
.form-control:focus {
    border-color: #40C67C;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.site-section {
    padding: 4em 0;
}

p.p-schedule {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

/* START FUNNEL CHART */

.funnel {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #e4f3ff;
    background-color: #e4f3ff;
}

.li-funnel {
    padding: 10px 5px;
    margin: 0;
    background-color: #409ca9;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.li-funnel div:last-child {
    font-size: 25px;
    /* font-weight: bold; */
    padding: 12px;
    text-transform: uppercase;
}

.li-funnel:last-child {
    background-color: #ff233d;
}

.li-funnel:before,
.li-funnel:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    border-bottom: 90px solid #fff;
}

.li-funnel:before {
    left: 0;
    border-right: 27px solid transparent;
    border-left: 0;
}

.li-funnel:after {
    right: 0;
    border-left: 27px solid transparent;
    border-right: 0;
}

.li-funnel:nth-child(1):before,
.li-funnel:nth-child(1):after {
    width: 0px;
}

.li-funnel:nth-child(2):before,
.li-funnel:nth-child(2):after {
    width: 51px;
}

.li-funnel:nth-child(3):before,
.li-funnel:nth-child(3):after {
    width: 75px;
}

.li-funnel:nth-child(4):before,
.li-funnel:nth-child(4):after {
    width: 72px;
    height: 100%;
    border: 0;
    background-color: #e4f3ff;
}

ol.funnel-left-text li {
    padding: 10px;
}

ol.funnel-right-text li {
    padding: 10px;
}

h4.mb-3.text-up {
    color: #282827;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 10px;
}

.form-group {
    padding-bottom: 30px;
}

ol.funnel-left-text li {
    text-align: right;
}

ul.funnel li {
    opacity: 0.3;
}

ol.funnel-left-text li {
    opacity: 0.3;
}

ol.funnel-right-text li {
    opacity: 0.3;
}

#left-text-1 {
    opacity: 1;
}

#right-text-1 {
    opacity: 1;
}

ul#funnel li {
    opacity: 0.3;
    transition: 1s;
}

ul#funnel li:hover {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    /*box-shadow: 2px 2px 2px #000;*/
}

ul#funnel li:first-child {
    opacity: 1;
}

ul#funnel {
    cursor: pointer;
}

.col-lg-4.ml-auto.pl-lg-4 {
    cursor: pointer;
}

.mb-5,
.my-5 {
    margin-bottom: 0rem!important;
}

p.mb-pd {
    color: #a9a9a9;
}

.col-lg-6.mr-auto {
    text-align: left;
}

p.mb-4.mb-pd.mb-home {
    font-size: 18px;
    color: #e4f3ff;
    padding-top: 20px;
}

p.mb-ebook {
    font-size: 18px;
    line-height: 35px;
    color: #e4f3ff;
    padding-top: 70px;
}

/* END FUNNEL CHART */

h1.section-title.mb-3.sec-title-custom {
    color: #e4f3ff !important;
}

/* START PARTICLES */

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* END PARTICLES */

.unit-4.d-block:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    background: #ff233d;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    z-index: 2;
}

.unit-4.d-block:hover:before {    
    width: 100%;
    height: 4px;
    left: 0;
}

ul.ebook-list {
    margin-bottom: 2em;
}

h2.section-title.mb-3.sec-title-custom {
    color: #e4f3ff !important;
    font-size: 35px;
    margin-top: 20px;
}

a.target-section img {
    width: 220px;
}

a#book-call {
    background: linear-gradient( 
90deg
 , rgba(238,85,37,1) 0%, rgb(214 74 30) 42%, rgba(233,39,51,1) 100%);
    border: none;
    border-radius: 15px;
}

#job-oppening-section a:hover {
    color: #ff233d;
}

a:hover {
    color: #ff233d;
}

.small-text {
    color: #E4F3FF;
    text-align: center !important;
    padding-top: 20px !important;
}

.small-text-audit {
    color: #E4F3FF;
    padding-top: 10px !important;
}

.p-header.center {
    padding-bottom: 30px;
}

.services-box {
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 5px;
}

.border-left-custom {
    text-align: left;
}

a.read-more {
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
    text-transform: capitalize;
}

.col-lg-6.services-box h3 {
    padding-top: 30px;
}

#target-section-2 .col-lg-6.services-box h3 {
    padding-top: 30px;    
    vertical-align: middle;
}

.site-section.bg-light {
    margin-left: 20px;
    margin-right: 20px;
}

.col-lg-6.btn-center {
    text-align: center;
    margin: auto;
}

.col-lg-6.btn-center a button {
    float: right;
}

.row.mb-5.row-working div {
    text-align: center;
}

.row.mb-5.blue-inside-blue {
    background: #183D6D;
    color: #E4F3FF;
    padding: 15px;
    padding-top: 20px;
}

.row.mb-5.blue-inside-white {
    background: #03192e;
    color: #E4F3FF;
    padding: 15px;
    padding-top: 20px;
    margin-top: 80px;
}

.row.mb-5.blue-inside-blue p {
    margin-bottom: 0px;
}

#target-section h2 {
    color: #e4f3ff;
    text-align: center;
}

#target-section {
    color: #E4F3FF;
}

#target-section h3 {
    font-size: 20px;
    color: #e4f3ff;
    text-transform: uppercase;
    padding-bottom: 15px;
    vertical-align: text-top;
}

.services-box a {
    color: #E4F3FF;
}

.col-lg-6.services-box {
    flex: 0 0 45%;
    max-width: 45%;
}

.right-sec {
    margin-right: 50px;
}

#target-section .services-box:hover {
    background: #04182a;
}

#target-section .services-box:hover circle {
    fill: #ff233d;
}

#target-section .services-box:hover path {
    fill: #E4F3FF;
}

.row.mb-5.row-working.user-section p {
    text-align: left;
    color: #E4F3FF;
}

.user-section img {
    margin-bottom: 30px;
}

.user-section p b {
    font-size: 22px;
    font-weight: 500;
}

.user-col {
    border: 1px solid #ffffff4a;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
}

.user-col:hover {
    border: 1px solid #ffffff;
}

.user-col:hover p b {
    color: #ff233d;
}

a.user-btn button {
    float: left;
    margin-left: 0px !important;
}

.user-col-2 {
    color: #E4F3FF;
}

a.user-btn button {
    margin-top: 20px !important;
}

.user-col-2 h2 {
    margin-bottom: 20px;
}

.color-blue {
    color: #03213D !important;
}

p.p-text.text-small {
    margin-bottom: 30px;
}

h2.section-title.mb-3.s-line.p-left.h2-talk {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul.no-bullets.ul-talk li {
    font-size: 20px;
    line-height: 190%;
    letter-spacing: 0.8px;
}

ul.no-bullets.ul-talk li img.checkmark-blue {
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

p.p-text.text-large {
    font-weight: 500;
    font-size: 24px;
    line-height: 163.5%;
    color: #4BFF9C;
}

.cta-section .container {
    background: rgba(228, 243, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px;
}

.cta-section button {
    background: #FFFFFF;
    border-radius: 2px;
}

p.p-text.text-extra-small {
    font-size: 18px;
    line-height: 163.5%;
    margin-bottom: 20px;
}

.cta-section button#btn-growth {
    width: 280px;
    background: #FFFFFF;
    border-radius: 2px;
    color: #03213D;
    margin-top: 40px;
}

.cta-section img.phone-svg {
    margin-right: 10px;
}

.img-cal {
    width: 580px;
    margin-top: -100px;
    margin-left: -30px;
}

.site-section.growth-section {
    padding-bottom: 0px;
}

.site-section.cta-section {
    padding-top: 0px;
}

.mt2 {
    padding-top: 4rem;
}

.mb4 {
    padding-bottom: 4rem;
}

li.has-children {
    padding: 0.5rem 1rem;
}

.row.mb-4.col-numbers .col-lg-4:hover p {
    color: #40C67C;
    cursor: pointer;
}

.row.mb-4.col-numbers {
    margin-top: 50px;
    margin-bottom: 50px !important;
    padding-bottom: 0px;
}

.site-section.collaboration-section p {
    color: #e4f3ff;
    text-align: left;
}

.site-section.collaboration-section img {
    margin-bottom: 40px;
    display: block;
}

.pr-20 {
    padding-right: 20px;
}

a.learn-more-button button {
    width: 228px;
    background: #FFFFFF !important;
    border-radius: 2px;
    color: #03213D !important;
    margin-top: 40px;
}

img.arrow-svg {
    margin-bottom: 0px !important;
    margin-left: 10px;
}

a.learn-more-button {
    float: left;
    padding-left: 0px;
    margin-left: 0px;
}

.site-section.collaboration-section .col-lg-4 svg {
    margin-left: 10px;
}

.site-section.collaboration-section .col-lg-4:hover .red-text {
    color: #ff233d !important;
}

.site-section.collaboration-section .col-lg-4:hover svg path {
    fill: #ff233d !important;
}

.site-section.collaboration-section button#btn-growth {
    margin-left: 0px;
}

.user-col-2 h2 {
    text-align: left !important;
}

.site-section.growth-section-2.bg-light h2 b, .site-section.growth-section-2.bg-light p {
    color: #03213D;
    margin-bottom: 0px;
}

p.p-text-service {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.logo-slider {
    margin-top: 20px;
}

.logo-slider .owl-dots {
    display: none;
}

/*.site-blocks-cover {
    background: linear-gradient( 
124.19deg, #03192E 34.41%, #5762D5 165.51%) !important;
}*/

.drift-widget-header-top-line, .drift-widget-controller-icon.square {
    background: rgb(255 35 61) !important;
}

.p-number.p-plus {
    display: inline-block;
    margin-left: 10px;
}

#contactModal, #applyModal {
    background: #03192eeb;
}

a.site-menu-toggle.js-menu-toggle.text-black.float-right {
    text-decoration: none !important;
}

.pre-footer.pf-msc.py-5.text-center .container {
    margin-top: 0px !important;
}

h2.section-title.mb-3.s-line.p-left.h2-ca {
    font-size: 40px;
}

.img-responsive {
    max-width: 100%;
    border-radius: 5px !important;
}

.headline-border-green {
    border-bottom: 2px solid #4BFF9C;
}

.border-green-2 {
    border-bottom: 2px solid #4BFF9C;
    padding-bottom: 5px;
}

.border-green-2 h3 {
    font-size: 1.3rem;
    color: #e4f3ff;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
    padding-left: 10px;
    text-transform: capitalize;
}

.border-green-2 svg {
    width: 30px;
}

.mptb-custom {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.mptb-custom-sec {
    padding-bottom: 5rem;
}

.site-section-3 {
    padding: 3em 0;
}

.mptb-custom-section .row.mb-5.justify-content-center.text-center {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#tr-section .row.justify-content-center.mb-5 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.mptb-custom svg.icon-box {
    margin-bottom: 30px;
}

.site-blocks-cover.site-block-page, .site-blocks-cover.site-block-page>.container>.row {
    height: auto !important;
}

.site-blocks-cover.site-msc {
    padding-bottom: 60px;
}

.col-lg-4.services-box.service-cb {
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
}

.mt-m30 {
    margin-top: -30px;
}

@media (min-width: 768px) {
    .site-section {
        padding: 4em 0;
    }
}

.site-section.site-section-sm {padding: 4em 0;
    padding: 4em 0;
}

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .site-section-heading {
        font-size: 3rem;
    }
}

.border-top {
    border-top: 1px solid #edf0f5 !important;
}

.site-footer {
    padding: 4em 0;
    background: #333333;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 8em 0;
    }
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
    color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #e4f3ff;
}

.site-footer a {
    color: #999999;
}

.site-footer a:hover {
    color: white;
}

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

.site-footer .footer-heading {
    font-size: 16px;
    color: #e4f3ff;
}

.bg-text-line {
    display: inline;
    background: #282827;
    -webkit-box-shadow: 20px 0 0 #2c3750, -20px 0 0 #282827;
    box-shadow: 20px 0 0 #2c3750, -20px 0 0 #282827;
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
    overflow: hidden;
    position: relative;
}

#funnel-section {
    display: none;
}

.container.content.ebook-content {
    padding-bottom: 80px;
}

p.p-text.highlight {
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #ff233d;
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important;
    }
}

.hover-bg-enlarge>div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover>div,
.hover-bg-enlarge:focus>div,
.hover-bg-enlarge:active>div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important;
    }
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-image.overlay {
    position: relative;
}

.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.bg-image>.container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .display-1,
    .display-3 {
        font-size: 3rem;
    }

    .services-1 {
        position: relative;
        top: 0px;
        right: 0px;
    }

    .services-2 {
        position: relative;
        top: 0px;
        margin-left: 0px;
        float: left;
    }

    .services-3 {
        position: relative;
        top: 0px;
        right: 0px;
    }

    .services-4 {
        position: relative;
        top: 0px;
        margin-left: 0px;
        float: left;
    }

    .custom-service {
        position: relative;
        top: 0px;
        margin-left: 0px;
        float: left;
    }
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #e4f3ff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.play-single-big>span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.play-single-big:hover {
    width: 120px;
    height: 120px;
}

.overlap-to-top {
    margin-top: -150px;
}

.ul-check {
    margin-bottom: 50px;
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
}

.ul-check.white li:before {
    color: #e4f3ff;
}

.ul-check.success li:before {
    color: #8bc34a;
}

.ul-check.primary li:before {
    color: #ff233d;
}

.select-wrap,
.wrap-icon {
    position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 999;
    position: absolute;
    width: 100%;
    background: #fff;
}

.site-navbar .site-logo {
    position: relative;
    left: 0;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 25px;
    color: #e4f3ff;
    top: 56%;
    right: -6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

div#features-section {
    background: #f5faff;
}

span.arrow-collapse.collapsed:hover {
    color: #d4d3d3;
}

.h1-book {
    margin-top: 100px;
    font-size: 3em;
    font-weight: bold;
    color: #ff233d;
}

.p-book {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 60px;
}

.text-block-80 {
    color: #e4f3ff;
    font-size: 1.2rem;
}

.author-img-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.top-margin.flex-horizontal {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-space,
.top-margin.flex-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.top-margin {
    position: relative;
}

.animate-con {
    position: relative;
    z-index: 10;
}

.target-section {
    background: linear-gradient(90deg, rgba(238,85,37,1) 0%, rgb(214 74 30) 42%, rgba(233,39,51,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22pt;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 50px;
}

button#btn-growth {
    background: #40C67C;
    min-width: 150px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: white;
    font-size: 0.875em;
    margin: 0 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    text-transform: uppercase;
}

.unit-4.unit-box.d-block {
    padding-top: 130px;
}

.btn-resources {
    border: 1px solid #f17d4c;
    display: flex;
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1em;
    background-color: #ff233d;
    color: #e4f3ff;
    font-weight: 700;
}

.unit-4.d-block.unit-resources {
    margin-bottom: 0px;
    padding-bottom: 10px;
    height: 530px;
}

.block-list-p {
    padding-left: 15px;
    text-align: left;
}

.block-list {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: .6em;
    margin-right: 2em;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.unit-4.unit-box.d-block div p {
    text-align: left;
    padding-left: 20px;
}

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

a.site-menu-toggle.js-menu-toggle.text-black.float-right {
    color: #e4f3ff !important;
}

.pre-footer.py-5.text-center {
    text-align: left !important;
}

.pre-footer.py-5.text-center ul li {
    line-height: 32px;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.unit-4.d-block.custom-d-block {
    height: 390px;
}

.site-navbar .site-navigation .site-menu .active {
    color: #ff233d;
    display: inline-block;
    padding: 15px 20px;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    color: #e4f3ff;
    font-size: 18px;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #d4d4d4;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #ff233d;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    display: none;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #e4f3ff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #e4f3ff;
}

img.img-fluid.icon-nav-menu {
    padding-right: 15px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 270px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    color: #d4d3d3;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #f4f5f9;
    color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

ul.dropdown.arrow-top {
    border-top: 1px solid #fff;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #03192eeb;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

img.img-fluid.contact-img {
    padding-top: 90px;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu-body ul#collapseItem1 li a svg {
    margin-right: 7px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    margin: 0;
    color: #e4f3ff;
    padding: 5px 10px;
    line-height: 30px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    border: none;
    transition: 0.25s;
    background: #03192e;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    color: #e4f3ff;
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #e4f3ff;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
    margin-top: 80px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 10px;
    display: block;
    position: relative;
    color: #e4f3ff;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #d4d3d3;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
    color: #d4d3d3;
}

ul.dropdown.arrow-top a svg {
    margin-right: 10px;
    width: 22px;
}

#collapseItem0 li a svg {
    margin-right: 10px;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 0px;
    font-size: 18px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 0px;
    font-size: 18px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -10px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

header.site-navbar.js-sticky-header.site-navbar-target.header-scroll {
    padding-top: 20px;
}

img.img-fluid.learn_more {
    padding-left: 20px;
    padding-right: 20px;
}

.header-scroll {
    background: transparent;
}

.header-scroll.active {
    background: #0f0f0fde;
}

.header-all {
    background: #0f0f0fde;
}

.header-all .site-navbar .site-navigation .site-menu li a:hover {
    background: #fff;
}

div#about-section {
    background-color: #e92733 !important;
    color: #e4f3ff !important;
}

div#ref-section-header {
    padding: 0px;
}

div#ref-section .container {
    padding: 2em 0;
}

div#ref-section-header .container {
    padding: 2em 0;
    padding-top: 10px;
}

#about-section h2 {
    color: #e4f3ff;
}

.about-video {
    height: 70%;
}

.case-study img {
    width: 20%;
}

.case-study h2 {
    text-align: left;
    padding: 20px;
    padding-bottom: 10px;
}

.case-study p {
    text-align: left;
    padding: 20px;
    padding-top: 0px;
}

.pt-custom {
    padding-top: 5em;
}

.h-entry {
    line-height: normal;
    display: inline-block;
    background: #ffffff;
    border: solid 1px #c7c7c7bf;
    margin: 5px;
    text-align: center;
    padding: 18px 0;
    min-height: 110px;
    vertical-align: middle;
}

#ref-section {
    background: #ffffff;
}

.center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.uppercase {
    text-transform: uppercase;
}

.text-up {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

#banner-container {
    max-width: 1280px;
}

.d-block {
    display: block!important;
}

#video-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.color-white {
    color: #fff !important;
}

.div-logos {
    background: #fff;
    padding: 20px;
}

.footer.py-5.text-center {
    position: relative;
    z-index: 1;
    color: #e4f3ff;
}

.footer.py-5.text-center.footer-bottom.footer-landing {
    padding-top: 1.5rem !important;
    padding-bottom: 0px !important;
}

.footer-social a {
    color: #e4f3ff;
}

.site-section.collaboration-section {
    padding-bottom: 0px;
}

img.img-responsive.footer-logo {
    display: inline-block;
    margin-bottom: 0px;
}

p.mb-0.footer-social a {
    height: 44px;
    width: 44px;
    display: inline-block;
    border: solid 1px #939598;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}


/* Blocks */

.site-blocks-cover {
    background-size: cover;
    /*background-size: 120% 200%;*/
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.site-blocks-cover.overlay {
    position: relative;
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%;
}

.site-blocks-cover,
.site-blocks-cover>.container>.row {
    min-height: 550px;
    height: auto !important;
}

.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover>.container>.row {
    min-height: 400px;
    height: calc(20vh);
}

.site-blocks-cover h1 {
    font-size: 50px;
    font-weight: 400;
    color: #e4f3ff;
    font-weight: 900;
    text-transform: capitalize;    
    margin-top: 12%;
}

h2.section-title {
    font-size: 50px;
    font-weight: bold;
    color: #e4f3ff;
    padding-bottom: 5px;
}

h2.section-title.mb-3.sec-title-custom {
    text-transform: none;
}

img.checkmark-blue {
    width: 20px;
    margin-right: 5px;
}

ul.no-bullets li {
    color: #e4f3ff;
    font-weight: bold;
    padding-bottom: 10px;
}

.top-ref-section.home-light {
    padding: 2rem;
}

h2.text-black.custom-box {
    text-transform: capitalize;
}

h2.text-black.custom-box-right {
    text-transform: capitalize;
}

h1.h1-book {
    text-transform: capitalize;
}

h1.text-center.h1-ebooks {
    text-transform: capitalize !important;
}

div#ebook-section h2 {
    text-transform: capitalize;
}

#ebook-section {
    -webkit-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg);
    background: #ff233d;
}

#ebook-section .content {
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
}

#ebook-section label.text-black {
    color: #ffffff5e !important;
    text-transform: capitalize;
}

.svg-contact {
    display: block;
    margin: auto;
    height: 100%;
    margin-top: 40px;
    float: left;
}

#contact-us-section {
    background-color: #2c2c2c !important;
    width: 92%;
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
}

#contact-us-2-section {
    background-color: #2c2c2c !important;
    width: 92%;
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
}

#contact-us-2-section h2 {
    font-size: 35px;
    margin-top: 20px;
    padding-bottom: 0px;
}

#contact-us-section h2 {
    font-size: 35px;
    margin-top: 20px;
    padding-bottom: 0px;
    text-transform: none;
}

.col-blog {
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 50px;
    position: relative;
    transition: all .25s ease-out;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    padding: 60px;
    box-sizing: border-box;
}

.blog-content {
    padding: 0 24px 24px;
}

h1.text-center.h1-ebooks {
    text-transform: capitalize;
    font-size: 3.5rem;
}

p.created-by {
    color: #754c3b;
    font-size: 1.2em;
    text-align: center !important;
    margin-top: 30px;
}

.author-img-container {
    display: flex;
    overflow: hidden;
    width: 4em;
    height: 4em;
    margin-right: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px #fff;
    border-radius: 50%;
}

img.author-img {
    border: 5px solid #fff;
    border-radius: 58%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

img.img-strategy {
    position: absolute;
    width: 270px;
    margin-left: -170px;
    margin-top: 0px;
}

.col-lg-12.pl-lg-12.center-block-book {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.div-logos img {
    margin-bottom: 10px;
}

.col-lg-12.client-list.client-list-fo.new-client-list ul li a img {
    margin-right: 80px;
}

.col-lg-12.client-list ul li a img:hover {
    filter: none;
    opacity: 1;
}

#book-call {
    margin-top: 30px;
}

.about_wrap_area.about_wrap_area2 .single_service_wrap {
    border: 1px solid #d5d5d5;
}

.single_service_wrap.text-center {
    margin-bottom: 30px;
    padding: 60px 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

div#ref-section h3 {
    font-size: 1.3rem;
    padding-bottom: 20px;
}

.col-lg-12.client-list.client-list-fo {
    padding-top: 10px;
}

img.img-analytics {
    position: absolute;
    width: 140px;
    right: 0px;
    margin-top: -50px;
}

.single_service_wrap.text-center h3 {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 600;
    margin-top: 38px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single_service_wrap.text-center:hover h3 {
    color: #2c2c2c;
}

.client-list {
    width: 100%;
    text-align: center;
}

.client-list li {
    line-height: normal;
    display: inline-block;
}

#logo-header {
    width: 270px;
}

#back-to-top {
    display: inline-block;
    background-color: #131313b8;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #e4f3ff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.center-block {
    display: block;
    margin: 0 auto;
}

.col-md-7.col-lg-7.mb-7.mb-lg-7.center-block {
    padding-top: 30px;
}

.modal-lg,
.modal-xl {
    max-width: 600px;
}

#q-part1 {
    display: block;
}

#q-part2 {
    display: none;
}

#q-part3 {
    display: none;
}

.modal-header {
    margin-bottom: 30px;
}

.form-control {
    border-radius: 0px;
}

.steps ul {
    display: flex;
    position: relative;
    margin: 0px;
    padding: 0px;
}

span.step-info {
    font-size: 22px;
    color: #03213D;
    font-weight: bold;
    top: -38px;
    position: absolute;
}

.steps ul li {
    width: 33.33%;
    margin-right: 10px;
    list-style: none;
}

.steps ul li.first a,
.steps ul li.checked a {
    background: #40C67C;
    transition: all .5s ease;
}

.steps ul li a {
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #e6e6e6;
    border-radius: 3.5px;
}

select#spend {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #03213D;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 20px;
    cursor: pointer;
}

.wizard>.steps .current-info,
.wizard>.steps .number {
    display: none;
}

.wizard>.steps .current-info,
.wizard>.steps .number {
    display: none;
}

.contact-page {
    background: #fff;
}

.contact-page h1 {
    color: #03213D;
    font-weight: 500;
    text-align: left;
    float: left;
    padding-top: 90px;
    text-transform: capitalize;
}

.contact-page p {
    text-align: left;
    float: left;
}

ul.ul-con {
    float: left;
    padding: 0px;
}

ul.ul-con li {
    list-style: none;
    padding-top: 5px;
}

ul.ul-con li a {
    color: #ff233d;
    font-weight: 500;
    position: relative;
    text-decoration-skip-ink: auto;
    text-decoration: none;
    transition: all .3s ease;
}

.img-contact {
    padding-top: 50px;
}

.modal-dialog.modal-lg {
    top: 15%;
}

button.close {
    background: transparent;
    border: none;
    font-size: 30px;
}

/* Start Ebooks Box */

.ebooks-box {
    padding-top: 40px;
}

.card.yellow-card {
    background: #ffc04e;
}

.card {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
}

.col-content img {
    width: auto;
    height: auto;
}

.flow>*+* {
    margin: 1em 0 0;
}

.card.yellow-card .content-bottom h1,
.card.yellow-card .content-bottom h2,
.card.yellow-card .content-bottom h3,
.card.yellow-card .content-bottom h4 {
    color: #373f52;
    font-size: 24px;
    text-align: left;
}

.card.yellow-card .content-bottom p,
.card.yellow-card .content-bottom h5,
.card.yellow-card .content-bottom h6 {
    color: #555;
}

button.btn.btn-default {
    cursor: pointer;
    padding: 8px 16px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    color: #212529;
    background: #ffffff;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

.content-bottom.flow.btn.light-btn {
    padding-left: 0px;
    text-align: left;
}

.card.blue-card {
    background: #4640e6;
}

.card.blue-card .content-bottom h1,
.card.blue-card .content-bottom h2,
.card.blue-card .content-bottom h3,
.card.blue-card .content-bottom h4 {
    color: #e4f3ff;
    font-size: 24px;
}

.card.blue-card .content-bottom p,
.card.blue-card .content-bottom h5,
.card.blue-card .content-bottom h6 {
    color: #eee;
}

.card.dark-card {
    background: #373f52;
}

.card.dark-card .content-bottom h1,
.card.dark-card .content-bottom h2,
.card.dark-card .content-bottom h3,
.card.dark-card .content-bottom h4 {
    color: #e4f3ff;
    font-size: 24px;
}

.card.dark-card .content-bottom p,
.card.dark-card .content-bottom h5,
.card.dark-card .content-bottom h6 {
    color: #eee;
}

h2.mb-0 button {
    font-weight: 500 !important;
}

.unit-4.unit-box.d-block {
    background: transparent;
}

.unit-4.unit-box.d-block h3 {
    color: #ff233d;
    margin-top: 0;
    margin-bottom: .325em;
    font-size: 1.25em;
    text-transform: capitalize;
    text-align: left;
}

.unit-4.unit-box.d-block p {
    color: #8e929bdb;
}

.display-block {
    margin: auto;
}

/* End Ebooks Box */

@media (min-width: 1200px) {
    .container.container-cover {
        max-width: 1540px !important;
    }
}

@media (max-width: 991.98px) {
    .site-blocks-cover h1 {
        font-size: 2rem;
    }
}

.sit e-blocks-cover p {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 300;
}

.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .display-1 {
        font-size: 3rem;
    }
}

.img-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 90%;
    -webkit-transform: translateY(-50%) translateX(30%);
    -ms-transform: translateY(-50%) translateX(30%);
    transform: translateY(20%) translateX(40%);
}

.img-absolute img {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .img-absolute {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
        transform: translateY(0%) translateX(0%);
        margin-bottom: 30px;
    }
}

.site-block-subscribe .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.site-block-subscribe .form-control {
    font-weight: 300;
    border-color: #fff !important;
    height: 80px;
    font-size: 22px;
    color: #e4f3ff;
    padding-left: 30px;
    padding-right: 30px;
}

.site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic;
}

.site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic;
}

.site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic;
}

.site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic;
}

.bg-light {
    background: #fff;
}

.p-header {
    font-size: 18px;
    color: #e4f3ff;
    text-align: center !important;
}

.team-member {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.team-member img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-member:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(66, 133, 244, 0.8);
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.team-member .text {
    top: 50%;
    text-align: center;
    position: absolute;
    padding: 20px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
    color: #e4f3ff;
}

.team-member:hover:before,
.team-member:focus:before,
.team-member:active:before {
    opacity: 1;
    visibility: visible;
}

.team-member:hover img,
.team-member:focus img,
.team-member:active img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-member:hover .text,
.team-member:focus .text,
.team-member:active .text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

.feature-blocks-1 {
    position: relative;
    margin-top: -70px;
    z-index: 2;
    color: #999999;
}

.feature-blocks-1.no-margin-top {
    margin-top: 0px;
}

.feature-blocks-1 .feature-block-1 {
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    overflow: hidden;
    z-index: 1;
}

.feature-blocks-1 .feature-block-1.bg {
    position: relative;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1 .text {
    z-index: 10;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1 p {
    color: #cccccc;
}

.feature-blocks-1 .feature-block-1:hover,
.feature-blocks-1 .feature-block-1:focus,
.feature-blocks-1 .feature-block-1:active {
    top: -10px;
    -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
}

.feature-blocks-1 .feature-block-1:hover .text,
.feature-blocks-1 .feature-block-1:focus .text,
.feature-blocks-1 .feature-block-1:active .text {
    opacity: 1;
    visibility: visible;
}

.feature-blocks-1 .feature-block-1:hover.bg,
.feature-blocks-1 .feature-block-1:focus.bg,
.feature-blocks-1 .feature-block-1:active.bg {
    position: relative;
    background-size: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
}

.feature-blocks-1 .feature-block-1:hover:before,
.feature-blocks-1 .feature-block-1:focus:before,
.feature-blocks-1 .feature-block-1:active:before {
    background: rgba(0, 0, 0, 0.9);
}

.site-blocks-vs .bg-image {
    padding-top: 3em;
    padding-bottom: 3em;
}

@media (min-width: 992px) {
    .site-blocks-vs .bg-image {
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.site-blocks-vs .image {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

@media (max-width: 991.98px) {
    .site-blocks-vs .image {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.site-blocks-vs .image img {
    border-radius: 50%;
}

.site-blocks-vs .image.image-small {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.site-blocks-vs .country {
    color: rgba(255, 255, 255, 0.7);
}

.match-entry {
    position: relative;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.match-entry .small {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .15em;
}

.match-entry:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 90;
    -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
}

.post-entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.post-entry,
.post-entry .text {
    border-radius: 4px;
    border-top: none !important;
}

.post-entry .date {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .1em;
}

.post-entry .image {
    overflow: hidden;
    position: relative;
}

.post-entry .image img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-entry:hover .image img,
.post-entry:active .image img,
.post-entry:focus .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.site-block-tab .nav-item {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 0 20px;
}

.site-block-tab .nav-item:first-child {
    margin-left: 0 !important;
}

.site-block-tab .nav-item>a {
    padding-left: 0 !important;
    background: none !important;
    padding-right: 0 !important;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    font-weight: bold;
    color: #cccccc;
}

.site-block-tab .nav-item>a:hover,
.site-block-tab .nav-item>a.active {
    border-bottom: 2px solid #ff233d;
    color: #282827;
}

.block-13,
.slide-one-item {
    position: relative;
    z-index: 1;
}

.block-13 .owl-nav,
.slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    color: #282827;
}

.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled {
    opacity: .2;
}

.slide-one-item.home-slider .owl-nav {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    width: 100%;
}

i.fa.fa-facebook {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}


i.fa.fa-linkedin {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

.email-link {
    padding-bottom: 10px;
}

.pre-footer.py-5.text-center {
    color: #e4f3ff;
    padding-left: 30px;
}

.pre-footer.py-5.text-center a {
    color: #e4f3ff;
    font-weight: normal;
    text-decoration: none;
}

.pre-footer.py-5.text-center a:hover, p.p-schedule:hover {
    color: #ff233d;
}

.mt-20 {
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .slide-one-item.home-slider .owl-nav {
        display: none;
    }
}

.sli de-one-item.home-slider .owl-prev {
    left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
    right: 10px !important;
}

.slide-one-item.home-slider .owl-prev,
.slide-one-item.home-slider .owl-next {
    color: #e4f3ff;
    position: absolute !important;
    top: 50%;
    padding: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    line-height: 0;
    text-align: center;
    font-size: 25px;
}

@media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev,
    .slide-one-item.home-slider .owl-next {
        font-size: 25px;
    }
}

.sli de-one-item.home-slider .owl-prev>span,
.slide-one-item.home-slider .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover,
.slide-one-item.home-slider .owl-prev:focus,
.slide-one-item.home-slider .owl-next:hover,
.slide-one-item.home-slider .owl-next:focus {
    background: black;
}

.slide-one-item.home-slider:hover .owl-nav,
.slide-one-item.home-slider:focus .owl-nav,
.slide-one-item.home-slider:active .owl-nav {
    opacity: 10;
    visibility: visible;
}

.slide-one-item .owl-dots {
    text-align: center;
}

.slide-one-item .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px;
}

.slide-one-item .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dee2e6;
}

.slide-one-item .owl-dots .owl-dot.active span {
    background: #ff233d;
}

.block-12 {
    position: relative;
}

.block-12 figure {
    position: relative;
}

.block-12 figure:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2c375000000', endColorstr='#cc000000', GradientType=0);
}

.block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
}

.block-12 .text-overlay h2 {
    color: #e4f3ff;
}

.block-12 .text {
    position: relative;
    top: -100px;
}

.block-12 .text .meta {
    text-transform: uppercase;
    padding-left: 40px;
    color: #e4f3ff;
    display: block;
    margin-bottom: 20px;
}

.block-12 .text .text-inner {
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 10px;
    margin-right: 30px;
    position: relative;
}

@media (min-width: 576px) {
    .block-12 .text .text-inner {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .block-12 .text .text-inner {
        padding: 30px 40px;
    }
}

.block-12 .text .text-inner:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    margin-top: -4px;
    background: #ff233d;
    top: 0;
}

.block-12 .text .text-inner .heading {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.block-16 figure {
    position: relative;
}

.block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #e92733 !important;
}

.block-16 figure .play-button:hover {
    opacity: 1;
}

.block-16 figure .play-button>span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}

.block-25 ul,
.block-25 ul li {
    padding: 0;
    margin: 0;
}

.block-25 ul li a .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}

.block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.block-25 ul li a .text .heading {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #999999;
}

.block-25 ul li a .meta {
    color: #ff233d;
}

.block-25 ul li a:hover img {
    opacity: .5;
}

.block-25 ul li a:hover .text .heading {
    color: #e4f3ff;
}

#date-countdown .countdown-block {
    color: #b3b3b3;
}

#date-countdown .label {
    font-size: 40px;
    color: #282827;
}

.next-match .image {
    width: 50px;
    border-radius: 50%;
}

.player {
    position: relative;
}

.player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ff233d;
    border-radius: 50%;
    color: #e4f3ff;
}

.player .team-number>span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase;
}

.site-block-27 ul,
.site-block-27 ul li {
    padding: 0;
    margin: 0;
}

.site-block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
}

.site-block-27 ul li a,
.site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.site-block-27 ul li.active a,
.site-block-27 ul li.active span {
    background: #ff233d;
    color: #e4f3ff;
    border: 1px solid transparent;
}

.site-block-feature-7 .icon {
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.site-block-feature-7:hover .icon,
.site-block-feature-7:focus .icon,
.site-block-feature-7:active .icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.pdt-20 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.pd-10 {
    padding-top: 10px;
}

img.img-dots {
    position: absolute;
    top: 44%;
    left: 32.5%;
    width: 400px;
}

.ft-18 {
    font-size: 18px;
}

ul.usp-ul li {
    display: inline;
    padding-left: 20px;
    list-style: none;
}

.unit-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

.unit-1:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2c375000000', endColorstr='#cc000000', GradientType=0);
}

.unit-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.unit-1 img,
.unit-1 .unit-1-text {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.unit-1 .unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: -90px;
    color: #e4f3ff;
    display: block;
    width: 100%;
}

.unit-1 .unit-1-text .unit-1-heading {
    font-size: 1.5rem;
    position: relative;
}

.unit-1 p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: rgba(255, 255, 255, 0.5);
}

.unit-1:hover p {
    opacity: 1;
    visibility: visible;
}

.unit-1:hover .unit-1-text {
    bottom: 30px;
}

.unit-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.overlap-section {
    margin-top: -150px;
    position: relative;
    z-index: 9;
}

.box-icons {
    width: 100% !important;
}

.unit-4 {
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
    margin-bottom: 4em;
    text-align: center;
    padding-top: 50px;
}

.unit-4 .unit-4-icon {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.unit-4 .unit-4-icon .icon-wrap {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    background-color: #ff233d;
    -webkit-box-shadow: 0 4px 20px -5px #fac09166;
    box-shadow: 0 4px 20px -5px #fac09166;
}

.unit-4 .unit-4-icon .icon-wrap span {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    color: #fff !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.unit-4 h3 {
    font-size: 24px;
    font-weight: 500;
    color: #282827;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.unit-4 p {
    font-weight: 300;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.unit-4 *:last-child {
    margin-bottom: 0;
}

.no-bullets {
    list-style: none;
    padding: 0px;
}

.unit-4.d-block {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    position: relative;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,.05);
}

/*.unit-4:hover {
    background: #ff233d;
    -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
    box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
    top: -7px;
}

.unit-4:hover .icon-wrap {
    background-color: #e4f3ff;
}

.unit-4:hover .icon-wrap span {
    color: #e92733 !important;
}

.unit-4:hover h3 {
    color: #e4f3ff;
}

.unit-4:hover p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}

.unit-4:hover p a {
    color: #e4f3ff;
}*/

.h-entry .meta {
    color: #b3b3b3;
    font-size: 14px;
}

.h-entry h2 {
    font-size: 20px;
}

.overlap-left {
    margin-left: -100px;
}

.site-section.feature-big {
    padding-top: 0px;
}

h2.section-title.mb-3.s-line {
    padding-bottom: 10px;
}

p.p-text {
    margin-bottom: 5px;
    font-size: 18px;
    color: #E4F3FF;
}

.mt-90 {
    margin-top: 90px;
}

.box-title {
    font-size: 2rem;
}

.col-lg-5.cta-box p {
    font-size: 20px;
    padding-top: 10px;
}

.col-lg-2.cta-box {
    float: left;
}

.col-lg-5.cta-box {
    float: left;
}

.cta-box.col-lg-6 {
    float: left;
}

.cta-box {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #e4f3ff;
    /*border-bottom: 5px solid #ff233d;*/
    padding: 10px;
}

#s-line {
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    border-top: solid 2px #ff233d;
}

.home-light {
    background: #fff !important;
}

.mr-0 {
    margin-right: 0px !important;
}

@media (max-width: 991.98px) {
    .overlap-left {
        margin-left: 0px;
    }
}

.overlap-section {
    margin-top: -100px;
}

.feature-1,
.free-quote,
.feature-3 {
    background: #ff233d;
    padding: 30px 50px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.feature-1 .heading,
.free-quote .heading,
.feature-3 .heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #e4f3ff;
}

.feature-1 .icon,
.free-quote .icon,
.feature-3 .icon {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important;
}

.feature-1 .icon>span,
.free-quote .icon>span,
.feature-3 .icon>span {
    font-size: 35px;
    color: #e4f3ff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.free-quote {
    background: #2a75f3;
}

.free-quote .form-control {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #e4f3ff;
}

.free-quote .form-control:active,
.free-quote .form-control:focus {
    border: 2px solid #fff;
}

.free-quote .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-style: italic;
}

.free-quote .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-style: italic;
}

.free-quote .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-style: italic;
}

.free-quote .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-style: italic;
}

.feature-3 {
    background: #206ff2;
}

.border-primary {
    position: relative;
}

.border-primary h2 {
    font-weight: 700 !important;
}

.border-primary:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #ff233d;
}

.border-primary.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.border-primary.text-left:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.testimonial {
    max-width: 800px;
    margin: 0 auto !important;
    text-align: center;
}

.testimonial blockquote {
    font-size: 1.5rem;
    font-style: italic;
}

.testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}

.breadcrumb-custom {
    font-size: 1rem !important;
}

.text-muted {
    color: #ccc !important;
    font-size: 12px;
    text-transform: uppercase;
}

.how-it-work-item .number {
    width: 50px;
    height: 50px;
    background: #ff233d;
    color: #e4f3ff;
    line-height: 55px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    margin-bottom: 40px;
}

.how-it-work-item h2 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #e4f3ff;
}

.how-it-work-item p {
    color: white;
}

.person h3 {
    font-size: 18px;
}

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

.ul-social-circle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}

.ul-social-circle li:first-child {
    margin-left: 0;
}

.ul-social-circle li span {
    width: 30px;
    height: 30px;
    background: #777;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
}

.ul-social-circle li a span {
    color: #e4f3ff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.ul-social-circle li a:hover span {
    background: #2b2b2b;
    color: #e4f3ff;
}

.custom-pagination a,
.custom-pagination span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: #ff233d;
    color: #e4f3ff;
}

.custom-pagination span {
    background: #e6e6e6;
    color: #282827;
}

.custom-pagination .more-page {
    background: none;
    letter-spacing: .1em;
}

.form-search-wrap {
    background: #fff;
    border-radius: 30px;
}

.form-search-wrap .form-control {
    border: none;
}

@media (max-width: 1199.98px) {
    .form-search-wrap .form-control {
        height: 55px;
    }
}

.form-search-wrap .btn {
    border-radius: 30px;
    padding: 10px 30px;
}

@media (max-width: 1199.98px) {
    .form-search-wrap .btn {
        width: 100% !important;
        display: block;
    }
}

.popular-category {
    background: #fff;
    display: block;
    text-align: center;
    padding: 30px 10px;
    border-radius: 7px;
    background: #f8f9fa;
    position: relative;
}

.popular-category .icon {
    display: block;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
}

.popular-category .icon>span {
    line-height: 0;
    font-size: 40px;
}

.popular-category .caption {
    color: #666666;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
}

.popular-category .number {
    padding: 2px 20px;
    border-radius: 30px;
    display: inline-block;
    background: #e9ecef;
    color: #282827;
    font-size: 14px;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
}

.popular-category:hover {
    background: #ff233d;
    -webkit-box-shadow: 0 5px 30px -5px rgba(66, 133, 244, 0.5);
    box-shadow: 0 5px 30px -5px rgba(66, 133, 244, 0.5);
}

.popular-category:hover .caption {
    color: #e4f3ff;
}

.popular-category:hover .icon {
    color: #e4f3ff;
}

.popular-category:hover .number {
    background: #2a75f3;
    color: #e4f3ff;
}

@media (max-width: 1199.98px) {
    .no-sm-border {
        border: none !important;
    }
}

.listing-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.listing-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

.listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.listing-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.listing-item .listing-item-content {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    width: 100%;
}

.listing-item .listing-item-content .category {
    font-size: 12px;
    display: inline-block;
    padding: 5px 30px;
    background: #ff233d;
    border-radius: 30px;
    color: #e4f3ff;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.listing-item .listing-item-content h2 {
    font-size: 22px;
}

.listing-item .listing-item-content h2,
.listing-item .listing-item-content h2 a {
    color: #e4f3ff;
}

.listing-item .listing-item-content span {
    color: #e4f3ff;
}

.listing-item .listing-item-content .address {
    color: rgba(255, 255, 255, 0.8);
}

.listing-item .bookmark {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.listing-item .bookmark span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.listing-item .bookmark:hover {
    background: #f23a2e;
}

.listing-item .bookmark:hover span {
    color: #e4f3ff;
}

.accordion-item[aria-expanded="true"] {
    color: #ff233d;
}

.social-media {
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    padding: 0;
}

.social-media li {
    display: inline-block;
}

.ft-feature-1 {
    margin-bottom: 80px;
}

.ft-feature-1 .ft-feature-1-content {
    padding: 30px;
    position: relative;
    z-index: 10;
}

.ft-feature-1 h2,
.ft-feature-1 h3 {
    font-size: 20px;
    color: #e4f3ff;
}

.ft-feature-1 h3 {
    font-size: 18px;
}

.ft-feature-1 h3 .icon {
    font-size: 30px;
}

.ft-feature-1 a {
    color: #e4f3ff;
    text-decoration: underline;
}

.ft-feature-1 a:hover {
    color: #e4f3ff;
    text-decoration: none;
}

.ft-feature-1 .play {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ff233d;
    margin-right: 1.5rem;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    text-decoration: none !important;
}

.ft-feature-1 .play span {
    color: #e4f3ff;
    display: inline;
}

.ft-feature-1 .img-feature {
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .ft-feature-1 .img-feature {
        margin-bottom: -80px;
    }
}

.ft- feature-1 p {
    color: #737373;
}

.box-with-humber {
    position: relative;
}

.box-with-humber .number-behind {
    font-size: 6rem;
    position: absolute;
    z-index: -1;
    top: -3rem;
    left: -3rem;
    font-weight: 900;
    color: #f2f4f5;
}

.box-with-humber h2 {
    font-size: 20px;
}

.media-1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.media-1:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}

.media-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.media-1 .media-1-content {
    z-index: 4;
    top: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.media-1 .media-1-content h2 {
    position: relative;
    color: #e4f3ff;
    font-size: 1.5rem;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    bottom: -10px;
    margin-bottom: 0px;
}

.media-1 .media-1-content .category {
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    opacity: 0;
    bottom: -10px;
    visibility: hidden;
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.media-1:hover:after {
    opacity: 1;
    visibility: visible;
}

.media-1:hover h2 {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.media-1:hover .category {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.media-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.testimonial-wrap .owl-nav {
    display: none;
}

.section-sub-title {
    font-size: 13px;
    color: #ff233d;
    letter-spacing: .2em;
    text-transform: uppercase;
}

a {
    color: #282827;
}

.unit-4.d-block div h3 {
    line-height: 36px;
}

.unit-4.d-block.custom-d-block div h3 {
    padding-bottom: 10px;
    line-height: 36px;
}

.unit-4.d-block {
    margin-bottom: 0px;
    padding-bottom: 10px;
    height: 320px;
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 30px;
    }
}

.position-relative {
    position: relative;
}

.experience {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #ff233d;
    padding: 20px;
}

@media (max-width: 991.98px) {
    .experience {
        bottom: 0px;
        right: 0px;
    }
}

.experience span {
    display: block;
}

.experience .year {
    font-weight: 900;
    color: #e4f3ff;
    font-size: 3rem;
    letter-spacing: normal;
    line-height: 1.2;
}

.experience span {
    letter-spacing: .2em;
}

.experience .caption {
    color: #e4f3ff;
    letter-spacing: .4em;
    text-transform: uppercase;
}

.footer-subscribe .btn {
    height: 43px;
}

.author-box {
    -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px;
    border: 1px solid #eee;
    border-left: 10px solid #ff233d;
}

.author-box *:last-child {
    margin-bottom: 0;
}

.author-box img {
    max-width: 50px;
}

.author-box blockquote {
    font-style: italic;
}

.shadow {
    -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
}

.h-entry h2 a {
    color: #c7c7c782;
    font-size: 30px;
}

.text-up {
    text-transform: uppercase;
}

h2.section-title.mb-3.sec-title-custom {
    font-weight: 400;
}

h1.section-title.mb-3.sec-title-custom {
    font-weight: 400;
    margin-top: 50px;
}

.fbig-c {
    text-align: left !important;
}

p.mb-ebook.center {
    text-align: center !important;
}

.unit-text-first {
    margin-top: 80px;
}

.unit-4.d-block.unit-home {
    height: 270px;
}

.text-white {
    color: #e4f3ff !important;
}

/* CALENDLY CUSTOM CSS */

.calendly-inline-widget {
    height: 850px !important;
}

.sidebar-DetailsContainer__cls1___2_ni2.sidebar-DetailsContainer__isPhone___3c7BR {
    max-width: 100%;
    padding: 0 23px;
}

h1.profile-info-event-type-name {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.Wrapper__cls1___2LpwQ {
    margin-bottom: 50px;
}

.styles-Container__cls1____rO7V.styles-Container__flow-column___1kS_b {
    margin-top: 20px;
}

span.icon-clock-fill.Icon__cls1___u_Fd-.Icon__cls1___1nLYz {
    padding-top: 4px;
}

span.icon-zoom-icon.Icon__cls1___u_Fd-.Icon__cls1___1nLYz {
    padding-top: 4px;
}

.MainPanel__cls1___11234.MainPanel__isPhone___3uAjN {
    margin-top: -20px;
}

img.img-add-background {
    position: absolute;
    top: 18%;
    right: 5%;
}

img.img-add-background-2 {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 20%;
}

img.img-add-background-3 {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 13%;
}

img.img-add-background-4 {
    position: absolute;
    bottom: -10%;
    left: 5%;
    width: 13%;
}

img.img-add-background-5 {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 20%;
}

@media (max-width: 991.98px) {
    .site-logo {
        top: 0;
    }
}

@media (max-width: 991.98px) {
    .main-menu {
        display: none !important;
    }
}

@media (max-width: 1800px) {
    .site-blocks-cover {
        /*background-image: url(../images/ch.png);*/
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .img-absolute {
        width: 35%;
        max-width: 100%;
        left: 55%;
    }
}

@media (max-width: 1500px) {
    .img-absolute {
        max-width: 100%;
        transform: translateY(0%) translateX(0%);
        top: 90%;
        left: 70%;
    }
}

@media (max-width: 1200px) {
    .img-absolute {
        left: 60%;
    }
}

@media (max-width: 1024px) {
    .img-absolute {
        position: absolute;
        top: 100%;
        left: 70%;
        width: 40%;
    }
}

@media (max-width: 915px) {
    .img-absolute {
        position: absolute;
        top: 120%;
        left: 60%;
        width: 40%;
    }
    .col-lg-5.embed-responsive.embed-responsive-16by9.about-video {
        margin-bottom: 50px;
    }

    img.img-add-background.custom-img-add-background {
        display: none;
    }

    img.img-add-background-4 {
        position: absolute;
        bottom: 5%;
        left: 5%;
        width: 15%;
    }
}

@media (max-width:760px) {
    .img-absolute {
        top: 140%;
        width: 50%;
    }
    .h-entry {
        display: block;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media (max-width:680px) {
    .img-absolute {
        left: 50%;
    }
    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10%;
        width: 80%;
    }
}

@media (max-width: 580px) {
    .img-absolute {
        top: 150%;
        left: 40%;
    }
    #contact-us-section h2 {
        font-size: 30px;
    }
    .feature-big h2 {
        font-size: 35px;
        margin-top: 50px;
    }
    .site-section {
        padding: 4em 0;
    }

    .site-blocks-cover h1 {
        margin-top: 50px;
    }

    .target-section img {
        width: 200px;
    }

    img.img-add-background {
        top: 22%;
        left: 5%;
        right: 0%;
    }

    img.img-add-background-4 {
        width: 20%;
    }

    a.target-section {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .img-absolute {
        top: 130%;
        left: 40%;
    }
    #contact-us-section h2 {
        font-size: 25px;
    }
    .btn {
        font-size: 13px;
    }
}

@media (max-width: 425px) {
    .site-blocks-cover h1 {
        font-size: 1.5rem;
    }
    button.btn.btn-primary {
        font-size: 14px;
    }
    .img-absolute {
        top: 160%;
        left: 35%;
        width: 55%;
    }
}

.overlap-image-wrap {
    position: relative;
}

.overlap-image-wrap .image-1 {
    position: relative;
}

.overlap-image-wrap .image-2 {
    max-width: 250px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 99;
}

.bg-image2 {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.bg-image2.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
}

.person {
    position: relative;
}

.person figure {
    position: relative;
    margin-bottom: 0;
}

.person figure:before {
    display: none;
    position: absolute;
    content: "";
    z-index: 1;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #ff233d;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.person h2 {
    font-size: 18px;
}

.person .bio-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.person .bio-img img {
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.person .bio-img .social {
    z-index: 2;
    padding: 10px 0;
    width: 100%;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #ff233d;
}

.person .bio-img .social a {
    display: inline-block;
    padding: 5px;
    color: #e4f3ff;
}

.person:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.person:hover .social {
    bottom: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.person:hover figure:before {
    opacity: 0;
    visibility: hidden;
}

.sub-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 700;
    color: #ff233d;
    margin-bottom: 10px;
}


/*PRELOADING------------ */

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-subscribe .btn:hover,
.form-subscribe .btn:active,
.form-subscribe .btn:focus {
    background-color: #e92733 !important;
    border-color: #e92733 !important;
    color: #e4f3ff;
}

.form-subscribe .btn:focus {
    background-color: #e92733 !important;
    border-color: #e92733 !important;
    color: #e4f3ff;
}

.skewed-bg {
    padding: 80px 0;
    -webkit-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg);
}

.skewed-bg .content {
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
    text-align: center;
}

.skewed-bg .content .title {
    padding-top: 100px;
    font-weight: normal;
}

.skewed-bg .content .text {
    width: 60%;
    margin: 25px auto;
    color: #ccfff2;
}

#careers-section {
    padding-top: 8%;
}

#contact-section {
    background-color: #2c2c2c !important;
    color: #e4f3ff;
    padding: 80px 0;
    padding-bottom: 10px;
    width: 92%;
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
}

#contact-section .content {
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
    padding-bottom: 80px;
}

#contact-section label.text-black {
    color: #495057 !important;
}

#contact-section h2 {
    color: #e4f3ff;
}

.form-control {
    border: none;
    border-bottom: 1px solid #d5dce3;
}

#contact-section input#email {
    border: none;
    border-bottom: 1px solid #d5dce3;
}

#contact-section textarea {
    border: none;
    border-bottom: 1px solid #d5dce3;
    resize: none;
}

input#name:active {
    border-color: #40C67C;
}

input#name:focus {
    border-color: #40C67C;
}

#contact-section input#email:active {
    border-color: #40C67C;
}

#contact-section input#email:focus {
    border-color: #40C67C;
}

#contact-section textarea:active {
    border-color: #40C67C;
}

#contact-section textarea:focus {
    border-color: #40C67C;
}

.contact-section-h2 {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

.p-header-resources {
    color: #e4f3ff;
    text-align: center !important;
}

.top-margin.flex-horizontal.center {
    margin-top: 50px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.author-img-container-2 {
    display: flex;
    overflow: hidden;
    width: 4em;
    height: 4em;
    margin-right: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px #fff;
    border-radius: 50%;
}

.book-call-text {
    margin-top: 50px;
    font-size: 18px;
}

.book-call-text p {
    padding-bottom: 20px;
}

.author-img-2 {
    border: 36px solid #fff;
    border-radius: 58%;
}

.row.justify-content-center {
    padding: 20px;
}

.contact-form-button {
    margin-top: 50px !important;
}

#h2-contact {
    margin-top: 20px;
}

#contact-section input#name {
    background: transparent;
}

#contact-section input#email {
    background: transparent;
}

#contact-section textarea {
    background: transparent;
}

.form-group.mt-3.button {
    margin-top: 30px !important;
}

.pd-20 {
    padding-top: 20px;
}

i.fa.fa-twitter {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

i.fa.fa-medium {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

p.learn-more {
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    border-width: 2px;
    background: #ff233d;
    border-color: #ff233d;
    border-radius: 4px;
    margin-top: 20px;
    color: #e4f3ff;
    font-weight: 600;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: 0 4px 10px -5px rgb(238 85 37 / 72%);
}

p.learn-more a {
    color: #e4f3ff;
    text-decoration: none;
}

#ebook-page {
    background: #ff233d;
}

#ebook-section .content {
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
}

#ebook-section label.text-black {
    color: #ffffff5e !important;
    text-transform: uppercase;
}

.ebook-list li {
    list-style: none;
    margin-bottom: 0.6em;
    padding-left: 0.8em;
    position: relative;
}

.ebook-list-2 li {
    color: #e4f3ff;
    list-style: none;
    margin-bottom: 0.2em;
    padding-left: 1.5em;
    position: relative;
}

.ebook-list li:before {
    content: "\2022";
    padding-right: 10px;
}

.ebook-list-2 li:before {
    content: "\2022";
    padding-right: 10px;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn.btn-primary.btn-ebook {
    background: #2c2c2c94;
    border-color: #3c3c3c21;
    margin-top: 50px;
}

.tabbed-section-tab.active-item .tabbed-section-tab-content:before {
    content: "\2013";
    font-size: 30px;
    padding-left: 2px;
    line-height: 28px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    background: #ff530d;
    color: #e4f3ff;
    position: absolute;
    top: 35px;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
}

.tabbed-section-tab .tabbed-section-tab-content:before {
    content: "+";
    font-size: 30px;
    padding-left: 2px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    background: #fff;
    color: #ff530d;
    position: absolute;
    top: 35px;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: background .2s ease, color .2s ease;
    cursor: pointer;
}

.tabbed-section-tab:hover {
    cursor: pointer;
}

.tabbed-section-tab-content h6 {
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    color: #282827;
    font-size: 22px;
    line-height: 25px;
}

.tabbed-section-tab .tabbed-section-tab-content .tabbed-section-hidden-content {
    padding-left: 20px;
}

.tabbed-section-tab-content p {
    font-size: 17px !important;
    line-height: 25px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8e929bdb;
}

.tabbed-section-tab-content ul {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 10px;
    color: #8e929bdb;
}

.tabbed-section-tab .tabbed-section-tab-content ul li {
    text-indent: -.7em;
    list-style-type: none;
}

.tabbed-section-tab:not(.active-item) .tabbed-section-tab-content {
    margin-bottom: 0;
}

div#form-name {
    display: inline-block;
}

div#form-email {
    float: right;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.tabbed-section-tab {
    box-sizing: border-box;
    flex: 0 1 auto;
    padding: 22px 26px;
    position: relative;
}

.tabbed-section-tab {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 26px;
    padding-right: 26px;
}

.card {
    border: none;
}

.advanced-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.advanced-list-item {
    padding-left: 1em;
    text-indent: -.7em;
    margin-bottom: 8px;
}

.advanced-list-item:before {
    content: "\2022 ";
    color: #ff233d;
    padding-right: 10px;
}

.link-building {
    list-style: none;
    margin: 0;
    padding: 0;
}

.link-building-item {
    padding-left: 1em;
    text-indent: -.7em;
    margin-bottom: 8px;
    padding-right: 40px;
    padding-bottom: 20px;
    font-weight: bold;
}

.link-building-item:before {
    content: "\2713 ";
    color: #ff233d;
    font-weight: 700;
    padding-right: 10px;
    font-size: 20px;
}

.text-orange {
    color: #ff233d;
}

.site-blocks-cover.pcc-cover h1 {
    line-height: 70px;
}

#pcc-model {
    margin-top: 70px;
}

.col-md-6.col-lg-6.mb-6.mb-lg-6.col-advanced-list {
    float: left;
}

.col-lg-12.client-list.client-list-fo.ppc-list ul li a img {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.unit-4-icon.mb-3 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 20%;
}

.col-md-12.col-lg-4.mb-4.mb-lg-4.col-optimization {
    float: left;
}

h3.h3-optimization {
    font-size: 20px;
    font-weight: 700;
    color: #282827;
    margin-bottom: 4px;
    text-align: center;
}

.seo-contact {
    background-color: #2c2c2c !important;
    width: 92%;
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
}

.seo-contact-row {
    margin-top: 150px;
}

.card-header {
    border: none;
}

div#optimization-section {
    background: #fff;
}

div#seo-optimization-section {
    background: #fff;
}

div#seo-faq-section {
    background: #fff;
}

.footer.py-5.text-center.footer-bottom {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

#q-part1 {
    display: block;
}

#q-part2 {
    display: none;
}

div#contactModal {
    z-index: 99999;
}

img.img-fluid.img-box.box-resources {
    width: 100%;
}

.row.mb-5.row-c {
    margin-top: 80px;
}

.header-span b {
    text-align: center;
    display: block;
    margin-top: 20px;
    color: #e4f3ff;
    font-size: 18px;
}

.p-job {
    text-align: left;
}

.advanced-list-job {
    text-align: left;
    cursor: default;
}

.advanced-list-job li {
    font-size: 18px;
    margin-top: 10px;
    cursor: default;
}

#job-section {
    cursor: default !important;
}

#job-section .col-lg-12 {
    cursor: default !important;
}

.site-section-job-first {
    padding-bottom: 0em;
}

.site-section-job {
    padding: 1em 0;
}

.site-section-job-last {
    padding: 1em 0;
    padding-bottom: 4em;
}

h3.section-title.text-left {
    padding-bottom: 10px;
}

.btn-modal {
    background: rgb(238,85,37);
    background: linear-gradient(
90deg
, rgba(238,85,37,1) 0%, rgb(214 74 30) 42%, rgba(233,39,51,1) 100%);
    min-width: 150px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: white;
    font-size: 0.875em;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}

label.custom-file-upload {
    border: 1px solid #000;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 40%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1em;
    font-weight: 700;
    padding: 15px;
    border-radius: 7px;
    color: #E4F3FF;
    background-color: #03192E;
    display: block;    
    margin-top: 10px;
    text-align: center;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #03192ee7;
}

#contact-button {
    background: linear-gradient( 
90deg
 , rgba(238,85,37,1) 0%, rgb(214 74 30) 42%, rgba(233,39,51,1) 100%);
    border: none;
    border-radius: 15px;
}

#careers-section-6 {
    padding-left: 80px;
}

#careers-section-6 p {
    line-height: 22px;
}

#careers-section-6 h2 {
    padding-top: 20px;
    padding-bottom: 10px;
}

#careers-section-6 h2 {
    padding-top: 35px;
}

.col-lg-6.careers-section-6 {
    max-width: 45%;
}

#job-oppening-section svg {
    width: 30px;
    margin: 0 auto 14px;
}

#job-oppening-section .section-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
    margin-bottom: 33px !important;
}

#job-oppening-section .article {
    background: #2c2c2c;
}

#job-oppening-section .article {
    background: #2c2c2c;
    box-shadow: 0px 4px 14px rgb(69 69 69 / 8%);
    border-radius: 39px;
    color: #e4f3ff;
    padding: 49px 20px 26px;
    height: 100%;
    letter-spacing: 0;
    position: relative;
    margin: 0;
}

#job-oppening-section a {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #e4f3ff;
    letter-spacing: .01rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .625rem;
    text-align: center;
    text-decoration: underline;
}

.article h3.title {
    font-size: 20px;
    font-weight: 800;
    color: #e4f3ff;
    text-align: center;
    text-transform: uppercase;
}

.post-meta {    
    font-size: 16px;
    font-weight: 600;
    margin: 31px 0 25px;
    text-align: center;
}

.p-meta {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    text-transform: none;
}

#job-opening-button {
    background: linear-gradient(
        90deg
        , rgba(238,85,37,1) 0%, rgb(214 74 30) 42%, rgba(233,39,51,1) 100%);
    padding: 16px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
    border-radius: 8px;
    border: none;
    color: #e4f3ff;
    width: 176px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -88px;
    bottom: -26px;
    text-decoration: none;
}

#text-block-sell {
    font-family: 'Montserrat';
    font-size: 55px;
    font-weight: 700;
    color: #4d4d4d;
    text-align: center;
    line-height: 1;
    margin-bottom: 100px;
}

#sell-product-section {
    background: #000 !important;
    padding-top: 10%;
    padding-bottom: 10%;
}

.article-sell-product img {
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

.article-sell-product:after {
    width: 15px;
    background-color: #000;
    border-radius: 100%;
    border-top-color: #ff233d;
    border-right-color: #ff233d;
    border-bottom-color: #ff233d;
    border-left-color: #ff233d;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 15px;
    position: absolute;
    top: 29%;
    left: 50%;
    content: "";
}

p.p-sell-product {
    text-align: center;
    color: #e4f3ff;
}

.upgrade-icon {
    width: 83px;
    height: 67px;
}

.horizontal-timeline:not(.ct-section), .horizontal-timeline.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-around;
}

.horizontal-timeline {
    position: relative;
    padding-top: 120px;
    text-align: justify;
    margin-top: 60px;
    width: 90%;
}

.horizontal-timeline__line {
    height: 2px;
    background-color: #4e555c;
    position: absolute;
    top: 60px;
    width: 75%;
}

.horizontal-timeline__event:not(.ct-section), .horizontal-timeline__event.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.horizontal-timeline__event {
    text-align: center;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    flex-grow: 1;
    width: 180px;
    line-height: 20px;
}

.horizontal-timeline__event:after {
    width: 15px;
    background-color: #000;
    border-radius: 100%;
    border-top-color: #ff233d;
    border-right-color: #ff233d;
    border-bottom-color: #ff233d;
    border-left-color: #ff233d;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 15px;
    position: absolute;
    top: 54px;
    content: "";
}

.horizontal-timeline__number {
    font-family: 'Montserrat';
    font-size: 55px;
    font-weight: 700;
    color: #4e555c;
    margin-top: -160px;
    line-height: 1;
    margin-bottom: 100px;
}

.p-text-block {
    margin-top: 20px;
    color: #e4f3ff;
}

#_tabs_contents-39-15491 {
    display: block;
    margin: auto;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.service-block-icon {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 9px;
    background-color: #ff233d;
    box-shadow: 0 4px 14px rgb(69 69 69 / 8%);
    padding: 25px;
    margin: 0 auto 45px;
}

.services-block-icon .icon {
    width: 100%;
    height: auto;
    max-height: 100%;
    fill: #000;
}

.partners-fo ul li a img {
    -webkit-filter: none !important;    
    -webkit-transition: none !important;
    -webkit-backface-visibility: none !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.border-green {
    border-top: 2px solid #4BFF9C;
    padding-top: 10px;
}

#target-section-2 {
    color: #E4F3FF;
}

.border-green h3 {
    font-size: 1.3rem;
    color: #e4f3ff;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
    padding-left: 10px;
    text-transform: capitalize;
}

.border-green svg {
    width: 35px;
}

.site-section.fit-section img {
    width: 90px;
    padding-bottom: 40px;
}

.col-lg-12.client-list.client-list-fo {
    cursor: pointer;
}

a.left.carousel-control {
    position: absolute;
    margin-top: 7%;
    margin-left: 5px;
}

a.right.carousel-control {
    position: absolute;
    margin-top: 7%;
    right: 51%;
}

a.left.carousel-control svg, a.right.carousel-control svg {
    vertical-align: middle;
}

.modal.hide.fade.in {
    opacity: 1;
}

.fit-white {
    background: #fff;
    color: #03213D;
    padding: 50px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.fit-dark {
    padding: 50px;
    /*box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);*/
    border-radius: 10px;
    color: #E4F3FF;
    height: 556px;
}

.fit-dark-meet {
    padding: 50px;
    border-radius: 10px;
    color: #E4F3FF;
}

.fit-white .ul-bullets, .fit-dark .ul-bullets {
    padding-left: 20px;
}

.fit-white .ul-bullets li, .fit-dark .ul-bullets li {
    padding-bottom: 10px;
}

.mt4 {
    padding-top: 10rem;
}

p.p-number-last {
    font-weight: 600;
    font-size: 50px;
    margin-top: 30px;    
    margin-bottom: 30px;
    color: #ff233d !important;
    text-align: center;
}

.growth-section-2 h2.section-title.mb-3.s-line {
    padding-bottom: 0px !important;
}

.pre-footer.py-5.text-center .container {
    border-top: 1px solid #ffffff21;
    margin-top: 60px;
}

.pre-footer .col-md-3.col-lg-3.mb-2.mb-lg-3.pl-50 {
    padding-left: 20px;
}

.pre-footer.py-5.text-center .container .row {
    padding-top: 20px;
}

.site-blocks-cover.site-msc {
    min-height: 550px;
    padding-bottom: 60px !important;
}

.mpr-10 {
    margin-top: 15%;
}

.text-strategy-call .p-text {
    margin-bottom: 10px;
    font-size: 18px;
    color: #E4F3FF;
}

.text-strategy-call ul.no-bullets.ul-talk {
    padding-top: 10px;
}

.text-strategy-call .site-blocks-cover h1 {
    margin-top: 10%;
}

.calendly-inline-widget iframe {
    border-radius: 5px;
}

.site-blocks-cover.site-msc .pre-footer.pf-msc.py-5.text-center .container {
    margin-top: 0px !important;
}

h1.section-title.custom-h1.s-line {
    margin-top: 9%;
}

.site-section.collaboration-section.msc-footer {
    padding-top: 0px !important;
}

.site-blocks-cover.site-block-page .row.mb-4 {
    margin-bottom: 3rem !important;
}

.row.mb-5.row-working.user-section img {
    padding: 20px;
    border-radius: 25px !important;
}

.big-img {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

#tr-section p {
    color: #e4f3ff;
}

#tr-section h3 {
    font-size: 1.3rem;
    color: #e4f3ff;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#tr-section .services-box:hover {
    background: #04182a;
}

span.pro-text {
    background: #ff233d;
    color: #E4F3FF;
}

.custom-fit {
    height: auto;
    padding: 0px !important;
}

.custom-fit ul li {
    list-style: none;
}

.fit-dark.custom-fit.fit-1 {
    padding-left: 130px !important;
}

.fit-dark.custom-fit.fit-2 {
    padding-left: 20px !important;
}

#target-section .row.justify-content-center.mb-5 {
    padding-bottom: 0px;
}

.pre-footer.py-5.text-center.msc-footer {
    padding-top: 0px !important;
}

.pre-footer.py-5.text-center.msc-footer .container {
    margin-top: 20px;
}

#tr-section {
    padding-bottom: 4rem !important;
}

.fh-50 {
    font-size: 50px !important;
}

h2.section-title.mb-3.s-line.pb-30.fh-50.text-left {
    text-align: left !important;
}

.pr-5 {
    padding-top: 5rem;
}

.pr-2 {
    padding-top: 2rem !important;
}

.red-text {
    color: #ff233d;
}

.green-text {
    color: #40C67C !important;
}

.img-call-2 {
    width: 430px;
    max-width: 100%;
    margin-bottom: 50px;
}

.faq-collapse .collapse-item{
    display: none;
    width: 96%;
}

.faq-collapse .collapse svg{
    transition: .3s ease;
    float: right;
    margin: 0px 15px;
    margin-top: 10px;
}

.faq-collapse .collapse span{
    display: inline-block;
    margin: 0px 15px;
}

/*.active svg{
    transform: rotate(45deg);
}*/

.faq-collapse .collapse:nth-of-type(odd) path{
    fill: #4BFF9C;
}

.faq-collapse .collapse:nth-of-type(even) path{
    fill: #4BFF9C;
}

.faq-collapse .collapse .collapse-header{
    padding: 15px 0px;
    font-weight: normal;
    cursor: pointer;
}

.faq-collapse .collapse:last-of-type .active{
    border-radius: 0px !important;
}

.faq-collapse .collapse:last-of-type .active+.collapse-item a:last-of-type {
    border-radius: 0px 0px 5px 0px;
}

.faq-collapse .collapse:nth-of-type(odd) .collapse-header{
    color: #E4F3FF;
    border-bottom: 2px solid #2639688c;
    padding-bottom: 20px;
}

.faq-collapse .collapse:nth-of-type(even) .collapse-header{
    color: #E4F3FF;
    border-bottom: 2px solid #2639688c;
    padding-bottom: 20px;
}

.faq-collapse .collapse a{
    display: block;
    padding: 10px;
    color: #E4F3FF !important;
    transition: 0.3s ease;
    cursor: pointer;
}

.faq-collapse .collapse a:hover{
    color: #E4F3FF;
}

header.site-navbar.js-sticky-header.site-navbar-target.header-scroll {
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-collapse .collapse:not(.show) {
    display: block;
}

.icon-box {
    margin-bottom: 30px;
}

.faq-collapse .collapse-header {
    margin-top: 20px;
}

.contact-fields input, .contact-fields textarea {
    background: transparent !important;
    border-bottom: 1px solid #E4F3FF;
    margin-bottom: 10px;
}

.contact-fields input::placeholder, .contact-fields textarea::placeholder {
    color: #e4f3ff85 !important;
}

.contact-fields .form-control { 
    color: #E4F3FF !important;
}

.contact-fields .form-control:focus { 
    color: #E4F3FF !important;
}

.mt-300 {
    margin-top: 300px;
}

.pt-150 {
    padding-top: 150px;
}

.text-left {
    text-align: left !important;
}

ul.no-bullets.ul-talk.small-bullet li {
    font-size: 18px;
    line-height: 190%;
    letter-spacing: 0.8px;
}

ul.no-bullets.ul-talk li {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.8px;
}

ul.no-bullets.ul-talk.small-bullet li img.checkmark-blue {
    width: 20px;
    margin-right: 5px;
}

.btn-growth-head {
    margin-left: 0px !important;
}

img.img-fluid.main-img {
    padding-top: 130px;
}

.site-blocks-cover .h1-audit {
    font-size: 2.6rem;
    line-height: 60px;
}

.mt-80 {
    margin-top: 80px;
}

img.team-img {
    width: 600px;
    border-radius: 5px;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.mb-30 {
    margin-bottom: 30px;
}

/*.partner-list img {
    filter: brightness(0) invert(1);
}

.partner-list img:hover {
    filter: none;
}*/

.logo-slider .item img {
    filter: brightness(0) invert(1);
}

.logo-slider .item img:hover {
    filter: none;
}

#meet-section {
    padding-top: 0px !important;
}

.img-fluid.main-svg {
    padding-top: 80px;
}

.user-col.job-col p b {
    font-size: 25px;
    font-weight: bold;
}

.jmt-50 {
    margin-top: 50px;
}

.review-text, .review-sub-text {
    color: #E4F3FF;
}

.col-lg-12.client-list.client-list-fo.new-client-list.partner-list ul li a img {
    margin-right: 20px;
    margin-left: 20px;
    filter: brightness(0) invert(1);
}

.col-lg-12.client-list.client-list-fo.new-client-list.partner-list ul li a img:hover {
    filter: none;
}

.jbullet {
    padding-left: 0px;
}

.jbullet li {
    font-size: 18px;
    color: #E4F3FF;
    padding-bottom: 10px;
    list-style: none;
}

.pre-footer.py-5.text-center.msc-footer.mt-70 {
    padding-top: 70px !important;
}

.btn-apply {
    display: block !important;
    margin: auto !important;
    margin-top: 40px !important;
    background: #40C67C;
    min-width: 150px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: white;
    font-size: 0.875em;
    margin: 0 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    text-transform: uppercase;
}

.btn-apply:hover {
    background: #40c67cd9;
}

h2.modal-title.center {
    font-size: 30px;
    color: #03213D;
    font-weight: bold;
}

input#fname::placeholder, input#lname::placeholder, input#email::placeholder {
    color: #03192E;
    opacity: 0.8;
    font-size: 1rem;
    font-weight: 400;
}

button.btn-modal.center-block {
    border-width: 2px;
    background: #40C67C;
    border: none;
    border-radius: 4px;
    color: #e4f3ff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 0;
}

.modal-header {
    float: right;
    text-align: right;
    display: block;
}

button.close {
    color: #03192E;
}

.fit-section.pd-fit-section {
    padding-bottom: 2em;
}

.service-image {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.ppc-section {
    padding-bottom: 2em;
}

.tooltips {
    background: #ff233d !important;
    color: #E4F3FF !important;
    text-decoration: none !important;
    border: none !important;
    font-size: 18px !important;
    padding: 0px;
    cursor: pointer;
}

.logo-clients-list {
    text-align: center;
}

.col-lg-12.logo-clients-list ul li a img {
    margin-right: 40px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.col-lg-12.logo-clients-list ul li a img:hover {
    filter: none;
}

.logo-clients-list ul li {
    display: inline-block;
    text-align: center;
    margin: auto;
    float: none !important;
}

/*.owl-item {
    width: auto !important;
    margin-right: 60px !important;
}*/

.owl-carousel2.owl-theme.owl-carousel.owl-rtl.owl-loaded {
    margin-top: 20px !important;
}

ul.ppc-channels li img, .owl-item .item img {
    filter: brightness(0) invert(1);
    cursor: pointer;
}

ul.ppc-channels li img:hover, .owl-item .item img:hover {
    filter: none;
}

ul.ppc-channels {
    text-align: center;
}

ul.ppc-channels li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

ul.site-menu.main-menu.js-clone-nav.mr-auto.d-none.d-lg-block.ml-0.pl-0 {
    padding-left: 10px;
}

li.has-children {
    padding: 0px;
}

.nav-link {
    padding: 0px;
    padding-left: 25px;
}

.a-apply {
    text-decoration: none !important;
}

.ebook-img {
    width: 500px;
    margin: auto;
    display: block;
}

.fit-careers {
    padding: 50px;
    padding-bottom: 0px !important;
    border-radius: 10px;
    color: #E4F3FF;
}

.fit-careers ul.ul-bullets {
    padding-left: 0px;
}

.fit-careers ul.ul-bullets li {
    margin-bottom: 15px;
}

.fit-dark.custom-fit.fit-1 ul li img, .fit-dark.custom-fit.fit-2 ul li img, .fit-careers.custom-fit.fit-1 ul li img, .fit-careers.custom-fit.fit-2 ul li img {
    vertical-align: text-top;
}

.header-careers p {
    font-size: 18px !important;
}

.fit-dark.custom-fit.fit-1 ul {
    padding-right: 20px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.fit-careers.custom-fit.fit-2 ul {
    padding-left: 20px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

ul.approach-list li {
    border-bottom: 2px solid #4BFF9C;
    padding-bottom: 5px;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 20px;
}

ul.approach-list li a {
    font-size: 18px;
    color: #e4f3ff;
    text-align: center !important;
    text-decoration: none;   
}

#section-one h3, #section-two h3, #section-three h3, #section-four h3 {
    font-size: 30px;
    font-weight: bold;
    color: #e4f3ff;
}

ul.approach-list {
    padding-left: 0px;
    margin: auto;
    display: block;
    text-align: center;
}

.last-li-nav {
    padding-right: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.mt-35 {
    margin-top: 35px;
}

textarea#message {
    resize: none;
}

.new-user-section .user-col {
    border: none;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px;
    background: #03192E;
    opacity: 1;
}

.new-user-section .user-col img {
    opacity: 1 !important;
    padding: 0px !important;
    margin-top: 20px;
    margin-bottom: 35px !important;
}

.row.mb-5.row-working.user-section.new-user-section div {
    text-align: left !important;
}

.row.mb-5.row-working.user-section.new-user-section p b {
    font-size: 26px;
    font-weight: 600;
}

.row.mb-4.col-numbers.mb4.new-col-numbers .col-lg-4 {
    background: #03192E;
    width: 340px;
    margin: auto;
    border-radius: 8px;
    padding-left: 40px;
}

.new-col-numbers p.p-number.value {
    color: #40C67C;
}

.new-col-numbers .col-lg-4 p {
    color: #40C67C;
}

.new-col-numbers p.p-texts {
    font-style: normal;
    font-weight: 300 !important;
    font-size: 20px;
    line-height: 24px;
    color: #E4F3FF !important;    
    padding-bottom: 20px;
}

.new-col-numbers p.p-number {
    margin-top: 40px;
}

.large-num {
    font-size: 80px;
    color: #ff233d;
}

.mt-12p {
    text-align: center;
    margin: auto;
    margin-top: 12%;
    display: block;
}

.small-head {
    background: #ff233d;
    text-align: center;
    font-weight: bold;
    color: #E4F3FF;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.small-head-img {
    height: 16px;
    margin: auto;
    vertical-align: baseline;
}

.resources-text {
    margin-top: 0% !important;
}

img.icon-counter {
    width: 35px;
}

.f-22 {
    font-size: 18px !important;
}

.site-section.custom-padding {
    padding: 0em !important;
    padding-bottom: 4em !important;
}

.row.mb-4.col-numbers.mb4.custom-col-numbers .p-number {
    font-size: 35px;
    margin-bottom: 20px;
}

.row.mb-4.col-numbers.mb4.custom-col-numbers {
    margin-bottom: 0px !important;
}

.user-col.case-col p.number-case {
    font-size: 45px;
    /*color: #40c67c !important;*/
    font-weight: bold;
    padding-bottom: 10px;
}

.user-col.case-col img {
    width: 200px;
    opacity: 1 !important;
    padding-left: 0px !important;
}

.user-col.case-col {
    text-align: left !important;
}

.no-underline {
    text-decoration: none !important;
}

.g-recaptcha {
    display: none !important;
}

ul.ul-bullets.jbullet li img {
    vertical-align: text-bottom;
}

.client-img-grid {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.client-img-grid .col-lg-2 {
    display: inline-block;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.client-img-grid .col-lg-2 img {
    filter: brightness(0) invert(1);
    cursor: pointer;
}

.client-img-grid .col-lg-2 img:hover {
    filter: none;
    cursor: pointer;
}

ul.dropdown.dropdown-2 {
    width: 340px;
}

p.text-steps {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    background: #ff233d;
    color: #E4F3FF;
    width: 20%;
    text-align: center;
}

.inline-phase {
    display: inline-block;
    margin-right: 10px;
}

.step1-section h3 {
    text-transform: capitalize !important;
}

.blank-section.step-left {
    background: url('https://bountyhunter.agency/new/img/steps_left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 200px;
}

.blank-section.step-right {
    background: url('https://bountyhunter.agency/new/img/steps_right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    height: 200px;
}

.mt-120 {
    margin-top: 140px;
}

.pl {
    padding-left: 30px;
}

.center {
    text-align: center;
}

.custom-hr, .custom-hr1 {
    min-height: 200px;
}

img.jovan-img {
    border-radius: 5px;
    width: 350px;
    margin: auto;
    display: block;
}

.btn-growth-mt-30 {
    margin-top: 25px !important;
}

.custom-icon-section {
    display: block;
    text-align: left;
}

.mix-bullet li {
    list-style: none;
    padding-bottom: 10px;
}

.border-green-2.custom-icon-section {
    border: none !important;
    padding-bottom: 0px !important;
    padding-right: 30px;
}

#target-section .custom-icon-section h3 {
    font-size: 20px;
    text-align: center;
    padding-top: 3px;
}

.custom-icon-section svg {
    width: 25px;
    margin-left: 30px;
}

.mixpanel-section {
    padding-top: 5rem;
    padding-bottom: 0px !important;
}

.mixpanel-section-2 {
    padding-top: 3rem !important;
}

.icon-mixpanel {
    border-color: #1d1d1f;
    border-width: 0px;
    color: #fff;
    background-color: #ff233d;
    box-sizing: content-box;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    z-index: 9;
}

.content-box-wrapper h3 {
    padding-top: 10px;
}

.content-box-wrapper ul {
    color: #fff;
}

.content-box-wrapper ul li {
    padding-bottom: 10px;
}

/* TIMELINE CSS START */

.w-32 {
    width: 32px !important;
    height: 32px !important;
    font-size: .85em
}

.tl-item .avatar {
    z-index: 2
}

.circle {
    border-radius: 500px
}

.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
    padding: 0;
    margin: 0
}

.p-4 {
    padding: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.tl-item>* {
    padding: 10px
}

.tl-item .avatar {
    z-index: 2
}

.tl-item:last-child .tl-dot:after {
    display: none
}

/*.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}*/

.tl-item:last-child .tl-dot:after {
    display: none
}

/*.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}*/

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    min-height: 308px;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    min-height: 308px;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.custom-dot::after {
    content: '';
    position: absolute;
    min-height: 215px;
}

.tl-content p:last-child {
    margin-bottom: 0
}

.tl-date {
    font-size: .85em;
    margin-top: 2px;
    min-width: 100px;
    max-width: 100px
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.b-warning {
    border-color: #f4c414 !important
}

.b-primary {
    border-color: #448bff !important
}

.b-danger {
    border-color: #ff233d !important
}

.tl-content {
    width: 100% !important;
}

.timeline.p-4.block.mb-4 {
    margin-left: 10px;
}

.tl-item {
    background: rgba(228, 243, 255, 0.05);
    padding: 20px;
    margin-bottom: 30px;
}

.tooltips.phase-3 {
    background: transparent !important;
    vertical-align: text-bottom;
    font-size: 22px !important;
}

.border-green-2.custom-icon-section {
    border: none !important;
    padding-bottom: 10px !important;
    padding-top: 30px;
    border-radius: 5px;
    background: rgba(228, 243, 255, 0.05);
}

.border-green-2.custom-icon-section:hover {
    background: #04182a;
}

.mixpanel-section .services-box:hover {
    background: none !important;
}

/* TIMELINE CSS END */

.blog-section h3 {
    text-align: left !important;
    padding-top: 10px;
    padding-left: 0px;
}

.blog-section p {
    color: #e4f3ff;
}

.blog-section a {
    color: #ff233d;
    font-weight: bold;
    text-decoration: none;
}

.blog-section img {
    width: 100%;
    max-width: 100%;
    height: 230px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog-section .border-green-2.custom-icon-section {
    padding-right: 0px;
    padding-top: 0px;
}

.blog-text {
    padding: 20px;
}

.blog-section .custom-icon-section svg {
    width: 18px;
    margin-left: 5px;
}

/* RESPONSIVE */

@media (max-width: 1680px) {
    a.left.carousel-control, a.right.carousel-control {
        margin-top: 10%;
        background: #2437658f;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 100%;
    }

    a.left.carousel-control {
        margin-left: 15px;
    }

    .site-section {
        padding: 4em 0;
    } 
}

@media (max-width: 1400px) {
    a.left.carousel-control {
        margin-top: 10%;
        margin-left: 0px;
    }

    a.right.carousel-control {
        margin-top: 10%;
        right: 51%;
    }

    h1.section-title.custom-h1.s-line {
        font-size: 3.5rem;
        margin-top: 0px;
    }

    .mpr-10 {
        margin-top: 17%;
    }

    .fit-dark.custom-fit.fit-1 {
        padding-left: 70px !important;
    }

    .custom-svg-saas {
        display: block;
        margin-bottom: 10px;
    }

    .pal-0 {
        padding-left: 0px !important;
    }

    .custom-h {
        min-height: 270px;
    }

    .custom-hr1 {
        min-height: 270px;
    }

    p.text-steps {
        width: 25%;
    }

    .custom-icon-section svg {
        width: 25px;
        margin-left: 30px;
        display: block;
        padding-bottom: 10px;
    }

    .custom-icon-section h3 {
        padding-left: 30px;
    }

    .custom-icon-section {
        min-height: 295px;
    }
}

@media (max-width: 1200px) {
    .nav-link {
        padding: 0.2rem 0.6rem;
    }

    button#btn-growth {
        line-height: 42px;
        padding-left: 10px;
        padding-right: 10px;
    }

    button#btn-growth {
        margin-top: 10px;
        margin-left: 0px;
    }

    p.p-texts {
        font-size: 20px;
    }

    .fit-dark.custom-fit.fit-1 {
        padding-left: 0px !important;
    }

    .fit-dark.custom-fit.fit-2 {
        padding-left: 0px !important;
    }

    .custom-h {
        min-height: 300px;
    }

    .custom-hr {
        min-height: 270px;
    }

    .custom-hr1 {
        min-height: 300px;
    }
    
}

@media (max-width: 990px) {
    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 14px;
    }

    button#btn-growth {
        font-size: 0.8em;
    }

    .article h3.title br {
        display: none;
    }

    #job-oppening-section .col-lg-4 {
        margin-bottom: 100px;
    }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        color: #e4f3ff;
    }

    span.arrow-collapse.collapsed {
        color: #e4f3ff;
    }

    #tablet-book {
        display: block;
        margin: 0 auto;
        float: none;
    }

    p.mb-ebook {
        text-align: center;
    }

    .unit-4.d-block {
        margin-bottom: 60px;
    }

    .col-md-12.col-lg-4.mb-4.mb-lg-4.col-optimization {
        padding-bottom: 40px;
    }

    #particles-js {
        position: absolute;
        top: 120px;
    }

    .team-img {
        max-width: 100% !important;
    }

    .img-contact {
        padding-top: 0px;
    }

    .col-content {
        margin-bottom: 40px;
    }

    .row.ebooks-box {
        padding: 40px;
    }

    .col-lg-6.careers-section-6 {
        max-width: 100%;
    }

    #careers-section-6 {
        padding-left: 0px;
    }

    .horizontal-timeline {
        display: none;
    }

    .article-sell-product:after {
        display: none;
    }

    #text-block-sell {
        margin-bottom: 20px;
    }

    .article-sell-product {
        margin-top: 30px;
    }

    #modal-footer-ref {
        text-align: center;
    }

    a.left.carousel-control {
        position: unset;
        margin-top: 0%;
        margin-left: 0px;
        margin-right: 20px;
    }

    a.right.carousel-control {
        position: unset;
        margin-top: 0%;
        margin-left: 0px;
        right: 0%;
    }

    #slider .col-sm-12 {
        text-align: right;
        margin-bottom: 20px;
    }

    a.left.carousel-control, a.right.carousel-control {
        padding: 10px;
    }

    .row-working .col-lg-4 {
        margin-bottom: 50px;
    }

    .site-section.fit-section.mt4 {
        padding-top: 0rem;
    }

    .site-section.fit-section.mt4 {
        padding-bottom: 0px;
    }

    .site-section.slider-section {
        padding-top: 0px;
    }

    .row.mb-4.col-numbers.mb4 .col-lg-4 {
        padding-left: 0px;
        width: 33%;
    }

    p.p-texts {
        font-size: 18px;
    }

    p.p-number {
        font-size: 50px;
    }

    .row.mb-4.col-numbers.mb4 {
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;
        margin: auto;
    }

    .site-blocks-cover h1 {
        font-size: 40px;
    }

    h2.section-title {
        font-size: 40px;
    }

    .d-inline-block {
        text-align: right;
    }

    header.site-navbar.js-sticky-header.site-navbar-target.header-scroll {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    li.has-children a.nav-link {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .collapse.in {
        display: block;
    }

    ul#collapseItem0 li a {
        padding-left: 0px;
    }

    .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: transparent;
    }

    #collapseItem0 li a svg {
        margin-right: 7px;
    }

    h1.section-title.custom-h1.s-line {
        font-size: 3rem;
        margin-top: 15%;
    }

    .mpr-10 {
        margin-top: 10%;
    }

    a.left.carousel-control, a.right.carousel-control {
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .fit-dark {
        height: auto;
    }

    .fit-section.pd-fit-section {
        padding-bottom: 0em;
    }

    .site-blocks-cover h1 {
        margin-top: 20%;
    }

    .custom-svg-saas {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px;
    }

    .pal-0 {
        padding-left: 10px !important;
    }

    .custom-h {
        min-height: auto;
    }

    .col-lg-4.services-box br {
        display: none;
    }

    .custom-hr, .custom-hr1 {
        min-height: auto;
    }

    .col-lg-4.blank-section.step-left, .col-lg-4.blank-section.step-right {
        display: none;
    }

    .col-lg-7.step1-section.mt-120.pl {
        padding-left: 0px;
    }

    .col-lg-7.step1-section.mt-120.pl, .col-lg-7.step1-section.mt-120, .col-lg-7.step1-section.mt-120 {
        margin-top: 50px;
    }

    .col-lg-7.step1-section.mt-120, .col-lg-7.step1-section.mt-40 {
        padding-left: 0px;
    }

    img.jovan-img {
        margin-top: 70px;
    }

    .custom-icon-section svg {
        display: inline-block;
        padding-bottom: 0px;
    }

    .custom-icon-section h3 {
        padding-left: 10px;
    }

    .custom-icon-section {
        min-height: auto;
    }
}

@media (max-width: 780px) {
.row.mb-5.row-c {
    margin-top: 40px;
}

.h1-book {
    font-size: 2.5em;
}

.p-book {
    font-size: 1.5rem;
}

.book-call-text {
    margin-top: 0px;
}

h1.text-center.h1-ebooks {
    font-size: 2.5rem;
    margin-top: 20px;
}

.top-margin.flex-horizontal.center {
    margin-top: 20px;
}

.resources-text {
    margin-top: 80px;
}

h1.text-center br {
    display: none;
}

.col-lg-5.col-md-5.col-sm-12.cta-box p {
    text-align: center;
    float: none;
    margin-bottom: 0px;
}

.cta-box {
    margin-top: 0px;
    margin-bottom: 0px;
}

.col-lg-8.col-md-12.col-sm-12.center-block.text-center {
    margin-bottom: 30px;
}

.pl-50 {
    padding-left: 20px;
}

.pre-footer.py-5.text-center .row.mb-5 {
    padding-left: 10px;
}

.pre-footer.py-5.text-center .col-md-3.col-lg-3.mb-2.mb-lg-3.pl-50 {
    padding-left: 10px;
}

p.p-schedule {
    padding-left: 0px;
}

#careers-section {
    padding-top: 15%;
}

#careers-section svg {
    margin-bottom: 40px;
}

.horizontal-timeline__event {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%;
}

.horizontal-timeline__line:not(.ct-section), .horizontal-timeline__line.ct-section .ct-section-inner-wrap {
    display: none;
    flex-direction: unset;
}

.horizontal-timeline__event:after {
    display: none;
}

.horizontal-timeline:not(.ct-section), .horizontal-timeline.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
}

.horizontal-timeline__number {
    margin-top: 0px;
    margin-bottom: 20px;
}

h1.section-title.custom-h1.s-line {
    margin-top: 20%;
}

.fit-careers.custom-fit.fit-2 ul {
    padding-left: 0px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.mt-12p {
    margin-top: 30%;
}
}

@media (max-width: 680px) {
    label.custom-file-upload {
        width: 60%;
    }

    img.img-fluid.contact-img {
        padding-top: 40px;
    }

    #careers-section {
        padding-top: 20%;
    }
    
    h1.text-center {
        margin-top: 30%;
    }

    img.ebook-img, img.team-img {
        max-width: 100%;
    }

    .tl-dot:after {
        display: none;
    }

    p.text-steps {
        width: 40%;
    }
}

@media (max-width: 540px) {
    .site-blocks-cover.pcc-cover h1 {
        line-height: 50px;
    }

    #careers-section {
        padding-top: 35%;
    }

    h2.section-title {
        font-size: 2.2rem;
    }

    p.mb-ebook {
        line-height: 30px;
        padding: 20px;
    }

    .site-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-lg-12.client-list.client-list-fo ul {
        padding-left: 0px;
    }

    .fh-50 {
        font-size: 2.2rem !important;
    }

    #slider {
        padding-left: 25px;
        padding-right: 25px;
    }

    .client-list {
        width: 100%;
        padding: 30px 0;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    h1.text-center.h1-ebooks {
        font-size: 2rem;
        margin-top: 20px;
    }

    .aos-init.aos-animate p {
        line-height: 25px;
    }

    .resources-text {
        margin-top: 20px;
    }

    .aos-init.aos-animate p {
        padding-top: 10px;
        line-height: 25px;
    }

    .site-section {
        padding: 2em 0;
    }

    .box-title {
        font-size: 1.6rem;
    }

    .services-1 {
        width: 120px;
    }

    .services-2 {
        width: 120px;
    }

    .services-3 {
        width: 120px;
    }

    .services-4 {
        width: 120px;
    }

    .custom-service {
        width: 120px;
    }

    a.target-section img {
        width: 180px;
    }

    .modal-footer.contactModal2-footer {
        margin-top: 0px !important;
    }

    .logo-clients-footer .col-lg-3.col-md-6.col-xs-12 {
        padding-right: 0px !important;
    }

    .logo-clients-footer div img {
        padding-right: 0px !important
    }

    .row.mb-4.col-numbers.mb4 .col-lg-4 {
        padding-left: 0px;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .site-blocks-cover, .site-blocks-cover>.container>.row {
        height: auto;
    }

    .col-lg-12.client-list.client-list-fo.new-client-list ul li a img {
        margin-right: 80px;
        margin-bottom: 30px;
    }

    .col-lg-6.services-box {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px !important;
    }

    .img-cal {
        width: 580px;
        margin-top: -100px;
        margin-left: 0px;
        max-width: 100%;
    }

    p.p-text.text-large {
        font-size: 20px;
    }

    p.p-number-last {
        font-size: 35px;
    }

    .site-section.growth-section-2.bg-light .col-lg-12.btn-center.mt-70 {
        margin-top: 20px;
    }

    p.p-text-service {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    p.copyright-text {
        text-align: center;
    }

    .mt-m30 {
        margin-top: -30px;
    }

    .cta-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .modal-dialog.modal-lg {
        max-width: 95%;
    }

    .pl-30 {
        padding-left: 20px;
    }

    ul#lightgallery li {
        margin-bottom: 50px !important;
    }

    img.img-fluid.main-img {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fit-dark-meet {
        padding: 50px;
        padding-left: 10px;
        padding-right: 10px;
        color: #E4F3FF;
    }
}

@media (max-width: 425px) {
    label.custom-file-upload {
        width: 100%;
    }

    h1.section-title.custom-h1.s-line {
       font-size: 2rem;
       margin-top: 25%;
    }
}

@media (max-width: 380px) {
    #logo-header {
        width: 220px;
    }

    .resources-text {
        margin-top: 0px;
    }

    .target-section img {
        margin-top: -40px;
        width: 200px;
    }

    h1.text-center.h1-ebooks {
        font-size: 2rem;
        margin-top: 20px;
    }

    .text-block-80 {
        font-size: 1rem;
    }

    .author-img-container-2 {
        margin-right: 1rem;
        width: 3.5em;
        height: 3.5em;
    }

    img.author-img-2 {
        width: 120px;
    }

    .btn-resources {
        display: flex;
        width: 14em;
        height: 3.813em;
        margin-top: 2em;
        margin-right: auto;
        margin-left: auto;
        padding-left: 2em;
    }

    h1, .site-blocks-cover h1 {
        font-size: 2em !important;
    }

    .fh-50 {
       font-size: 2rem !important;
    }  

    .cta-section button#btn-growth {
        width: 250px;
    }  

    .mt-12p {
        margin-top: 40%;
    }

    button#btn-growth {
        margin-right: 0px;
    }

    .custom-svg-saas {
        display: block;
        margin-bottom: 10px;
    }

    .pal-0 {
        padding-left: 0px !important;
    }
}

@media (max-width: 360px) {
    .aos-init.aos-animate p {
        line-height: 20px;
        font-size: 0.8rem;
    }

    .site-blocks-cover, .site-blocks-cover>.container>.row {
        height: calc(65vh);
    }

    span.step-info {
        font-size: 15px;
    }

    .site-blocks-cover h1 {
        font-size: 2rem;
    }

    h1.text-center.h1-ebooks {
        margin-top: 20px;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    h2.section-title {
        font-size: 2rem;
    }
}