/*  Sliders
==================================== */
/* --- flexslider --- */

.skill-home .skill-home-solid .col-md-3 {
    width: 20%;
}

.skill-home {
    margin-bottom: 50px;
}

.c1 {
    border: #ed5441 1px solid;
    background: #ed5441;
}

.c2 {
    border: #24c4db 1px solid;
    background: #24c4db;
}

.c3 {
    border: #1891EC 1px solid;
    background: #1891EC;
}

.c4 {
    border: #609cec 1px solid;
    background: #609cec;
}

.skill-home .icons {
    padding: 30px;
    width: 94px;
    height: 94px;
    color: #fff;
    font-size: 42px;
    font-size: 38px;
    text-align: center;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
    display: inline-table;
    color: #025a55;
    background: transparent;
    border-radius: 0;
    background: #3498db;
    border: none;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.skill-home .icons h3 {
    margin-bottom: 0px;
}

.skill-home h2 {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 700;
}

.testimonial-solid {
    padding: 50px 0 60px 0;
    margin: 0 0 0 0;
    background: #FFFFFF;
    text-align: center;
}

.testi-icon-area {
    text-align: center;
    position: absolute;
    top: -84px;
    margin: 0 auto;
    width: 100%;
}

.testi-icon-area .quote {
    padding: 15px 0 0 0;
    margin: 0 0 0 0;
    background: #ffffff;
    text-align: center;
    color: #1891EC;
    display: inline-table;
    width: 70px;
    height: 70px;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 42px;
    border: 1px solid #1891EC;
    display: none;
}

.testi-icon-area .carousel-inner {
    margin: 20px 0;
}

.carousel-indicators {
    bottom: -30px;
}

.text-center img {
    margin: auto;
}

img.img-center {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}


.box-area {
    padding: 15px;
    background: #3498db;
    /* margin-top: -21px; */
    border: none;
    color: #616161;
}

.box-area h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.space {
    padding: 20px 0;
}

.pricing-section {
    background: #f3f3f3;
}


/*Blog Style*/

.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: 30px;
    font-weight: 400;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.p-4 {
    padding: 1.5rem !important;
}

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

.rounded {
    border-radius: 0.25rem !important;
}

.ftco-section {
    padding: 2em 6em;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 575.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-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-radius: 4px;
    border: 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 15px;
    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: 5em 0 0 0;
    background: #eeeeee;
}

.ftco-footer .logo a {
    position: relative;
    text-decoration: none;
    color: #111111;
    font-size: 22px;
}

.ftco-footer .logo a span {
    color: #0779e4;
}

.ftco-footer .ftco-footer-widget h2,
.ftco-footer .ftco-footer-widget .h2 {
    color: #111111;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif;
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: #666666;
}

.ftco-footer .ftco-footer-widget ul li a span {
    font-size: 14px;
    color: #0779e4;
}

.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #0779e4;
}

.ftco-footer .ftco-footer-widget ul li a:hover span {
    color: #0779e4;
}

.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;
}

.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.7);
    color: #0779e4;
}

.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.8) !important;
}

.ftco-footer .block-23 ul li .icon {
    width: 40px;
    font-size: 15px;
    padding-top: 2px;
    color: #0779e4 !important;
}

.ftco-footer .bg-darken {
    background: #e9e9e9 !important;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 5px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    border-radius: 50%;
    position: relative;
    background: #0779e4;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 24px;
    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%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(7, 121, 228, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(7, 121, 228, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(7, 121, 228, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(7, 121, 228, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(7, 121, 228, 0.4);
        box-shadow: 0 0 0 0 rgba(7, 121, 228, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(7, 121, 228, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(7, 121, 228, 0);
        box-shadow: 0 0 0 30px rgba(7, 121, 228, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(7, 121, 228, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(7, 121, 228, 0);
        box-shadow: 0 0 0 0 rgba(7, 121, 228, 0);
    }
}

.heading-section .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #0779e4;
    font-weight: 700;
    text-transform: uppercase;
}

.heading-section h2,
.heading-section .h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 991.98px) {

    .heading-section h2,
    .heading-section .h2 {
        font-size: 30px;
    }
}

.heading-section h3,
.heading-section .h3 {
    font-size: 24px;
    font-weight: 700;
}

.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: 30px;
    height: 2px;
    padding: 0;
    margin: 0 5px;
    background: #ddd;
    border: 0;
}

.testimony-section .tns-outer [aria-controls],
.testimony-section .tns-outer [data-action] {
    cursor: pointer;
}

.testimony-section .tns-nav>.tns-nav-active {
    background: #0779e4;
}

.testimony-section .tns-item:not(.tns-slide-active)+.tns-slide-active+.tns-slide-active .testimony-wrap {
    background: #0779e4;
    color: rgba(255, 255, 255, 0.9);
}

.testimony-section .tns-item:not(.tns-slide-active)+.tns-slide-active+.tns-slide-active .testimony-wrap .icon {
    background: #fff;
}

.testimony-section .tns-item:not(.tns-slide-active)+.tns-slide-active+.tns-slide-active .testimony-wrap .icon span {
    color: #0779e4;
}

.testimony-section .tns-item:not(.tns-slide-active)+.tns-slide-active+.tns-slide-active .testimony-wrap .name {
    color: #fff;
}

.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: 35px 30px 30px 30px !important;
    width: 98%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
}

.testimony-wrap .icon {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0779e4;
}

.testimony-wrap .icon span {
    color: #fff;
}

.testimony-wrap .tx {
    width: calc(100% - 80px);
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
}

.testimony-wrap .name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    color: #111111;
    text-transform: uppercase;
}

.testimony-wrap .position {
    font-size: 13px;
    text-transform: uppercase;
    color: #0779e4;
    font-weight: 500;
}

.star {
    color: #0779e4;
}

@media (max-width: 575.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px;
    }
}

.ftco-about-section .img {
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-about-section .img {
        height: 400px;
        width: 100%;
    }
}

.ftco-about-section .img .counter-wrap {
    position: absolute;
    bottom: 107px;
    right: -107px;
    background: #111111;
    padding: 30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 767.98px) {
    .ftco-about-section .img .counter-wrap {
        padding: 20px;
    }
}

.ftco-about-section .img .icon span {
    font-size: 54px;
    line-height: 0;
    color: #0779e4;
}

.ftco-about-section .img span {
    font-size: 24px;
}

.ftco-about-section .img .number {
    color: #0779e4;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.ftco-about-section .img .caption {
    font-size: 20px;
    display: block;
    color: #fff;
}

.ftco-section-counter {
    padding: 6em 0;
    position: relative;
    z-index: 0;
}

.ftco-section-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background: #0779e4;
    z-index: -1;
}

.section-counter .counter-wrap-2 {
    width: 100%;
    position: relative;
    z-index: 0;
    display: block;
}

@media (max-width: 991.98px) {
    .section-counter .counter-wrap-2 {
        margin-bottom: 20px !important;
    }
}

.section-counter .text {
    padding-left: 20px;
}

.section-counter .icon span {
    font-size: 60px;
    line-height: 1;
    color: #fff;
}

.section-counter .number {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
    display: block;
}

.section-counter .caption {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 340px;
    z-index: -1;
}

.blog-entry {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
    background: #fff;
}

@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: 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: #0779e4;
}

.blog-entry .meta-date {
    padding: 20px;
    background: #111111;
}

.blog-entry .meta-date span,
.blog-entry .meta-date small,
.blog-entry .meta-date .small {
    display: block;
    line-height: 1.2;
    text-transform: uppercase;
}

.blog-entry .meta-date span {
    color: #fff;
    font-size: 30px;
}

.blog-entry .meta-date small,
.blog-entry .meta-date .small {
    color: #fff;
}

.blog-entry .meta {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.blog-entry .meta span {
    margin-right: 10px;
}

.blog-entry .meta span i {
    color: #0779e4;
}

.blog-entry .btn-custom {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.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: #0779e4;
    color: #fff;
    border: 1px solid transparent;
}

.wrapper {
    width: 100%;
}

.wrapper .social-media h3,
.wrapper .social-media .h3 {
    font-size: 20px;
    font-weight: 400;
}

.wrapper .social-media p a {
    color: #0779e4;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    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: #000000;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.dbox p a {
    color: black;
}

.dbox .text {
    width: 100%;
}

.contactForm .label {
    color: #0779e4;
    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: #0779e4;
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: gray;
    color: #0779e4;
}

/* 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: #0779e4;
    font-weight: 500;
    font-size: 12px;
    background: #fff;
}

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

.comment-form-wrap .comment-form {
    background: #fff;
}

.comment-form-wrap .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.comment-form-wrap .form-group label {
    font-size: 13px;
    text-transform: uppercase;
    color: #0779e4;
    font-weight: 700;
    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: #0779e4 !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(#111111, 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: #0779e4;
}

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