.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: calc(100vh - 48px) !important;
}

.hero-wrap .overlay {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.2;
    width: 50%;
    background: #000;
}

.hero-wrap.otherpage {
    height: 400px !important;
    background-image: url(../images/otherbg.jpg);
}

.hero-wrap .text {
    width: 100%;
    margin-top: -75px;
}

.hero-wrap.otherpage .text {
    margin-top: 60px;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link,
.ftco-navbar-light .navbar-brand,
.ftco-navbar-light .navbar-brand:hover,
.slider-text h1,
.slider-text .subheading,
.slider-text h2,
.slider-text h2 span {
    color: #fff !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link span::before {
    background: #fff !important;
}

.ftco-navbar-light.scrolled .navbar-nav>.nav-item>.nav-link,
.ftco-navbar-light.scrolled .navbar-brand,
.ftco-navbar-light.scrolled .navbar-brand:hover {
    color: #000 !important;
}

.ftco-navbar-light.scrolled .navbar-nav>.nav-item>.nav-link span::before {
    background: #000 !important;
}

.ftco-navbar-light {
    background: rgba(0, 0, 0, 0.6) !important;
}

.slider-text .subheading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 4px;
}

.slider-text h1 {
	font-size: 50px;
	font-weight:800;
	letter-spacing: 0.5px;
}

.otherpage,
.slider-text {
    height: 400px;
    position: relative;
}

@media (max-width: 767.98px) {
    .slider-text h1 {
        font-size: 35px;
    }
    .slider-text h2 {
        font-size: 25px;
        margin-top: 15px !important;
    }
    .ftco-hireme h2,
    .heading-section h3 {
        font-size: 25px !important;
    }
}

.slider-text h2 {
	font-weight: 600;
	margin-top: 20px;
	font-size: 30px;
}

.slider-text h2 span {
    color: #000;
}

.slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.slider-text p strong {
    font-weight: 700;
}

.slider-text p strong a {
    color: #000000;
}

.slider-text .breadcrumbs {
    font-size: 16px;
    margin-bottom: 20px;
    z-index: 99;
    font-weight: 600;
    text-transform: uppercase;
}

.slider-text .breadcrumbs span {
    color: #fff;
}

.slider-text .breadcrumbs span i {
    color: #fff;
}

.slider-text .breadcrumbs span a {
    color: #62a4c7;
}

.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
    color: #62a4c7;
}

.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
    color: #62a4c7;
}

.slider-text .bread {
    font-weight: 700;
    color: #000000;
    font-size: 40px;
    margin-bottom: 20px !important;
}

.abtimg {
    float: left;
    width: 400px;
}

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    z-index: 2;
}

.mouse-icon {
    width: 70px;
    height: 70px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.mouse-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mouse-wheel {
    height: 70px;
    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: #12567a;
    font-size: 30px;
    margin-top: 10px;
}

@-webkit-keyframes wheel-up-down {
    100% {
        margin-top: 25px;
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    0% {
        margin-top: -10px;
        opacity: 0;
    }
}

@-moz-keyframes wheel-up-down {
    100% {
        margin-top: 25px;
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    0% {
        margin-top: -10px;
        opacity: 0;
    }
}

@keyframes wheel-up-down {
    100% {
        margin-top: 25px;
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    0% {
        margin-top: -10px;
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(62, 100, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(62, 100, 255, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(62, 100, 255, 0);
        box-shadow: 0 0 0 30px rgba(62, 100, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0);
        box-shadow: 0 0 0 0 rgba(62, 100, 255, 0);
    }
}

.bg-light {
    background: #f8f9fa !important;
}

.bg-dark {
    background: #191919 !important;
}

.bg-primary {
    background: #12567a;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -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: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #12567a;
    border: 1px solid #12567a !important;
    color: #fff !important;
}

.btn.btn-primary:hover {
    border: 1px solid #0d4867 !important;
    background: #0d4867 !important;
    color: #fff !important;
}

.btn.btn-primary.btn-outline-primary {
    border: 2px solid #12567a !important;
    background: transparent !important;
    color: #12567a !important;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 2px solid transparent !important;
    background: #12567a !important;
    color: #fff !important;
}

.btn.btn-secondary {
    background: #a0f669 !important;
    border: 1px solid #a0f669 !important;
    color: #fff !important;
}

.btn.btn-secondary:hover {
    border: 1px solid #a0f669 !important;
    background: transparent !important;
    color: #a0f669 !important;
}

.btn.btn-secondary.btn-outline-primary {
    border: 1px solid #a0f669;
    background: transparent;
    color: #a0f669;
}

.btn.btn-secondary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #a0f669;
    color: #fff;
}

.btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000000 !important;
}

.btn.btn-white:hover {
    border: 1px solid #000000;
    background: #fff !important;
    color: #fff;
}

.btn.btn-white.btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
    color: #fff !important;
}

.btn.btn-white.btn-outline-white:hover {
    border: 1px solid transparent;
    background: #12567a;
    color: #fff;
}

.ftco-about .img-about {
    width: 100%;
    z-index: 0;
    position: relative;
}

.ftco-about .img-about .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.ftco-about ul.about-info {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.ftco-about ul.about-info li {
    list-style: none;
    margin-bottom: 0;
}

.ftco-about ul.about-info li span {
    width: 100%;
    display: block;
}

.ftco-about ul.about-info li span:first-child {
    font-weight: 600;
    color: #000000;
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.notup span {
    font-size: 16px !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

.ftco-about .counter-wrap .text p {
    font-size: 20px;
}

.ftco-about .counter-wrap .text p span {
    font-weight: 400;
    color: #000000;
}

.ftco-about .counter-wrap .text p span.number {
    font-weight: 600;
    color: #12567a;
}

#navi {
    top: 180px;
    position: -webkit-sticky;
    position: sticky;
    margin: 0;
}

#navi ul {
    margin: 0;
    padding: 0;
}

#navi li {
    font-weight: 700;
    list-style: none;
    margin-bottom: 10px;
}

#navi li a {
    color: #000000;
}

#navi li a.current {
    color: #12567a;
    margin-left: 20px;
    position: relative;
}

#navi li a.current:after {
    position: absolute;
    top: 50%;
    left: -24px;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #12567a;
}

.page {
    width: 100%;
    margin-bottom: 7em;
}

.page.four {
    margin-bottom: 0;
}

.page .heading {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
    color: #12567a;
}

.resume-wrap {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.resume-wrap .icon {
    width: 50px;
    height: 50px;
    background: #12567a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.resume-wrap .icon span {
    color: #fff;
    font-size: 28px;
}

.resume-wrap .text {
    width: calc(100% - 50px);
}

.resume-wrap .date {
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    color: #12567a;
}

.resume-wrap h2 {
    font-size: 24px;
    font-weight: 700;
}

.resume-wrap .position {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.ftco-partner {
    padding: 4em 0 !important;
}

.ftco-partner .partner {
    display: block;
    padding: 0 20px;
}

@media (max-width: 991.98px) {
    .ftco-partner .partner {
        padding: 0 70px;
        margin-bottom: 40px;
    }
}

.services-1 {
    margin-bottom: 40px;
    padding: 2em;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
}

.services-1 .icon {
    display: block;
    margin-bottom: 30px;
}

.services-1 .icon i {
    font-size: 60px;
    line-height: 1;
    color: #12567a;
}

.services-1 .desc h3 {
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    color: #000000;
}

.services-1 .desc h3:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    content: "";
    width: 30px;
    height: 1px;
    background: #12567a;
    margin: 0 auto;
}

.services-1 .desc h3 a {
    color: #fff;
}

.services-1 .desc h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 18px;
}

.services-1 .desc span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
    color: #12567a;
}

.services-1 .desc p {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 25px;
}

.services-1:hover .desc p {
    color: #fff;
}

.services-1:hover {
    background: #12567a;
}

.services-1:hover .icon i {
    color: #fff;
}

.services-1:hover h3 {
    color: #fff;
}

.services-1:hover h3:after {
    background: #fff;
}

.services-1:hover .btn.btn-primary {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #12567a !important;
}

.services-1:hover .btn.btn-primary span {
    color: #12567a !important;
}

.progress-wrap {
    width: 100%;
    margin-bottom: 30px;
}

.progress-wrap h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.progress {
    height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e6e6e6;
    overflow: visible;
}

.progress-bar {
    background: #12567a;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    position: relative;
    overflow: visible;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.progress-bar:after {
    position: absolute;
    top: -2px;
    right: 0;
    width: 34px;
    height: 34px;
    content: "";
    background: #12567a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
}

.progress-bar span {
    position: absolute;
    top: -38px;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.progress-circle .progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.progress-circle .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circle .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circle .progress .progress-left {
    left: 0;
}

.progress-circle .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-circle .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.progress-circle .progress .progress-right {
    right: 0;
}

.progress-circle .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}

.progress-circle .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.ftco-hireme {
    background: #12567a;
    z-index: 0;
    background-attachment: fixed;
    position: relative;
}

.ftco-hireme h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.ftco-hireme h2 span {
    color: #fff;
}

.ftco-hireme p {
    color: rgba(255, 255, 255, 0.9);
}

.project {
    width: 100%;
    height: 350px;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}

.project.img-2 {
    height: 600px;
}

@media (max-width: 767.98px) {
    .mouse {
        display: none;
    }
    .ftco-hireme h2 {
        font-size: 25px;
    }
    .project.img-2 {
        height: 285px;
    }
}

.project.img-2 .text {
    max-width: 45%;
    z-index: 1;
}

.project.img-2 .text h3 {
    font-size: 22px;
}

.project.img-2 .text h3 a {
    color: #fff;
}

.project.img-2 .text span {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 767.98px) {
    .project.img-2 .text {
        max-width: 100%;
        opacity: 1;
    }
    .project.img-2 .text span {
        color: rgba(255, 255, 255, 0.8);
    }
}

.project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    background: #12567a;
    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;
}

@media (max-width: 767.98px) {
    .project .overlay {
        opacity: 0.2;
    }
}

.project .text {
    max-width: 80%;
    z-index: 1;
    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;
}

.project .text h3 {
    font-size: 20px;
}

.project .text h3 a {
    color: #fff;
}

.project .text span {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .project .text {
        opacity: 1;
    }
    .project .text span {
        color: rgba(255, 255, 255, 0.8);
    }
}

.project:hover .overlay,
.project:focus .overlay {
    opacity: 0.9;
}

.project:hover .text,
.project:focus .text {
    opacity: 1;
}

.aside-stretch {
    background: #718dff;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: "";
    width: 360%;
    background: #718dff;
}

@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }
    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

.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-vh-100 {
    height: 100vh;
}

@media (max-width: 1199.98px) {
    .ftco-vh-100 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: #12567a !important;
}

.about-author {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.about-author .desc h3 {
    font-size: 24px;
}

.ftco-section {
    padding: 7em 0;
    position: relative;
}

#services-section,
#contact-section,
.ftco-review {
    padding: 5em 0 3em 0;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-footer {
    font-size: 16px;
    background: #000000;
    padding: 5em 0 1em 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/foot-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 600;
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a span.text {
    padding-right: 6px;
}

.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: #fff;
}

.ftco-footer a {
    color: #fff;
}

.ftco-footer a:hover {
    color: #fff;
}

.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;
}

.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    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: #12567a;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #12567a;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(62, 100, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(62, 100, 255, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(62, 100, 255, 0);
        box-shadow: 0 0 0 30px rgba(62, 100, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 100, 255, 0);
        box-shadow: 0 0 0 0 rgba(62, 100, 255, 0);
    }
}

.heading-section {
    position: relative;
}

.heading-section .subheading {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: black;
    letter-spacing: 3px;
}

.heading-section h1.big {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 7vw;
    color: rgba(255, 255, 255, 0.1);
    z-index: -1;
    font-weight: 900;
}

.heading-section h1.big.big-2 {
    right: 0;
}

.heading-section h2 {
    font-size: 35px;
    font-weight: 700;
}

.heading-section h3 {
    font-size: 30px;
    font-weight: 700;
}

.heading-section h2 span {
    font-weight: 400;
}

.heading-section p {
    text-align: justify;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 38px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9) !important;
}

.heading-section.heading-section-white h2 {
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.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;
}

@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: center center !important;
    }
}

.ftco-counter .block-18 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
}

.ftco-counter .text strong.number {
    font-weight: 700;
    font-size: 30px;
    color: #12567a;
    display: block;
}

.ftco-counter .text span {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #12567a;
}

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
}

.blog-entry {
    position: relative;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    width: 100%;
    margin: 0 auto;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    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: #12567a;
}

.blog-entry .meta {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.blog-entry .meta span {
    color: #12567a;
}

.blog-entry .meta a {
    color: #12567a;
}

.blog-entry .meta a:hover {
    color: #12567a;
}

.block-23 ul {
    padding: 0;
    margin-top: 25px;
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 10px;
}

.ftco-footer-social li {
    display: inline-block !important;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 30px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}

.block-6 {
    margin-bottom: 40px;
}

.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: #a0f669;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #cccccc;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #a0f669;
    color: #fff;
    border: 1px solid transparent;
}

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.contact-section .box {
    width: 100%;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    .contact-section .box {
        margin-bottom: 30px;
    }
}

.contact-section .box .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #12567a;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.contact-section .box .icon span {
    color: #fff;
    font-size: 35px;
}

.contact-section .box h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact-section .contact-form {
    width: 100%;
}

.contact-section .img {
    width: 100%;
    background-position: top center;
}

@media (max-width: 991.98px) {
    .contact-section .img {
        height: 500px;
    }
}

.contact-section .contact-info p a {
    color: #000;
}

.contact-section .contact-info p a:hover {
    color: #12567a;
}

.contact-section .contact-form {
    width: 100%;
}

@media (max-width: 767.98px) {
    .contact-section .contact-form .btn-primary {
        display: block;
        width: 100%;
    }
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300;
}

.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: #12567a;
}

.block-21 .text .meta>div {
    display: inline-block;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: #4d4d4d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* 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: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.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-size: 20px;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.3);
    color: #12567a;
    font-weight: 600;
    margin-bottom: 20px;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.1);
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 600;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.sidebar-box .heading-sidebar {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}

.categories,
.sidelink {
    padding: 0;
    margin: 0;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    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: #000000;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #12567a;
}

.categories li a:hover,
.categories li a:focus,
.sidelink li a:hover,
.sidelink li a:focus {
    color: #12567a;
}

.categories li.active a,
.sidelink li.active a {
    color: #000000;
    font-style: italic;
}

#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;
    }
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.gtco-testimonials .card h5 {
    color: #000;
    font-size: 21px;
    line-height: 1.3;
}

.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.ftco-review-main p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 20px;
}

.gtco-testimonials .center h5 span {
    font-size: 15px;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

.special-info {
    line-height: 28px;
    margin-top: 20px !important;
}

.special-info li {
    margin-bottom: 12px !important;
    line-height: 30px;
}

.nav-pills-custom .nav-link,
.resp-vtabs .resp-tabs-list li {
    color: #636363;
    font-size: 18px;
    letter-spacing: 0.5px;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #000;
    background: #fff;
}

.tab-content .nav-pills-custom .nav-link {
    color: #636363;
    font-size: 18px;
    letter-spacing: 0.5px;
    position: inherit;
    width: 46%;
    display: inline-block;
    box-shadow: none;
    margin: 2%;
    text-align: center;
    margin-bottom: 76px;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block;
}

.tab-content h4,
.tab-content h5 {
    font-weight: bold;
}

.ftco-navbar-light .navbar-nav>.nav-item.active span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #12567a;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #f3f3f3;
}

.nav-pills-custom .nav-link.active,
.resp-vtabs .resp-tabs-list li.resp-tab-active {
    background: #12567a;
    color: #fff;
}

.blog_post_img {
    /* overflow: hidden; */
    float: left;
    /* position: relative; */
    /* width: 470px; */
    /* height: 369px; */
    /* margin-right: 30px; */
    /* background-color: #000; */
    /* border-right: 1px solid #fff; */
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 0 0px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.blog_post_img p {
    padding: 0 15px 15px 15px !important;
    text-align: center !important;
}

.newsleterpg .blog_post_img {
    width: 300px;
    height: 300px;
}

.blog_post_img img {
    width: auto;
    max-width: none;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.resp-tab-content h3,
.contact-form h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

.blog_post_content h4,
.blog_post_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

/* Add indicator arrow for the active tab */

@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.ftco-navbar-light {
    top: auto;
}

.header-top {
    position: relative;
    display: block;
    padding: 10px 0;
    background: #12567a;
}

.header-top .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-left {
    position: relative;
    display: block;
    max-width: 20%;
    width: 100%;
    text-align: left;
}

.welcome-text {
    position: relative;
    display: block;
}

.welcome-text h6 {
    color: #f4f4f4;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.welcome-text h6 span:before {
    position: relative;
    top: 4px;
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
}

.welcome-text h6 b {
    font-weight: 500;
}

.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #cbcbcb;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
    color: #ffffff;
}

.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #e4b33d;
}

.header-top-middle {
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
}

.header-social-links {
    position: relative;
    display: block;
}

.header-social-links .social-links-style1 {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
}

.navbar-brand::after {
    background: #12567a;
}

.header-social-links .social-links-style1 li {
    float: none;
    margin: 0;
    margin: 0 10px;
}

.header-social-links .social-links-style1 li:first-child {
    margin-left: 0;
}

.header-social-links .social-links-style1 li a {
    color: #f4f4f4;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-weight: 400;
}

.header-social-links .social-links-style1 li a:hover {
    color: #fff !important;
}

.header-social-links .social-links-style1 li a span.fb:before {
    position: relative;
    left: 8px;
    top: -1px;
}

.header-social-links .social-links-style1 li a span:first-child {
    margin-right: 6px;
}

.header-top-right {
    position: relative;
    display: block;
    max-width: 80%;
    width: 100%;
    text-align: right;
}

@media (max-width: 991.98px) {
    .hero-wrap .text {
        align-content: center;
        align-content: center;
        display: grid;
        height: 80vh;
        margin-top: 0;
    }
    .ml-5,
    .mx-5 {
        margin-left: 0 !important;
    }
    .header-top,
    .hero-wrap .overlay,
    .abtimg {
        display: none !important;
    }
    .ftco-navbar-light {
        background: #000 !important;
    }
    .ftco-navbar-light .navbar-toggler {
        color: #fff !important;
    }
    .hero-wrap .overlay {
        top: 0;
    }
    .hero-wrap.otherpage,
    .otherpage,
    .slider-text {
        height: 300px !important;
    }
    .hero-wrap.otherpage .text {
        margin-top: 0;
        height: auto;
        ;
    }
    .hero-wrap {
        height: calc(100vh - 68px) !important;
    }
    .special-info {
        padding-left: 0;
    }
    .tab-content>.tab-pane {
        padding: 20px !important;
    }
    .tab-content h4,
    .tab-content h5 {
        font-weight: bold;
        font-size: 17px;
    }
    h2.resp-accordion {
        font-size: 16px;
    }
}