/* Base */
html {
    overflow-x: hidden;
}

.font-size-10 { font-size: 10px; }
.font-size-11 { font-size: 11px; }
.font-size-12 { font-size: 12px; }
.font-size-13 { font-size: 13px; }
.font-size-14 { font-size: 14px; }
.font-size-15 { font-size: 15px; }
.font-size-16 { font-size: 16px; }
.font-size-17 { font-size: 17px; }
.font-size-18 { font-size: 18px; }
.font-size-19 { font-size: 19px; }
.font-size-20 { font-size: 20px; }
.font-size-21 { font-size: 21px; }
.font-size-22 { font-size: 22px; }
.font-size-23 { font-size: 23px; }
.font-size-24 { font-size: 24px; }
.font-size-25 { font-size: 25px; }
.font-size-26 { font-size: 26px; }
.font-size-27 { font-size: 27px; }
.font-size-28 { font-size: 28px; }
.font-size-29 { font-size: 29px; }
.font-size-30 { font-size: 30px; }

.serif {
    font-family: "Poppins", sans-serif;
}

.font-gray-1 { color: #f7f7f7; }
.font-gray-2 { color: #e9e9e9; }
.font-gray-3 { color: #d9d9d9; }
.font-gray-4 { color: #c9c9c9; }
.font-gray-5, .block-heading-1 span { color: #b8b8b8; }
.font-gray-6 { color: #a8a8a8; }
.font-gray-7 { color: #939393; }
.font-gray-8 { color: #7b7b7b; }
.font-gray-9 { color: #636363; }
.font-gray-10 { color: #353535; }

.border-gray-1 { border-color: #f7f7f7; }
.border-gray-2 { border-color: #e9e9e9; }
.border-gray-3 { border-color: #d9d9d9; }
.border-gray-4 { border-color: #c9c9c9; }
.border-gray-5 { border-color: #b8b8b8; }
.border-gray-6 { border-color: #a8a8a8; }
.border-gray-7 { border-color: #939393; }
.border-gray-8 { border-color: #7b7b7b; }
.border-gray-9 { border-color: #636363; }
.border-gray-10 { border-color: #353535; }

.bg-gray-1 { background-color: #f7f7f7; }
.bg-gray-2 { background-color: #e9e9e9; }
.bg-gray-3 { background-color: #d9d9d9; }
.bg-gray-4 { background-color: #c9c9c9; }
.bg-gray-5 { background-color: #b8b8b8; }
.bg-gray-6 { background-color: #a8a8a8; }
.bg-gray-7 { background-color: #939393; }
.bg-gray-8 { background-color: #7b7b7b; }
.bg-gray-9 { background-color: #636363; }
.bg-gray-10 { background-color: #353535; }

.letter-spacing-1 { letter-spacing: 0.1em; }
.letter-spacing-2 { letter-spacing: 0.2em; }

.border-w-1 { border-width: 1px; }
.border-w-2 { border-width: 2px; }
.border-w-3 { border-width: 3px; }
.border-w-4 { border-width: 4px; }
.border-w-5 { border-width: 5px; }

.primary-black--hover {
    background: #0066cc;
    color: #fff;
}

.primary-black--hover:hover {
    background: #003366;
    color: #fff;
}

.primary-dark--hover {
    background: #0066cc;
    color: #fff;
}

.primary-dark--hover:hover {
    background: #ff8c00;
    color: #fff;
}

.primary-primary-outline--hover {
    background: #0066cc;
    color: #fff;
}

.primary-primary-outline--hover:hover {
    border-color: #0066cc;
    background: transparent;
}

.primary-outline-primary--hover {
    background: transparent;
    border-color: #0066cc;
}

.primary-outline-primary--hover:hover {
    color: #fff;
    background: #0066cc;
}

body {
    line-height: 1.7;
    color: #2c3e50 !important;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
}

::-moz-selection {
    background: #0066cc;
    color: #fff;
}

::selection {
    background: #0066cc;
    color: #fff;
}

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

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    color: #0066cc;
    font-family: "Poppins", sans-serif;
}

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

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

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

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

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

.btn {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .15rem;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
}

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

.btn.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.btn.btn-outline-white:hover {
    background: #ff8c00;
    border-color: #ff8c00;
    color: #fff;
}

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

.bg-black {
    background: #000;
}

.form-control {
    height: 50px;
    background: #fff !important;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
}

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

.form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: 0 0 5px rgba(0, 102, 204, 0.3) !important;
    box-shadow: 0 0 5px rgba(0, 102, 204, 0.3) !important;
}

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

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

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

.site-footer {
    padding: 3em 0;
    background: #e6f0ff;
}

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

.site-footer .border-top {
    border-top: 1px solid rgba(0, 102, 204, 0.2) !important;
}

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

.site-footer .footer-heading {
    font-size: 18px;
    color: #0066cc;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ul-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.6;
}

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

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

.ul-check.success li:before {
    color: #28a745;
}

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

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

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

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

.top-bar {
    border-bottom: 1px solid #e6f0ff !important;
}

/* Navbar */
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    top: 0;
    width: 100%;
    padding: 1.2rem;
    background: linear-gradient(to right, #0066cc, #80A0C6);
    border-bottom: 3px solid #ff8c00;
}

@media (max-width: 991.98px) {
    .site-navbar {
        padding: 1rem;
    }
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}

.site-navbar .site-logo a {
    text-transform: uppercase;
    color: #fff;
}

.site-navbar .site-logo a img {
    width: 180px;
}

@media (max-width: 991.98px) {
    .site-logo img {
        width: 150px;
        height: 70px;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #fff !important;
}

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

.site-navbar .site-navigation .site-menu .active {
    color: #ff8c00 !important;
}

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

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

.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 0;
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 500;
}

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

.site-navbar .site-navigation .site-menu > li.active > a {
    color: #ff8c00 !important;
}

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

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

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

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 3px solid #ff8c00;
    -webkit-box-shadow: 0 3px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 12px -3px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: 15px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: 0.3s 0s;
    -o-transition: 0.3s 0s;
    transition: 0.3s 0s;
}

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

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

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

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

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #ff8c00 !important;
    background: #e6f0ff;
}

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

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

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #e6f0ff;
    color: #0066cc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 15px 15px 15px;
    height: calc(100vh - 48px);
    padding-bottom: 120px;
}

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

.site-mobile-menu .site-nav-wrap a {
    padding: 8px 15px;
    display: block;
    position: relative;
    color: #2c3e50;
}

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

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

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #0066cc;
}

.site-mobile-menu .site-nav-wrap li.active > a {
    color: #0066cc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky-wrapper .site-navbar {
    background: linear-gradient(to right, #0066cc, #80A0C6);
}

.sticky-wrapper .site-navbar ul li a {
    color: #fff !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #ff8c00 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 15px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #0066cc;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #2c3e50 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #0066cc !important;
}

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

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Blocks */
.site-section-cover {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-section-cover, .site-section-cover .container {
    position: relative;
    z-index: 2;
}

.site-section-cover, .site-section-cover .container > .row {
    height: calc(100vh - 180px);
}

@media (max-width: 991.98px) {
    .site-section-cover, .site-section-cover .container > .row {
        height: calc(70vh - 180px);
        min-height: 550px;
    }
}

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

.site-section-cover.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 1.5em 0;
}

.site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat;
}

.site-section-cover h1 {
    font-size: 2.8rem;
    color: #fff;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

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

.site-section-cover p {
    font-size: 16px;
    color: #fff;
}

.site-section {
    padding: 6rem 0;
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 2.5rem 0;
    }
}

.block-heading-1 span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .15em;
    font-weight: 600;
}

.block-heading-1 h2 {
    font-size: 2.5rem;
    color: #0066cc;
}

@media (max-width: 991.98px) {
    .block-heading-1 h2 {
        font-size: 1.8rem;
    }
}

.block-feature-1-wrap {
    margin-bottom: 6rem;
}

.block-feature-1-wrap > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.block-feature-1-wrap > .container > .row > .col,
.block-feature-1-wrap > .container > .row > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.block-feature-1 {
    background: #f8faff;
    padding: 25px 25px 25px 45px;
    position: relative;
}

.block-feature-1 h2 {
    font-size: 16px;
}

.block-feature-1 .icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -35px;
    top: 50%;
    border: 3px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

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

.block-img-video-1-wrap .block-img-video-1 {
    position: relative;
    margin-top: -8rem;
}

@media (max-width: 991.98px) {
    .block-img-video-1-wrap .block-img-video-1 {
        margin-top: -5rem;
    }
}

.block-img-video-1 > a {
    display: block;
    position: relative;
    cursor: pointer;
}

.block-img-video-1 > a .icon {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.block-img-video-1 > a .icon > span {
    position: absolute;
    top: 50%;
    font-size: .7rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #0066cc;
}

.block-img-video-1 > a:hover .icon {
    background: #ff8c00;
    width: 80px;
    height: 80px;
}

.block-counter-1 {
    text-align: center;
}

.block-counter-1 .number, .block-counter-1 .caption {
    display: block;
    line-height: 1;
}

.block-counter-1 .number {
    color: #0066cc;
    font-size: 3.5rem;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .block-counter-1 .number {
        font-size: 1.8rem;
    }
}

.block-counter-1 .number:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 102, 204, 0.3);
}

.block-counter-1 .caption {
    font-size: 13px;
    letter-spacing: .06em;
}

.block-team-member-1 {
    padding: 25px;
    border: 1px solid #e6f0ff;
    background: #fff;
    position: relative;
    top: 0;
    -webkit-transition: .15s all ease-in-out;
    -o-transition: .15s all ease-in-out;
    transition: .15s all ease-in-out;
}

.block-team-member-1 figure img {
    max-width: 120px !important;
    margin-left: auto;
    margin-right: auto;
}

.block-social-1 > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
}

.block-social-1 > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-testimony-1 {
    padding: 15px;
    position: relative;
}

.block-testimony-1 blockquote {
    background: #fff;
    padding: 25px;
    font-style: italic;
    font-size: 16px;
    color: #2c3e50;
    font-family: 'Georgia', Times, serif;
    position: relative;
}

.block-testimony-1 figure {
    position: relative;
    padding-top: 15px;
}

.block-testimony-1 figure:before {
    position: absolute;
    content: "";
    width: 40px;
    left: 50%;
    display: none;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ff8c00;
    height: 2px;
}

.block-testimony-1 figure img {
    max-width: 50px;
}

.block-testimony-1 h3 {
    font-size: 16px;
}

.block-13 .owl-nav {
    display: none;
}

.block-13 .owl-dots {
    text-align: center;
    position: relative;
    bottom: -25px;
}

.block-13 .owl-dots .owl-dot {
    display: inline-block;
}

.block-13 .owl-dots .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9e6ff;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 4px;
}

.block-13 .owl-dots .owl-dot.active span {
    background: #0066cc;
}

.post-entry {
    background: #fff;
    padding: 25px;
    border: 1px solid #e6f0ff;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.post-entry:hover {
    -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.1);
}

.post-entry h2 {
    font-size: 18px;
}

.post-entry *:last-child {
    margin-bottom: 0;
}

.by {
    color: #2c3e50;
    border-bottom: 1px dotted #d9e6ff;
}

.by:hover {
    border-bottom: 1px dotted #0066cc;
}

.form-control {
    border: none;
    border: 1px solid #e6f0ff;
}

.form-control:hover, .form-control:active, .form-control:focus {
    border: 1px solid #0066cc;
}

.sidebar-box {
    margin-bottom: 25px;
    padding: 20px;
    font-size: 14px;
    width: 100%;
    float: left;
    background: #fff;
}

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

.sidebar-box h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.categories li, .sidelink li {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #e6f0ff;
    list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a, .sidelink li a {
    display: block;
}

.categories li a span, .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #d9e6ff;
}

.categories li.active a, .sidelink li.active a {
    color: #0066cc;
    font-style: italic;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 40px 0 0 35px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 25px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 70px;
    float: left;
}

.comment-list li .vcard img {
    width: 45px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 70px);
}

.comment-list li .comment-body h3 {
    font-size: 18px;
    color: #0066cc;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .12em;
    color: #d9e6ff;
}

.comment-list li .comment-body .reply {
    padding: 4px 8px;
    background: #e6f0ff;
    color: #2c3e50;
    text-transform: uppercase;
    font-size: 13px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: #0066cc;
}

.search-form {
    background: #f8faff;
    padding: 8px;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 45px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.slide {
    height: 100vh;
    min-height: 850px;
    background-size: cover;
}

.border-w-2 {
    border-width: 2px !important;
}

.block__73694 .block__73422 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .block__73694 .block__73422 {
        height: 350px;
    }
}

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

.slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
    color: #ff8c00;
}

.slide-one-item .owl-nav .owl-prev {
    left: 15px;
}

.slide-one-item .owl-nav .owl-next {
    right: 15px;
}

.slide-one-item .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

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

.slide-one-item .owl-dots .owl-dot > span {
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 4px;
}

.slide-one-item .owl-dots .owl-dot.active > span {
    width: 18px;
    background: #ff8c00;
}

.footer-suscribe-form .form-control {
    color: #2c3e50;
}

.footer-suscribe-form .form-control:hover, .footer-suscribe-form .form-control:active, .footer-suscribe-form .form-control:focus {
    color: #0066cc !important;
}

.footer-suscribe-form .btn {
    color: #fff;
    background: #0066cc;
}

.footer-suscribe-form .btn:hover {
    background: #ff8c00;
}

.ftco-blocks-cover-1 {
    position: relative;
}

.ftco-blocks-cover-1 .ftco-service-image-1 {
    margin-top: -60px;
    position: static;
}

.ftco-cover-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ftco-cover-1, .ftco-cover-1 .container > .row {
    height: 100vh;
    min-height: 850px;
}

.ftco-cover-1.innerpage, .ftco-cover-1.innerpage .container > .row {
    height: 85vh;
    min-height: 650px;
}

.ftco-cover-1 > .container {
    position: relative;
}

.ftco-cover-1.overlay {
    position: relative;
}

.ftco-cover-1.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    background: #000;
}

.ftco-cover-1.overlay h1 {
    color: #fff;
    font-size: 2.5rem;
}

.ftco-cover-1.overlay p {
    color: #fff;
}

.ftco-cover-1.overlay p a {
    color: #fff;
    font-weight: 600;
}

.ftco-cover-1.overlay p a:hover {
    text-decoration: none;
    color: #ff8c00;
}

.ftco-cover-1.overlay form .form-control, .ftco-cover-1.overlay form .btn {
    height: 50px;
    border-radius: 5px;
}

.ftco-cover-1.overlay form .form-control {
    padding-left: 15px;
    padding-right: 15px;
    border-color: transparent;
    margin-right: 8px;
}

.ftco-cover-1.overlay form .btn {
    border-color: transparent;
    background: #ff8c00;
}

.ftco-cover-1.overlay form .btn:hover {
    background: #0066cc;
}

.owl-all .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.owl-all .owl-dots .owl-dot {
    display: inline-block;
}

.owl-all .owl-dots .owl-dot > span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d9e6ff;
    margin: 4px;
    border-radius: 50%;
}

.owl-all .owl-dots .owl-dot.active > span {
    background: #0066cc;
}

@media (min-width: 992px) {
    .owl-all .owl-nav, .owl-all .owl-dots {
        display: none;
    }
    .owl-all .owl-stage {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 120% !important;
        padding-top: 8px;
    }
    .owl-all .owl-carousel .owl-stage-outer {
        width: 100%;
        overflow: visible;
    }
    .owl-all .owl-stage-outer > .owl-stage > .owl-item {
        display: -ms-inline-grid;
        display: inline-grid;
        float: none;
        margin-bottom: 25px;
    }
}

.blog-entry .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 15px;
}

.blog-entry .blog-thumbnail img {
    border-radius: 5px;
}

.blog-entry .blog-excerpt a {
    color: #2c3e50;
}

.blog-entry .blog-excerpt a:hover {
    color: #0066cc;
}

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

.post-entry-1 .meta {
    color: #d9e6ff;
}

.post-entry-1 .post-entry-1-contents {
    background: #fff;
    padding: 15px;
}

.post-entry-1 .post-entry-1-contents h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.post-entry-1 .post-entry-1-contents h2 a {
    color: #0066cc;
}

.post-entry-1 .post-entry-1-contents h2 a:hover {
    color: #ff8c00;
}

.post-entry-1.person-1 {
    text-align: center;
}

.post-entry-1.person-1 img {
    width: 80px;
    border-radius: 50%;
    margin: 0 auto -40px auto;
}

.post-entry-1.person-1 .post-entry-1-contents {
    padding-top: 3.5rem;
}

/* carrent */
.feature-car-rent-box-1 {
    position: relative;
    padding: 25px;
    background: #fff;
}

.feature-car-rent-box-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    width: 100%;
    background: #0066cc;
}

.feature-car-rent-box-1 ul {
    padding: 0;
    margin: 0;
}

.feature-car-rent-box-1 ul li {
    display: block;
    padding: 15px 0;
    list-style: none;
    border-bottom: 1px solid #e6f0ff;
    margin: 0;
    position: relative;
}

.feature-car-rent-box-1 ul li .spec {
    position: absolute;
    right: 0;
}

.feature-car-rent-box-1 ul li:last-child {
    border-bottom: none;
}

.trip-form {
    padding: 35px 25px;
    background: #fff;
    position: relative;
    margin-top: -80px;
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
}

.trip-form h3 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #0066cc;
}

.item-1 {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.item-1 .item-1-contents {
    padding: 25px;
    border: 1px solid #e6f0ff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    position: relative;
}

.item-1 .item-1-contents ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.item-1 .item-1-contents ul li {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
    position: relative;
}

.item-1 .item-1-contents ul li .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    text-align: right;
}

.item-1 .item-1-contents h3 {
    position: relative;
    color: #0066cc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.item-1 .item-1-contents h3:after {
    left: 0;
    bottom: 0;
    content: "";
    width: 35px;
    height: 2px;
    background: #ff8c00;
    position: absolute;
}

.how-it-works .step {
    width: 20%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.how-it-works .step:after {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 20px;
    background: #0066cc;
}

.how-it-works .step:last-child:after {
    display: none;
}

.how-it-works .step .number {
    z-index: 1;
    width: 45px;
    height: 45px;
    border: 3px solid #0066cc;
    background: #fff;
    border-radius: 50%;
    color: #0066cc;
    display: block;
    position: relative;
    margin: 0 auto 8px auto;
}

.how-it-works .step .number > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    color: #0066cc;
}

.how-it-works .step .caption {
    display: block;
}

.service-1 {
    text-align: center;
}

.service-1 .service-1-icon {
    background: #0066cc;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    border: 3px solid #0066cc;
    border-radius: 50%;
    color: #fff;
}

.service-1 .service-1-icon > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
}

.service-1 .service-1-contents h3, .service-1 .service-1-contents p {
    color: #fff;
}

.service-1 .service-1-contents h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.service-1.dark .service-1-contents h3, .service-1.dark .service-1-contents p {
    color: #2c3e50;
}

.service-1.dark .service-1-contents h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.section-3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.section-3 > .container {
    z-index: 2;
}

.section-3:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
}

.testimonial-2 {
    background: #fff;
    padding: 25px;
}

.testimonial-2 blockquote {
    font-size: 1.2rem;
}

.testimonial-2 .v-card img {
    width: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    border-radius: 50%;
}

/* barberz */
.scissors {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 2.5rem;
    color: #0066cc;
}

@media (max-width: 991.98px) {
    .scissors {
        font-size: 1.8rem;
    }
}

.scissors:after {
    bottom: 0;
    left: 0;
    font-size: 20px;
    content: "\f0c4";
    font-family: 'icomoon';
    position: absolute;
    color: #d9e6ff;
}

.scissors.primary-color-icon:after {
    color: #0066cc;
}

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

.nonloop-block-13 .owl-nav {
    display: none;
}

.nonloop-block-13 .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nonloop-block-13 .owl-stage .owl-item {
    height: 100% !important;
}

.hair-style .place {
    display: block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.hair-style .place:hover, .hair-style .place:focus {
    opacity: .8;
}

.hair-style .place img {
    max-width: 100%;
    margin-bottom: 15px;
}

.hair-style .place h2 {
    font-size: 16px;
    line-height: 1.4;
}

.hair-style .place p {
    font-size: 12px;
    color: #d9e6ff;
}

.img-years {
    position: relative;
    display: block;
}

.img-years .year {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #0066cc;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

@media (max-width: 991.98px) {
    .img-years .year {
        position: relative;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        margin: -25px auto 0 auto;
    }
}

.img-years .year > span {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.5rem;
    display: block;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img-years .year > span > span {
    line-height: 1.1;
    display: block;
    font-size: .7rem;
}

.bg-img-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    height: 300px;
}

.block_75651 {
    padding: 25px;
}

.subtitle-39293 {
    color: #ff8c00;
}

.item {
    border: none;
    margin-bottom: 25px;
    border-radius: 5px;
}

.item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.item a img {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.item .item-wrap {
    display: block;
    position: relative;
}

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

.item .item-wrap > span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 1.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

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

.item .item-wrap:hover span {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.item:hover a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.quote-29281 {
    border-left: 8px solid #0066cc;
    padding-left: 25px;
}

.about-me p {
    color: rgba(255, 255, 255, 0.6);
}

.social_29128 a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 102, 204, 0.2);
    position: relative;
}

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

.social_29128.white a {
    background: rgba(255, 255, 255, 0.3);
}

.social_29128.white a span {
    color: #0066cc;
}

.social_29128.white a:hover {
    background: #ff8c00;
}

.btn-video_38929 {
    position: relative;
    display: block;
}

.btn-video_38929:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn-video_38929 > span {
    z-index: 2;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid white;
}

.btn-video_38929 > span > span {
    color: #fff;
    font-size: .9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quote_39823 p {
    font-size: 16px;
    font-style: italic;
}

.play-btn-39282 {
    display: inline-block;
    width: 55px;
    height: 55px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
}

.play-btn-39282 > span {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.play-btn-39282:hover {
    background: #ff8c00;
}

.play-btn-39282:hover > span {
    color: #fff;
}

.subtitle-39191 {
    color: #ff8c00;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.heading-39101 {
    position: relative;
}

.heading-39101 .backdrop {
    line-height: 1;
    top: -18%;
    position: absolute;
    text-transform: uppercase;
    z-index: -1;
    font-weight: 900 !important;
    font-size: 4.5rem;
    color: rgba(0, 102, 204, 0.1);
}

.heading-39101 .backdrop.text-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.listing-item {
    position: relative;
    overflow: hidden;
}

.listing-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 45%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 45%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 45%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 45%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 45%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}

.listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

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

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

.listing-item .listing-item-content .category {
    font-size: 11px;
    display: inline-block;
    padding: 4px 25px;
    background: #0066cc;
    border-radius: 25px;
    color: #fff;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.listing-item .listing-item-content h2 {
    text-align: center;
    font-size: 16px;
}

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

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

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

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

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

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

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

.person-29191 h2 {
    font-size: 16px;
}

.person-29191 .caption {
    font-size: 13px;
    text-transform: uppercase;
    color: #d9e6ff;
    letter-spacing: .15rem;
}

.row > .gal_col {
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 12px;
}

.testimonial-39191 {
    background: #0066cc;
    padding: 40px;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
}

.testimonial-39191:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 102, 204, 0.1);
    bottom: -15px;
    right: -15px;
}