@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro-Regular.woff);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro-Bold.woff);
    font-weight: 700;
    font-style: normal
}

:focus {
    outline: 0
}

body {
    font-family: MyriadPro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #000
}

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

h1,
h2,
h3 {
    font-family: MyriadPro, sans-serif;
    font-weight: 700
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 26px
}

a {
    color: #0053a0;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #41CCDC;
}

.clear {
    clear: both
}

.sep {
    display: inline-block;
    margin: 0 10px;
    opacity: .6
}

.btn,
.wp-block-button__link,
button,
input[type=submit] {
    padding: 0 36px;
    color: #fff;
    background: #1d212f;
    height: 50px;
    line-height: 50px;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type=submit]:hover {
    background-color: #282c3d;
    color: #fff
}

input[type=submit][disabled] {
    opacity: .2;
    cursor: not-allowed
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative
}

.center-align {
    text-align: center
}

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -20px 20px;
    flex-wrap: wrap
}

.row.m {
    -ms-flex-item-align: center !important;
    align-items: center !important
}

.row>.col {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.row>.col.m {
    -ms-flex-item-align: center !important;
    align-items: center !important
}

.row>.col.b {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.row>.col.s12 {
    width: 100%
}

.row>.col.s11 {
    width: 91.66%
}

.row>.col.s10 {
    width: 83.33%
}

.row>.col.s9 {
    width: 75%
}

.row>.col.s8 {
    width: 66.66%
}

.row>.col.s7 {
    width: 58.33%
}

.row>.col.s6 {
    width: 50%
}

.row>.col.s5 {
    width: 41.66%
}

.row>.col.s4 {
    width: 33.33%
}

.row>.col.s3 {
    width: 25%
}

.row>.col.s2 {
    width: 16.66%
}

.row>.col.s1 {
    width: 8.33%
}

@media screen and (max-width:1050px) {
    .row:not(.not-resp) {
        display: block;
        flex-direction: column
    }

    .row:not(.not-resp)>.col {
        width: 100% !important;
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

#wrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 97px
}

#header {
    background: #41ccdc;
    padding: 25px 0;
    padding-right: 185px;
    box-sizing: border-box
}

.fixed #header {
    position: fixed
}

h1,
h2 {
    opacity: 1
}

#logo a {
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    width: 154px;
    height: 47px;
    display: block;
    position: relative;
    text-indent: -9999px;
    float: left
}

.hidden {
    opacity: 0
}

.wow {
    opacity: 1;
    -webkit-transition: .4s opacity cubic-bezier(.75, -1.27, .3, 2.33);
    transition: .4s opacity cubic-bezier(.75, -1.27, .3, 2.33)
}

.wow {
    opacity: 0
}

.wow.start {
    opacity: 1
}

#navigation {
    margin-top: -13px;
    float: right
}

#terms {
    padding: 0 !important
}

#terms .text {
    overflow: auto;
    padding: 40px
}

.reset {
    margin-top: 10px;
    display: block;
    color: #666;
    margin-bottom: -10px;
    margin-left: 8px
}

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

    div.menu>ul,
    ul.menu {
        display: block;
        margin: 23px 0 0;
        padding: 0;
        list-style: none
    }

    div.menu>ul::after,
    ul.menu::after {
        content: "";
        display: block;
        clear: both
    }

    div.menu>ul li,
    ul.menu li {
        display: block;
        float: left;
        position: relative
    }

    div.menu>ul li a,
    ul.menu li a {
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        line-height: 28px;
        text-decoration: none;
        padding: 0;
        margin: 0 20px;
        color: #fff;
        font-weight: 700
    }

    div.menu>ul .current-menu-item>a,
    div.menu>ul .current-menu-parent>a,
    div.menu>ul .current_page_item>a,
    ul.menu .current-menu-item>a,
    ul.menu .current-menu-parent>a,
    ul.menu .current_page_item>a {
        text-decoration: none;
        font-weight: 700;
        color: #fff;
        border-bottom: 1px solid
    }

    div.menu>ul ul,
    ul.menu ul {
        display: none;
        margin: 0;
        padding: 0
    }

    div.menu>ul li:hover>ul,
    ul.menu li:hover>ul {
        display: block;
        width: 100%;
        max-width: 400px;
        min-width: 180px;
        padding-bottom: 20px;
        position: absolute;
        background: #41ccdc
    }

    div.menu>ul li:hover>ul li,
    ul.menu li:hover>ul li {
        float: none
    }

    div.menu>ul li a:hover,
    ul.menu li a:hover {
        color: #fff;
        border-bottom: 1px solid transparent
    }

    div.menu>ul li a:hover,
    ul.menu li a:hover {
        border-bottom: 1px solid
    }

    div.menu>ul ul li a,
    ul.menu ul li a {
        font-size: 13px;
        text-transform: none;
        line-height: inherit;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .loggedin_menu {
        float: right
    }

    .loggedin_menu ul {
        position: absolute;
        width: 161px;
        padding: 0;
        margin: 0;
        list-style: none;
        right: 0;
        padding-top: 25px;
        display: none
    }

    .loggedin_menu:hover ul {
        display: block
    }

    .loggedin_menu ul li+li {
        border-top: 1px solid #2bbecf
    }

    .loggedin_menu ul li a {
        color: #fff;
        background-color: #41ccdc;
        display: block;
        padding: 15px 20px
    }

    .loggedin_menu ul li a:hover {
        background-color: #2bbecf
    }
}

#menu-item-68 {
    background-color: #000;
    color: #fff;
    border-radius: 4px
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #41ccdc
}

#header .contact {
    position: absolute;
    right: 0;
    top: 0;
    height: 97px;
    line-height: 97px;
    padding: 0 60px;
    background-color: #2bbecf;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px
}

#header .contact:hover {
    background-color: #1eaab9
}

input[type=email],
input[type=tel],
input[type=password],
input[type=text],
select,
textarea {
    font-family: MyriadPro, sans-serif;
    background: #fff;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    padding: 0 15px !important;
    width: 100%;
    color: #000;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 5px
}

textarea {
    height: 80px !important;
    padding: 10px 15px !important
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    display: none
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #fff
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

#overlay {
    display: none
}

.section_head {
    background: url(../images/home-headbg.jpg) no-repeat center fixed;
    background-size: cover;
    height: 750px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.section_head .bg,
.section_head .bgvid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 750px;
    z-index: 0;
    overflow: hidden
}

.section_head .bgvid {
    background: #231f20
}

.section_head video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    opacity: .6
}

.section_head .bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 2;
    background-color: #000
}

.section_head .bg .swiper-slide {
    height: 750px;
    position: relative;
    background: no-repeat center;
    background-size: cover
}

.section_head {
    max-height: 100vh;
    min-height: 500px;
    align-items: flex-end
}

.section_head .box {
    background: rgba(255, 255, 255, .6);
    flex: 1;
    color: #000;
    text-transform: uppercase;
    padding: 40px 0;
    margin-bottom: 80px;
    position: relative;
    z-index: 9
}

.section_head .box h1 {
    text-transform: none;
    margin: 0
}

.section_head .box p {
    margin: 0
}

.section_head h1 {
    font-size: 70px
}

.home .section1_01 {
    margin-top: 30px
}

.home .section1_01 .img {
    margin-top: 30px;
    border-radius: 50%;
    border: 10px solid #2bbecf;
    max-width: 200px
}

.home .section1_01 .circle img {
    border-radius: 50%
}

.home .section1_01 .circle .title {
    text-align: center
}

.home .section1_01 .circle {
    margin-bottom: 20px
}

.home .section1_02_text {
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    margin: auto;
    width: 60%
}

.home .section1_02 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content
}

.home .section1_03 {
    margin-top: 200px
}

.home .section1_03 .img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.home .section1_03 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.home .section1_04 {
    background-color: #42ccdc;
    margin-top: 60px;
    padding-bottom: 50px
}

.home .section1_04 .question {
    color: #fff;
    line-height: 80%;
    text-align: center
}

.home .section1_04 .service-careers {
    color: #fff;
    text-align: center
}

.home .section1_04 .description {
    color: #fff;
    font-size: 25px;
    font-weight: 500
}

.home .section1_04 .div-wrapper {
    height: 300px;
    bottom: 0
}

.home .section1_04 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content;
    position: relative
}

.home .section1_05 {
    margin-top: 100px
}

.home .section1_05 .img {
    margin-left: 30px;
    margin-right: auto
}

.home .section2 h2 {
    margin: 0 0 10px
}

.home .section2 .box {
    padding: 20px 20px 60px
}

.home .section2 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.home .section3 {
    background: #427fdc;
    color: #fff;
    padding: 70 0;
    margin-top: 50px
}

.home .section3 .box {
    max-width: 500px
}

.home .section3 img {
    display: block
}

.home .section3 h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px
}

.home .section3 img {
    margin-top: 40px
}

.home .section3 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #1d212f;
    background-color: #fff;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content
}

.home .section2 {
    color: #fff;
    padding: 100px 0 0;
    background-color: #42ccdc
}

.home .section2 .container {
    max-width: 1200px
}

.home .section2 .box {
    padding: 60px 120px;
    padding-right: 450px;
    background: #41cbdb;
    color: #fff;
    box-sizing: border-box;
    position: relative
}

.home .section2 .box .iphone {
    position: absolute;
    background: url(../images/home-iphone.png) no-repeat center bottom;
    background-size: auto 500px;
    width: 350px;
    height: 543px;
    bottom: 0;
    right: 0
}

.home .section2 h2 {
    font-size: 42px
}

.home .section2 .btn {
    margin-top: 30px
}

.home .section3 {
    padding: 100px 0;
    text-align: center;
    background: #427fdc;
    color: #fff
}

.home .section4 {
    margin-top: 100px
}

.home .section4 h2 {
    max-width: 800px;
    color: #41ccdc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 80%;
    text-align: center
}

.home .section4 img {
    max-width: 200px;
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.home .section4 .row .col {
    padding: 0 10px
}

.home .section4 .box {
    color: #000;
    position: relative
}

.home .section4 h3 {
    color: #41ccdc;
    text-align: left
}

.home .section4 .row .box .thumb {
    height: 160px;
    background: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.home .section4 .box .content {
    padding: 40px;
    min-height: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.home .section4 .bullet {
    width: 18px;
    height: 18px;
    background: url(../images/bullet.png) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.home .section4 .box h3 {
    margin: 0 0 20px
}

.home .section4 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content
}

.home .section5 {
    padding: 100px 0 60px;
    color: #fff;
    background-color: #4169e1
}

.home .section5 h2 {
    max-width: 800px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 80%;
    text-align: center
}

.home .section5 img {
    max-width: 200px;
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.home .section5 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content
}

.home .section6 {
    max-width: 900px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto
}

.home .section6 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 150px
}

.home .section6 h2 {
    color: #41ccdc;
    text-align: center;
    line-height: 80%
}

.home .section6 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 500
}

iframe {
    width: 100%;
    height: 610px
}

.contact .section2,
.home .section7 {
    background: #417ed8;
    color: #fff
}

.contact .section2 h2,
.home .section7 h2 {
    line-height: 42px
}

.contact .section2 .row,
.home .section7 .row {
    margin-bottom: 0
}

.contact .section2 .container,
.home .section7 .container {
    max-width: 600px
}

.contact .section2 em,
.home .section7 em {
    font-style: normal;
    margin: 0 10px;
    display: inline-block
}

.contact .section2 a,
.home .section7 a {
    color: #fff;
    border-bottom: 1px solid transparent
}

.contact .section2 a:hover,
.home .section7 a:hover {
    border-bottom: 1px solid #fff
}

#footer {
    padding: 40px 0;
    background: #41cbdb;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

#footer .row {
    margin-bottom: 0
}

#footer .logo {
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    width: 154px;
    height: 47px;
    display: block;
    position: relative;
    text-indent: -9999px
}

#footer .row .s6 {
    padding-left: 60px
}

#footer a:hover {
    border-bottom: 1px solid
}

#footer a {
    color: #fff
}

#footer p {
    margin: 0
}

.social {
    text-align: right
}

.social a {
    width: 38px;
    height: 38px;
    border: none;
    background: no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px
}

.social a:hover {
    opacity: .6;
    border: none
}

.social .youtube {
    background-image: url(../images/youtube.png)
}

.social .instagram {
    background-image: url(../images/instagram.png)
}

.social .facebook {
    background-image: url(../images/facebook.png)
}

.social .linkedin {
    background-image: url(../images/linkedin.png)
}

.social .twitter {
    background-image: url(../images/twitter.png)
}

#map {
    height: 600px;
    background-color: #142c49
}

.about .section2 {
    text-align: center;
    padding: 60px 0;
    background-color: #f5f5f5
}

.about .section2 h2 {
    font-size: 48px
}

.about .section2 .box {
    margin: 225px 0 60px;
    padding: 60px 40px 40px;
    color: #6a6a6a;
    background: #fff;
    box-sizing: border-box
}

.about .section2 .thumb {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    overflow: hidden;
    position: relative;
    margin-top: -240px;
    position: absolute;
    left: 50%;
    margin-left: -125px
}

.about .section2 .thumb img {
    position: absolute;
    width: 100%;
    min-height: 250px;
    left: 0;
    top: 0;
    height: auto
}

.about .section2 .box h3 {
    margin-bottom: 0;
    color: #000
}

.about .section2 .box strong {
    font-size: 18px;
    color: #41cbdb;
    display: inline-block;
    margin-top: -20px
}

.about .section2 .advisors {
    padding: 0 40px;
    color: #6a6a6a
}

.about .section2 .advisors h3 {
    color: #000;
    font-size: 38px
}

.about .section3 {
    padding: 180px 0;
    color: #fff;
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 18px
}

.about .section3 h2 {
    font-size: 72px;
    line-height: 72px
}

.letter {
    padding-bottom: 10px
}

.filter .categories {
    background: #3471cb;
    padding: 15px 0
}

.filter .categories .menu {
    display: flex;
    flex-direction: row
}

.filter .categories .menu a {
    flex: 1;
    color: #fff;
    text-align: center
}

.filter .categories .menu a:hover {
    color: #0c2e60
}

.filter .categories .menu a+a {
    border-left: 1px solid #1e519d
}

.filter .section1 {
    background: #f5f5f5;
    padding: 40px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1
}

.filter .section1 .form {
    display: flex;
    flex-direction: row;
    align-items: flex-end
}

.filter .section1 .form .input {
    flex-grow: 1;
    padding-right: 10px
}

.filter-compare .section1 .form .input {
    padding-right: 1px
}

.filter .section1 .form .input .btn {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    background: #41ccdc;
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

.filter .section1 .form .input .btn:hover {
    background: #33baca
}

.filter .section1 label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 10px
}

.filter .section1 input[type=text],
.filter .section1 select {
    background: #fff;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    padding: 0 15px;
    width: 100%;
    color: #000;
    font-weight: 400;
    box-sizing: border-box
}

.filter .section1 input[type=submit] {
    font-weight: 400;
    padding: 0 15px
}

.filter .section1 .form .input:first-child input,
.filter .section1 .form .input:first-child select {
    border-radius: 5px 0 0 5px
}

.filter .section1 .form .input:last-child input,
.filter .section1 .form .input:last-child select {
    border-radius: 0 5px 5px 0
}

.filter .section1 .user {
    text-align: center;
    font-size: 18px;
    position: relative;
    padding-right: 100px
}

.filter .section1 .user .name {
    font-size: 28px;
    font-weight: 700
}

.filter .section1 .user .picture {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: absolute;
    overflow: hidden;
    position: absolute;
    right: 0
}

.filter .section1 .user .picture img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0
}

body.filter {
    background: #f5f5f5
}

.filter .section2 {
    background: #f5f5f5;
    padding: 40px 0
}

.filter .section2 .top {
    margin-bottom: 50px;
    text-align: right
}

.filter .section2 .top .view_type a {
    width: 24px;
    height: 24px;
    background: no-repeat center;
    background-size: 24px;
    display: inline-block;
    vertical-align: middle;
    opacity: .4
}

.filter .section2 .top .view_type a.active,
.filter .section2 .top .view_type a:hover {
    opacity: 1
}

.filter .section2 .top .view_type label {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.filter .section2 .top .view_type a+a {
    margin-left: 10px
}

.filter .section2 .top .view_type .grid_view {
    background-image: url(../images/grid.png)
}

.filter .section2 .top .view_type .list_view {
    background-image: url(../images/list.png)
}

.filter .section2 .top .btn {
    background: #41ccdc;
    height: 45px;
    vertical-align: middle;
    line-height: 45px;
    padding: 0 15px;
    margin-left: 20px
}

.filter .section2 .top .btn:hover {
    background: #33baca
}

.filter .section2 .post {
    margin-bottom: 50px
}

.filter .section2 .post .user_info {
    background: #fff
}

.filter .section2 .post .user_info {
    padding: 20px;
    padding-left: 160px;
    position: relative;
    font-size: 18px
}

.filter .section2 .post .user_info .picture {
    width: 110px;
    height: 110px;
    background: #41ccdc;
    border-radius: 150px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: -30px
}

.filter .section2 .post .user_info .picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 120px
}

.filter .section2 .post .user_info .name {
    font-size: 24px;
    font-weight: 700
}

.filter .section2 .post .user_info .name a {
    color: #000
}

.filter .section2 .post .user_info .name a:hover {
    text-decoration: underline
}

.filter .section2 .post .user_details,
.filter .section2 .post .user_extended_info {
    display: flex
}

.filter .section2 .post .user_details,
.filter .section2 .post .user_info {
    border-bottom: 3px solid #f5f5f5
}

.filter .section2 .post .user_details {
    color: #6a6a6a;
    font-size: 12px
}

.filter .section2 .post .user_details strong {
    color: #000;
    font-size: 20px
}

.filter .section2 .post .user_details>div,
.filter .section2 .post .user_extended_info>div {
    background: #fff;
    padding: 8px 2px;
    text-align: center;
    flex-grow: 1
}

.filter .section2 .post .user_details>div+div,
.filter .section2 .post .user_extended_info>div+div {
    border-left: 3px solid #f5f5f5
}

.filter .section2 .post .user_extended_info strong {
    color: #41ccdc
}

.filter .section2 .box {
    background: #fff;
    padding: 20px;
    margin-bottom: 6px
}

.filter .section2 .box h3 {
    margin: 0
}

.filter .section2 .box .job_title {
    font-size: 18px;
    margin-bottom: 10px
}

.filter .section2 .box .info {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap
}

.filter .section2 .box .info>span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #41ccdc;
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid
}

.filter .section2 .box .title {
    font-size: 14px;
    font-weight: 700;
    color: #41ccdc;
    margin-bottom: 10px;
    text-transform: uppercase
}

.filter .section2 .box .description {
    font-size: 14px;
    color: #5d5d5d
}

.filter .section2 .box .info>span:first-child {
    padding-left: 0
}

.filter .section2 .box .info>span:last-child {
    padding-right: 0;
    border-right: none
}

.filter .section2 .cta {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    background: #41ccdc;
    width: 100%;
    text-align: center;
    border-radius: 0
}

.filter .section2 .cta:hover {
    background: #33baca
}

.filter .section2 .cta.disabled {
    background: #ddd;
    cursor: not-allowed
}

.login .section_head {
    max-height: 380px;
    min-height: 380px
}

.signup .section2 {
    padding: 80px 0;
    background: #f5f5f5
}

.login .section2 .form {
    max-width: 400px;
    margin: 0 auto;
    position: relative
}

.signup .section2 h2 {
    text-align: center
}

.signup .signup-video {
    margin: 20px;
}

.signup .section2 .signup_img {
    max-width: 350px;
    margin-bottom: 50px
}

.signup .section2 .form {
    max-width: 700px;
    margin: 0 auto;
    position: relative
}

.signup .section2 .form .footer {
    padding: 30px 0;
    text-align: center
}

.signup .section2 .form .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin-left: auto;
    margin-right: auto
}

.signup .section2_0 .container {
    max-width: 800px;
    padding-top: 30px;
    text-align: center;
    font-weight: 800
}

.signup .section2_0_text {
    font-weight: 800;
    text-align: center;
    margin: auto;
    width: 80%
}

.signup .section2_0 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #000;
    background-color: #41ccdc;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content
}

.contact .section1 {
    background: #417ed8;
    padding: 80px 0;
    color: #fff
}

.contact .section2 {
    background: #000
}

.contact #header,
body.contact {
    background: #417ed8
}

.contact #header .contact {
    background-color: #3573cf
}

.contact #header .contact:hover {
    background-color: #2d68c0
}

.contact input[type=email],
.contact input[type=text],
.contact select,
.contact textarea {
    background: #3573cf;
    color: #fff
}

.contact ::placeholder {
    opacity: 1;
    color: #fff
}

.contact .form .footer {
    padding: 30px 0;
    text-align: center
}

.contact .form .btn {
    height: 45px;
    line-height: 45px
}

.contact .section1 .s4 {
    font-size: 20px
}

.contact .section1 h1 {
    font-size: 58px;
    margin: 0
}

.profile .section1 {
    color: #6a6a6a;
    background: #f5f5f5
}

.profile .section1 .row {
    margin-bottom: 0
}

.profile .section1 .sidebar {
    background: #417ed8;
    text-align: center;
    padding: 60px 0;
    color: #fff
}

body .profile {
    background: #f5f5f5
}

@media screen and (min-width:1051px) {
    .profile .section1 .sidebar {
        min-height: calc(100vh - 97px - 127px)
    }
}

.profile .section1 .sidebar .thumb {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative
}

.profile .section1 .sidebar .user_info .name {
    font-size: 28px;
    font-weight: 700
}

.profile .section1 .sidebar .user_info .business_name {
    font-size: 18px;
    margin-bottom: 20px
}

.profile .section1 .sidebar .user_info .rating span {
    width: 28px;
    height: 28px;
    background: url(../images/star-default.png) no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0 2px
}

.profile .section1 .sidebar .user_info .rating span.active {
    background-image: url(../images/star-active.png)
}

.profile .section1 .sidebar .hire_again {
    padding: 10px 20px 30px;
    text-align: center;
    background: #3471cb;
    display: inline-block;
    margin: 20px 0 40px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700
}

.profile .section1 .sidebar .hire_again .percent {
    color: #41ccdc;
    font-weight: 400;
    font-size: 52px
}

.profile .section1 .cv {
    font-size: 22px;
    max-width: 300px;
    color: #b0c7e9;
    margin: 0 auto
}

.profile .section1 .cv strong {
    color: #fff
}

.profile .section1 .cv>div {
    margin-bottom: 10px
}

.left {
    float: left
}

.right {
    float: right
}

.profile .section1 .content {
    padding: 40px 20px
}

.profile .top {
    margin-bottom: 40px
}

.profile .top .left span:first-child {
    margin-right: 10px
}

.profile .top .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #41ccdc
}

.profile .top .btn:hover {
    background: #33baca
}

.profile .top .btn+.btn {
    margin-left: 10px
}

.profile .statsbox {
    background: #fff;
    margin-bottom: 20px;
    padding: 30px 20px;
    text-align: center;
    color: #6a6a6a
}

.profile .statsbox .value {
    font-weight: 700;
    font-size: 28px;
    color: #000
}

.profile .section {
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf
}

.profile .section strong {
    color: #000
}

.profile .section .title {
    font-weight: 700;
    color: #000;
    font-size: 24px
}

.profile .section .title+p {
    margin-top: 10px
}

.profile .documents {
    margin: 40px 0
}

.profile .documents ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.profile .documents ul li {
    padding: 20px;
    position: relative;
    padding-left: 80px
}

.profile .documents ul li+li {
    border-top: 1px solid #d9d9d9
}

.profile .documents ul li .check {
    background: url(../images/crossmark.png) no-repeat;
    background-size: 38px;
    display: block;
    position: absolute;
    left: 20px;
    top: 12px;
    width: 38px;
    height: 38px
}

.profile .documents ul li.completed {
    font-weight: 700;
    color: #000
}

.profile .documents ul li.completed .check {
    background-image: url(../images/checkmark.png)
}

.letter {
    display: inline-block;
    line-height: 1em;
    opacity: 0
}

span.word {
    display: inline-block;
    overflow: hidden
}

.byob .section2 .phone {
    background: url(../images/byob-iphone.png) no-repeat;
    width: 400px;
    height: 809px;
    background-size: 400px 809px;
    position: relative
}

.byob .section2 .phone .slider {
    width: 350px;
    height: 622px;
    position: absolute;
    left: 25px;
    top: 94px
}

.contact_form .gform_wrapper ul li.gfield {
    padding-top: 0 !important
}

.contact_form .social {
    text-align: center
}

.contact_form .social a:first-child {
    margin-left: 0
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important
}

.gform_wrapper .gform_footer {
    text-align: center
}

body .gform_wrapper ul li.gfield {
    margin: 0 0 15px !important
}

@media screen and (min-width:1051px) {
    .contact_form .gform_wrapper ul.gform_fields {
        display: flex;
        flex-wrap: wrap
    }

    .contact_form .gform_wrapper ul.gform_fields>li {
        flex-grow: 1;
        padding: 0 10px;
        width: 50%
    }

    .contact_form .gform_wrapper ul.gform_fields>li:last-child {
        width: 100%
    }
}

.byob .section1 h2 {
    font-weight: 600
}

.byob .section1 h4 {
    font-weight: 600
}

.byob .section2 {
    padding: 80px 0
}

.byob .section2 h2 {
    font-size: 48px
}

.byob .section2 .list {
    margin-bottom: 60px
}

.byob .section2 .list .item {
    font-size: 20px;
    margin-bottom: 25px;
    color: #d6d6d6;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    position: relative;
    padding-left: 50px
}

.byob .section2 .list .item.active {
    color: #000
}

.byob .section2 .list .item .bullet {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #d6d6d6;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px
}

.byob .section2 .list .item.active .bullet {
    background: #41cbdb
}

.byob .section2 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.byob .section3_1 {
    padding: 100px 0 60px;
    color: #fff;
    background-color: #41ccdc
}

.byob .section3_1 h2 {
    max-width: 800px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    line-height: 80%;
    text-align: center
}

.byob .section3_1 img {
    max-width: 200px;
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.byob .section3_1 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.byob .section3 {
    padding: 80px 0;
    background-color: #41ccdc;
    color: #fff
}

.byob .section3 h2 {
    text-align: center;
    margin: 0 0 40px
}

.byob .section3 .circle {
    background-color: #37c0d0;
    width: 160px;
    height: 160px;
    border-radius: 160px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.byob .section3 .circle img {
    max-width: 80px;
    width: auto;
    height: auto;
    margin-top: -20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.byob .section3 .circle .title {
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0
}

.byob .section3 .col:last-child .circle img {
    margin-top: -20px
}

.byob .lead_gen {
    background-color: #fff;
    color: #000 padding: 60px;
    color: #000
}

.byob .lead_gen .button {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.byob .section4 {
    background-color: #3973c9;
    padding: 60px 0;
    color: #fff;
    text-align: center
}

.byob .section4 .container {
    max-width: 800px
}

.byob .section4 h2 {
    font-size: 52px
}

.byob .section4 strong {
    letter-spacing: 2px
}

.byob .section4 .button {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #42ccdc;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.byob .section5 {
    padding: 100px 0 60px;
    color: #7f7f7f
}

.byob .section5 .container {
    max-width: 800px
}

.byob .section5 img {
    max-width: 80%;
    width: auto;
    height: auto
}

.byob .section5 h2 {
    font-size: 32px;
    color: #000
}

.byob .section5 .row:nth-child(even) .col:last-child {
    order: 1
}

.byob .section5 .row:nth-child(even) .col:first-child {
    order: 2;
    text-align: right
}

.byob .section6 {
    text-align: center;
    padding: 180px 0
}

.byob .section7 {
    background-color: #3973c9;
    padding: 60px 0;
    color: #fff;
    font-size: 20px;
    text-align: center
}

.byob .section7 h2 {
    margin-bottom: 0;
    font-size: 52px
}

.byob .section7 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.byob .section8 {
    padding: 60px 0
}

.error_message {
    padding: 20px;
    text-align: center;
    font-weight: 700;
    color: #b90000
}

.services .section2 .list {
    margin-top: 30px
}

.services .section2 h2 {
    margin-bottom: 20px
}

.services .section2 strong {
    text-transform: uppercase;
    letter-spacing: 2px
}

.services .section2 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.services .section3_1 {
    background: #3f7ad0
}

.services .section3_1 .circle {
    background-color: #3973c9;
    margin-bottom: 20px
}

.services .section3_1 .circle img {
    margin-top: -27px
}

.services .section3_2 {
    padding: 100px 0 60px;
    color: #fff;
    background-color: #41ccdc
}

.services-section3-h2 {
    max-width: 900px;
    text-align: center;
    margin: 50px auto 50px auto
}

.services .section3_2 h2 {
    position: relative;
    display: inline-block;
    line-height: 80%;
    color: #fff
}

.services .section3_2 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    display: block
}

.service-button-center {
    text-align: center
}

.services .section3_2 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.services .section9 {
    padding: 60px 0;
    color: #7f7f7f
}

.services .section9 h2 {
    color: #000
}

.services .section9 .row {
    margin-top: 40px
}

.services .section9 .card .img {
    height: 250px;
    background: no-repeat;
    background-size: cover
}

.services .section9 .card .img img {
    opacity: 0
}

.services .section9 .card .title {
    height: 80px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #41cbdb;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.services .section9 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: -moz-max-content;
    width: -webkit-max-content;
    position: relative
}

.services .section3_2 h2 {
    font-size: 48px
}

.services .section3_2 .more {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px
}

.services .section10 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 30px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

.services .section10,
.services .section11 {
    padding: 70px 0;
    color: #7f7f7f
}

.services .section10 .col:last-child {
    padding-left: 50px;
    padding-right: 80px
}

.services .section10 span.word {
    margin-bottom: -8px;
    display: block
}

.services .section10 h2 {
    color: #000
}

.services .section11 {
    background: #3f7ad0;
    color: #fff;
    padding-bottom: 0
}

.services .section11 .box {
    max-width: 500px
}

.services .section11 img {
    display: block
}

.services .section11 h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px
}

.mobile_only {
    display: none
}

.skills.row {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px
}

.skills.row .col {
    padding-left: 10px;
    padding-right: 10px
}

.skill {
    padding: 0 5px;
    text-align: center;
    color: #000;
    background: #dadada;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative
}

.skill.active {
    background-color: #41ccdc;
    color: #fff
}

.skill:before {
    content: "";
    position: absolute;
    right: 10px;
    top: -10px;
    width: 26px;
    height: 26px;
    background: url(../images/verified.png) no-repeat;
    background-size: contain;
    display: none
}

.skill.verified:before {
    display: block
}

#content {
    position: relative;
    min-height: calc(100vh - 97px - 127px)
}

span.rating {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

span.rating span {
    width: 16px;
    height: 16px;
    background: url(../images/star-active.png) no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .3
}

span.rating span.active {
    opacity: 1
}

.careers .section2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.careers .section2,
.careers .section4 {
    padding: 60px 0;
    color: #000
}

.careers .section2_02 {
    background: #3965d6;
    color: #fff;
    position: relative
}

.careers .section2_02 .container {
    padding: 40px 0;
    padding-left: 390px;
    box-sizing: border-box
}

.careers .section2_02 h2,
.careers .section2_02 h3 {
    text-transform: uppercase;
    letter-spacing: 2px
}

.careers .section2_02 img {
    position: absolute;
    bottom: 0;
    left: -230px;
    z-index: 0;
    pointer-events: none;
    max-height: 127%;
    margin-right: auto;
    margin-left: auto
}

.careers .section2_02 h3 {
    margin: 10px 0 20px;
    color: #fff;
    font-weight: 700;
    font-size: 30px
}

.careers .section2_02 h4 {
    font-weight: 500;
    font-size: 28px
}

.careers .setion2_02 h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px
}

.careers .section2 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content
}

.careers .section3 {
    background: #3965d6;
    color: #fff;
    position: relative
}

.careers .section3 .container {
    padding: 40px 0;
    padding-left: 430px;
    box-sizing: border-box
}

.careers .section3 h2,
.careers .section3 h3 {
    text-transform: uppercase;
    letter-spacing: 2px
}

.careers .section3 img {
    position: absolute;
    bottom: 0;
    left: -150px;
    z-index: 0;
    pointer-events: none;
    max-height: 127%;
    margin-right: auto;
    margin-left: auto
}

.careers .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content
}

.home .section4_01 {
    background: #427fdc;
    color: #fff;
    padding: 70 0;
    margin-top: 50px
}

.home .section4_01 .box {
    max-width: 500px
}

.home .section4_01 img {
    display: block
}

.home .section4_01 h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 20px
}

.home .section4_01 img {
    margin-top: 40px
}

.home .section4_01 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #1d212f;
    background-color: #fff;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content
}

.careers .section4_02 {
    background: #3965d6;
    color: #fff;
    position: relative
}

.careers .section4_02 .container {
    padding: 40px 0;
    padding-left: 430px;
    box-sizing: border-box
}

.careers .section4_02 h2,
.careers .section4_02 h3 {
    text-transform: uppercase;
    letter-spacing: 2px
}

.careers .section4_02 img {
    position: absolute;
    bottom: 0;
    left: -150px;
    z-index: 0;
    pointer-events: none;
    max-height: 127%;
    margin-right: auto;
    margin-left: auto
}

.careers .section4 {
    text-align: center
}

.careers .section4 h2,
.careers .section4 h3 {
    color: #000
}

.careers .section4 iframe {
    max-width: 100%
}

.careers .section5 {
    background: #3f7ad0;
    padding: 60px 0;
    text-align: center;
    color: #fff
}

.careers .section5 h2 {
    font-size: 52px;
    margin: 0
}

.careers .section5 p {
    margin-top: 0
}

.careers .section2 .wp-block-button__link {
    margin-top: 20px
}

.careers .section3 .btn {
    margin-top: 10px
}

.careers .section2 .btn,
.careers .section4 .btn {
    margin-top: 30px
}

.blog .section2 {
    padding: 60px 0
}

.blog .section2 a:hover {
    color: #fff
}

.blog .section2 h3 a {
    color: #fff
}

.blog .section2 h3 a:hover {
    border-bottom: 1px solid #fff
}

.blog {
    background: #fff
}

.blog .section3 {
    padding: 60px 0;
    background: #fff;
    text-align: center
}

.blog .section2 .box {
    background: #42ccdc;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    height: 100%;
    max-height: 600px
}

.blog .section2 .box .thumb {
    height: 200px;
    background: #c1c1c9
}

.blog .section2 .box .thumb img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.blog .section2 .box .content {
    padding: 20px;
    color: #fff
}

.blog .section2 .box .content h3 {
    margin: 0;
    font-weight: 300
}

.blog .section2 .box .btn {
    position: absolute;
    right: 20px;
    bottom: -20px;
    line-height: 50px;
    max-height: 50px;
    height: 50px;
    text-transform: uppercase;
    padding: 0 25px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: fit-content
}

.blog .section2 .box .btn:hover {
    color: #fff
}

.blog.single .section2 .container {
    max-width: 1000px
}

.blog.single .section2 h2,
.blog.single .section2 p:first-child {
    margin-top: 0
}

.blog.single .section2 h3 {
    font-weight: 400
}

.blog .section3 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.wp-block-image {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.blog_nav {
    text-transform: uppercase
}

.blog_nav a {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

.blog_nav a:hover {
    opacity: .6
}

.blog_nav a .arrow {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.blog_nav a .arrow.left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #000 transparent transparent;
    margin-right: 10px
}

.blog_nav a .arrow.right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #000;
    margin-left: 10px
}

.custom_header {
    background: #41cbdb;
    padding: 80px 0 0;
    text-align: center;
    color: #fff
}

.custom_header .side-image-header .img {
    position: relative;
    display: inline-block;
    max-width: 250px;
    bottom: 0
}

.custom_header h2 {
    font-size: 38px;
    line-height: 42px
}

.custom_header h3 {
    font-size: 21px;
}

.custom_header .logo img {
    max-width: 350px;
    margin: 0 auto
}

.custom_header .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: -moz-max-content;
    width: -webkit-max-content
}

@media screen and (min-width:1051px) {
    .contact #content {
        display: flex;
        flex-direction: column
    }

    .contact #content .section1 {
        flex: 1
    }
}

@media screen and (max-width:1500px) {
    #header {
        padding-right: 200px
    }

    div.menu>ul li a,
    ul.menu li a {
        font-size: 14px
    }
}

@media screen and (max-width:1280px) {
    #header {
        padding-right: 150px
    }

    #header .contact {
        padding: 0 30px
    }

    div.menu>ul li a,
    ul.menu li a {
        font-size: 14px;
        padding: 0 8px
    }
}

@media screen and (max-width:1050px) {
    .mobile_only {
        display: block
    }

    .desktop_only {
        display: none
    }

    body {
        font-size: 14px
    }

    .container {
        padding: 0 20px
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }

    .hamburger-box {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

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

    #navigation {
        display: block;
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        background: #1d212f;
        bottom: 0;
        z-index: 999;
        float: none;
        margin-top: 0;
        -webkit-transition: left ease-out .2s;
        transition: left ease-out .2s
    }

    .show-menu #navigation {
        left: 0
    }

    #navigation ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #navigation ul li ul {
        display: none
    }

    #navigation ul li {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }

    #navigation ul li a {
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 20px 20px
    }

    #overlay {
        z-index: 998;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .show-menu #overlay {
        display: block
    }

    #logo a {
        width: 142px;
        height: 60px
    }

    .section_head h1 {
        font-size: 28px
    }

    .section_head h1 br {
        display: none
    }

    .section_head {
        background-attachment: initial;
        height: 350px;
        padding-top: 40px;
        font-size: 16px
    }

    .section_head .bg,
    .section_head .bg .swiper-slide {
        height: 390px
    }

    #header .contact {
        display: none
    }

    #header {
        padding: 10px 0
    }

    #wrapper {
        padding-top: 80px
    }

    .section_head {
        padding: 0;
        overflow: hidden
    }

    .home .section3 {
        padding: 0
    }

    .about .section2,
    .about .section3,
    .byob .section2,
    .byob .section3,
    .byob .section4,
    .byob .section5,
    .byob .section6,
    .byob .section7,
    .byob .section8,
    .contact .section1,
    .home .section2,
    .home .section4,
    .home .section5,
    .home .section6,
    .profile .section1 .sidebar,
    .services .section10,
    .services .section11,
    .signup .section2 {
        padding: 30px 0
    }

    #footer {
        padding: 30px 0
    }

    #footer .row {
        margin: 0
    }

    #footer .row .col {
        padding: 0;
        margin: 0
    }

    #map {
        height: 300px
    }

    .home #home-mobile-only-img img {
        display: block;
        margin: 0 auto;
        margin-top: 20px
    }

    .home .section2 .box .iphone {
        visibility: hidden;
        background-size: contain;
        width: 172px;
        height: 196px;
        bottom: 0;
        right: -22px
    }

    h1 {
        font-size: 32px !important;
        line-height: initial !important;
        letter-spacing: 1px !important
    }

    h2 {
        font-size: 28px !important;
        line-height: initial !important
    }

    h3 {
        font-size: 24px !important;
        line-height: initial !important
    }

    .home .section1_01 .row:nth-child(n) .col.s4 {
        text-align: center
    }

    .home .section1_01 .img {
        margin-left: auto;
        margin-right: auto
    }

    .home .section1_04 .question {
        padding-top: 40px
    }

    .home .section1_04 .div-wrapper {
        height: auto;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .home .section1_05 .img {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .home .section2 h2 {
        margin: 0 0 10px
    }

    .home .section2 .box {
        padding: 20px 20px 20px
    }

    .home .section2 .btn {
        padding: 0 20px
    }

    .home .section3 {
        padding-bottom: 30px
    }

    .home .section4 h3 {
        text-align: center
    }

    .home .section4 .box .btn {
        position: relative;
        left: auto;
        transform: none;
        bottom: auto;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0
    }

    .home .section4 .box .content {
        padding: 20px;
        min-height: 0
    }

    .home .section4 .img {
        margin-left: auto;
        margin-rigth: auto;
        display: flex
    }

    .home .section4 .title {
        text-align: center;
        padding: 30px 20px
    }

    .home .section5 .s4,
    .filter .section5 .s4 {
        text-align: center;
        padding: 30px 20px
    }

    .byob .section5,
    .home .section5,
    .filter .section5 {
        text-align: center
    }

    .home .section5 .s4 img {
        max-width: 180px
    }

    .byob .section5 .row:nth-child(2n) .col.s6,
    .home .section5 .row:nth-child(2n) .col.s4,
    .filter .section5 .row:nth-child(2n) .col.s4 {
        text-align: center
    }

    .home .section6 h3 {
        padding-left: 20px;
        padding-right: 20px
    }

    .home .section7 element.style {
        height: auto !important;
        width: 100%
    }

    .contact .section2 .row,
    .contact .section2 .row>.col,
    .home .section7 .row,
    .home .section7 .row>.col {
        margin-bottom: 0
    }

    .home .section7 .map-image {
        width: 100%;
        display: block;
        height: auto
    }

    .contact .section2 .col:first-child,
    .home .section7 .col:first-child,
    .filter .section7 .col:first-child {
        padding: 30px 20px
    }

    #footer {
        text-align: center
    }

    #footer .logo {
        margin: 0 auto 20px;
        position: relative
    }

    .social {
        text-align: center;
        margin-top: 20px
    }

    .signup .section2 .signup_img {
        max-width: 180px
    }

    .filter .categories .menu {
        display: block;
        text-align: center
    }

    .filter .categories .menu a {
        padding: 5px 10px;
        display: inline-block
    }

    .filter .categories .menu a+a {
        border-left: none
    }

    .filter .section1 .form {
        display: block
    }

    .filter .section1 .form .input {
        margin-bottom: 10px
    }

    .filter .section2 .post {
        margin-bottom: 20px
    }

    .filter .section5{ padding-top: 40px !important;}

    .filter .section2 .top a,
    .filter .section2 .top span {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .filter-compare .section2 .post {
        margin-bottom: 50px
    }

    .profile .section1 .sidebar .user_info .name {
        font-size: 20px
    }

    .profile .section1 .sidebar .hire_again .percent {
        font-size: 26px
    }

    .profile .section1 .sidebar .hire_again {
        padding: 10px 20px;
        margin-bottom: 30px
    }

    .profile .section1 .cv {
        font-size: 16px
    }

    .profile .section1 .content {
        padding: 20px 0
    }

    .profile .top .btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin: 10px 0 0
    }

    .profile .top .btn+.btn {
        margin-left: 0
    }

    .left,
    .right {
        float: none
    }

    .section_head .box h1 {
        margin-top: 20px
    }

    .home .section6 {
        padding-top: 0
    }

    .byob .section2 .phone {
        margin: 0 auto;
        width: 280px;
        height: 566px;
        background-size: 280px 566px
    }

    .byob .section2 .phone .slider {
        width: 240px;
        height: 428px;
        left: 20px;
        top: 70px
    }

    .byob .section2 .list .item,
    .byob .section7 {
        font-size: 16px
    }

    .byob .section2 .container {
        max-width: 300px
    }

    .byob .section3_1 .img {
        display: flex
    }

    .byob .section3_1 h3 {
        text-align: center
    }

    .byob .lead_gen {
        padding: 0
    }

    .services .section2 h2 {
        text-align: center
    }

    .services .section3_2 .img {
        display: flex
    }

    .services .section3_2 h3 {
        text-align: center
    }

    .services .lead_gen {
        padding-left: 20px;
        padding-right: 20px
    }

    .services .section9 {
        font-size: 18px
    }

    .services .section10 .col:last-child {
        padding: 0 20px
    }

    .services .section11 {
        padding-bottom: 0
    }

    .services .section11 .col:last-child,
    .services .section11 .row {
        margin-bottom: 0 !important
    }

    .services .section11 img {
        margin-top: 40px
    }

    #navigation .mobile_only ul li a {
        background-color: #2f3446
    }

    .login .section_head {
        display: none
    }

    #content {
        min-height: calc(100vh - 80px - 246px)
    }

    .about .section2 .advisors h3 {
        font-size: 24px
    }

    iframe {
        width: 100%;
        height: 400px
    }

    .careers .section2,
    .careers .section4,
    .careers .section5 {
        padding: 30px 0
    }

    .careers .section2_02 {
        padding-top: 30px;
        padding-left: 20px
    }

    .careers .section2_02 .container {
        padding: 20px
    }

    .careers .section2_02 img {
        position: relative;
        bottom: auto;
        left: auto;
        display: block;
        margin: 20px auto 0
    }

    .careers .section3 {
        padding-top: 30px
    }

    .careers .section3 .container {
        padding: 0 20px
    }

    .careers .section3 img {
        position: relative;
        bottom: auto;
        left: auto;
        display: block;
        margin: 20px auto 0
    }

    .careers .section4_02 {
        padding-top: 30px
    }

    .careers .section4_02 .container {
        padding: 0 20px;
        padding-bottom: 30px
    }

    .careers .section4_02 img {
        position: relative;
        bottom: auto;
        left: auto;
        display: block;
        margin: 20px auto 0;
        max-width: 500px
    }

    .blog .section2,
    .blog .section3 {
        padding: 30px 0
    }

    .blog_nav {
        display: none
    }

    #navigation ul li {
        position: relative
    }

    #navigation ul li .toggle {
        position: absolute;
        width: 50px;
        height: 59px;
        top: 0;
        right: 0;
        background: url(../images/plus.svg) no-repeat center;
        background-size: 18px;
        z-index: 5
    }

    #navigation ul li.show-submenu .toggle {
        background-image: url(../images/minus.svg)
    }

    #navigation ul li.show-submenu ul {
        display: block;
        background: #0d0f15
    }

    .custom_header {
        padding: 30px 0
    }

    .custom_header h2 {
        line-height: 28px !important
    }

    .custom_header h3 {
        font-size: 18px !important;
    }

    .custom_header .row .col:last-child {
        display: none
    }

    .custom_header .logo img {
        max-width: 250px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: flex
    }

    .custom_header .btn {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px
    }
}

.blog .section2 a:hover {
    color: #41CCDC
}

.blog .section2 h3 a:hover {
    color: #FFF;
}


/********************/
.container-column{ width: 96%; max-width: 1140px; margin: 0 auto !important;}
.become_sec{ background: #4169e1;}

.filter .section1_05 {
    padding: 0 0 60px 0;
}

.filter .section1_05 .img {
    width: 100%;
}

.filter .section1_03 {
    padding: 50px 0;
}

.blog_wrapper{ padding-bottom: 40px;}

.filter .section1_03 .img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.filter .section1_03 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    width: -moz-max-content;
    width: -webkit-max-content
}

.filter .section5 {
    padding: 100px 0 60px;
    color: #fff;
    background-color: #4169e1
}

.filter .section5 h2 {
    max-width: 800px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 80%;
    text-align: center
}

.filter .section5 img {
    max-width: 200px;
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.filter .section5 .btn {
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
    background-color: #1d212f;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: -webkit-max-content
}

.filter .section7 {
    background: #417ed8;
    color: #fff
}

.filter .section7 h2 {
    line-height: 42px
}

.filter .section7 .row {
    margin-bottom: 0
}

.filter .section7 .container {
    max-width: 600px
}

.filter .section7 em {
    font-style: normal;
    margin: 0 10px;
    display: inline-block
}

.filter .section7 a {
    color: #fff;
    border-bottom: 1px solid transparent
}

.filter .section7 a:hover {
    border-bottom: 1px solid #fff
}

