/* @import url(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900); */

@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('/fonts/Heebo-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body,h1,h2,h3,p{
    font-family: 'Heebo', sans-serif;
}

footer a{
    color:#9e9e9e;
}
.bg-busravenna{
  background: linear-gradient(to right, rgb(101, 64, 195) 0px, rgb(212, 50, 150) 100%);
}

.icon-ravenna{
    width: 70px;
    height: 70px;
    display: inline-block;
    margin: auto;
    padding: 10px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
     background: linear-gradient(to right, rgb(101, 64, 195) 0px, rgb(212, 50, 150) 100%);
}

footer a:hover{
    color:#cbcaca;
}
 
        .header.home-page-three {
            position: relative;
            top: 0px;
            background: linear-gradient(to right, rgb(101, 64, 195) 0px, rgb(212, 50, 150) 100%);
        }
        .header-navigation.sticky-top {
            position: sticky;
            top: 0;
            z-index: 1030;
        }

        .header-navigation .collapse.show {
            display: block;
        }

        /* @media (max-width: 991.98px) {
            .header-navigation a {
                color: #fff;
            }
            .header-navigation .navbar-toggler {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border: 1px solid rgba(255, 255, 255, 0.6);
                background: transparent;
                color: #fff;
                padding: 6px 10px;
            }

            .header-navigation .navbar-collapse {
                width: 100%;
            }

            .header-navigation .navbar-nav {
                float: none;
                margin: 12px 0 0;
            }

            .header-navigation .nav-item {
                display: block;
            }

            .header-navigation .nav-link {
                display: block;
                padding: 10px 0;
            }

            .header-navigation .dropdown-menu {
                position: static;
                float: none;
            }

            .header-navigation .right-side-box {
                display: none !important;
            }
        } */

        /* @media (min-width: 992px) {
            .header-navigation .navbar-toggler {
                display: none;
            }

            .header-navigation .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
            }

            .header-navigation .navbar-nav {
                display: flex;
                align-items: center;
                float: none;
                margin-left: auto;
            }

            .header-navigation .dropdown-menu {
                position: absolute;
            }
        } */
 
.btn-quote a{
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 4px!important ;
    background: #6c3fc0;
}
#airport-block .image
 {
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    color: white;
    margin: auto;
}

#airport-block  .lh-6 {
    min-height: 8lh;
}


.lh-2 {
    min-height: 2lh;
}
.lh-3 {
    min-height: 3lh;
}
.lh-4 {
    min-height: 4lh;
}
.lh-5 {
    min-height: 5lh;
}

 
 
 
.fas{
    font-family: 'FontAwesome';
}
 

.btn-group {
    display: flex
}

.scroll-to-top {
    right: 58px !important
}

 
 

.bubble {
    width: 50px;
    height: 50px;
    display: inline-block !important;
    background-color: #ffffff5c;
    border-radius: 50%;
    line-height: 50px
}

 

.header-content .box {
    background-color: rgb(56 49 197 / 32%)
}

 
.thm-btn2 ,
.header-content .thm-btn2 {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #3396ec;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border: none;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(100%, #d43296)) color-stop(0, #6540c3);
    background: -webkit-gradient(linear, left top, right top, from(#d43296), to(#6540c3));
    background: linear-gradient(to right, #d43296 0, #6540c3 100%)
}

.header-content .thm-btn:hover {
    background: #d43296
}

.header-content .thm-btn2:hover {
    background: #6540c3
}

body {
    font-family: 'Heebo', sans-serif;
    color: #808891;
    font-size: 16px;
    line-height: 29px
}

 

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal;
    line-height: inherit;
    margin-left: 0;
    color: inherit
}

.container {
    -webkit-transition: none;
    transition: none
}

@media (min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.light-dark-bg {
    background: #222223
}

.dark-bg {
    background: #000
}

.sec-pad {
    padding: 125px 0 120px
}

 

.sec-title {
    margin-top: -5px;
    margin-bottom: 60px
}

/* .sec-title h3 {
    margin: 0;
    font-size: 47px;
    line-height: 55px;
    color: #2c3035;
    font-weight: 400
} */

.sec-title span {
    color: #3396ec;
    font-size: 20px
}

.sec-title span+h3 {
    margin-top: 13px
}

.sec-title p {
    margin: 0;
    font-size: 18px;
    color: #808891;
    margin-top: 27px
}

.sec-title.light h3 {
    color: #fff
}

.sec-title.light p {
    color: #e6e8e9
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #242c33;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: 0 23px 42px rgba(0, 0, 0, .2);
    box-shadow: 0 23px 42px rgba(0, 0, 0, .2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.scroll-to-top:hover {
    background: #147dd8;
    color: #fff
}

body.active-preloader-ovh {
    overflow: hidden
}

.preloader {
    background-color: #3396ec;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999
}

.header.home-page-six .stricky-fixed {
    background: #fff
}

#minimal-bootstrap-carousel {
    margin-top: 0;
    position: relative;
    z-index: 991
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block
}

#minimal-bootstrap-carousel .carousel-control {
    background: 0 0;
    width: 59px;
    height: 59px;
    font-size: 48px;
    line-height: 59px;
    color: #fff;
    background: 0 0;
    visibility: visible !important;
    opacity: 1;
    font-weight: 400;
    margin-top: -20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 50%;
    z-index: 99
}

@media (max-width:667px) {
    #minimal-bootstrap-carousel .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px
    }
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

#minimal-bootstrap-carousel {
    overflow: hidden
}

#minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: -95%;
    width: 100%;
    z-index: 999;
    margin: 0
}

#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
    margin: 0;
    padding: 0;
    list-style: none
}

#minimal-bootstrap-carousel .custom-navigation li {
    border: 0;
    border-radius: 0;
    text-indent: 0;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #3396ec;
    opacity: 1;
    cursor: pointer
}

#minimal-bootstrap-carousel .custom-navigation li+li {
    margin-top: 10px
}

#minimal-bootstrap-carousel .custom-navigation li.active {
    background: #fff
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 980px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424f
}

.slider-home-one {
    position: relative
}

.slider-home-one .content h3,
.slider-home-one .content p {
    margin: 0
}

.slider-home-one .content h3 {
    font-weight: 300;
    font-size: 60px;
    color: #fff;
    line-height: 72px;
    letter-spacing: .025em;
    margin-bottom: 15px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.slider-home-one .content h3 span {
    font-weight: 500
}

.slider-home-one .content p {
    font-size: 20px;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-bottom: 50px
}

.slider-home-one .content a.banner-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #fff;
    color: #2c3035;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.slider-home-one .content a.banner-btn:hover {
    background: #ccc
}

.slider-home-one .content a.banner-btn.style-two {
    background: #19c9d1;
    color: #fff;
    margin-left: 16px
}

.slider-home-one .content a.banner-btn.style-two:hover {
    background: #149da3
}

.banner-style-two {
    background: #f2f2f2 url(../img/banner-2-1.png) center center no-repeat;
    padding: 335px 0;
    padding-bottom: 260px
}

.banner-style-two .owl-theme .owl-dots {
    text-align: left;
    padding-left: 32px;
    margin-top: 35px
}

.banner-style-two .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 5px
}

.banner-style-two .owl-theme .owl-dots .owl-dot.active span {
    background: #3396ec
}

.banner-style-two .banner-carousel-two {
    background: rgba(0, 0, 0, .7);
    padding: 40px 0;
    padding-bottom: 40px
}

.banner-style-two .banner-content {
    padding-left: 37px;
    padding-right: 35px
}

.banner-style-two .banner-content h3,
.banner-style-two .banner-content p {
    margin: 0
}

.banner-style-two .banner-content h3 {
    font-weight: 300;
    font-size: 60px;
    color: #fff;
    line-height: 72px;
    letter-spacing: .025em
}

.banner-style-two .banner-content h3 span {
    font-weight: 500
}

.banner-style-two .banner-content p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px
}

.banner-style-two .banner-content a.banner-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #fff;
    color: #2c3035;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.banner-style-two .banner-content a.banner-btn:hover {
    background: #ccc
}

.banner-style-two .banner-content a.banner-btn+.banner-btn {
    margin-left: 16px
}

.banner-style-two .banner-content a.banner-btn.style-two {
    background: #3396ec;
    color: #fff
}

.banner-style-two .banner-content a.banner-btn.style-two:hover {
    background: #147dd8
}

.banner-style-four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #222 url(../img/banner-4-1.png) left center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 350px;
    padding-bottom: 435px
}

.banner-style-four .container h3,
.banner-style-four .container p {
    margin: 0
}

.banner-style-four .container h3 {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    font-weight: 300
}

.banner-style-four .container h3 span {
    font-weight: 500
}

.banner-style-four .container p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-top: 20px
}

.banner-style-four .container a.video-popup {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 200px;
    left: 150px;
    width: 90px;
    height: 90px;
    background: rgba(211, 219, 237, .35);
    border-radius: 50%;
    padding: 10px
}

.banner-style-four .container a.video-popup .inner {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    text-align: center
}

.banner-style-four .container a.video-popup .inner i {
    line-height: 70px;
    color: #0c7ee6;
    font-size: 15px
}

.banner-style-six {
    background: #f1f1f1;
    padding-bottom: 125px;
    padding-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-style-six .container h3 {
    margin: 0;
    color: #2c3035;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    font-weight: 300
}

.banner-style-six .container h3 span {
    font-weight: 500
}

.banner-style-six .container img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.banner-style-six .container a.banner-btn {
    margin-top: 50px;
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #3299eb;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 2px 10px rgba(34, 34, 34, .36);
    box-shadow: 0 2px 10px rgba(34, 34, 34, .36)
}

.banner-style-six .container a.banner-btn:hover {
    background: #1064a7
}

.site-footer {
    background: #333335;
    padding-top: 80px;
    padding-bottom: 75px
}

.site-footer .social {
    margin-top: 40px;
    margin-bottom: 30px
}

.site-footer .social a {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    background: #3d3d41;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%
}

.site-footer .social a:hover {
    color: #fff;
    background: #3196ee
}

.site-footer .social a+a {
    margin-left: 10px
}

.site-footer p.copy-text {
    margin: 0;
    color: #ececec;
    font-size: 16px
}

.site-footer p.copy-text i.fa-heart {
    color: #79ce1c
}

.site-footer.home-page-three .social a {
    position: relative
}

.site-footer.home-page-three .social a:before {
    position: relative;
    z-index: 10
}

.site-footer.home-page-three .social a:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.site-footer.home-page-three .social a:hover {
    background-color: transparent
}

.site-footer.home-page-three .social a:hover:after {
    opacity: 1
}

#home-page-one-google-map {
    width: 100%;
    height: 400px
}

.map iframe {
    width: 100%;
    min-height: 350px
}

.img-fluid {
    width: 100%
}

div.col-10 {
    display: inline
}

div.col-2 {
    display: inline
}

#address-list>div {
    margin: 0
}

.contact-style-one {
    padding-bottom: 125px
}

.contact-style-one .container {
    max-width: 970px
}

.contact-style-one .contact-content {
    padding-top: 60px
}

.contact-style-one .contact-content h3,
.contact-style-one .contact-content p {
    margin: 0
}

.contact-style-one .contact-content h3 {
    font-size: 28px;
    color: #2c3035;
    margin-bottom: 20px
}

.contact-style-one p {
    font-size: 16px;
    line-height: 29px;
    color: #808891
}

.contact-style-one .contact-info {
    margin-bottom: 15px
}

.contact-style-one .contact-info p {
    font-size: 22px;
    color: #808891;
    line-height: 30px
}

.contact-style-one .contact-info p span {
    color: #2c3035
}

.contact-style-one .contact-form input,
.contact-style-one .contact-form textarea {
    border: none;
    outline: 0;
    background-color: #f1f1f1;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    display: block;
    height: 48px;
    color: #808891;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 20px
}

.contact-style-one .contact-form input::-webkit-input-placeholder,
.contact-style-one .contact-form textarea::-webkit-input-placeholder {
    color: #808891
}

.contact-style-one .contact-form input::-moz-placeholder,
.contact-style-one .contact-form textarea::-moz-placeholder {
    color: #808891
}

.contact-style-one .contact-form input:-ms-input-placeholder,
.contact-style-one .contact-form textarea:-ms-input-placeholder {
    color: #808891
}

.contact-style-one .contact-form input:-moz-placeholder,
.contact-style-one .contact-form textarea:-moz-placeholder {
    color: #808891
}

.contact-style-one .contact-form input.error,
.contact-style-one .contact-form textarea.error {
    background: rgba(255, 0, 0, .4)
}

.contact-style-one .contact-form label.error {
    display: none !important
}

.contact-style-one .contact-form textarea {
    height: 99px;
    padding-top: 10px
}

.contact-style-one .contact-form button[type=submit] {
    border: none;
    outline: 0;
    background: #3396ec;
    height: 48px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.contact-style-one .contact-form button[type=submit]:hover {
    background: #147dd8
}

.brand-carousel-wrapper {
    padding: 45px 0 70px
}

.brand-carousel-wrapper .container {
    max-width: 1000px
}

.brand-carousel-wrapper .brand-carousel {
    text-align: center
}

.brand-carousel-wrapper .brand-carousel i {
    font-size: 120px;
    color: #b8b9c5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.brand-carousel-wrapper .brand-carousel i:hover {
    color: #26274c
}

.single-testimonials-style-one {
    text-align: center
}

.single-testimonials-style-one .img-box {
    margin-left: auto;
    margin-right: auto;
    width: 175px;
    border: 3px solid #fff;
    border-radius: 50%
}

.single-testimonials-style-one .img-box .inner {
    border-radius: 50%;
    border: 1px solid #3b9aed
}

.single-testimonials-style-one .img-box .inner img {
    width: 100%;
    border-radius: 50%;
    border: 3px solid #fff
}

.single-testimonials-style-one p {
    font-size: 18px;
    line-height: 36px;
    color: #e5e1e1;
    margin: 0;
    margin-top: 50px
}

.single-testimonials-style-one h3 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 7px
}

.single-testimonials-style-one span {
    color: #1ac9d0;
    font-size: 18px
}

.testimonials-title {
    margin-bottom: 0
}

.testimonials-carousel-wrapper {
    position: relative;
    margin-bottom: 80px
}

.testimonials-carousel-wrapper .overlay {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    background-position: center center;
    background-attachment: fixed
}

.testimonials-carousel-wrapper .owl-theme .owl-dots {
    margin-top: 30px
}

.testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #3396ec
}

.testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span,
.testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.single-testimonial-style-two .inner {
    background: #222223;
    position: relative;
    z-index: 999
}

.single-testimonial-style-two p {
    position: relative;
    color: #e6e8e9;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    margin: 0
}

.single-testimonial-style-two p i.fas {
    color: #1bcad2;
    font-size: 17px;
    position: absolute
}

.single-testimonial-style-two p i.fa-quote-left {
    top: 0;
    left: 0
}

.single-testimonial-style-two p i.fa-quote-right {
    bottom: 0;
    right: 0
}

.single-testimonial-style-two .client-info-box {
    margin-top: 30px
}

.single-testimonial-style-two .client-info-box .img-box,
.single-testimonial-style-two .client-info-box .text-box {
    display: table-cell;
    vertical-align: middle
}

.single-testimonial-style-two .client-info-box .img-box {
    width: 90px
}

.single-testimonial-style-two .client-info-box .img-box>img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #fff
}

.single-testimonial-style-two .client-info-box .text-box {
    padding-left: 35px
}

.single-testimonial-style-two .client-info-box .text-box h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400
}

.single-testimonial-style-two .client-info-box .text-box p {
    margin: 0;
    color: #3299ea;
    font-size: 16px;
    padding: 0
}

.testimonials-style-two-carousel .owl-stage-outer:after,
.testimonials-style-two-carousel .owl-stage-outer:before {
    content: '';
    width: 1px;
    height: calc(100% - 0px);
    position: absolute;
    top: 0;
    background: #403f3f;
    z-index: -1
}

.testimonials-style-two-carousel .owl-stage-outer:before {
    left: 31.83%
}

.testimonials-style-two-carousel .owl-stage-outer:after {
    right: 31.83%
}

.testimonials-style-two-carousel .owl-dots {
    margin-top: 60px
}

.testimonials-style-two-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #3396ec
}

.testimonials-style-two-carousel .owl-dots .owl-dot.active span,
.testimonials-style-two-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.testimonials-style-two-carousel .owl-nav {
    margin-top: 40px
}

.testimonials-style-two-carousel .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 0;
    border-radius: 50%;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.testimonials-style-two-carousel .owl-nav [class*=owl-]:hover {
    background: #147dd8;
    color: #fff
}

.blog-style-one .blog-title {
    padding-top: 15px
}

.blog-style-one .blog-title span {
    color: #3396ec;
    font-size: 20px
}

.blog-style-one .blog-title span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #3396ec;
    margin-right: 15px
}

.blog-style-one .blog-title h3 {
    font-size: 47px;
    line-height: 55px;
    color: #2c3035;
    font-weight: 400;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 70px
}

.blog-style-one .blog-title a.view-more {
    display: inline-block;
    vertical-align: middle;
    border-radius: 7px;
    background: #3196ee;
    -webkit-box-shadow: 0 2px 10px rgba(34, 34, 34, .36);
    box-shadow: 0 2px 10px rgba(34, 34, 34, .36);
    width: 210px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.blog-style-one .single-blog-style-one a.categroy {
    display: inline-block;
    vertical-align: middle;
    background: #79cd1c;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 7px;
    padding: 2.5px 23px
}

.blog-style-one .single-blog-style-one h3 {
    margin: 0;
    color: #2c3035;
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px
}

.blog-style-one .single-blog-style-one span.date {
    color: #2c3035;
    font-size: 15px
}

.blog-style-one .single-blog-style-one p {
    margin: 0;
    color: #808891;
    margin-top: 20px;
    margin-bottom: 7px
}

.blog-style-one .single-blog-style-one a.read-more {
    color: #3396ec;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle
}

.blog-style-one .single-blog-style-one a.read-more i {
    display: inline-block;
    vertical-align: middle
}

.blog-style-two .single-blog-post-style-two+.single-blog-post-style-two {
    margin-top: 80px
}

.blog-style-two .single-blog-post-style-two .img-box {
    position: relative
}

.blog-style-two .single-blog-post-style-two .img-box>img {
    width: 100%
}

.blog-style-two .single-blog-post-style-two .img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 1, 1, .2)
}

.blog-style-two .single-blog-post-style-two .text-box {
    padding: 30px;
    border: 1px solid #ebebef;
    border-top: 0
}

.blog-style-two .single-blog-post-style-two .text-box h3 {
    font-size: 20px;
    color: #170b35;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0
}

.blog-style-two .single-blog-post-style-two .text-box p {
    font-size: 16px;
    line-height: 28px;
    color: #656565;
    letter-spacing: .01em;
    margin: 0;
    margin-top: 17px
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info {
    border-bottom: 1px solid #ececf0;
    position: relative;
    margin-top: 7px;
    padding-bottom: 10px
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info:after {
    content: '';
    background: #3396ec;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a {
    color: #514a47;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a i {
    color: #3396ec;
    margin-right: 4px
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a:hover {
    color: #3396ec
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a+a {
    margin-left: 20px
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more {
    color: #3396ec;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.blog-style-two .blog-post-pagination {
    margin-top: 80px
}

.blog-style-two .blog-post-pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    line-height: 38px;
    color: #170b35;
    font-weight: 600;
    font-size: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #cbcaca;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-style-two .blog-post-pagination a+a {
    margin-left: 10px
}

.blog-style-two .blog-post-pagination a.active,
.blog-style-two .blog-post-pagination a:hover {
    border-color: #1ac9d0;
    color: #fff;
    background: #1ac9d0
}

.blog-details-page .single-blog-post-style-two .text-box h4 {
    margin: 0;
    color: #170b35;
    font-weight: 500;
    font-size: 18px
}

.blog-details-page .single-blog-post-style-two .text-box p {
    margin: 0
}

.blog-details-page .tags-share-box {
    margin: 35px 0
}

.blog-details-page .tags-share-box .tags-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-details-page .tags-share-box .tags-box ul li {
    display: inline-block
}

.blog-details-page .tags-share-box .tags-box ul li+li {
    margin-left: 5px
}

.blog-details-page .tags-share-box .tags-box ul li a,
.blog-details-page .tags-share-box .tags-box ul li span {
    display: block
}

.blog-details-page .tags-share-box .tags-box ul li span {
    font-size: 15px;
    color: #170b35;
    font-weight: 500;
    padding-right: 10px
}

.blog-details-page .tags-share-box .tags-box ul li a {
    border-radius: 20px;
    border: 1px solid #1ac9d0;
    height: 40px;
    line-height: 40px;
    color: #514a47;
    font-size: 15px;
    text-align: center;
    padding: 0 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-details-page .tags-share-box .tags-box ul li a:hover {
    background: #1ac9d0;
    border-color: #1ac9d0;
    color: #fff
}

.blog-details-page .tags-share-box .social {
    padding: 5px 0
}

.blog-details-page .tags-share-box .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #3b5996;
    color: #fff;
    line-height: 32px;
    font-size: 18px;
    text-align: center
}

.blog-details-page .tags-share-box .social a+a {
    margin-left: 5px
}

.blog-details-page .tags-share-box .social a.fa-twitter {
    background: #55abec
}

.blog-details-page .tags-share-box .social a.fa-google-plus-g {
    background: #dc4a39
}

.blog-details-page .tags-share-box .social a.fa-dribbble {
    background: #cc3498
}

.blog-details-page .post-links {
    border: 1px solid #ebebef;
    border-left: 0;
    border-right: 0;
    padding: 19.5px 0;
    margin-bottom: 35px
}

.blog-details-page .post-links a {
    font-size: 15px;
    color: #514a47;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.blog-details-page .post-links a:hover {
    color: #1ac9d0
}

.blog-details-page .post-links a.prev-post i {
    margin-right: 3px
}

.blog-details-page .post-links a.next-post i {
    margin-left: 3px
}

.blog-details-page .title-blog-details-page {
    margin-bottom: 30px
}

.blog-details-page .title-blog-details-page h3 {
    margin: 0;
    color: #150a33;
    font-size: 18px;
    font-weight: 600
}

.blog-details-page .title-blog-details-page h3:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #1ac9d0;
    display: block;
    margin-top: 10px
}

.blog-details-page .comment-box-wrapper {
    margin-bottom: 80px
}

.blog-details-page .comment-box-wrapper .single-comment-box+.single-comment-box {
    margin-top: 30px
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
    display: table-cell;
    vertical-align: top
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box {
    width: 75px
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box>img {
    width: 100%;
    border-radius: 50%
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
    padding-left: 30px
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box .inner {
    background: #f4f4fa;
    padding: 25px;
    position: relative
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
    margin: 0
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box span.date {
    display: block;
    line-height: 1em;
    color: #514a47;
    font-weight: 500;
    font-size: 14px
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3 {
    font-size: 18px;
    color: #150a33;
    font-weight: 600;
    margin-bottom: 15px
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
    font-size: 15px;
    color: #514a47;
    line-height: 27px;
    margin-top: 15px
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 82px;
    height: 35px;
    background: #79ce1c;
    border-radius: 17.5px;
    line-height: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
    display: inline-block;
    text-align: center
}

.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
    padding-left: 100px
}

.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
    padding-left: 200px
}

@media (max-width:736px) {
    .blog-details-page .comment-box-wrapper .single-comment-box.second-level {
        padding-left: 0
    }

    .blog-details-page .comment-box-wrapper .single-comment-box.third-level {
        padding-left: 0
    }
}

.blog-details-page .comment-form {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.blog-details-page .comment-form [class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
    border: none;
    outline: 0;
    width: 100%;
    height: 46px;
    border: 1px solid #e0e0e0;
    padding-left: 25px;
    display: block
}

.blog-details-page .comment-form input.error,
.blog-details-page .comment-form textarea.error {
    background: rgba(255, 0, 0, .5)
}

.blog-details-page .comment-form label.error {
    display: none !important
}

.blog-details-page .comment-form input {
    margin-bottom: 15px
}

.blog-details-page .comment-form textarea {
    height: 116px;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 15px
}

.blog-details-page .comment-form button.thm-btn {
    border: none;
    outline: 0;
    width: 154px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #3396ec;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

.video-box-style-one {
    background: #000 url(../img/video-bg-1.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 100px 0 110px
}

.video-box-style-one .tag-line {
    color: #fff;
    font-size: 20px
}

.video-box-style-one .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #fff;
    margin-right: 15px
}

.video-box-style-one h3 {
    margin: 0;
    color: #fff;
    font-size: 47px;
    line-height: 55px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 55px
}

.video-box-style-one a.video-popup {
    color: #fff;
    font-size: 60px;
    display: inline-block;
    vertical-align: middle
}

.price-box-style-one .tab-title {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 45px
}

.price-box-style-one .tab-title li {
    display: inline-block;
    vertical-align: middle
}

.price-box-style-one .tab-title li:first-child a {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.price-box-style-one .tab-title li:last-child a {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px
}

.price-box-style-one .tab-title li a {
    display: block;
    color: #2c3035;
    font-size: 16px;
    background: #e9f2fe;
    padding: 12.5px 32px
}

.price-box-style-one .tab-title li.active a {
    background: #5aaaef;
    color: #fff
}

.price-box-style-one .single-price-style-one {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0 20px;
    padding-top: 35px
}

.price-box-style-one .single-price-style-one.popular {
    padding-top: 31px;
    border: 3px solid #3196ee;
    -webkit-box-shadow: 0 0 15px rgba(34, 34, 34, .36);
    box-shadow: 0 0 15px rgba(34, 34, 34, .36)
}

.price-box-style-one .single-price-style-one h3 {
    margin: 0;
    color: #2c3035;
    font-size: 22px;
    margin-bottom: 40px
}

.price-box-style-one .single-price-style-one .price-box {
    border-bottom: 1px solid #eee;
    padding-bottom: 23px
}

.price-box-style-one .single-price-style-one span.price {
    display: block;
    color: #3396ec;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px
}

.price-box-style-one .single-price-style-one span.time {
    color: #808891;
    font-size: 16px
}

.price-box-style-one .single-price-style-one .features {
    padding-top: 33px
}

.price-box-style-one .single-price-style-one .features p {
    font-size: 18px;
    color: #2c3035;
    margin: 0
}

.price-box-style-one .single-price-style-one .features p+p {
    margin-top: 10px
}

.price-box-style-one .single-price-style-one a.price-btn {
    width: 154px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #3396ec;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 45px
}

.price-box-style-one.dark-bg .price.tab-title li a {
    background: #e9f2fe;
    color: #2c3035
}

.price-box-style-one.dark-bg .tab-title li.active a {
    background: #2878bc
}

.price-box-style-one.dark-bg .single-price-style-one {
    border-color: #3f3e3e
}

.price-box-style-one.dark-bg .single-price-style-one h3 {
    color: #fff
}

.price-box-style-one.dark-bg .single-price-style-one span.time {
    color: #e6e8e9
}

.price-box-style-one.dark-bg .single-price-style-one .price-box {
    border-bottom-color: #474545
}

.price-box-style-one.dark-bg .single-price-style-one .features p {
    color: #fff
}

.price-box-style-one.dark-bg .single-price-style-one.popular {
    border-color: #3396ec
}

.funfact-style-one {
    background: #fff url(../img/fun-fact-bg.jpg) right center no-repeat;
    background-size: cover
}

@media (max-width:1366px) {
    .funfact-style-one {
        background-position: 55% center
    }
}

.funfact-style-one span.tag-line {
    color: #3396ec;
    font-size: 20px
}

.funfact-style-one span.tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #3396ec;
    margin-right: 15px
}

.funfact-style-one h3 {
    margin: 0;
    color: #2c3035;
    font-size: 47px;
    line-height: 55px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 70px
}

.funfact-style-one .single-fun-fact {
    display: inline-block;
    vertical-align: middle
}

.funfact-style-one .single-fun-fact+.single-fun-fact {
    margin-left: 50px
}

.funfact-style-one .single-fun-fact .icon-box,
.funfact-style-one .single-fun-fact .text-box {
    display: table-cell;
    vertical-align: middle
}

.funfact-style-one .single-fun-fact .icon-box i {
    font-size: 52px;
    color: #3b9bee
}

.funfact-style-one .single-fun-fact .text-box {
    padding-left: 40px
}

.funfact-style-one .single-fun-fact .text-box h3 {
    margin: 0;
    color: #2c3035;
    font-size: 28px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 7px
}

.funfact-style-one .single-fun-fact .text-box p {
    margin: 0;
    color: #808891;
    font-size: 18px
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two+.single-fun-fact-style-two {
    margin-left: 110px
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .icon-box,
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box {
    display: inline-block;
    vertical-align: middle
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .icon-box i {
    color: #7bcf0c;
    font-size: 64px;
    line-height: 1em;
    display: block
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box {
    padding-left: 30px
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box h3,
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box p {
    margin: 0
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 400
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box p {
    font-size: 18px;
    color: #e6e8e9
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two:nth-child(2) .icon-box i {
    color: #1bcad2
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two:nth-child(3) .icon-box i {
    color: #3b9bee
}

.feature-style-one .single-feature-style-one {
    text-align: center;
    padding: 0 75px
}

.feature-style-one .single-feature-style-one+.single-feature-style-one {
    margin-top: 65px
}

.feature-style-one .single-feature-style-one .icon-box {
    border: 3px solid #79cd1c;
    background: #79cd1c;
    width: 93px;
    height: 93px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.feature-style-one .single-feature-style-one .icon-box i {
    color: #2d3136;
    color: #fff;
    line-height: 87px;
    font-size: 42px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.feature-style-one .single-feature-style-one .text-box h3,
.feature-style-one .single-feature-style-one .text-box p {
    margin: 0
}

.feature-style-one .single-feature-style-one .text-box h3 {
    font-weight: 400;
    color: #2c3035;
    font-size: 18px;
    margin-bottom: 10px
}

.feature-style-one .single-feature-style-one .text-box p {
    color: #808891
}

.feature-style-one .single-feature-style-one:hover .icon-box {
    border: 3px solid #3396ec;
    background-color: transparent
}

.feature-style-one .single-feature-style-one:hover i {
    color: #2d3136
}

.feature-style-one .moc-img {
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 18px rgba(34, 34, 34, .24);
    box-shadow: 0 1px 18px rgba(34, 34, 34, .24)
}

.feature-style-one .feature-content-wrapper {
    padding-top: 115px
}

.feature-style-one .feature-btn {
    border-radius: 7px;
    border: 2px solid #3396ec;
    background: 0 0;
    width: 210px;
    /* height: 58px; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 9px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.feature-style-one .feature-btn+.feature-btn {
    margin-left: 22px
}

.feature-style-one .feature-btn .icon-box,
.feature-style-one .feature-btn .text-box {
    display: inline-block;
    vertical-align: middle
}

.feature-style-one .feature-btn .icon-box {
    width: 25px
}

.feature-style-one .feature-btn .icon-box i {
    color: #3396ec;
    font-size: 23px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.feature-style-one .feature-btn .icon-box i.fa-apple {
    font-size: 32px
}

.feature-style-one .feature-btn .text-box {
    text-align: left;
    padding-left: 10px
}

.feature-style-one .feature-btn .text-box .labeled-text {
    display: block;
    color: #2c3035;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.feature-style-one .feature-btn .text-box .store-name {
    display: block;
    text-transform: uppercase;
    color: #2c3035;
    font-size: 16px;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.feature-style-one .feature-btn.active,
.feature-style-one .feature-btn:hover {
    background: #3396ec
}

.feature-style-one .feature-btn.active .icon-box i,
.feature-style-one .feature-btn:hover .icon-box i {
    color: #fff
}

.feature-style-one .feature-btn.active .text-box .labeled-text,
.feature-style-one .feature-btn.active .text-box .store-name,
.feature-style-one .feature-btn:hover .text-box .labeled-text,
.feature-style-one .feature-btn:hover .text-box .store-name {
    color: #fafff8
}

.feature-style-one .btn-box {
    margin-top: 90px
}

.feature-style-two .row+.row {
    margin-top: 100px
}

.feature-style-two .feature-content {
    padding-left: 70px;
    padding-top: 45px
}

.feature-style-two .feature-content .tag-line {
    color: #3396ec;
    font-size: 20px
}

.feature-style-two .feature-content .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #3396ec;
    margin-right: 15px
}

.feature-style-two .feature-content h3 {
    font-size: 47px;
    line-height: 55px;
    font-weight: 400;
    color: #2c3035;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 30px
}

.feature-style-two .feature-content p {
    color: #808891;
    font-size: 18px;
    line-height: 29px;
    margin: 0;
    margin-bottom: 45px
}

.feature-style-two .feature-content a.view-more {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #3396ec;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.feature-style-two .feature-content a.view-more:hover {
    background: #147dd8
}

.feature-style-two .feature-content a.view-more.style-two {
    background: #19cad0
}

.feature-style-two .feature-content a.view-more.style-two:hover {
    background: #149ea2
}

.feature-style-two .img-box {
    display: inline-block;
    position: relative;
    margin-top: 55px
}

.feature-style-two .img-box:before {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    content: '';
    background: #3396ec;
    background: -webkit-gradient(left top, right top, color-stop(0, #3396ec), color-stop(100%, #fff));
    background: -webkit-gradient(linear, left top, right top, from(#3396ec), to(#fff));
    background: linear-gradient(to right, #3396ec 0, #fff 100%)
}

.feature-style-two .img-box .inner {
    margin-left: 55px;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.feature-style-two .img-box .inner img {
    border-radius: 10px
}

.feature-style-two .img-box .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .75);
    -webkit-transition: none;
    transition: none;
    border-radius: 10px
}

.feature-style-two .img-box .inner:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.feature-style-two .img-box.gradient-two:before {
    background: #19cad0;
    background: -webkit-gradient(left top, right top, color-stop(0, #19cad0), color-stop(100%, #fff));
    background: -webkit-gradient(linear, left top, right top, from(#19cad0), to(#fff));
    background: linear-gradient(to right, #19cad0 0, #fff 100%)
}

.feature-style-two .img-box.gradient-three:before {
    background: #6641c0;
    background: -webkit-gradient(left top, right top, color-stop(0, #6641c0), color-stop(100%, #fff));
    background: -webkit-gradient(linear, left top, right top, from(#6641c0), to(#fff));
    background: linear-gradient(to right, #6641c0 0, #fff 100%)
}

.feature-style-two .img-box.gradient-four:before {
    background: #cd3498;
    background: -webkit-gradient(left top, right top, color-stop(0, #cd3498), color-stop(100%, #fff));
    background: -webkit-gradient(linear, left top, right top, from(#cd3498), to(#fff));
    background: linear-gradient(to right, #cd3498 0, #fff 100%)
}

.feature-style-two .img-box.gradient-five:before {
    background: #1bc9d1;
    background: -webkit-gradient(left top, right top, color-stop(0, #1bc9d1), color-stop(100%, #000));
    background: -webkit-gradient(linear, left top, right top, from(#1bc9d1), to(#000));
    background: linear-gradient(to right, #1bc9d1 0, #000 100%)
}

.feature-style-two .img-box.gradient-six:before {
    background: #3397ec;
    background: -webkit-gradient(left top, right top, color-stop(0, #3397ec), color-stop(100%, #000));
    background: -webkit-gradient(linear, left top, right top, from(#3397ec), to(#000));
    background: linear-gradient(to right, #3397ec 0, #000 100%)
}

.feature-style-two .pull-left .feature-content {
    padding-left: 0
}

.feature-style-two.home-page-four .feature-content h3 {
    color: #fff
}

.feature-style-two.home-page-four .feature-content p {
    color: #e6e8e9
}

.feature-style-two.home-page-four .feature-content a.view-more {
    background: #1bc8d1;
    background: -webkit-gradient(left top, right top, color-stop(0, #1bc8d1), color-stop(100%, #3396ec));
    background: -webkit-gradient(linear, left top, right top, from(#1bc8d1), to(#3396ec));
    background: linear-gradient(to right, #1bc8d1 0, #3396ec 100%)
}

.feature-style-three.gray-bg {
    background: #f1f1f1
}

.feature-style-three .row [class*=col-]:last-child .single-feature-style-three {
    text-align: center
}

.feature-style-three .row [class*=col-]:last-child .single-feature-style-three .icon-box:after {
    display: none
}

.feature-style-three .single-feature-style-three {
    text-align: center
}

.feature-style-three .single-feature-style-three .icon-box {
    width: 93px;
    height: 93px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 40px;
    border: 3px solid #3396ec;
    background-color: transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}

.feature-style-three .single-feature-style-three .icon-box:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -195%;
    content: '';
    width: 133px;
    height: 0;
    border-bottom: 2px dashed #c1c1d8
}

.feature-style-three .single-feature-style-three .icon-box i {
    color: #2d3136;
    line-height: 87px;
    font-size: 42px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.feature-style-three .single-feature-style-three h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2c3035;
    margin: 0;
    margin-bottom: 7px
}

.feature-style-three .single-feature-style-three p {
    color: #808891;
    font-size: 16px;
    padding: 0 34px;
    margin: 0
}

.feature-style-three .single-feature-style-three:hover .icon-box {
    border: 3px solid #79cd1c;
    background: #79cd1c
}

.feature-style-three .single-feature-style-three:hover i {
    color: #fff
}

.portfolio-style-one {
    padding-bottom: 95px
}

.portfolio-style-one .container {
    max-width: 1140px
}

.portfolio-style-one .single-portfolio-style-one {
    margin-bottom: 30px
}

.portfolio-style-one .single-portfolio-style-one .img-box {
    position: relative
}

.portfolio-style-one .single-portfolio-style-one .img-box>img {
    width: 100%
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 30px;
    padding-bottom: 35px
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content span {
    display: block;
    color: #3396ec;
    font-size: 16px
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content h3 {
    margin: 0;
    color: #2c3035;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content a.img-popup {
    font-size: 17px;
    color: #000;
    position: absolute;
    top: 35px;
    right: 35px
}

.portfolio-style-one .single-portfolio-style-one:hover .img-box .overlay {
    opacity: 1
}

.portfolio-style-two {
    padding-bottom: 95px
}

.portfolio-style-two .gallery-filter {
    margin-bottom: 50px
}

.portfolio-style-two .gallery-filter ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.portfolio-style-two .gallery-filter ul li {
    display: inline-block;
    vertical-align: middle
}

.portfolio-style-two .gallery-filter ul li+li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 20px
}

.portfolio-style-two .gallery-filter ul li span {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.portfolio-style-two .gallery-filter ul li.active span,
.portfolio-style-two .gallery-filter ul li:hover span {
    color: #3299ea
}

.single-portfolio-style-two {
    margin-bottom: 30px
}

.single-portfolio-style-two .img-box {
    position: relative
}

.single-portfolio-style-two .img-box>img {
    width: 100%
}

.single-portfolio-style-two .img-box .overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(17, 17, 17, .9);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single-portfolio-style-two .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%
}

.single-portfolio-style-two .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 30px;
    padding-bottom: 35px
}

.single-portfolio-style-two .img-box .overlay .box .content span {
    display: block;
    color: #3396ec;
    font-size: 16px
}

.single-portfolio-style-two .img-box .overlay .box .content h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px
}

.single-portfolio-style-two .img-box .overlay .box .content a.img-popup {
    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 35px;
    right: 35px
}

.single-portfolio-style-two:hover .img-box .overlay {
    opacity: 1
}

.team-style-one {
    overflow: hidden
}

.team-style-one .team-member-img-box {
    background: #333335;
    margin-bottom: 60px;
    padding: 30px 0
}

.team-style-one .team-member-img-box .team-pager {
    text-align: center
}

.team-style-one .team-member-img-box .team-pager .pager-item {
    width: 20%;
    float: left
}

.team-style-one .team-member-img-box .team-pager .pager-item .team-thumb {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team-style-one .team-member-img-box .team-pager .pager-item .team-thumb>img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    border: 4px solid transparent;
    border-radius: 50%
}

.team-style-one .team-member-img-box .team-pager .pager-item.active .team-thumb>img {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #1acad1
}

.team-style-one .team-member-content-box .container {
    max-width: 470px;
    background: #333335;
    border-radius: 20px
}

.team-style-one .team-member-content-box .container .slide-text {
    padding: 55px 0;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px
}

.team-style-one .team-member-content-box .container .slide-text h4,
.team-style-one .team-member-content-box .container .slide-text p {
    margin: 0
}

.team-style-one .team-member-content-box .container .slide-text h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 400
}

.team-style-one .team-member-content-box .container .slide-text span {
    color: #3396ec;
    font-size: 18px;
    font-weight: 400
}

.team-style-one .team-member-content-box .container .slide-text .progress-box {
    margin-top: 30px
}

.team-style-one .team-member-content-box .container .slide-text .single-progress+.single-progress {
    margin-top: 20px
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .top {
    margin-bottom: 14px
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .top h4 {
    margin: 0;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 23px
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .top span {
    float: right;
    color: #2c3035;
    font-size: 14px;
    background: #fff;
    line-height: 1em;
    text-align: center;
    border-radius: 3px;
    padding: 4.5px 9px
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .top span b {
    font-weight: inherit
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .progress-scale {
    background: #fff;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .progress-scale .inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.team-style-one .team-member-content-box .container .slide-text .social {
    margin-top: 50px
}

.team-style-one .team-member-content-box .container .slide-text .social a {
    color: #d0d0d0;
    font-size: 22px
}

.team-style-one .team-member-content-box .container .slide-text .social a+a {
    margin-left: 16px
}

.team-style-one .team-member-content-box .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0
}

.team-style-one .team-member-content-box .bx-wrapper .bx-controls-direction a {
    width: 48px;
    height: 56px;
    margin-top: -24px;
    z-index: 99
}

.team-style-one .team-member-content-box .bx-wrapper .bx-prev {
    background: transparent url(../img/team-1-left.png) 0 0 no-repeat;
    left: -121px
}

.team-style-one .team-member-content-box .bx-wrapper .bx-next {
    background: transparent url(../img/team-1-right.png) 0 0 no-repeat;
    right: -121px
}

.single-team-style-two .img-box {
    position: relative
}

.single-team-style-two .img-box>img {
    width: 100%
}

.single-team-style-two .img-box .arrow-pointer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    width: 49px;
    height: 49px;
    background: #79ce1c;
    text-align: center;
    border-radius: 50%;
    line-height: 49px;
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single-team-style-two .img-box .arrow-pointer i {
    color: #fff;
    font-size: 20px
}

.single-team-style-two .img-box .overlay {
    position: absolute;
    bottom: 45px;
    width: 100%;
    left: 0;
    background: #2c3035;
    z-index: 9;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0
}

.single-team-style-two .img-box .overlay .box .content {
    position: relative;
    padding-left: 20px;
    padding-bottom: 35px;
    padding-top: 30px
}

.single-team-style-two .img-box .overlay .box .content h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1em
}

.single-team-style-two .img-box .overlay .box .content p {
    color: #19cad0;
    margin: 0;
    font-size: 16px;
    line-height: 1em;
    margin-top: 14px
}

.single-team-style-two .img-box .overlay .box .content .social {
    position: absolute;
    top: 30px;
    right: 20px;
    text-align: center
}

.single-team-style-two .img-box .overlay .box .content .social a {
    display: block;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
    transition: all .4s ease
}

.single-team-style-two .img-box .overlay .box .content .social a+a {
    margin-top: 10px
}

.single-team-style-two .img-box .overlay .box .content .social a:hover {
    color: #1acbd1
}

.single-team-style-two .img-box:hover .arrow-pointer {
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0)
}

.single-team-style-two .img-box:hover .overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.team-style-three .single-team-style-three .img-box {
    height: 300px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team-style-three .single-team-style-three .img-box>img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.team-style-three .single-team-style-three .img-box:hover>img {
    -webkit-transform: translateY(-57px);
    transform: translateY(-57px)
}

.team-style-three .single-team-style-three .text-box {
    background: #000;
    text-align: center;
    position: relative;
    z-index: 9;
    padding-top: 45px
}

.team-style-three .single-team-style-three .text-box h3 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 7px
}

.team-style-three .single-team-style-three .text-box span {
    color: #e6e8e9;
    font-size: 18px;
    line-height: 1em
}

.team-style-three .single-team-style-three .text-box .social {
    margin-top: 15px
}

.team-style-three .single-team-style-three .text-box .social a {
    color: #dedede;
    font-size: 22px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team-style-three .single-team-style-three .text-box .social a+a {
    margin-left: 10px
}

.team-style-three .single-team-style-three .text-box .social a:hover {
    color: #319ce9
}

.service-style-one {
    overflow: hidden;
    background-color: #ccc;
    padding-top: 110px
}

.card {
    margin: 10px;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px
}

.service-style-one .row {
    margin-left: -17.5px;
    margin-right: -17.5px
}

.service-style-one .row [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px
}

.service-style-one .single-service-style-one {
    text-align: center
}

.service-style-one .single-service-style-one .img-box {
    background: #f1f1f1;
    position: relative
}

.service-style-one .single-service-style-one .img-box>img {
    width: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.service-style-one .single-service-style-one .img-box .overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(49, 150, 238, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.service-style-one .single-service-style-one .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%
}

.service-style-one .single-service-style-one .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle
}

.service-style-one .single-service-style-one .img-box .overlay .box .content i {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 54px;
    color: #2d3136
}

.service-style-one .single-service-style-one .img-box .overlay .box .content h3,
.service-style-one .single-service-style-one .img-box .overlay .box .content p {
    margin: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.service-style-one .single-service-style-one .img-box .overlay .box .content h3 {
    color: #2c3035;
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px
}

.service-style-one .single-service-style-one .img-box .overlay .box .content p {
    color: #808891;
    font-size: 16px;
    line-height: 29px;
    padding: 0 37px;
    margin-top: 10px
}

.service-style-one .single-service-style-one:hover .img-box>img {
    opacity: 1
}

.service-style-one .single-service-style-one:hover .img-box .overlay {
    background: rgba(49, 150, 238, .9)
}

.service-style-one .single-service-style-one:hover .img-box .overlay .box .content h3,
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content i,
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content p {
    color: #f2f1f1
}

.service-style-two .single-service-content {
    text-align: center;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 345px
}

.service-style-two .single-service-content i {
    color: #fff;
    font-size: 78px;
    display: block;
    line-height: 1em
}

.service-style-two .single-service-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    margin-top: 30px
}

.service-style-two .single-service-content .inner-content {
    width: 100%
}

.service-style-two .single-service-content .overlay {
    padding: 0 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    outline: transparent solid 1px;
    -webkit-perspective: inherit;
    perspective: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    transform: translateY(-50%) translateZ(60px) scale(.94);
    z-index: 2
}

.service-style-two .single-service-content .overlay .box {
    display: table;
    width: 100%;
    height: 100%
}

.service-style-two .single-service-content .overlay .box .content {
    display: table-cell;
    vertical-align: middle
}

.service-style-two .single-service-content .overlay .box .content i {
    font-size: 55px
}

.service-style-two .single-service-content .overlay .box .content h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px
}

.service-style-two .single-service-content .overlay .box .content p {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    margin: 0
}

.service-style-two .single-service-content .front {
    background: #3196ee;
    border-radius: 10px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease, -webkit-transform .9s ease
}

.service-style-two .single-service-content .back {
    background: #3196ee;
    border-radius: 10px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease, -webkit-transform .9s ease
}

.service-style-two .single-service-content.flip .front {
    z-index: 900;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg)
}

.service-style-two .single-service-content.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0)
}

.about-style-one .about-content {
    padding-top: 120px
}

.about-style-one .about-content .tag-line {
    color: #3397eb;
    font-size: 20px;
    margin-bottom: 15px
}

.about-style-one .about-content .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #3397eb;
    margin-right: 15px
}

.about-style-one .about-content h3,
.about-style-one .about-content p {
    margin: 0
}

.about-style-one .about-content .title-text {
    font-size: 47px;
    line-height: 55px;
    font-weight: 400;
    color: #2c3035;
    margin-bottom: 25px
}

.about-style-one .about-content .title-text span {
    color: #3397eb
}

.about-style-one .about-content .title-text .type-wrap {
    display: inline-block
}

.about-style-one .about-content .title-text .typed {
    display: inline-block;
    color: #3397eb
}

.about-style-one .about-content .title-text .typed-cursor {
    position: relative;
    bottom: 0;
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.about-style-one .about-content p {
    font-size: 18px;
    line-height: 29px;
    color: #808891
}

.about-style-one .about-content .progress-box {
    margin-top: 25px
}

.about-style-one .about-content .single-progress-bar+.single-progress-bar {
    margin-top: 20px
}

.about-style-one .about-content .single-progress-bar .labeled-text,
.about-style-one .about-content .single-progress-bar .percent,
.about-style-one .about-content .single-progress-bar .progress-scale {
    display: inline-block;
    vertical-align: middle
}

.about-style-one .about-content .single-progress-bar .labeled-text {
    color: #2c3035;
    font-size: 16px;
    text-transform: uppercase;
    width: 44px;
    margin-right: 20px
}

.about-style-one .about-content .single-progress-bar .progress-scale {
    width: 100%;
    max-width: 285px;
    background: #f0f0f0;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.about-style-one .about-content .single-progress-bar .progress-scale .inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.about-style-one .about-content .single-progress-bar .percent {
    color: #fff;
    font-size: 14px;
    background: #333335;
    line-height: 1em;
    text-align: center;
    border-radius: 3px;
    padding: 13px 9px 10px;
    margin-left: 20px;
    line-height: 0
}

.about-style-two {
    padding-bottom: 120px
}

.about-style-two .about-content .main-title-box .tag-line {
    color: #3397eb;
    font-size: 20px;
    margin-bottom: 15px
}

.about-style-two .about-content .main-title-box .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #3397eb;
    margin-right: 15px
}

.about-style-two .about-content .main-title-box h3,
.about-style-two .about-content .main-title-box p {
    margin: 0
}

.about-style-two .about-content .main-title-box .title-text {
    font-size: 47px;
    line-height: 55px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px
}

.about-style-two .about-content .main-title-box .title-text span {
    color: #3397eb
}

.about-style-two .about-content .main-title-box .title-text .type-wrap {
    display: inline-block
}

.about-style-two .about-content .main-title-box .title-text .typed {
    display: inline-block;
    color: #3397eb
}

.about-style-two .about-content .main-title-box .title-text .typed-cursor {
    position: relative;
    bottom: 0;
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.about-style-two .about-content .main-title-box p {
    font-size: 18px;
    line-height: 29px;
    color: #e6e8e9
}

.about-style-two .about-content .title-box {
    margin-top: 60px;
    margin-bottom: 35px
}

.about-style-two .about-content .title-box h3,
.about-style-two .about-content .title-box p {
    margin: 0
}

.about-style-two .about-content .title-box h3 {
    color: #79ce1c;
    font-size: 36px;
    font-weight: 400
}

.about-style-two .about-content .title-box p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 29px;
    color: #e6e8e9
}

.about-style-two .about-content .single-about-feature-box+.single-about-feature-box {
    margin-top: 63px
}

.about-style-two .about-content .single-about-feature-box .icon-box,
.about-style-two .about-content .single-about-feature-box .text-box {
    display: table-cell;
    vertical-align: middle
}

.about-style-two .about-content .single-about-feature-box .icon-box .inner {
    width: 44px;
    height: 44px;
    background: #3196ee;
    text-align: center;
    border-radius: 50%
}

.about-style-two .about-content .single-about-feature-box .icon-box .inner i {
    line-height: 44px;
    color: #fdfdfd;
    font-size: 18px
}

.about-style-two .about-content .single-about-feature-box .text-box {
    padding-left: 55px
}

.about-style-two .about-content .single-about-feature-box .text-box h3,
.about-style-two .about-content .single-about-feature-box .text-box p {
    margin: 0
}

.about-style-two .about-content .single-about-feature-box .text-box h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px
}

.about-style-two .about-content .single-about-feature-box .text-box p {
    font-size: 18px;
    line-height: 29px;
    color: #e6e8e9
}

.about-style-two .about-content .single-about-feature-box.style-two .icon-box .inner {
    background: #1ac9d1
}

.about-style-two img.about-image {
    margin-top: 90px
}

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -270px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    max-width: 270px;
    background: #222223;
    overflow: auto;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-box-shadow: 0 7px 15px rgba(33, 33, 33, .36);
    box-shadow: 0 7px 15px rgba(33, 33, 33, .36)
}

.hidden-sidebar.open {
    -webkit-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0)
}

.hidden-sidebar a.close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 25px
}

.hidden-sidebar .sidebar-content {
    padding-top: 65px;
    padding-bottom: 65px
}

.hidden-sidebar .sidebar-content .navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 180px;
    margin-bottom: 150px
}

.hidden-sidebar .sidebar-content .navigation-box li a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block
}

.hidden-sidebar .sidebar-content .navigation-box li a:hover {
    color: #3396ec
}

.hidden-sidebar .sidebar-content .navigation-box li.current a {
    color: #3396ec
}

.hidden-sidebar .sidebar-content .navigation-box li+li {
    margin-top: 20px
}

.hidden-sidebar .sidebar-content .navigation-box li .subnav-toggler {
    background-color: transparent;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 20px;
    padding: 0;
    margin-left: 10px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle
}

.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu li a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    padding-left: 15px
}

.hidden-sidebar .sidebar-content .social {
    margin-bottom: 20px
}

.hidden-sidebar .sidebar-content .social a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%
}

.hidden-sidebar .sidebar-content .social a:hover {
    color: #3196ee
}

.hidden-sidebar .sidebar-content .social a+a {
    margin-left: 10px
}

.hidden-sidebar .sidebar-content p.copy-text {
    margin: 0;
    color: #ececec;
    font-size: 15px
}

.hidden-sidebar .sidebar-content p.copy-text i.fa-heart {
    color: #79ce1c
}

.parallax-bg {
    background-color: #000;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

[class*=parallax-style] {
    max-height: 650px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[class*=parallax-style] p {
    margin-top: 30px !important
}

[class*=parallax-style] a.thm-btn {
    margin-top: 50px
}

[class*=parallax-style].overlay {
    position: relative
}

[class*=parallax-style].overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
}

[class*=parallax-style].overlay * {
    position: relative;
    z-index: 10
}

.parallax-style-one {
    background-image: url(../img/parallax-1-1.jpg)
}

.parallax-style-one h3,
.parallax-style-one p {
    margin: 0
}

.parallax-style-one h3 {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 300
}

.parallax-style-one h3 span {
    font-weight: 500
}

.parallax-style-one p {
    font-size: 20px;
    color: #fff
}

.parallax-style-one a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #7bcf0c;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.parallax-style-one a.thm-btn:hover {
    background: #5e9f09
}

.parallax-style-one a.thm-btn.style-two {
    background: #19cad0
}

.parallax-style-one a.thm-btn.style-two:hover {
    background: #149ea2
}

.parallax-style-two {
    background-image: url(../img/parallax-1-2.jpg)
}

.parallax-style-two h3,
.parallax-style-two p {
    margin: 0
}

.parallax-style-two h3 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    color: #2c3035;
    font-weight: 300
}

.parallax-style-two p {
    font-size: 20px;
    line-height: 32px;
    color: #808891
}

.parallax-style-two a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #3396ec;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.parallax-style-two a.thm-btn:hover {
    background: #147dd8
}

.parallax-style-three {
    background-image: url(../img/parallax-1-3.jpg)
}

.parallax-style-three h3,
.parallax-style-three p {
    margin: 0
}

.parallax-style-three h3 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    color: #fff;
    font-weight: 300
}

.parallax-style-three p {
    font-size: 20px;
    line-height: 32px;
    color: #808891
}

.parallax-style-three a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #1ac9d1;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.parallax-style-three a.thm-btn:hover {
    background: #149da4
}

.parallax-style-four {
    background-image: url(../img/video-bg-1.jpg)
}

.parallax-style-four h3,
.parallax-style-four p {
    margin: 0
}

.parallax-style-four h3 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    color: #2c3035;
    font-weight: 300
}

.parallax-style-four p {
    font-size: 20px;
    line-height: 32px;
    color: #fff
}

.parallax-style-four a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #1ac9d1;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.parallax-style-four a.thm-btn:hover {
    background: #149da4
}

.parallax-style-five h3,
.parallax-style-five p {
    margin: 0
}

.parallax-style-five h3 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    color: #fff;
    font-weight: 300
}

.parallax-style-five p {
    font-size: 20px;
    line-height: 32px;
    color: #fff
}

.parallax-style-five a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #1ac9d1;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%)
}

.v-header {
    height: 100vh;
    color: #fff;
    width: 100%;
    position: relative
}

.fullscreen-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.fullscreen-video-wrap video {
    min-height: 100%;
    min-width: 100%
}

.header-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}

.header-content .box {
    display: table;
    width: 100%;
    height: 100%
}

.header-content .box .content {
    display: table-cell;
    vertical-align: middle
}

.header-content h1 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    font-weight: 300;
    margin-bottom: 45px
}

.header-content h1 span {
    font-weight: 500
}

.header-content .thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #3396ec;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%)
}

.inner-page-title {
    background: #000;
    text-align: center;
    padding: 50px 0
}

.inner-page-title h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400
}

.inner-page-title ul.breadcumb {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px
}

.inner-page-title ul.breadcumb li {
    display: inline-block;
    vertical-align: middle
}

.inner-page-title ul.breadcumb li a,
.inner-page-title ul.breadcumb li span {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1em
}

.inner-page-title ul.breadcumb li span {
    color: #79ce1c
}

.inner-page-title ul.breadcumb li span.sep {
    margin-left: 10px;
    margin-right: 10px
}

.has-right-sidebar {
    padding-right: 0
}

.sidebar .single-sidebar:not(.search-widget):not(.tags-widget) {
    padding: 0 30px;
    padding-top: 30px;
    border: 1px solid #ebebef
}

.sidebar .single-sidebar+.single-sidebar {
    margin-top: 45px
}

.sidebar .single-sidebar .title {
    margin-bottom: 30px
}

.sidebar .single-sidebar .title h3 {
    margin: 0;
    color: #150a33;
    font-size: 22px;
    font-weight: 400
}

.sidebar .single-sidebar .title h3:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #79ce1c;
    margin-left: 15px
}

.sidebar .single-sidebar.search-widget {
    border: 1px solid #ececf0
}

.sidebar .single-sidebar.search-widget form {
    position: relative;
    height: 54px
}

.sidebar .single-sidebar.search-widget form input {
    width: 100%;
    height: 100%;
    color: #514a47;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    outline: 0;
    background-color: transparent;
    letter-spacing: .05em
}

.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
    color: #514a47
}

.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
    color: #514a47
}

.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
    color: #514a47
}

.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
    color: #514a47
}

.sidebar .single-sidebar.search-widget form button {
    background-color: transparent;
    outline: 0;
    border: none;
    color: #514a47;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    width: 75px;
    height: 100%;
    color: #514a47;
    border-left: 1px solid #ececf0
}

.sidebar .single-sidebar.category-widget {
    padding-bottom: 30px !important
}

.sidebar .single-sidebar.category-widget ul.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -5px
}

.sidebar .single-sidebar.category-widget ul.category-list li+li {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 10px
}

.sidebar .single-sidebar.category-widget ul.category-list li a {
    color: #514a47;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar .single-sidebar.category-widget ul.category-list li a span.count {
    float: right
}

.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
    color: #79ce1c
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list {
    margin-top: -5px;
    padding-bottom: 15px
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
    margin-bottom: 0
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
    margin-top: 20px
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
    margin: 0;
    color: #150a33;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .01em;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
    color: #79ce1c
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
    color: #929191;
    font-size: 15px;
    line-height: 1em;
    display: inline-block;
    font-weight: 400
}

.sidebar .single-sidebar.tags-widget ul.tags-list,
.sidebar .single-sidebar.tags-widget ul.tags-list li {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar .single-sidebar.tags-widget ul.tags-list {
    margin-left: -5px;
    margin-right: -5px
}

.sidebar .single-sidebar.tags-widget ul.tags-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-bottom: 10px
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a {
    display: block;
    border: 1px solid #f5f9ff;
    color: #514a47;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
    padding: 10px 19px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #f5f9ff
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
    color: #fff;
    border-color: #79ce1c;
    background: #79ce1c
}

.home-page-two .preloader {
    background: #79cd1c
}

.home-page-three .about-style-one {
    padding: 50px 0
}

.home-page-three .about-style-one .about-content {
    padding-top: 70px
}

.home-page-three .about-style-one .about-content .single-progress-bar .progress-scale .inner,
.home-page-three .blog-style-one .blog-title a.view-more,
.home-page-three .contact-style-one .contact-form button[type=submit],
.home-page-three .feature-style-two .feature-content a.view-more,
.home-page-three .preloader,
.home-page-three .price-box-style-one .single-price-style-one a.price-btn,
.home-page-three .scroll-to-top,
.home-page-three .testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%)
}

.home-page-three .feature-style-three .single-feature-style-three .icon-box {
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    border: none
}

.home-page-three .feature-style-three .single-feature-style-three .icon-box:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.home-page-three .feature-style-three .single-feature-style-three .icon-box i {
    position: relative;
    z-index: 10
}

.home-page-three .feature-style-three .single-feature-style-three:hover .icon-box:before {
    background-color: transparent
}

.home-page-three .service-style-one .single-service-style-one .img-box .overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.home-page-three .service-style-one .single-service-style-one:hover .img-box .overlay:after {
    opacity: .8
}

.home-page-three .service-style-one .single-service-style-one:hover .img-box .overlay {
    background-color: transparent
}

.home-page-three .service-style-one .single-service-style-one .img-box .overlay .box .content {
    position: relative;
    z-index: 10
}

.home-page-three .team-style-one .team-member-img-box .team-pager .pager-item.active .team-thumb>img {
    border-color: #c5349c
}

.home-page-three .team-style-one .team-member-content-box .container .slide-text .single-progress .progress-scale .inner {
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%)
}

.home-page-three .team-style-one .team-member-content-box .bx-wrapper .bx-prev {
    background: transparent url(../img/team-2-left.png) 0 0 no-repeat
}

.home-page-three .team-style-one .team-member-content-box .bx-wrapper .bx-next {
    background: transparent url(../img/team-2-right.png) 0 0 no-repeat
}

.home-page-three .feature-style-one .single-feature-style-one .icon-box {
    border: none;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    position: relative
}

.home-page-three .feature-style-one .single-feature-style-one .icon-box:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0
}

.home-page-three .feature-style-one .single-feature-style-one .icon-box i {
    position: relative;
    z-index: 10
}

.home-page-three .feature-style-one .single-feature-style-one:hover .icon-box:before {
    opacity: 1
}

.home-page-three .feature-style-one .feature-btn {
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    border: none;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative
}

.home-page-three .feature-style-one .feature-btn:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    z-index: 1;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.home-page-three .feature-style-one .feature-btn * {
    z-index: 2;
    position: relative
}

.home-page-three .feature-style-one .feature-btn .icon-box i {
    color: #d13298
}

.home-page-three .feature-style-one .feature-btn:hover:before {
    opacity: 0
}

.home-page-three .feature-style-one .feature-btn:hover .icon-box i {
    color: #fff
}

.home-page-three .feature-style-one .feature-btn.active:before {
    opacity: 0
}

.home-page-three .feature-style-one .feature-btn.active .icon-box i {
    color: #fff
}

.home-page-three .funfact-style-one .single-fun-fact .icon-box i,
.home-page-three .single-testimonials-style-one span {
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.home-page-three .testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span,
.home-page-three .testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.home-page-three .price-box-style-one .tab-title li a {
    background: #ede6fb;
    color: #2c3035
}

.home-page-three .price-box-style-one .tab-title li.active a {
    background: rgba(108, 63, 192, .8);
    color: #fff
}

.home-page-three .price-box-style-one .single-price-style-one.popular {
    padding-top: 37px;
    border: 0;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    position: relative
}

.home-page-three .price-box-style-one .single-price-style-one.popular:before {
    content: '';
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 1
}

.home-page-three .price-box-style-one .single-price-style-one.popular * {
    z-index: 10;
    position: relative
}

.home-page-three .site-footer .social a {
    position: relative
}

.home-page-three .site-footer .social a:before {
    position: relative;
    z-index: 10
}

.home-page-three .site-footer .social a:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.home-page-three .site-footer .social a:hover {
    background-color: transparent
}

.home-page-three .site-footer .social a:hover:after {
    opacity: 1
}

.home-page-three .header-navigation ul.navigation-box>li>.sub-menu li>a {
    position: relative;
    z-index: 10
}

.home-page-three .header-navigation ul.navigation-box>li>.sub-menu li:before {
    content: '';
    position: absolute;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0, #d43296 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0
}

.home-page-three .header-navigation ul.navigation-box>li>.sub-menu li:hover>a {
    background-color: transparent
}

.home-page-three .header-navigation ul.navigation-box>li>.sub-menu li:hover:before {
    opacity: 1
}

.home-page-four .brand-carousel-wrapper .brand-carousel i {
    color: #484848
}

.home-page-four .brand-carousel-wrapper .brand-carousel i:hover {
    color: #f5f5f5
}

.home-page-four .contact-style-one .contact-content h3 {
    color: #3396ec
}

.home-page-four .contact-style-one .contact-info p,
.home-page-four .contact-style-one .contact-info p span {
    color: #e6e8e9
}

.home-page-four .contact-style-one p {
    color: #808891
}

.home-page-four .blog-style-one .blog-title h3 {
    color: #fff
}

.home-page-four .blog-style-one .single-blog-style-one h3 {
    color: #fff
}

.home-page-four .blog-style-one .single-blog-style-one span.date {
    color: #fff
}

.home-page-four .blog-style-one .single-blog-style-one p {
    color: #e6e8e9
}

.whatsapp {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 30px;
    position: fixed;
    top: 6px;
    right: 10px;
    text-align: center;
    z-index: 999;
    background: green;
    border-radius: 50%
}

.whatsapp i {
    color: #fff
}

@media (max-width:992px) {
    .whatsapp {
        top: unset;
        right: unset;
        left: 10px;
        bottom: 10px
    }
}

 
 

 

 

@media (max-width:600px) {
 
 .lang ul {
    transform: none!important;
 }

    div.fullscreen-video-wrap {
        /* display: none */
    }
}



/* --- Dropdown Container --- */
 
.lang {
  position: relative;
  display: inline-block; 
  cursor: pointer;
  list-style: none;
  padding: 10px; 
}

 
.lang ul {
    transform: translateX(-50%);
    width: fit-content;
  column-count: 3;
  /* display: none;  */
  position: absolute; 
  background-color: #f9f9f9; 
  min-width: 100px; 
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
  z-index: 1; 
  list-style: none;
  padding: 10px 0; 
  margin: 0; 
  border-radius: 5px; 
   opacity: 0; /* Hide the menu by making it transparent */
  visibility: hidden; /* Make it completely invisible and not clickable */
    transition: opacity 0.6s ease, visibility 0s linear 0.6s; /* Key change: Add transitions */

}

 
.lang:hover ul {
  display: block;
   opacity: 1; /* Make it visible */
  visibility: visible; /* Make it interactive */
    transition-delay: 0s; /* NEW: Remove the delay when opening the menu */

}

 
.lang ul li a {
  color: black; 
  padding: 8px 16px; 
  text-decoration: none; 
  display: block; 
}

 
.lang ul li a:hover {
  background-color: #f1f1f1;
}

 

.text-shadow{
    text-shadow: 0px -2px 4px #FF5722;
}

.cover-image{
    min-height: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    align-self: stretch;
    display: flex;
}

.cover-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: relative;
}
