.owl-carousel {
   
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    height: 240px;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin: 0px 11px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        width: 14%;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


.countries-section {
    position: relative;
    padding: 120px 0 80px
}

.countries-section .icon-plane-2 {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    z-index: 1
}

.country-block {
    margin-bottom: 30px;
    min-height: 230px
}

.country-block .inner-box {
    position: relative;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f2edeb;
    background-color: var(--theme-color-light);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.country-block .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 0;
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: ""
}

.country-block .inner-box:hover {
    padding-bottom: 30px
}

.country-block .inner-box:hover:before {
    height: 100%
}

.country-block .inner-box:hover .title,.country-block .inner-box:hover .text,.country-block .inner-box:hover .title a {
    color: var(--theme-color-light)
}

.country-block .inner-box:hover .read-more {
    opacity: 1;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.country-block .inner-box:hover .bg-map {
    height: 100%;
    opacity: 1
}

.country-block .inner-box .bg-map {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.country-block .inner-box img {
    position: relative;
    display: block;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #f2edeb;
    margin-bottom: 20px
}

.country-block .inner-box .title {
    position: relative;
    color: var(--theme-color1);
    font-weight: 700;
    margin-bottom: 5px
}



.country-block .inner-box .text {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.country-block .inner-box .read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    color: var(--theme-color-light);
    background-color: #e20935;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.funfacts-section {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3
}

.counter-block {
    margin-bottom: 30px
}

.counter-block .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width: 991.98px) {
    .counter-block .inner-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.counter-block .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-block .inner-box:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #fff;
}

.counter-block .content-box {
    position: relative
}

.counter-block .icon {
    position: relative;
    display: inline-block;
    font-size: 62px;
    line-height: 1em;
    margin-right: 50px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width: 991.98px) {
    .counter-block .icon {
        margin-right:0;
        margin-bottom: 10px
    }
}

.counter-block .count-box {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--theme-color-light)
}

.counter-block .count-box .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--theme-color-light)
}

.counter-block .counter-title {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--theme-color-light);
    margin-bottom: 0;
    font-family: var(--text-font)
}

.funfacts-section-two {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3
}

.funfacts-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1f1f33;
    opacity: .99;
    content: ""
}

.funfacts-section-two .fact-counter {
    margin-top: 68px
}

@media(max-width: 991.98px) {
    .funfacts-section-two .fact-counter {
        margin-top:0;
        padding-top: 50px
    }
}

.counter-block-two {
    margin-bottom: 30px
}

.counter-block-two .inner-box {
    position: relative;
    text-align: center
}

.counter-block-two .inner-box:hover .icon {
    color: var(--theme-color-light);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.counter-block-two .inner-box:hover .icon::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.counter-block-two .inner-box .icon {
    position: relative;
    width: 129px;
    height: 129px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -68px auto 35px;
    font-size: 50px;
    color: #d1af4b;
    border-radius: 50%;
    border: 10px solid var(--theme-color1);
    background-color: var(--theme-color-light);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

@media(max-width: 991.98px) {
    .counter-block-two .inner-box .icon {
        margin-top:0
    }
}

.counter-block-two .inner-box .icon:before {
    position: relative;
    z-index: 1
}

.counter-block-two .inner-box .icon:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: ""
}

.counter-block-two .inner-box .count-box {
    position: relative;
    color: var(--theme-color-light);
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 28px
}

.counter-block-two .inner-box .count-box .count-text {
    position: relative;
    color: var(--theme-color-light);
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 28px
}

.counter-block-two .inner-box .counter-title {
    position: relative;
    display: inline-block;
    color: var(--theme-color-light);
    font-weight: 400;
    padding: 4px 15px;
    border: 1px solid rgba(255,255,255,.2)
}

@media(max-width: 1199.98px) {
    .counter-block-two .inner-box .counter-title {
        padding:4px
    }
}



.team-section {
    padding: 120px 0;
    overflow: hidden;
    background-color: #f8f5f1;
}

.team-section .carousel-outer {
    margin: 0 -15px
}

.team-section .carousel-outer .team-block {
    padding: 0 15px 15px
}

.team-block {
    position: relative;
    margin-bottom: 40px;
   
}

.team-block .inner-box {
    position: relative
}

.team-block .inner-box:after {
    background: rgba(255,255,255,.3);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none
}

.team-block .inner-box:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.team-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-block .image-box {
    position: relative
}

.team-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.team-block .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 420px;
}

.team-block .info-box {
    position: relative;
    background-color: #fff;
    margin-top: -75px;
    margin-right: 60px;
    min-height: 110px;
    padding: 30px 74px 10px;
    -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.1);
    box-shadow: 0 7px 15px rgba(0,0,0,.1)
}

@media(max-width: 991.98px) {
    .team-block .info-box {
        margin-right:30px
    }
}

.team-block .info-box::after {
    position: absolute;
    left: 7px;
    top: 20px;
    width: 1px;
    bottom: 44px;
    background-color: var(--theme-color-dark);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    content: ""
}

.team-block .info-box:before,.team-block .faqs-section .info-box.bg-image:after,.faqs-section .team-block .info-box.bg-image:after {
    position: absolute;
    left: 14px;
    top: 20px;
    bottom: 15px;
    width: 30px;
    background-color: var(--bg-theme-color1);
    content: "";
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.team-block .info-box .name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: 0
}

.team-block .info-box .designation {
    font-size: 14px;
    color: var(--theme-color1);
    font-weight: 400;
    font-family: var(--title-font);
    letter-spacing: -.01em
}

.team-block .share-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 54px;
    width: 60px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: var(--bg-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .social-links {
    position: absolute;
    right: 0;
    bottom: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--bg-theme-color2);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.team-block .social-links a {
    position: relative;
    height: 50px;
    width: 60px;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-block .social-links a:hover {
    color: #fff;
    background-color: var(--theme-color1)
}
