:root {
    --bg-theme-color: #0d68cc;
}

.theme-color {
    background-color: var(--bg-theme-color);
}

body {
    font-family: "Roboto", Arial, sans-serif;
    background: #fff;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    color: #181818;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #0d68cc;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0d68cc;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

.carousel-banner {
    z-index: 0;
}

.carousel-banner .owl-item.active h1 {
    animation: 0.8s 0.8s fadeInUp both !important;
}

.carousel-banner .owl-item.active p {
    animation: 1s 1s fadeInUp both !important;
}

.carousel-banner .owl-item.active a.btn {
    animation: 1.1s 1.1s fadeInUp both !important;
}

.wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    background: #0d68cc;
}

.wrap .phone {
    z-index: 1;
}

.wrap .phone span {
    color: #fff;
}

.wrap .phone a {
    color: #fff;
    font-size: 14px;
}

.social-media {
    display: inline-block;
}

.social-media p a {
    width: 40px;
    height: 40px;
    margin-right: 1px;
}

.social-media p a span {
    color: #fff;
}

.social-media p a:hover {
    background: #0d68cc;
    border-color: #0d68cc;
}

.social-media p a:hover span {
    color: #fff;
}

.ftco-navbar-light {
    background: #fff !important;
    z-index: 99;
    padding: 0px 0;
}

.navbar-brand img {
    height: 130px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #fff !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #000000;
}

.ftco-navbar-light .navbar-brand:hover {
    color: #000000;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    font-weight: 600;
    opacity: 1 !important;
}

.requote {
    margin-left: 20px;
}

.ftco-navbar-light .navbar-nav .nav-item.requote .nav-link {
    background: #0d68cc;
    color: #fff !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #0d68cc;
}

@media (max-width: 991.98px) {
    .wrap {
        display: none;
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        color: #000;
    }

    .requote {
        margin-left: 0;
        margin-top: 15px;
    }

    .requote a {

        padding: 8px 10px !important;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
    color: #fff;
    border: 1px solid #0d68cc;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 4px;
    background: #0d68cc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a span {
    display: inline-block;
    color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a:hover {
    background: #0d68cc;
    border: 1px solid #0d68cc;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta.cta-colored a {
    border: 1px solid #01d28e;
    background: #01d28e !important;
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #0d68cc;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.active>a {
        color: #0d68cc;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: #000 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
    text-decoration: none;
    color: #0d68cc;
    outline: none !important;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .nav-item>.nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }

    .tabulation .tab-content .img {
        width: 100% !important;
        height: 300px !important;
        margin-right: 0px !important;
        margin-bottom: 20px !important;
    }
}

.ftco-navbar-light.scrolled .nav-item.active>a {
    color: #0d68cc !important;
}

.ftco-navbar-light.scrolled .nav-item.cta>a {
    color: #fff !important;
    background: #0d68cc;
    border: none !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 6px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.ftco-navbar-light.scrolled .nav-item.cta>a span {
    display: inline-block;
    color: #fff !important;
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
    border-color: #0d68cc;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000000 !important;
}

.ftco-navbar-light.scrolled .nav-link.active {
    color: #0d68cc !important;
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000000;
}

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
    position: relative;
}

.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff !important;
    border-bottom: 1px solid #eee;
}

.sticky-top .navbar-brand img {
    height: 100px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hero-wrap {
    width: 100%;
    height: 550px;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center !important;
    position: relative;
    z-index: 0;
}

.hero-wrap.hero-wrap-2 {
    height: 400px !important;
    position: relative;
}

.hero-wrap.hero-wrap-2 .overlay {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 1;
    background: #0d68cc;
    background: -moz-linear-gradient(45deg, #0d68cc 0%, rgba(88, 145, 103, 0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d68cc), color-stop(100%, rgba(88, 145, 103, 0)));
    background: -webkit-linear-gradient(45deg, #0d68cc 0%, rgba(88, 145, 103, 0) 100%);
    background: -o-linear-gradient(45deg, #0d68cc 0%, rgba(88, 145, 103, 0) 100%);
    background: -ms-linear-gradient(45deg, #0d68cc 0%, rgba(88, 145, 103, 0) 100%);
    background: linear-gradient(45deg, #0d68cc 0%, rgba(88, 145, 103, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d68cc', endColorstr='#0d68cc', GradientType=1);
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 400px !important;
}

.slider-text {
    height: 500px;
    position: relative;
}

.slider-text h1 {
    font-size: 60px;
    color: #000;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    font-weight: 500;
}

.slider-text h1 span {
    display: block;
}

.slider-text .img-video {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    position: absolute;
}

@media (min-width: 768px) {
    .slider-text .img-video {
        top: 44%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767.98px) {
    .slider-text .img-video {
        bottom: 80px;
        left: 0;
    }
}

.slider-text .img-video span {
    color: #0d68cc;
    font-size: 24px;
}

.slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    padding-right: 150px;
}

.slider-text .breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500;
}

.slider-text .breadcrumbs span {
    color: rgba(0, 0, 0, 0.7);
}

.slider-text .breadcrumbs span i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}

.slider-text .breadcrumbs span a {
    color: rgba(0, 0, 0, 0.7);
}

.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
    color: #0d68cc;
}

.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
    color: #0d68cc;
}

.slider-text .bread {
    font-weight: 500 !important;
    position: relative;
}

.owl-carousel {
    position: relative;
}

/*.owl-carousel .owl-item {*/
/*    opacity: 0.4;*/
/*}*/

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #0d68cc !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
    border: 1px solid red;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bg-light {
    background: #f5f4f0 !important;
}

.bg-primary {
    background: #0d68cc;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 500;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #0d68cc !important;
    border: 1px solid #0d68cc !important;
    color: #fff !important;
}

.btn.btn-primary:hover {
    border: 1px solid #0d68cc;
    background: transparent;
    color: #0d68cc;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #0d68cc;
    background: transparent;
    color: #0d68cc;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #0d68cc;
    color: #fff;
}

.btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000000 !important;
}

.btn.btn-white:hover {
    border: 1px solid #0d68cc;
    background: transparent;
    color: #0d68cc;
}

.btn.btn-white.btn-outline-white {
    border: 1px solid white !important;
    background: transparent !important;
    color: #fff !important;
}

.btn.btn-white.btn-outline-white:hover {
    border: 1px solid #0d68cc !important;
    background: #0d68cc !important;
    color: #fff !important;
}

.services-wrap {
    background: #fff;
}

.services-wrap .img,
.services-wrap .text {
    width: 50%;
}

.services-wrap .text {
    padding: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-wrap .text h2 {
    font-size: 28px;
    font-weight: 700;
}

.services-wrap:hover .text {
    color: rgba(255, 255, 255, 0.8);
    background: #0d68cc;
}

.services-wrap:hover .text h2 {
    color: #fff;
}

.ftco-intro .intro {
    z-index: 0;
    position: relative;
}

@media (min-width: 768px) {
    .ftco-intro .intro {
        margin-top: -100px;
    }
}

.ftco-intro .intro.aside-stretch {
    background: #0d68cc;
}

.ftco-intro .intro.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: "";
    width: 360%;
    background: #0d68cc;
    z-index: 99;
}

@media (max-width: 991.98px) {
    .ftco-intro .intro.aside-stretch:after {
        background: transparent;
        display: none;
    }

    .slider-text h1 {
        font-size: 30px !important;
        line-height: 37px !important;
    }

    .slider-text p {
        padding-right: 0 !important;
    }

    .slider-text .img-video {
        display: none !important;
    }
}

.intro {
    width: 100%;
    background: #0d68cc;
    padding: 30px;
}

.intro.color-1 {
    background: #03539e;
}

.intro.color-2 {
    background: #08447d;
}

.intro .icon {
    margin-right: 20px;
}

.intro .icon span {
    font-size: 60px;
    color: #fff;
}

.intro .text {
    color: #fff;
}

.intro .text h2 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.intro .text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.services-2 {
    width: 100%;
    display: block;
    padding: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-2 .icon-wrap {
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    margin-bottom: 10px;
    z-index: 0;
}

.services-2 .icon-wrap .number {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
    background: #0d68cc;
    border: 5px solid #fff;
}

.services-2 .icon-wrap .number span {
    font-weight: 500;
    color: #fff;
}

.services-2 .icon {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #f5f4f0;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-2 .icon:after {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0d68cc;
    content: "";
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-2 .icon span {
    font-size: 70px;
    color: #000;
}

.services-2 h2 {
    font-size: 24px;
    font-weight: 500;
}

.services-2:hover .icon-wrap .number {
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
}

.services-2:hover .icon-wrap .number span {
    color: #fff;
}

.services-2:hover .icon:after {
    background: #000;
}

.services-2:hover .icon span {
    color: #fff;
}

.services-2:hover .icon {
    background: #0d68cc;
    -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
}

.services-2:hover .icon:after {
    right: 30px;
}

.tabulation .nav-pills .nav-item {
    margin-bottom: 8px;
}

.tabulation .nav-pills .nav-item .nav-link {
    background: #fff;
    border-radius: 4px;
    color: #000000;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    /* line-height: 0; */
    padding: 12px 10px !important;
    margin-bottom: 0 !important;
}

.tabulation .nav-pills .nav-item .nav-link span {
    color: #0d68cc;
    font-size: 30px;
}

.tabulation .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #0d68cc;
    border: 1px solid #0d68cc;
}

.tabulation .nav-pills .nav-item .nav-link.active span {
    color: #fff;
}

.tabulation .tab-content {
    background: #fff;
    padding: 0;
}

.tabulation .tab-content .img {
    width: 50%;
    height: 615px;
    margin-bottom: 0;
    float: left;
    border: 8px solid #eee;
    margin-right: 30px;
}

.tabulation .tab-content h3 {
    font-weight: 700;
    font-size: 25px;
}

.tabulation .tab-content h3 a {
    color: #000000;
}

/* .tabcont {
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    text-align: justify;
} */

.ftco-section-parallax {
    position: relative;
}

.ftco-section-parallax .heading-section-white h2 {
    font-weight: 400 !important;
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
    border-color: #000000;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: #0d68cc !important;
}

.bg-black {
    background: #000000;
}

.wrap-about .play-video {
    display: block;
}

.wrap-about .play-video span.watch {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

.wrap-about .play-video .icon {
    width: 40px;
    height: 30px;
    border: 1px solid #0d68cc;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.wrap-about .play-video .icon span {
    color: #0d68cc;
}

.staff {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .img-wrap {
    height: 300px;
}

.staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 5px;
}

.staff .text .position {
    color: #0d68cc;
    display: block;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.staff .text .faded {
    opacity: 1;
}

.staff .ftco-social {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: transparent;
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .ftco-social li {
    width: 30px;
    height: 30px;
    position: relative;
}

.staff .ftco-social li a {
    color: #fff;
    width: 30px;
    height: 30px;
    background: #01d28e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.staff:hover,
.staff:focus {
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}

.staff:hover .ftco-social,
.staff:focus .ftco-social {
    opacity: 1;
    top: -60px;
}

.staff:hover .img,
.staff:focus .img {
    margin-top: -10px;
}

.staff:hover .text h3,
.staff:focus .text h3 {
    color: #0d68cc;
}

.ftco-social {
    padding: 0;
}

.ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.about-author .desc h3 {
    font-size: 24px;
}

.block-7 {
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    .block-7 {
        margin-top: 30px;
    }
}

.block-7 .heading-2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.block-7 .price {
    margin: 0;
    padding: 0;
    display: block;
}

.block-7 .price sup {
    font-size: 24px;
    top: -1em;
    color: #b3b3b3;
}

.block-7 .price .number {
    font-size: 60px;
    font-weight: 600;
    color: #0d68cc;
}

.block-7 .excerpt {
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.block-7 .label2 {
    text-transform: uppercase;
}

.block-7 .pricing-text,
.block-7 .pricing-text li {
    padding: 0;
    margin: 0;
}

.block-7 .pricing-text li {
    list-style: none;
    margin-bottom: 15px;
    color: #999999;
}

.block-7 .pricing-text li span.fa {
    color: #0d68cc;
}

.block-7 .btn-primary {
    color: #fff;
    text-transform: uppercase;
    font-style: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 auto;
}

.block-7 .btn-primary:hover,
.block-7 .btn-primary:focus {
    background: #0d68cc !important;
    color: #fff;
}

.block-7:hover,
.block-7:focus {
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}

.ftco-section {
    padding: 6em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 2em 0 !important;
    }

    .hero-wrap {
        height: 450px;
    }

    .slider-text {

        height: 400px;
    }
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-appointment {
    background-position: center center !important;
    position: relative;
    background-attachment: fixed;
}

.ftco-appointment .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    opacity: 0.8;
    background: #0d68cc;
}

.ftco-appointment .half {
    width: 100%;
}

.ftco-appointment .half h2 {
    font-weight: 700;
    color: #fff;
}

.appointment .form-group {
    position: relative;
    width: 100%;
    display: block;
}

.appointment .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 15px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.appointment .form-group .icon span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5) !important;
}

.appointment .form-group .select-wrap,
.appointment .form-group .input-wrap {
    position: relative;
}

.appointment .form-group .select-wrap select,
.appointment .form-group .input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.appointment .form-group .btn {
    width: 100%;
    display: block !important;
}

.appointment .form-control {
    border: transparent;
    background: white !important;
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.appointment .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.8);
}

.appointment .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.8);
}

.appointment .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.8);
}

.appointment .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.8);
}

.appointment textarea.form-control {
    height: inherit !important;
}

.ftco-footer {
    font-size: 16px;
    padding: 6em 0 0 0;
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .logo a {
    position: relative;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}

.ftco-footer .ftco-footer-widget img {
    height: auto;
    width: 100%;
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.9);
}

.ftco-footer a {
    color: #fff;
}

.ftco-footer a:hover {
    color: #0d68cc;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block !important;
}

.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: #0d68cc;
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.footer-small-nav>li {
    display: inline-block;
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #0d68cc;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #0d68cc;
}

.ftco-media {
    background: #fff;
    border-radius: 0px;
}

.ftco-media .heading {
    font-weight: normal;
}

.ftco-media.ftco-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: relative;
    top: 0;
}

.ftco-media.ftco-media-shadow:hover,
.ftco-media.ftco-media-shadow:focus {
    top: -3px;
    -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}

.ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #0d68cc;
}

.ftco-media.text-center .ftco-icon {
    margin: 0 auto;
}

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 0;
}

.mouse-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #0d68cc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #0d68cc;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.mouse-wheel {
    height: 80px;
    margin: 2px auto 0;
    display: block;
    width: 30px;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
    color: #fff;
}

.mouse-wheel span {
    font-size: 20px;
}

@-webkit-keyframes wheel-up-down {
    100% {
        margin-top: 34px;
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    0% {
        margin-top: 2px;
        opacity: 0;
    }
}

@-moz-keyframes wheel-up-down {
    100% {
        margin-top: 34px;
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    0% {
        margin-top: 2px;
        opacity: 0;
    }
}

@keyframes wheel-up-down {
    100% {
        margin-top: 34px;
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    0% {
        margin-top: 2px;
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 104, 204, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(13, 104, 204, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 104, 204, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(13, 104, 204, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(13, 104, 204, 0.4);
        box-shadow: 0 0 0 0 rgba(13, 104, 204, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(13, 104, 204, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(13, 104, 204, 0);
        box-shadow: 0 0 0 30px rgba(13, 104, 204, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(13, 104, 204, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(13, 104, 204, 0);
        box-shadow: 0 0 0 0 rgba(13, 104, 204, 0);
    }
}

.heading-section .subheading {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    color: #0d68cc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.img,
.img-2,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
    z-index: 0;
}

.testimony-section .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 400px;
}

.testimony-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 400px;
    background: #0d68cc;
    opacity: 0.8;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding: 1.5em 0 2em 0;
    position: relative;
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section .owl-dots {
    text-align: center;
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.testimony-section .owl-dots .owl-dot.active {
    background: #0d68cc;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
}

.testimony-wrap .icon {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0d68cc;
}

.testimony-wrap .icon span {
    color: #fff;
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
}

.testimony-wrap .position {
    font-size: 16px;
    color: #4d4d4d;
}

@media (max-width: 767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px;
    }
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#section-counter {
    position: relative;
    z-index: 0;
}

#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 0;
    background: #000000;
}

.ftco-counter {
    position: relative;
    z-index: 0;
}

.ftco-counter .overlay {
    position: absolute;
    width: 27%;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    background: #0d68cc;
    z-index: -1;
}

@media (min-width: 992px) {
    .ftco-counter .overlay {
        opacity: 0.3;
    }
}

.ftco-counter .block-18 {
    text-align: center;
    padding: 0 20px;
}

.ftco-counter .text strong.number {
    font-weight: 500;
    font-size: 40px;
    color: #0d68cc;
}

.ftco-counter .text span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    z-index: -1;
}

.blog-entry {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 15px 15px;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    margin-top: 0;
}

/* .blog-entry .text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.blog-entry .text a.btn {
    display: inline-block !important;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #0d68cc;
}

.blog-entry .meta {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    margin-top: -70px;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-entry .meta span {
    display: block;
    line-height: 1.2;
}

.blog-entry .meta span.day {
    font-weight: 700;
    color: #0d68cc;
    font-size: 30px;
}

.blog-entry .meta span.mos {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-entry .meta span.yr {
    color: rgba(0, 0, 0, 0.2);
    font-size: 11px;
}

.blog-entry .btn-custom {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.blog-entry:hover .meta {
    background: #0d68cc;
}

.blog-entry:hover .meta span {
    color: #fff;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li {
    color: rgba(255, 255, 255, 0.8);
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.8);
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #fff;
}

.block-6 .media-body p {
    font-size: 16px;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
    color: #0d68cc;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #0d68cc;
    color: #fff;
    border: 1px solid transparent;
}

.wrapper {
    width: 100%;
}

.contact-wrap {
    background: #fff;
}

@media (max-width: 767.98px) {
    .info-wrap {
        height: 400px;
    }
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .dbox {
        margin-bottom: 25px !important;
        padding: 0 20px;
    }
}

.dbox p {
    margin-bottom: 0;
}

.dbox p span {
    font-weight: 500;
    color: #000000;
}

.dbox p a {
    color: #0d68cc;
}

.dbox .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0d68cc;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 30px;
    color: #fff;
}

.dbox .text {
    width: 100%;
}

.contactForm .label {
    color: #0d68cc !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.contactForm .form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contactForm .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contactForm .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contactForm .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contactForm .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contactForm .form-control:focus,
.contactForm .form-control:active {
    border-color: #0d68cc !important;
}

.contactForm textarea.form-control {
    height: inherit !important;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

.block-21 .blog-img {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 4px;
}

.block-21 .text {
    width: calc(100% - 70px);
}

.block-21 .text .heading {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.block-21 .text .heading a {
    color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #0d68cc;
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: #b3b3b3;
}

/* Blog*/
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
}

.post-info>div {
    display: inline-block;
}

.post-info>div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: 0.5;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.comment-form-wrap .form-control {
    border: transparent;
    background: white !important;
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.comment-form-wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.8);
}

.comment-form-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.8);
}

.comment-form-wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.8);
}

.comment-form-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.8);
}

.comment-form-wrap textarea.form-control {
    height: inherit !important;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-weight: 500;
    font-size: 20px;
}

.comment-list li .comment-body .meta {
    font-size: 15px;
    color: #0d68cc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 400;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
}

.search-form .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-box {
    margin-bottom: 40px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    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;
    color: #1a1a1a;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li a:hover,
.categories li a:focus,
.sidelink li a:hover,
.sidelink li a:focus {
    outline: none;
    color: #0d68cc;
}

.categories li.active a,
.sidelink li.active a {
    color: #0d68cc;
}

.categories li.active a span,
.sidelink li.active a span {
    color: #0d68cc;
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}


.headline2 {
    margin-top: 0;
    text-align: center;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 9;
}

.headline2:before {
    background: linear-gradient(283deg, #0d68cc8f, #0d68cc85);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.padding--top {
    padding: 50px 0;
}

.headline2 .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headline2 .sub-heading-userProfile {
    margin-top: 0;
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    z-index: 99;
    letter-spacing: 3px;
}

.secondary-banner-family {
    font-family: 'Noto Serif NP Hmong', serif;
}

.cms__title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.srvce_gallery .zoom--left {
    width: 50%;
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.srvce_gallery .zoom--left .show-orginal {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.srvce_gallery .zoom--left .show-orginal #show-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 20px;
}

.request---quote--form h2 {
    border-left: 5px solid #000;
    width: 100%;
    text-align: left;
    background: var(--bg-theme-color);
    padding: 15px 15px;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
    font-size: 25px;
}

.request---quote--form form.dark-form {
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 5px 26px #cccccc70;
    background: #fff;
    border-top: 10px solid var(--bg-theme-color);
    position: relative;
}

.request---quote--form form.dark-form button {
    line-height: 1;
    border: none;
    border-radius: 3px;
    padding: 15px 30px !important;
    font-weight: 500;
    letter-spacing: 1px;
}

textarea.form-control,
textarea {
    resize: none;
    height: 100px !important;
}

#contact___map {
    background: #eeeeee54;
}

#contact___map iframe {
    width: 100%;
}

.copyrights p {
    margin-bottom: 0;
}

.copyrights p a {
    text-decoration: underline;
}

.small-container {
    width: 90%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.srvce_gallery .small-container .show-small-img {
    width: 130px;
    height: 90px;
    margin-right: 8px;
    cursor: pointer;
    float: left;
    list-style: none;
    overflow: hidden;
}

.srvce_gallery .small-container .show-small-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: inline-block;
}

.show--big--img {
    border: 1px solid #ccc;
    background: #fff;
}

.show--big--img #big-img {
    max-width: unset;
    object-fit: contain;
}

.small-img .icon-left {
    transform: rotate(180deg);
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0px;
}

.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0px;
}

.small-img {
    width: 100%;
    height: 90px;
    margin-top: 20px;
    position: relative;
    left: 0;
}

#lightgallery {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
}

#myTabContent {
    padding: 15px;
    border: 1px solid #ccc;
}

#myTab li a {
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

#myTab li a.active {
    background: var(--bg-theme-color);
    color: #fff;
}

.blogleftside .card.card-sidebar {
    border: 1px solid #eee;
    margin: 0 0 30px 0;
    padding: 0;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    box-shadow: 0 5px 40px rgb(0 0 0 / 7%);
    border-bottom: 4px solid #0d68cc;
    border-bottom-right-radius: 12px;
}

.blogleftside .card.card-sidebar .card-header {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase!important;
    background: #0d68cc;
    font-weight: 700;
    padding: 15px 20px;
}

.blogleftside .menu-item {
    display: block;
    margin-bottom: 11px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}

.blog-show-div, .news-List {
    margin: 0;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-bottom: 4px solid #0d68cc;
    border-bottom-right-radius: 24px;
    padding: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    box-shadow: 0 5px 40px rgb(0 0 0 / 7%);
}

.blogcontent h5 a {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 30px;
    width: 100%;
}

.blogmainpg .breadcrumb {
    background: #0d68cc;
    padding: 15px 20px;
    margin: 0;
}

.blogmainpg .breadcrumb li a {
    color: #fff!important;
}

.blogmainpg .breadcrumb li.active, .blogmainpg .breadcrumb-item+.breadcrumb-item::before {
    color: #fbf3f3b0!important;
}

.blog-show-div h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    color: #242424;
}

.blogcontent h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-entry a {
    box-shadow: 0px 1px 30px #cccccc8c;
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.blog__content p {
    color: #222;
}

#serv__sec .img {
    height: 500px;
}

/* image-buckets-hover */
.srv__hov .column {
    position: relative;
    width: 100%;
}

.srv__hov .effect-4 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}

.srv__hov .effect-4 .effect-img {
    font-size: 0;
    overflow: hidden;
}

.srv__hov .effect-4 .effect-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all .3s;
}

.srv__hov .effect-4 .effect-text {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0 0 0 / 65%);
    overflow: hidden;
    transition: all .3s ease-in;
    opacity: 0;
}

.srv__hov .effect-4 .effect-text .effect-text-inner {
    position: absolute;
    padding: 15px;
    z-index: 1;
}

.srv__hov .effect-4 .effect-text:before {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    left: -100%;
    top: 0;
}

.srv__hov .effect-4 .effect-text:before,
.srv__hov .effect-4 .effect-text:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    content: '';
}

.srv__hov .effect-4 .effect-text h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.srv__hov .effect-4 .effect-text p {
    color: #ffffff;
    font-size: 16px;
    margin: 15px 0;
    font-weight: 500;
}

.srv__hov .effect-4 .effect-btn .btn {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background: #9e0000;
    line-height: 1;
    font-weight: 600;
}

.effect-4:hover .effect-img img {
    transform: scale(1.2);
    transition: 0.6s;
}

.effect-4:hover .effect-text {
    opacity: 1;
}

.effect-4:hover .effect-text:before {
    animation-name: right-dn;
}

.effect-4:hover .effect-text:after {
    animation-name: left-up;
}

.effect-4:hover .effect-text:after,
.effect-4:hover .effect-text:before {
    animation-delay: .1s;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.img_title h2 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    background: #00000087;
    color: #fff;
    display: inline-block;
    padding: 15px;
    width: 100%;
}

.img_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.6s;
}

@-webkit-keyframes right-dn {
    0% {
        left: -100%;
        height: 0;
    }

    50% {
        left: 0;
        height: 0;
    }

    100% {
        height: 100%;
        left: 0;
    }
}

@-webkit-keyframes left-up {
    0% {
        left: 100%;
        height: 0;
    }

    50% {
        left: 0;
        height: 0;
    }

    100% {
        height: 100%;
        left: 0;
    }
}

.request__image {
    height: 500px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 10px solid #fff;
}

.request__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}