﻿body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #8c8c8c;
}

a, button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #1f60c1;
    text-decoration: none;
}

a:hover, a:focus, button:hover, button:focus {
    text-decoration: none;
    color: #1f60c1;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5,
.h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

.text-primary {
    color: #1f60c1 !important;
}

.ftco-navbar-light {
    background: transparent !important;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #052c43 !important;
        padding: 1em 0;
        position: relative;
        top: 0;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 0;
}

.ftco-navbar-light .navbar-brand small, .ftco-navbar-light .navbar-brand .small {
    color: #fff;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.ftco-navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 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;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
        display: inline-block;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1rem;
        padding-top: 0;
        color: #fff;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link.active {
    color: #fff;
    position: relative;
    z-index: 0;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link.active {
        color: #fff !important;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.9) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
    text-decoration: none;
    color: #1f60c1;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    z-index: 3;
    position: relative;
    line-height: 1.1;
}

.navbar-brand small, .navbar-brand .small {
    font-size: 27px;
}

@media (max-width: 575.98px) {
    .navbar-brand {
        line-height: 1;
    }
}

.navbar-brand span {
    color: #a6a6a6;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
}

.hero-wrap {
    height: 800px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #1f60c1;
    background: -moz-linear-gradient(-45deg, #87bed3 0%, #2872a6 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #87bed3), color-stop(100%, #2872a6));
    background: -webkit-linear-gradient(-45deg, #87bed3 0%, #2872a6 100%);
    background: -o-linear-gradient(-45deg, #87bed3 0%, #2872a6 100%);
    background: -ms-linear-gradient(-45deg, #87bed3 0%, #2872a6 100%);
    background: -webkit-linear-gradient(315deg, #87bed3 0%, #2872a6 100%);
    background: -o-linear-gradient(315deg, #87bed3 0%, #2872a6 100%);
    background: linear-gradient(135deg, #87bed3 0%, #2872a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87bed3', endColorstr='#2872a6', GradientType=1);
}

@media (max-width: 1199.98px) {
    .hero-wrap {
        height: 600px;
    }
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000000;
    z-index: -1;
}

.hero-wrap:after {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    content: '';
    background: #fff;
    z-index: -1;
    opacity: .07;
}

.hero-wrap.hero-wrap-2 {
    min-height: auto;
    height: 500px;
}

.hero-wrap.hero-wrap-2 .overlay {
    opacity: 0;
}

.hero-wrap.hero-wrap-2 .slider-text {
    min-height: auto;
    height: 500px;
}

.hero-wrap.hero-wrap-forms {
    min-height: auto;
    height: 300px;
}

.hero-wrap.hero-wrap-forms .overlay {
    opacity: 0;
}

.hero-wrap.hero-wrap-forms .slider-text {
    min-height: auto;
    height: 350px;
}

.hero-wrap .slider-text {
    height: 800px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 0;
    position: relative;
}

@media (max-width: 1199.98px) {
    .hero-wrap .slider-text {
        height: 600px;
    }
}

.hero-wrap .slider-text .desc {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 650px;
    padding-left: 10px;
}

.hero-wrap .slider-text h1, .hero-wrap .slider-text .h1 {
    font-weight: 500;
    color: #fff;
    font-size: 46px;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .hero-wrap .slider-text h1, .hero-wrap .slider-text .h1 {
        font-size: 40px;
    }
}

.hero-wrap .slider-text .btn {
    margin-right: 10px;
}

.hero-wrap .slider-text .btn.btn-custom {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.hero-wrap .slider-text .breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
    z-index: 99;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.hero-wrap .slider-text .breadcrumbs span a {
    color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span a:hover, .hero-wrap .slider-text .breadcrumbs span a:focus {
    color: #1f60c1;
}

.hero-wrap .slider-text .breadcrumbs span a:hover i, .hero-wrap .slider-text .breadcrumbs span a:focus i {
    color: #1f60c1;
}

.hero-wrap .slider-text .bread {
    font-weight: 400;
    color: #fff;
    font-size: 60px;
}

.slider-hero {
    position: relative;
    height: 100vh;
    min-height: 100%;
}

.slider-hero .work {
    width: 100%;
}

.slider-hero .work .img {
    width: 100%;
    height: 100vh;
    min-height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-position: top center;
    -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}

.slider-hero .work .img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #052c43;
    opacity: .5;
    width: 100%;
}

@media (max-width: 575.98px) {
    .slider-hero .work .img:after {
        width: 100%;
    }
}

.slider-hero .work .img.img2 {
    background-position: center center;
}

.slider-hero .work .text {
    color: rgba(255, 255, 255, 0.8);
}

.slider-hero .work .text h1, .slider-hero .work .text .h1 {
    font-weight: 400;
    color: #fff;
    font-size: 60px;
    line-height: 1.2;
}

.slider-hero .work .text h1 span, .slider-hero .work .text .h1 span {
    color: #1f60c1;
}

@media (max-width: 767.98px) {
    .slider-hero .work .text h1, .slider-hero .work .text .h1 {
        font-size: 40px;
    }
}

.slider-hero .work .text span {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .slider-hero .work .text .btn {
        display: block;
        margin-bottom: 10px;
    }
}

.slider-hero .tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.slider-hero .tns-nav {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 99;
}

@media (max-width: 767.98px) {
    .slider-hero .tns-nav {
        bottom: 40px;
    }
}

.slider-hero .tns-nav > [aria-controls] {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}

.slider-hero .tns-outer [aria-controls], .slider-hero .tns-outer [data-action] {
    cursor: pointer;
}

.slider-hero .tns-nav > .tns-nav-active {
    background: #1f60c1;
    width: 10px;
}

.bg-light {
    background: #f4f6ff !important;
}

.bg-primary {
    background: #1f60c1 !important;
}

.bg-black {
    background: #000000;
}

.bg-secondary {
    background: #feb82c !important;
}

.bg-darken {
    background: #052c43 !important;
}

.bg-tertiary {
    background: #5579fa !important;
}

.bg-quarternary {
    background: #b088f9 !important;
}

.btn {
    padding: 9px 12px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn span {
    font-size: 16px;
    line-height: 1;
    margin-left: 10px;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #87bed3 !important;
    border: 1px solid #87bed3 !important;
    color: #fff !important;
}

.btn.btn-primary span {
    color: #fff !important;
}

.btn.btn-primary:hover {
    border: 1px solid #1f60c1;
    background: transparent;
    color: #1f60c1;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #1f60c1 !important;
    background: transparent !important;
    color: #1f60c1 !important;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent !important;
    background: #1f60c1 !important;
    color: #fff !important;
}

.btn.btn-secondary {
    background: #feb82c !important;
    border: 1px solid #feb82c !important;
    color: #fff !important;
}

.btn.btn-secondary span {
    color: #fff !important;
}

.btn.btn-secondary:hover {
    border: 1px solid #feb82c;
    background: transparent;
    color: #feb82c;
}

.btn.btn-secondary.btn-outline-secondary {
    border: 1px solid #feb82c !important;
    background: transparent !important;
    color: #feb82c !important;
}

.btn.btn-secondary.btn-outline-secondary:hover {
    border: 1px solid transparent !important;
    background: #feb82c !important;
    color: #fff !important;
}

.btn.btn-tertiary {
    background: #5579fa !important;
    border: 1px solid #5579fa !important;
    color: #fff !important;
}

.btn.btn-tertiary span {
    color: #fff !important;
}

.btn.btn-tertiary:hover {
    border: 1px solid #5579fa;
    background: transparent;
    color: #5579fa;
}

.btn.btn-tertiary.btn-outline-tertiary {
    border: 1px solid #5579fa !important;
    background: transparent !important;
    color: #5579fa !important;
}

.btn.btn-tertiary.btn-outline-tertiary:hover {
    border: 1px solid transparent !important;
    background: #5579fa !important;
    color: #fff !important;
}

.btn.btn-quarternary {
    background: #b088f9 !important;
    border: 1px solid #b088f9 !important;
    color: #fff !important;
}

.btn.btn-quarternary span {
    color: #fff !important;
}

.btn.btn-quarternary:hover {
    border: 1px solid #b088f9;
    background: transparent;
    color: #b088f9;
}

.btn.btn-quarternary.btn-outline-quarternary {
    border: 1px solid #b088f9 !important;
    background: transparent !important;
    color: #b088f9 !important;
}

.btn.btn-quarternary.btn-outline-quarternary:hover {
    border: 1px solid transparent !important;
    background: #b088f9 !important;
    color: #fff !important;
}

.btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #1f60c1 !important;
}

.btn.btn-white span {
    color: #1f60c1 !important;
}

.btn.btn-white:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn.btn-white.btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
    color: #fff !important;
}

.btn.btn-white.btn-outline-white:hover {
    border: 1px solid transparent !important;
    background: #fff !important;
    color: #000000 !important;
}

.btn.btn-black {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important;
}

.btn.btn-black:hover {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
}

.btn.btn-black.btn-outline-black {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
}

.btn.btn-black.btn-outline-black:hover {
    border: 1px solid transparent;
    background: #000000;
    color: #000000;
}

.btn.btn-darken {
    background: #052c43 !important;
    border: 1px solid #052c43 !important;
    color: #fff !important;
}

.btn.btn-darken:hover {
    border: 1px solid #052c43;
    background: transparent;
    color: #052c43;
}

.btn.btn-darken.btn-outline-darken {
    border: 1px solid #052c43;
    background: transparent;
    color: #052c43;
}

.btn.btn-darken.btn-outline-darken:hover {
    border: 1px solid transparent;
    background: #052c43;
    color: #052c43;
}

.aside-stretch {
    background: #1f60c1;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #1f60c1;
}

@media (max-width: 767.98px) {
    .aside-stretch:after {
        display: none;
    }
}

.form-control {
    height: 45px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus, .form-control:active {
    border-color: #1f60c1 !important;
}

textarea.form-control {
    height: inherit !important;
}

.wrap {
    margin-top: -120px;
}

@media (max-width: 767.98px) {
    .wrap {
        margin-top: 0;
    }
}

.services-wrap {
    position: relative;
    margin-bottom: 25px;
}

.services-wrap .services {
    padding: 40px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
}

.services-wrap .services .icon {
    margin-bottom: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #5579fa;
    position: relative;
    margin-left: 0;
}

.services-wrap .services .icon img.back {
    width: 350px;
    filter: opacity(0.05);
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
}


.services-wrap .services .icon img.ico {
    width: 80%;
    filter: invert(100%);
    margin: 6px 0 0 8px;
}

.services-wrap .services.active-4 .icon img.ico {
    filter: invert(0%);

}

.services-wrap .services .icon span {
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.services-wrap .services .text {
    padding: 0;
}

.services-wrap .services .text h2, .services-wrap .services .text .h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", Arial, sans-serif;
}

.services {
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    -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: 1199.98px) {
    .services {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .services {
        border-radius: 2px;
        margin-bottom: 10px;
    }
}

.services .img {
    width: 100%;
    height: 280px;
}

.services .icon {
    margin: 0 auto;
}

.services .icon span {
    font-size: 60px;
    line-height: 1.2;
    color: #1f60c1;
}

.services .text {
    width: 100%;
    padding-left: 30px;
}

.services .text h2, .services .text .h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.services:hover {
    transform: rotate(3deg);
    cursor: pointer;
}

.services:hover, .services.active, .services.active-2, .services.active-3, .services.active-4 {
    background: #98b8df;
}

.services:hover .icon, .services.active .icon, .services.active-2 .icon, .services.active-3 .icon, .services.active-4 .icon {
    background: #feb82c;
}

.services:hover .icon span, .services.active .icon span, .services.active-2 .icon span, .services.active-3 .icon span, .services.active-4 .icon span {
    color: #fff;
}

.services:hover .text, .services.active .text, .services.active-2 .text, .services.active-3 .text, .services.active-4 .text {
    color: rgba(255, 255, 255, 0.9);
}

.services:hover .text h2, .services:hover .text .h2, .services.active .text h2, .services.active .text .h2, .services.active-2 .text h2, .services.active-2 .text .h2, .services.active-3 .text h2, .services.active-3 .text .h2, .services.active-4 .text .h2 {
    color: #fff;
}

.services:hover .text .btn-custom, .services.active .text .btn-custom, .services.active-2 .text .btn-custom, .services.active-3 .text .btn-custom, .services.active-4 .text .btn-custom {
    color: primary;
    border-color: #fff;
    background: #fff;
}

.services .text {
    color: #8c8c8c;
}

.services.active-2 {
    background: #6e8dfb;
}

.services.active-3 {
    background: #87a0fb;
}

.services.active-4 {
    background: #9fb4fc;
}

.services.active-4:hover {
    background: #98b8df;
}

.services-2 {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 0px;
    border-radius: 4px;
    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;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
}

@media (max-width: 767.98px) {
    .services-2 {
        border-radius: 2px;
        margin-bottom: 10px;
    }
}

.services-2 .icon {
    width: 70px;
    height: 70px;
    background: #feb82c;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 50%;
    position: relative;
}

.services-2 .icon:after {
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #feb82c transparent transparent transparent;
}

.services-2 .icon span {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.services-2 .text {
    width: 100%;
}

.services-2 .text h2, .services-2 .text .h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Poppins", Arial, sans-serif;
}

.services-2 .text span {
    font-size: 13px;
    font-weight: 500;
    background: #f9faff;
    padding: 5px;
    border-radius: 4px;
}

.services-2:hover, .services-2.active {
    background: #feb82c;
    color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}

.services-2:hover:after, .services-2.active:after {
    background: rgba(255, 255, 255, 0.3);
}

.services-2:hover .icon, .services-2.active .icon {
    background: #1f60c1;
}

.services-2:hover .icon:after, .services-2.active .icon:after {
    border-color: #1f60c1 transparent transparent transparent;
}

.services-2:hover .icon span, .services-2.active .icon span {
    color: #fff;
}

.services-2:hover .text h2, .services-2:hover .text .h2, .services-2.active .text h2, .services-2.active .text .h2 {
    color: #fff;
}

.flow-wrap {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    padding: 30px;
    background: #fff;
    margin-bottom: 0;
    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;
}

@media (max-width: 767.98px) {
    .flow-wrap {
        border-radius: 2px;
        margin-bottom: 10px;
    }
}

.flow-wrap .icon {
    width: 100px;
    height: 100px;
    background: #1f60c1;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 25px -2px 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;
}

.flow-wrap .icon:after {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 100px;
    height: 100px;
    z-index: -1;
    border-radius: 50%;
    background: #189583;
    -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;
}

.flow-wrap .icon span {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flow-wrap .text {
    width: 100%;
}

.flow-wrap .text h2, .flow-wrap .text .h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Poppins", Arial, sans-serif;
}

.flow-wrap .text span {
    font-size: 13px;
    font-weight: 500;
    background: #f9faff;
    padding: 5px;
    border-radius: 4px;
}

.flow-wrap:hover .icon {
    background: #5579fa;
}

.flow-wrap:hover .icon:after {
    background: #0737e2;
    top: 5px;
    left: 0;
}

.about-img {
    height: 500px;
    border-radius: 50% 50% 0 50%;
}

@media (max-width: 767.98px) {
    .about-img {
        border-radius: 0;
        margin-bottom: 20px;
    }
}

.menu a {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 4px 10px;
    color: #999999;
    margin: 0 5px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.menu a.active {
    background: #5579fa;
    color: #fff;
}

.blockquote p {
    font-size: 24px;
}

.ftco-gallery .gallery {
    width: 100%;
    height: 340px;
    display: block;
    position: relative;
    z-index: 0;
    margin-bottom: 0px;
}

.ftco-gallery .gallery:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #000000;
    opacity: 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;
}

.ftco-gallery .gallery .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #feb82c;
    -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;
}

.ftco-gallery .gallery .icon span {
    color: #fff;
}

.ftco-gallery .text {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.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;
}

.ftco-gallery .text h2, .ftco-gallery .text .h2 {
    font-weight: 500;
    color: #000000;
    font-size: 20px;
}

.ftco-gallery .text span.subheading {
    color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 991.98px) {
    .ftco-gallery .text {
        opacity: 1;
    }
}

.ftco-gallery .gallery-wrap {
    width: 100%;
    position: relative;
}

.ftco-gallery .gallery-wrap:hover .text {
    background: #e0d1fd;
}

.progress-wrap {
    width: 100%;
    margin-bottom: 15px;
}

.progress-wrap h3, .progress-wrap .h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #b088f9;
}

.progress {
    height: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.05);
    overflow: visible;
}

.progress-bar {
    background: #b088f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    position: relative;
    overflow: visible;
    border-radius: 2px;
}

.progress-bar:after {
    position: absolute;
    top: -2px;
    right: 0;
    width: 34px;
    height: 34px;
    content: '';
    background: #1f60c1;
    border-radius: 2px;
    opacity: 0;
}

.progress-bar span {
    color: #fff;
    font-weight: 400;
}

.block-7 {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 40px 0 40px 0;
    background: #f9faff;
    border-radius: 4px;
    -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: 767.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: 20px;
    top: -.7em;
    left: -10px;
    color: #cccccc;
}

.block-7 .price .number {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
}

.block-7 .excerpt {
    margin-bottom: 0;
    color: #1f60c1;
    font-size: 16px;
}

.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;
    padding: 10px 30px;
    color: #cccccc;
}

.block-7 .pricing-text li span.fa {
    color: #cccccc;
}

.block-7 .pricing-text li.avail {
    color: #000000;
}

.block-7 .pricing-text li.avail span {
    color: black;
}

.block-7 .btn-primary {
    color: #fff;
    text-transform: uppercase;
    font-style: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 60%;
    margin: 0 auto;
}

.block-7:hover, .block-7:focus, .block-7.active {
    background: #fff;
    border-color: transparent;
    -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);
}

.block-7:hover .excerpt, .block-7:focus .excerpt, .block-7.active .excerpt {
    color: #feb82c;
}

.block-7:hover .btn-primary, .block-7:focus .btn-primary, .block-7.active .btn-primary {
    background: #feb82c !important;
    border-color: #feb82c !important;
}

.about-author .bio {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
}

.about-author .desc {
    width: calc(100% - 80px);
}

.about-author .desc h3, .about-author .desc .h3 {
    font-size: 20px;
    font-weight: 500;
}

.ftco-section {
    padding: 4em 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-intro-2 {
    color: rgba(255, 255, 255, 0.8);
    z-index: 0;
    position: relative;
    padding: 5em 0;
}

.ftco-intro-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .85;
    background: #5579fa;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .ftco-intro-2 {
        background-position: center center !important;
    }
}

.ftco-intro-2 .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.ftco-intro-2 h1, .ftco-intro-2 .h1 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.ftco-intro {
    width: 100%;
    position: relative;
    z-index: 0;
    color: rgba(255, 255, 255, 0.8);
}

.ftco-intro h2, .ftco-intro .h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
}

.ftco-intro .subscribe-form {
    width: 100%;
}

.ftco-intro .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
}

.ftco-intro .subscribe-form .form-group input {
    background: transparent !important;
    color: white !important;
    font-size: 16px;
    padding: 0;
    border-radius: 5px 0px 0px 5px;
    border: none !important;
}

.ftco-intro .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white !important;
}

.ftco-intro .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: white !important;
}

.ftco-intro .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: white !important;
}

.ftco-intro .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: white !important;
}

.ftco-intro .subscribe-form .form-group input:focus {
    outline: none !important;
    border: none !important;
}

.ftco-intro .subscribe-form .form-group .btn-icon span {
    color: #fff;
}

.ftco-intro .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

.ftco-footer {
    padding: 7em 0 0 0;
    position: relative;
    z-index: 0;
    background: #f4eefe !important;
}

.ftco-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000000;
    z-index: -1;
}

.ftco-footer .logo a {
    position: relative;
    text-decoration: none;
    color: #5579fa;
    font-size: 20px;
}

.ftco-footer .ftco-footer-widget h2, .ftco-footer .ftco-footer-widget .h2 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", Arial, sans-serif;
}

.ftco-footer .ftco-footer-widget ul.list-unstyled li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.ftco-footer .ftco-footer-widget ul.list-unstyled li a {
    color: rgba(0, 0, 0, 0.4);
}

.ftco-footer .ftco-footer-widget ul.list-unstyled li a span.ion {
    font-size: 14px;
    color: #b088f9;
    position: absolute;
    top: 5px;
    left: 0;
}

.ftco-footer .ftco-footer-widget ul.list-unstyled li a:hover {
    color: #1f60c1;
}

.ftco-footer .ftco-footer-widget ul.list-unstyled li a:hover span {
    color: #1f60c1;
}

.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 .block-23 ul {
    padding: 0;
}

.ftco-footer .block-23 ul li {
    font-size: 15px;
    padding-left: 0;
}

.ftco-footer .block-23 ul li, .ftco-footer .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 15px;
}

.ftco-footer .block-23 ul li span {
    color: rgba(0, 0, 0, 0.9);
    color: #1f60c1;
}

.ftco-footer .block-23 ul li .icon, .ftco-footer .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.4) !important;
}

.ftco-footer .block-23 ul li .icon {
    width: 40px;
    font-size: 15px;
    padding-top: 2px;
    color: #1f60c1 !important;
}

.ftco-footer .bg-darken {
    background: #e0d1fd !important;
}

.ftco-footer .bg-darken p a {
    color: #fff;
}

.ftco-footer .block-21 .blog-img {
    display: block;
    height: 50px;
    width: 50px;
}

.ftco-footer .block-21 .text {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.ftco-footer .block-21 .text .heading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.ftco-footer .block-21 .text .heading a {
    color: gray;
}

.ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus {
    color: #1f60c1;
}

.ftco-footer .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.ftco-footer .block-21 .text .meta > div a {
    color: #1f60c1;
}

.ftco-footer-social {
    padding: 0 !important;
    margin: 0;
    position: relative;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 0 0 0;
    display: inline-block;
    height: 30px;
    width: 30px;
    padding-left: 0 !important;
}

.ftco-footer-social li a {
    margin: 0;
    height: 30px;
    width: 30px;
    display: block;
    color: #fff;
    border-radius: 4px;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    background: #1f60c1;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 17px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}

.ftco-footer-social li a:hover {
    color: #fff !important;
}

#map {
    width: 100%;
    height: 400px;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 193, 169, 0.1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(31, 193, 169, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 193, 169, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(31, 193, 169, 0.1);
        -webkit-box-shadow: 0 0 0 0 rgba(31, 193, 169, 0.4);
        box-shadow: 0 0 0 0 rgba(31, 193, 169, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(31, 193, 169, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(31, 193, 169, 0);
        box-shadow: 0 0 0 30px rgba(31, 193, 169, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(31, 193, 169, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(31, 193, 169, 0);
        box-shadow: 0 0 0 0 rgba(31, 193, 169, 0);
    }
}

.heading-section .subheading {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.3);
    color: #feb82c;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heading-section h2, .heading-section .h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .heading-section h2, .heading-section .h2 {
        font-size: 40px;
    }
}

.heading-section.heading-section-white {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white .subheading {
    color: #fff;
}

.heading-section.heading-section-white h2, .heading-section.heading-section-white .h2 {
    color: #fff;
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
    z-index: 0;
}

.testimony-section .tns-outer {
    position: relative;
    padding-bottom: 3em !important;
}

.testimony-section .tns-ovh {
    padding: 2em 0 0 0;
}

.testimony-section .tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.testimony-section .tns-nav {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.testimony-section .tns-nav > [aria-controls] {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 5px;
    background: #ddd;
    border: 0;
    border-radius: 50%;
}

.testimony-section .tns-outer [aria-controls], .testimony-section .tns-outer [data-action] {
    cursor: pointer;
}

.testimony-section .tns-nav > .tns-nav-active {
    background: #1f60c1;
}

.testimony-section .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .testimony-wrap {
    background: #5579fa;
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.testimony-section .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .testimony-wrap .icon {
    background: #f9faff;
}

.testimony-section .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .testimony-wrap .icon span {
    color: #1f60c1;
}

.testimony-section .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .testimony-wrap .name, .testimony-section .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .testimony-wrap .position {
    color: #fff;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 30px;
    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: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1f60c1;
}

.testimony-wrap .icon span {
    color: #fff;
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #1f60c1;
}

.testimony-wrap .position {
    font-size: 14px;
    color: #999999;
}

@media (max-width: 575.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px;
    }
}

.ftco-section-counter {
    padding: 5em 0;
    position: relative;
    z-index: 0;
}

.ftco-section-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .85;
    background: #5579fa;
    z-index: -1;
}

.section-counter .counter-wrap-2 {
    width: 100%;
    position: relative;
    z-index: 0;
    display: block;
    text-align: center;
}

@media (max-width: 991.98px) {
    .section-counter .counter-wrap-2 {
        margin-bottom: 30px !important;
    }
}

.section-counter .number {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 2px;
}

.section-counter .caption {
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.staff {
    margin-bottom: 30px;
    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;
}

.staff .img {
    height: 200px;
    width: 200px;
    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;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    border: 7px solid #b088f9;
    z-index: 0;
}

.staff .img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    content: '';
    opacity: 0;
    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;
}

.staff .text {
    position: relative;
    background: #fff;
    padding: 110px 30px 30px 30px;
    border-radius: 4px;
    -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;
    margin-top: -100px;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
}

.staff .text h3, .staff .text .h3 {
    font-size: 20px;
    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;
}

.staff .text .position {
    color: #1f60c1;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.staff .ftco-social {
    padding: 0;
}

.staff .ftco-social li {
    list-style: none;
    margin-right: 2px;
    display: inline-block;
}

.staff .ftco-social {
    -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 a {
    width: 34px;
    height: 34px;
    background: #b088f9;
    color: #fff;
    border-radius: 50%;
}

.staff:hover .text, .staff:focus .text {
    background: #feb82c;
    color: rgba(255, 255, 255, 0.8);
}

.staff:hover .text h3, .staff:hover .text .h3, .staff:focus .text h3, .staff:focus .text .h3 {
    color: #fff;
}

.staff:hover .text .position, .staff:focus .text .position {
    color: #fff;
}

.staff:hover .ftco-social li a, .staff:focus .ftco-social li a {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    z-index: -1;
}

.blog-entry {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #f9faff;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    padding: 0 30px 30px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.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: #1f60c1;
}

.blog-entry .meta {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    border-radius: 4px;
    padding: 15px 10px;
    margin-top: -20px;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
}

.blog-entry .meta span {
    margin-right: 10px;
}

.blog-entry .meta span i {
    color: #1f60c1;
}

.blog-single h2, .blog-single .h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
}

.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: #000000;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background: trasparent;
}

.block-27 ul li.active a, .block-27 ul li.active span, .block-27 ul li:hover a, .block-27 ul li:hover span {
    background: #1f60c1;
    color: #fff;
    border: 1px solid transparent;
}

.wrapper {
    width: 100%;
}

.wrapper .social-media h3, .wrapper .social-media .h3 {
    font-size: 20px;
    font-weight: 500;
}

.wrapper .social-media p a {
    color: #1f60c1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
}

.wrapper .social-media p a:hover {
    color: #000000;
}

.contact-wrap {
    background: #fff;
}

.contact-wrap h3, .contact-wrap .h3 {
    color: #000000;
    font-weight: 400;
    font-size: 30px;
}

@media (max-width: 767.98px) {
    .info-wrap {
        height: 400px;
    }
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .dbox {
        margin-bottom: 0;
    }
}

.dbox p {
    margin-bottom: 0;
}

.dbox p span {
    font-weight: 400;
    color: #052c43;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.dbox p a {
    color: #1f60c1;
}

.dbox .text {
    width: 100%;
}

.contactForm .label {
    color: #1f60c1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.contactForm .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.contactForm .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 90px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.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: #1f60c1;
}

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
    color: #1f60c1;
}

/* Blog*/
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
}

.post-info > div {
    display: inline-block;
}

.post-info > div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #052c43;
    font-weight: 500;
    border: 1px solid #ccc;
    font-size: 12px;
    background: #fff;
}

.comment-form-wrap {
    clear: both;
}

.comment-form-wrap .comment-form {
    background: #f9faff;
}

.comment-form-wrap .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.comment-form-wrap .form-group label {
    font-size: 13px;
    text-transform: uppercase;
    color: #052c43;
    font-weight: 500;
    margin-bottom: 10px;
}

.comment-form-wrap .form-control {
    height: 45px;
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-form-wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.comment-form-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.comment-form-wrap .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.comment-form-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.comment-form-wrap .form-control:focus, .comment-form-wrap .form-control:active {
    border-color: #1f60c1 !important;
}

.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, .comment-list li .comment-body .h3 {
    font-size: 18px;
    font-weight: 500;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    color: ligten(#052c43, 30%);
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 600;
    border-radius: 4px;
    background: #5579fa;
}

.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;
    border: none;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1f60c1;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3, .sidebar-box .h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.categories, .sidelink {
    padding: 0;
}

.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
}

.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: #666666;
    padding-left: 25px;
}

.categories li a span, .sidelink li a span {
    position: absolute;
    left: 0;
    top: 0;
    color: #1f60c1;
}

.categories li.active a, .sidelink li.active a {
    color: #000000;
    font-style: italic;
}

/* Grid Containers
-------------------------------------------------- */
.grid-container {
    display: grid;
    grid-template-columns: 34% 33% auto;
    grid-gap: 10px;
}



.grid-container .firs-two-columns {
    grid-column: 1 / 3;
}

.grid-container .last-two-columns {
    grid-column: 2 / 4;
}

.pricing .grid-container {
    grid-template-columns: auto auto;
    grid-gap: 3px;
    padding: 0 20px;
    font-size: 15px;
}

.pricing .grid-container-head {
    padding-top: 10px;
}

.pricing .grid-container-head h5 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}

#formTarjeta .grid-container {
    grid-template-columns: auto auto;
}

.formUsuarios .grid-container {
    grid-template-columns: 70%;
    justify-content: center;
}

/* My CSS
-------------------------------------------------- */

.highlight {
    color: #feb82c;
}

.loader {
    filter: sepia(1);
    width: 40px;
}

.datepicker {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 0.375rem 0.75rem !important;
}

.switch-wrap {
    padding-top: 9px;
}

.switch-wrap p {
    margin-bottom: 0;
    font-weight: 400;
    color: rgb(78 78 78);
}

.switch-wrap .primary-switch {
    padding-top: 2px;
}

.switch-wrap .primary-switch input {
    width: 14px;
    height: 14px;
}

.justify-text {
    text-align: justify;
}


.fw-500 {
    font-weight: 500;
}

.width100 {
    width: 100%;
}

.primary-checkbox {
    padding-right: 10px;
}

.ml-1 {
    margin-left: 10px;
}

#contactForm #LastName {
    display: none;
}

.field-validation-error {
    color: indianred;
    font-size: 14px;
}

.input-validation-error {
    border-right: 1px solid indianred;
}

.pl-1 {
    padding-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.pl-3 {
    padding-left: 3rem;
}

.pl-4 {
    padding-left: 4rem;
}

.pl-5 {
    padding-left: 5rem;
}

.pr-1 {
    padding-right: 10px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-5 {
    padding-right: 50px;
}

.zIndex0 {
    z-index: 0;
}

.zIndex1 {
    z-index: 1;
}

/* Form Pago
-------------------------------------------------- */

.summary ul {
    list-style: none;
}

.summary ul li {
    color: rgb(78 78 78);
    line-height: 35px;
}

.summary .prima h4 {
    margin-bottom: 0;
}

.summary .prima b {
    color: #5579fa;
    font-size: 27pt;
}

b {
    font-weight: 600;
} 
/* Modals
-------------------------------------------------- */

#loader .modal-content {
    background: none!important;
    color: white!important;
    border: none!important;
}

/* Mobile
-------------------------------------------------- */
@media (max-width: 768px) {

    .pt-xs-1 {
        padding-top: 10px!important;
    }
    .pt-xs-2 {
        padding-top: 20px!important;
    }
    .pt-xs-3 {
        padding-top: 30px!important;
    }
    .pt-xs-4 {
        padding-top: 40px!important;
    }
    .pt-xs-5 {
        padding-top: 50px!important;
    }

    .pt-xs-10 {
        padding-top: 100px!important;
    }

    .pt-xs-15 {
        padding-top: 150px!important;
    }
    
    .d-xs-none{
        display: none;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 10px;
    }

    .grid-container .last-two-columns {
        grid-column: auto;
    }

    .grid-container .firs-two-columns {
        grid-column: 1 / 3;
    }

    .pricing .grid-container {
        grid-template-columns: auto auto;
    }
    
    .navbar-brand .d-lg-none {
        font-size: 12pt;
        line-height: 20px;
    }
    
    .hero-wrap .chick img {
        margin: 250px 0 0 150px;
    }

    .hero-wrap .slider-text .bread {
        font-size: 40px;
    }

    .hero-wrap.hero-wrap-forms .slider-text, .hero-wrap.hero-wrap-forms{
        height: 250px;
    }

    .summary ul {
        padding-left: 0;
    }
}