@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap&subset=latin-ext');
.billboard:after, .header .menu li.current-menu-item:after, .header .menu li.menu-item-has-children:before, .text ul li:before {
    content: ''
}

@media only screen and (min-width: 768px) {
    .contact-us, .two-column {
        padding: 80px 0
    }

    .billboard, .contact-us .title, .two-column .title {
        text-align: left
    }

    .header .navbar-nav {
        float: right
    }

    .contact-us .image-holder {
        float: right;
        width: 100%;
        max-width: 340px;
        height: 340px
    }

    .contact-us .button {
        margin-right: 0;
        margin-left: 0
    }

    .two-column .tab-content .panel-heading h3 {
        font-size: 22px
    }

    .two-column .tab-content .panel-heading h3 a:before {
        position: absolute;
        top: 25px;
        right: 0
    }

    .two-column .panel-body {
        padding: 50px 100px
    }

    .two-column .panel-body:after {
        top: 50px;
        right: 50px
    }

    .breadcrumbs-holder {
        font-family: sans-serif;
        font-size: 16px;
        line-height: 1.56;
        padding-top: 25px;
        color: #132f3a
    }

    .breadcrumbs-holder .breadcrumbs {
        padding: 0 0 25px;
        list-style: none;
        border-bottom: 1px solid #ccc
    }

    .breadcrumbs-holder .breadcrumbs li {
        display: inline-block
    }

    .breadcrumbs-holder .breadcrumbs li:last-child:after {
        display: none
    }

    .breadcrumbs-holder .breadcrumbs li:after {
        display: inline-block;
        width: 3px;
        height: 3px;
        margin: 0 20px;
        content: '';
        vertical-align: middle;
        border-radius: 50%;
        background-color: #132f3a
    }

    .site-footer {
        padding-top: 40px
    }

    .site-footer ul {
        margin: 0 0 20px
    }

    .site-footer .footer-bottom, .site-footer ul li a {
        font-size: 14px
    }
}

.header, .site-footer .footer-bottom, body, h1, h2, h3, h4, h5, h6, html {
    font-family: IBMPlexSans, Helvetica, sans-serif
}

@media only screen and (min-width: 1199px) {
    .header {
        font-size: 16px
    }

    .header .menu li {
        margin: 0 15px
    }

    .site-footer .logo {
        margin-bottom: 0
    }

    .follow-us {
        right: 17%
    }
}

body {
    overflow-x: hidden;
    max-width: 100%
}

header {
    position: relative;
    width: 100%;
    background: #23527c
}

header .container {
    padding: 0
}

@media only screen and (min-width: 768px) {
    header .container {
        padding: 0 15px
    }
}

header .navbar-default {
    border: none;
    background: 0 0
}

header .navbar-collapse {
    padding: 0
}

header .navbar {
    margin: 0
}

header .navbar-nav {
    float: none
}

header .navbar-toggle {
    margin-top: 35px;
    margin-bottom: 35px
}

.header {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25
}

.header .logo {
    max-width: 228px;
    padding: 20px 0 20px 15px
}

@media only screen and (min-width: 768px) {
    .header {
        font-size: 12px;
        line-height: 1.25
    }

    .header .logo {
        padding: 20px 0
    }
}

.header .menu {
    margin: 30px 0;
    padding: 0;
    list-style: none
}

@media only screen and (min-width: 768px) {
    .header .menu {
        margin: 0
    }
}

.header .menu li {
    position: relative;
    display: block;
    margin: 0 5px;
    padding: 15px 0
}

@media only screen and (min-width: 768px) {
    .header .menu li {
        display: inline-block;
        padding: 50px 0
    }
}

.header .menu li ul.sub-menu {
    position: static;
    padding-left: 30px
}

@media only screen and (min-width: 768px) {
    .header .menu li ul.sub-menu {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: -35%;
        display: none;
        width: 300px;
        padding: 0;
        background-color: #ebf4fa
    }

    .header .menu li ul.sub-menu li {
        border-bottom: 1px solid #ccc
    }
}

.header .menu li ul.sub-menu li {
    position: static;
    display: block;
    margin: 0;
    padding: 0
}

.header .menu li ul.sub-menu li a {
    font-size: 16px;
    display: block;
    padding: 12px 0;
    text-transform: capitalize;
    color: #3b97ce;
    border-left: none
}

@media only screen and (min-width: 768px) {
    .header .menu li ul.sub-menu li a {
        font-size: 14px;
        padding: 20px 0 20px 50px;
        color: #000
    }
}

.header .menu li ul.sub-menu li ul.sub-menu {
    position: static;
    display: none;
    width: 100%;
    border-top: 1px solid #ccc
}

.header .menu li ul.sub-menu li ul.sub-menu li {
    border-bottom: none
}

.header .menu li ul.sub-menu li ul.sub-menu li a {
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0 10px 80px;
    opacity: .6;
    color: #132f3a
}

.header .menu li ul.sub-menu li.label {
    text-align: left
}

@media only screen and (min-width: 768px) {
    .header .menu li ul.sub-menu li.label {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 60px;
        color: #3b97ce;
        border-left: 5px solid #3b97ce;
        background-color: #fff;
        box-shadow: 0 10px 10px 0 rgba(51, 74, 106, .25);
        -ms-flex-align: center;
        align-items: center
    }

    .header .menu li ul.sub-menu li.label:before {
        position: absolute;
        top: -8px;
        left: 44%;
        display: block;
        width: 15px;
        height: 15px;
        content: '';
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #3b97ce;
    }
}

.header .menu li.menu-item-has-children {
    position: relative;
    padding-right: 20px
}

.header .menu li.menu-item-has-children a {
    padding-left: 30px;
    color: #3b97ce;
    border-left: 1px solid #3b97ce
}

.header .menu li.menu-item-has-children:before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff
}

.header .menu li.menu-item-has-children:active .sub-menu, .header .menu li.menu-item-has-children:focus .sub-menu, .header .menu li.menu-item-has-children:hover .sub-menu {
    display: block
}

.header .menu li.current-menu-item:after {
    position: absolute;
    top: 25px;
    right: 50%;
    display: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3b97ce
}

@media only screen and (min-width: 768px) {
    .header .menu li.menu-item-has-children a {
        padding-left: 0;
        color: #fff;
        border-left: none
    }

    .header > .menu li.menu-item-has-children.current-menu-item:after {
        left: 40%
    }

    .header .menu li.current-menu-item:after {
        position: absolute;
        top: auto;
        bottom: 30px;
        left: 49%;
        display: block;
        background-color: #3b97ce
    }
}

.header .menu li.current-menu-item a {
    color: #3b97ce
}

.header .menu li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000
}

.header .menu li.menu-item-has-children:active .sub-menu .sub-menu, .header .menu li.menu-item-has-children:focus .sub-menu .sub-menu, .header .menu li.menu-item-has-children:hover .sub-menu .sub-menu {
    display: none
}

.header .menu .sub-menu li.menu-item-has-children a:after {
    position: absolute;
    top: 45%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(../img/add.svg);
    background-repeat: no-repeat
}

.header .menu .sub-menu li.menu-item-has-children.open-menu a:after {
    background-image: url(../img/add-1.png)
}

.header .menu .sub-menu li.menu-item-has-children a {
    position: relative
}

.header .menu .sub-menu li.menu-item-has-children .sub-menu li a:after {
    display: none
}

.navbar-collapse {
    position: static;
    width: 100%;
    border: none
}

.navbar-nav {
    margin: 0
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.nav-bottom {
    position: absolute;
    z-index: 10;
    top: 110px;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(51, 74, 106, .25)
}

@media only screen and (min-width: 768px) {
    .header .menu li a {
        color: #fff
    }

    .nav-bottom {
        position: static;
        float: right;
        width: auto;
        padding: 0;
        background-color: transparent;
        box-shadow: none
    }
}

.text ul li, q {
    position: relative
}

.site-footer {
    padding-top: 40px;
    color: #fff;
    background-color: #23527c
}

.site-footer h6 {
    margin-bottom: 25px
}

.site-footer .logo {
    margin-bottom: 50px
}

.site-footer ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.site-footer ul li a.learn-more, .site-footer ul li a.show-more {
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase
}

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

.site-footer ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #fff
}

.site-footer ul li a.learn-more {
    color: #3b97ce;
    border-bottom: 1px solid #3b97ce
}

.site-footer ul li a.show-more {
    border-bottom: 1px solid #fff
}

.site-footer .footer-bottom {
    font-size: 8px;
    line-height: 1.29;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    border-top: 1px solid #334a6a
}

h2, h6 {
    font-weight: 600;
    line-height: 1.25
}

.site-footer .social {
    margin: 0;
    padding: 0
}

.site-footer .social li {
    display: inline-block;
    margin-right: 5%
}

.site-footer .social li a {
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

body, html {
    height: 100%
}

.site-footer .social li a i {
    color: #fff
}

.sub-title, .title {
    color: #3b97ce;
    font-weight: bold;
}

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

@font-face {
    font-family: IBMPlexSans;
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/ibmPlexSans/IBMPlexSans-BoldItalic.eot);
    src: local('☺'), url(../fonts/ibmPlexSans/IBMPlexSans-BoldItalic.woff) format('woff'), url(../fonts/ibmPlexSans/IBMPlexSans-BoldItalic.ttf) format('truetype'), url(../fonts/ibmPlexSans/IBMPlexSans-BoldItalic.svg) format('svg')
}

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

@font-face {
    font-family: IBMPlexSans;
    font-weight: 200;
    font-style: italic;
    src: url(../fonts/ibmPlexSans/IBMPlexSans-ExtraLightItalic.eot);
    src: local('☺'), url(../fonts/ibmPlexSans/IBMPlexSans-ExtraLightItalic.woff) format('woff'), url(../fonts/ibmPlexSans/ibmPlexSansIBMPlexSans-ExtraLightItalic.ttf) format('truetype'), url(../fonts/ibmPlexSans/IBMPlexSans-ExtraLightItalic.svg) format('svg')
}

@font-face {
    font-family: IBMPlexSans;
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/ibmPlexSans/IBMPlexSans-Italic.eot);
    src: local('☺'), url(../fonts/ibmPlexSans/IBMPlexSans-Italic.woff) format('woff'), url(../fonts/ibmPlexSans/IBMPlexSans-Italic.ttf) format('truetype'), url(../fonts/ibmPlexSans/IBMPlexSans-Italic.svg) format('svg')
}

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

@font-face {
    font-family: IBMPlexSans;
    font-weight: 300;
    font-style: italic;
    src: url(../fonts/ibmPlexSans/IBMPlexSans-LightItalic.eot);
    src: local('☺'), url(../fonts/ibmPlexSans/IBMPlexSans-LightItalic.woff) format('woff'), url(../fonts/ibmPlexSans/IBMPlexSans-LightItalic.ttf) format('truetype'), url(../fonts/ibmPlexSans/IBMPlexSans-LightItalic.svg) format('svg')
}

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

@font-face {
    font-family: IBMPlexSans;
    font-weight: 500;
    font-style: italic;
    src: url(../fonts/ibmPlexSans/IBMPlexSans-MediumItalic.eot);
    src: local('☺'), url(../fonts/ibmPlexSans/IBMPlexSans-MediumItalic.woff) format('woff'), url(../fonts/ibmPlexSans/IBMPlexSans-MediumItalic.ttf) format('truetype'), url(../fonts/ibmPlexSans/IBMPlexSans-MediumItalic.svg) format('svg')
}

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

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

@font-face {
    font-family: IBMPlexSans;
    font-weight: 600;
    font-style: italic;
    src: url(../fonts/ibmPlexSans/IBMPlexSans-SemiBoldItalic.eot);
    src: local('☺'), url(../fonts/ibmPlexSans/IBMPlexSans-SemiBoldItalic.woff) format('woff'), url(../fonts/ibmPlexSans/IBMPlexSans-SemiBoldItalic.ttf) format('truetype'), url(../fonts/ibmPlexSans/IBMPlexSans-SemiBoldItalic.svg) format('svg')
}

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

@font-face {
    font-family: Conv_IBMPlexSans;
    font-weight: 100;
    font-style: italic;
    src: url(../fonts/ibmPlexSans/IBMPlexSans-ThinItalic.eot);
    src: local('☺'), url(../fonts/ibmPlexSans/IBMPlexSans-ThinItalic.woff) format('woff'), url(../fonts/ibmPlexSans/IBMPlexSans-ThinItalic.ttf) format('truetype'), url(../fonts/ibmPlexSans/IBMPlexSans-ThinItalic.svg) format('svg')
}

.container-fluid {
    width: 100%;
    max-width: 1560px
}

.container {
    width: 100%;
    max-width: 1200px
}

body {
    margin: 0;
    padding: 0
}

.text h6, .text p, .title {
    margin-bottom: 25px
}

.text h2{
    font-weight: bold;
}

img {
    max-width: 100%
}

a {
    transition: all .3s
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0
}

h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 46px
    }
}

h2 {
    font-size: 20px
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 36px
    }
}

h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4
}

@media only screen and (min-width: 768px) {
    h3 {
        font-size: 22px;
        line-height: 2.5
    }
}

h6 {
    font-size: 14px
}

@media only screen and (min-width: 768px) {
    h6 {
        font-size: 16px
    }
}

b, strong {
    font-weight: 700
}

body.home .follow-us {
    top: 650px
}

.bg-prop {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.flex-row {
    display: block
}

@media only screen and (min-width: 1199px) {
    .flex-row {
        display: -ms-flexbox;
        display: flex
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-align-center {
    -ms-flex-align: center;
    align-items: center
}

.flex-justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.flex-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.bg-sky {
    background: rgba(59, 151, 206, .1)
}

.center {
    text-align: center
}

.text {
    font-size: 16px;
    line-height: 1.56;
/*    text-align: justify;  */
    color: #132f3a
}

.button, .grey-button, .learn-more-btn {
    font-size: 14px;
    display: inline-block;
    font-weight: 600
}

.billboard, .button, .button-holder.center, .contact-us .title, .grey-button, .head, .head-title, .quotes, .services .holder, .two-column .areas-holder, .two-column .category, .video-slider .item {
    text-align: center
}

.button, .button:active, .button:focus, .button:hover, .grey-button, .grey-button:active, .grey-button:focus, .grey-button:hover {
    color: #fff;
    text-decoration: none
}

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

.text ul li {
    margin-bottom: 15px;
    padding-left: 15px;
}

.text ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000
}

.button, .grey-button {
    width: 160px;
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: 15px;
    padding: 15px 0;
    text-transform: uppercase
}

.button {
    background-color: #3b97ce
}

.grey-button {
    background-color: rgba(166, 166, 166, .5)
}

.learn-more-btn {
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #3b97ce;
    border-bottom: 1px solid #3b97ce
}

.learn-more-btn:active, .learn-more-btn:focus, .learn-more-btn:hover {
    text-decoration: none;
    color: #3b97ce
}

.billboard {
    position: relative;
    height: 200px;
    padding: 65px 0;
    color: #fff
}

.billboard .container {
    position: relative;
    z-index: 2
}

.billboard:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(54, 72, 87, .5)
}

.video-slider, .video-slider .scale_slider_wrapper {
    position: relative
}

.intro {
    padding: 30px 0
}

.intro .info {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .intro {
        padding: 100px 0
    }

    .intro .info {
        margin-bottom: 50px
    }
}

.intro .text-holder {
    overflow: hidden;
    /*height: 60px;*/
    margin-bottom: 15px
}

.intro-icon img {
    height: 40px
}

/*.intro .text-holder:after {
    content: '...'
}*/

.contact-us {
    padding: 40px 0
}

.contact-us .image-holder {
    float: none;
    width: 100%;
    height: 187px
}

.contact-us .button {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.full-width {
    padding: 30px 0
}

.video-slider .container-fluid {
    overflow: hidden
}

.video-slider .scale_slider_outer {
    overflow: hidden !important
}

.video-slider .scale_slider .owl-stage-outer {
    overflow: visible
}

@media only screen and (min-width: 768px) {
    .full-width {
        padding: 45px 0
    }

    .video-slider .scale_slider_outer {
        overflow: visible
    }

    .video-slider .scale_slider .owl-item {
        position: relative;
        transition: .5s ease-in-out;
        -ms-transform: scale(.8) translateX(30%);
        transform: scale(.8) translateX(30%);
        -ms-transform-origin: right;
        transform-origin: right
    }

    .video-slider .scale_slider .owl-item.active {
        z-index: 10;
        -ms-transform: scale(1);
        transform: scale(1);
        -ms-transform-origin: center;
        transform-origin: center
    }
}

.video-slider .scale_slider .owl-item:after {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background-color: rgba(54, 72, 87, .75)
}

.video-slider .scale_slider .owl-item.active:after {
    opacity: 0
}

.video-slider .item {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column
}

.video-slider .item .video-item {
    position: relative;
    width: 100%;
    height: 350px
}

@media only screen and (min-width: 768px) {
    .video-slider .scale_slider .owl-item.active + .owl-item {
        -ms-transform: scale(.8) translateX(-30%);
        transform: scale(.8) translateX(-30%);
        -ms-transform-origin: left;
        transform-origin: left
    }

    .video-slider .item .video-item {
        height: 500px
    }
}

.video-slider .item .video-item .popup-youtube {
    position: absolute;
    z-index: 20;
    top: 40%;
    left: 40%;
    display: -ms-flexbox;
    display: flex;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-slider .item .video-item .popup-youtube:after {
    display: block;
    width: 18.6px;
    height: 25.2px;
    content: '';
    background: url(../img/play-button.svg)
}

.video-slider .owl-castom-navigation {
    position: relative;
    height: 100px
}

@media only screen and (min-width: 768px) {
    .video-slider .item .video-item .popup-youtube {
        top: 45%;
        left: 45%
    }

    .video-slider .owl-castom-navigation {
        height: 0
    }
}

.video-slider .next-owl-btn, .video-slider .prev-owl-btn {
    font-size: 18px !important;
    position: absolute;
    z-index: 5;
    top: 30%;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    color: #fff !important;
    border-radius: 50%;
    background-color: #3b97ce !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .video-slider .next-owl-btn, .video-slider .prev-owl-btn {
        display: none
    }
}

.video-slider .prev-owl-btn {
    left: 30%;
    color: #fff
}

.video-slider .next-owl-btn {
    right: 30%;
    color: #fff
}

.follow-us {
    position: fixed;
    z-index: 100;
    top: 290px;
    right: 20px;
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #3b97ce;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.follow-us:after {
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    background: url(../img/paper-plane.svg)
}

.specialities .accordion .panel-heading a:before, .specialities .panel-body:after {
    display: block;
    width: 16px;
    height: 10px;
    background-image: url(../img/sort.png);
    content: ''
}

.specialities {
    padding: 30px 0
}

.specialities .panel {
    margin-bottom: 20px;
    border: none;
    box-shadow: none
}

@media only screen and (min-width: 768px) {
    .specialities {
        padding: 60px 0
    }

    .specialities .panel {
        margin-bottom: 50px
    }
}

.specialities .panel-body {
    font-size: 14px;
    line-height: 1.64;
    position: relative;
    padding: 20px;
    color: #132f3a;
    border-top: none !important;
    background-color: rgba(59, 151, 206, .1)
}

.specialities .panel-body:after {
    position: absolute;
    top: 30px;
    right: 15px;
    background-repeat: no-repeat
}

@media only screen and (min-width: 768px) {
    .specialities .panel-body {
        padding: 50px 100px
    }

    .specialities .panel-body:after {
        top: 30%;
        right: 50px
    }
}

.specialities .accordion h3 a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000
}

.specialities .accordion .panel-heading {
    padding: 0
}

.specialities .accordion .panel-heading a:before {
    position: absolute;
    top: 45%;
    right: 15px;
    transition: all .5s;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: 0 0
}

.two-column {
    padding: 40px 0
}

.two-column .title {
    text-align: center
}

.two-column .areas-holder
{
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    color: #333;
    border-bottom: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: 25px 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.two-column .menu-title{
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    color: #3b97ce;
    border-left: 5px solid #3b97ce;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 25px 20px;
    box-shadow: 0 20px 30px 0 rgba(51, 74, 106, .25);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.two-column .current-menu-item{
    color: #3b97ce;
    border-left: 5px solid #3b97ce;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(51, 74, 106, .25);
}

.two-column .current-menu-item > .sub-menu{
    background-color: #fff;
}

.two-column .accordion-collapse {
    margin-bottom: 30px;
    background-color: rgba(59, 151, 206, .1)
}

.two-column .accordion-collapse .card {
    border-bottom: 1px solid rgba(19, 47, 58, .1)
}

.two-column .accordion-collapse .card .card-header {
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.two-column .accordion-collapse .card .card-body .nav {
    padding: 15px 0
}

.two-column .accordion-collapse .card .card-body .nav-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.64;
    display: block;
    margin-bottom: 15px;
    padding-left: 150px;
    color: rgba(19, 47, 58, .6)
}

.two-column .accordion-collapse .card button {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    width: 100%;
    height: 100%;
    color: #132f3a;
    background-repeat: no-repeat;
    background-position: 15px 18px
}

@media only screen and (min-width: 768px) {
    .specialities .accordion .panel-heading a:before {
        right: 50px
    }

    .two-column .accordion-collapse .card button {
        font-size: 18px;
        background-position: 25px 20px
    }
}

.two-column .accordion-collapse .card button:after {
    position: absolute;
    top: 45%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(../img/add-1.png);
    background-repeat: no-repeat
}

.two-column .accordion-collapse .card button.collapsed:after {
    background-image: url(../img/add.svg)
}

.two-column .category {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.72;
    margin-bottom: 25px
}

.two-column .category a {
    display: block;
    height: 60px;
    padding: 15px 0;
    text-decoration: none;
    color: #132f3a;
    border: 1px solid rgba(19, 47, 58, .1);
    border-bottom-color: transparent;
    background: rgba(59, 151, 206, .1)
}

.two-column .category a:last-child {
    border-bottom-color: rgba(19, 47, 58, .1)
}

.two-column .category a.active {
    color: #3b97ce;
    border-left: 5px solid #3b97ce;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(51, 74, 106, .25)
}

.two-column .tab-content .panel-body:after, .two-column .tab-content .panel-heading h3 a:before {
    display: block;
    width: 16px;
    height: 10px;
    background-image: url(../img/sort.png);
    background-repeat: no-repeat;
    content: ''
}

.two-column .tab-content .panel {
    box-shadow: none
}

.two-column .tab-content .panel-heading h3 a {
    position: relative;
    display: block
}

.two-column .tab-content .panel-heading h3 a:before {
    position: absolute;
    top: 18px;
    right: -15px;
    background-position: -16px 0
}

.two-column .tab-content .panel-body {
    font-size: 14px;
    position: relative;
    padding: 20px;
    border-top-color: transparent !important;
    background-color: #f8f8f8
}

.two-column .tab-content .panel-body:after {
    position: absolute;
    top: 37px;
    right: 10px;
    background-position: 0x 0
}

.two-column .tab-content h3 {
    font-size: 16px
}

.two-column .tab-content h3 a {
    text-decoration: none;
    color: #132f3a
}

.billboard-home {
    position: relative;
    overflow: hidden;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .billboard-home {
        height: 560px
    }
}

.billboard-home h1 {
    max-width: 770px
}

.billboard-home .head-title {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase
}

.services .head-title{
    font-size: 25px;
}

.billboard-home .head-title:after {
    position: absolute;
    top: 50%;
    right: -40px;
    display: inline-block;
    width: 30px;
    height: 1px;
    content: '';
    background-color: #fff
}

.billboard-home .head-title:before {
    display: none
}

.billboard-home .owl--home-carousel .item {
    height: 400px;
    padding: 50px 0
}

@media only screen and (min-width: 768px) {
    .billboard-home .owl--home-carousel .item {
        height: 560px;
        padding: 130px 0 150px
    }
}

.billboard-home .owl--home-carousel .item:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background-color: rgba(54, 72, 87, .5)
}

.billboard-home .owl--home-carousel .item .container {
    position: relative;
    z-index: 2
}

.billboard-home .owl--home-carousel .owl-next, .billboard-home .owl--home-carousel .owl-prev {
    font-size: 18px !important;
    position: absolute;
    z-index: 5;
    top: 80%;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3b97ce !important
}

.billboard-home .owl--home-carousel .owl-prev {
    left: 10%
}

.billboard-home .owl--home-carousel .owl-next {
    right: 10%
}

.services {
    padding: 30px 0
}

@media only screen and (min-width: 768px) {
    .billboard-home .owl--home-carousel .owl-next, .billboard-home .owl--home-carousel .owl-prev {
        top: 49%
    }

    .services {
        padding: 80px 0
    }
}

.services .holder {
    font-size: 16px;
    position: relative;
    z-index: 3;
    max-width: 770px;
    margin: 0 auto;
    padding-top: 30px
}

.quotes .item:after, .services .item:after {
    z-index: 1;
    right: 0;
    bottom: 0;
    content: ''
}

.services .holder h3 {
    margin-bottom: 0
}

.services .holder img {
    display: inline-block;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .services .holder {
        padding-top: 0
    }

    .services .holder img {
        margin-bottom: 0
    }
}

.services .item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 270px;
    margin-right: -14px;
    margin-bottom: 2px;
    margin-left: -14px;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .services .item {
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0
    }
}

.services .item:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(54, 72, 87, .5)
}

.quotes {
    font-size: 22px;
    line-height: 1.41;
    color: #fff
}

.quotes blockquote {
    font-size: 16px;
    line-height: 1.41;
    max-width: 770px;
    margin: 0 auto;
    padding-top: 60px;
    border-left: none
}

@media only screen and (min-width: 768px) {
    .quotes blockquote {
        font-size: 22px;
        padding-top: 100px
    }
}

.quotes .author {
    font-size: 16px;
    line-height: 3.44;
    position: relative;
    display: inline-block
}

.quotes .author:before {
    position: absolute;
    top: 50%;
    left: -30px;
    display: block;
    width: 15px;
    height: 1px;
    content: '';
    background-color: #fff
}

.quotes .item {
    position: relative;
    height: 420px;
    padding: 80px 0
}

.quotes .item .quote {
    font-size: 146px;
    font-weight: 600;
    position: absolute;
    top: -70px;
    left: 42%
}

@media only screen and (min-width: 768px) {
    .quotes .item .quote {
        font-size: 200px;
        top: -50px;
        left: 45%
    }
}

.quotes .item:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(51, 74, 106, .8)
}

.quotes .container {
    position: relative;
    z-index: 5
}

.quotes .owl-next, .quotes .owl-prev {
    font-size: 18px !important;
    position: absolute;
    z-index: 5;
    top: 80%;
    display: block;
    width: 50px;
    height: 50px;
    color: #75d2a5 !important;
    border-radius: 50%;
    background-color: #fff !important
}

.quotes .owl-prev {
    left: 30%
}

.quotes .owl-next {
    right: 30%
}

@media only screen and (min-width: 768px) {
    .quotes .owl-next, .quotes .owl-prev {
        top: 49%
    }

    .quotes .owl-prev {
        left: 10%
    }

    .quotes .owl-next {
        right: 10%
    }
}

.head-title {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase
}

.head-title:after, .head-title:before {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    content: '';
    background-color: #3b97ce
}

.head-title:before {
    left: -50px
}

.head-title:after {
    right: -50px
}

.partnerships {
    padding: 30px 0;
}

@media only screen and (min-width: 768px) {
    .partnerships {
        padding: 80px 0
    }
}

.partnerships .item {
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.partnerships .item img {
    display: inline-block;
    width: auto;
    max-width: 100%
}

.partnerships .owl-next, .partnerships .owl-prev {
    font-size: 18px !important;
    position: absolute;
    z-index: 5;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff !important;
    border-radius: 50%;
    background-color: #3b97ce !important
}

.partnerships .owl-prev {
    left: 0
}

.partnerships .owl-next {
    right: 0
}

@media only screen and (min-width: 1430px) {
    .partnerships .owl-prev {
        left: -10%
    }

    .partnerships .owl-next {
        right: -10%
    }
}

.locations {
    padding: 30px 0
}

.locations .map-holder {
    position: relative
}

.locations .map-holder svg {
    position: relative;
    z-index: -2;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.locations .map-holder .marker {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #132f3a
}

@media only screen and (min-width: 768px) {
    .locations {
        padding: 80px 0
    }

    .locations .map-holder svg {
        max-width: 100%
    }

    .locations .map-holder .marker {
        width: 8px;
        height: 8px
    }
}

.locations .map-holder .marker.active {
    background-color: #fff
}

.locations .map-holder .marker.active:after {
    position: absolute;
    z-index: -2;
    top: -8px;
    left: -8px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 50%;
    background-color: #132f3a
}

@media only screen and (min-width: 768px) {
    .locations .map-holder .marker.active:after {
        top: -14px;
        left: -14px;
        width: 36px;
        height: 36px
    }
}

.locations .map-holder .marker:after {
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    border-radius: 50%;
    background-color: #132f3a6b
}

@media only screen and (min-width: 768px) {
    .locations .map-holder .marker:after {
        top: -9px;
        left: -9px;
        width: 26px;
        height: 26px
    }
}

.locations .map-holder .modal_form {
    position: absolute;
    z-index: 5;
    display: none
}

.locations .map-holder .info-window {
    font-size: 12px;
    line-height: 1.64;
    display: block;
    width: 225px;
    height: 200px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2)
}

@media only screen and (min-width: 768px) {
    .locations .map-holder .info-window {
        font-size: 14px;
        width: 325px;
        height: 240px;
        padding: 25px 45px 45px
    }
}

.locations .map-holder .info-window:after {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    left: -15px;
    display: block;
    width: 20px;
    height: 32px;
    content: '';
    background: url(../img/corner.png) no-repeat
}

.locations .map-holder .info-window .modal_close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.locations .map-holder .info-window .fax:before, .locations .map-holder .info-window .tel:before {
    top: 3px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: ''
}

.locations .map-holder .info-window h3 {
    margin-bottom: 0;
    color: #3b97ce
}

.locations .map-holder .info-window .tel {
    font-weight: 600;
    position: relative;
    display: block;
    padding-left: 25px
}

.locations .map-holder .info-window .tel:before {
    position: absolute;
    background: url(../img/phone-volume.svg) no-repeat
}

.locations .map-holder .info-window .fax {
    font-weight: 600;
    position: relative;
    display: block;
    padding-left: 25px
}

.locations .map-holder .info-window .fax:before {
    position: absolute;
    background: url(../img/phone-office.svg) no-repeat
}

.offices {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .offices {
        margin-bottom: 100px
    }
}

.offices .office {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    padding: 20px;
    color: #132f3a
}

.offices .office h3 {
    line-height: 1;
    margin-bottom: 20px
}

.offices .office address {
    margin-bottom: 0
}

.offices .office:hover {
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2)
}

.offices .phones {
    margin-bottom: 20px
}

.offices .phones a {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #132f3a
}

.offices .phones a.fax:before, .offices .phones a.tel:before {
    position: absolute;
    top: 3px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    left: 0
}

.offices .phones a.tel:before {
    background: url(../img/phone-office-black.svg) no-repeat
}

.offices .phones a.fax:before {
    background: url(../img/fax-black.svg) no-repeat
}

#overlay, .breadcrumbs-holder {
    display: none
}

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

.owl--partnerships-carousel .owl-nav {
    display: block !important;
}

.text .row > div  strong{
    color: #3b97ce;
}
.text div ul{
    padding-left: 15px;
}

.page-template-template-contact-us .contact-form h3{
    color: #444!important;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.page-template-template-contact-us .contact-form ul{
    list-style-type: none;
    color: #888;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.page-template-template-contact-us .contact-form ul a{
    color: #888;
    line-height: 1.8;
}

.page-template-template-contact-us .contact-form ul li{
    display: flex;
    align-items: flex-start;
}

.page-template-template-contact-us .contact-form ul li i{
    display: block;
    margin-right: 10px;
    line-height: 1.8;
}

.title-full-width{
    padding-bottom: 0;
}

.title-full-width h2{
    margin-bottom: 0;
}