/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
}

.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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    outline: 0;
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
   *  Owl Carousel - Animate Plugin
   */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
   *  Owl Carousel - Auto Height Plugin
   */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
   *  Owl Carousel - Lazy Load Plugin
   */

.owl-carousel .owl-item {
    /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
       */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
   *  Owl Carousel - Video Plugin
   */

.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.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -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%;
}


/* Banner Section */

.banner-section {
    position: relative;
    background: #fbfcff;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: #fbfcff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
    .banner-carousel .slide-item .image-layer {
        background-image: url(../../imgs/mainslide1.jpg) !important;
    }
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 7000ms linear 0s;
    -o-transition: all 7000ms linear 0s;
    transition: all 7000ms linear 0s;
}

.banner-carousel .content-box {
    position: relative;
    z-index: 5;
    margin: 0px auto;
}

.banner-carousel .content-box h3 {
    display: block;
    font-size: 22px;
    line-height: 1.15em;
    color: rgb(255, 255, 255);
    font-weight: 500;
    opacity: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: inherit;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 80px;
    line-height: 1.15em;
    color: rgb(255, 255, 255);
    font-weight: 800;
    opacity: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel .content-box .image_slider img {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .image_slider img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 5px;
    height: 1px;
    right: 100px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box h2::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    right: 160px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .video-wrapper {
    position: relative;
}

.banner-carousel .content-box .border-shape-left {
    position: absolute;
    left: 0;
    width: 50%;
    top: 57px;
}

.banner-carousel .content-box .border-shape-left:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 5px;
    height: 1px;
    right: 80px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .border-shape-left:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    right: 140px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .border-shape-right {
    position: absolute;
    right: 0;
    width: 50%;
    top: 57px;
}

.banner-carousel .content-box .border-shape-right:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 5px;
    height: 1px;
    left: 80px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .content-box .border-shape-right:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    height: 1px;
    left: 140px;
    background-color: rgb(255, 255, 255);
}

.banner-carousel .default-video-box {
    position: relative;
    padding: 22px;
    width: 124px;
    margin: 0 auto;
    margin-bottom: 40px;
    opacity: 0;
    z-index: 5;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.banner-carousel .active .default-video-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .default-video-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .35;
    border-radius: 50%;
}

.banner-carousel .default-video-box a {
    position: relative;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    display: inline-block;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    color: rgb(255, 255, 255);
    margin: 0px auto 35px;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0px;
    height: 70px;
    width: 70px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}

.banner-section .owl-theme .owl-nav .owl-prev::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner-section .owl-theme .owl-nav .owl-next::after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
}

.banner-section .owl-theme .owl-nav button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.banner-section .owl-theme .owl-nav button:hover:before {
    opacity: 1;
}

.banner-section .owl-theme .owl-nav button:hover:after {
    border-color: transparent;
}


/* Style Four */

.banner-section .banner-carousel .content-box {
    padding-top: 250px;
    padding-bottom: 45px;
    min-height: 760px;
}

.banner-section .banner-carousel .content-box h2 {
    padding-bottom: 0;
    color: #0b3a4a;
    font-weight: 800;
    font-size: 47px;
    line-height: 70px;
}

.banner-section .banner-carousel .content-box .text {
    color: #0c2957;
    font-size: 22px;
    font-weight: 500;
}

.banner-section .banner-carousel .content-box .text ul {
    padding-right: 35px;
}

.banner-section .banner-carousel .content-box .text ul li {
    list-style-type: disc;
}

.banner-section .banner-carousel .content-box .text .video-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 68px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 16px;
    text-align: center;
}

.banner-section .banner-carousel .content-box h2::after,
.banner-section .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section .btn-style-one .btn-title i {
    font-size: 18px;
    margin-right: 8px;
    line-height: 1.4em;
}

.banner-section .btn-box .theme-btn {
    border-radius: 32px;
    background-color: transparent;
}

.banner-section .owl-theme .owl-nav {
    display: none;
}


/* Owl Dots */

.banner-section .owl-dots {
    position: absolute;
    text-align: center;
    display: block;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.banner-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #c9cfe3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section .owl-dots .owl-dot span:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
    border-color: #0b3a4a;
}

.banner-section .owl-dots .owl-dot.active span:before,
.banner-section .owl-dots .owl-dot:hover span:before {
    background: #0b3a4a;
}

.banner-section-two {
    position: relative;
    padding: 300px 0;
    background: #0f3186;
    z-index: 1;
}

.banner-section-two .auto-container {
    max-width: 100%;
    padding: 0 100px;
}

.banner-section-two .content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-section-two h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 30px;
}

.banner-section-two h2 span {
    font-weight: 300;
}

.banner-section-two .text {
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 500;
    padding-left: 130px;
    margin-bottom: 30px;
}

.banner-section-two .text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    width: 100px;
}

.banner-section-two .btn-box {
    margin-bottom: 40px;
}

.banner-section-two .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section-two .btn-style-one .btn-title {
    padding: 15px 42px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #ebf0f9;
    text-transform: uppercase;
}

.banner-section-two .btn-style-one:hover .btn-title {
    color: #fff;
}

.banner-section-two .theme-btn {
    border-radius: 32px;
    background-color: transparent;
    margin-right: 30px;
}

.banner-section-two .btn-style-six {
    font-size: 16px;
    font-family: var(--fira-sans);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.banner-section-two .content-box .image {
    margin-bottom: 40px;
}

.banner-section-two .shape-one {
    position: absolute;
    top: -150px;
    left: 40%;
    -webkit-animation: animationFramesTwo 53s infinite linear;
    animation: animationFramesTwo 53s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-two {
    position: absolute;
    bottom: 150px;
    right: 0px;
    -webkit-animation: animationFramesTwo 13s infinite linear;
    animation: animationFramesTwo 13s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-three {
    position: absolute;
    bottom: 150px;
    left: 11%;
    -webkit-animation: rotatedHalfTwo 37s infinite linear;
    animation: rotatedHalfTwo 37s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-four {
    position: absolute;
    top: 50%;
    left: 47%;
    -webkit-animation: animationFramesTwo 37s infinite linear;
    animation: animationFramesTwo 37s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-five {
    position: absolute;
    top: 170px;
    left: 22%;
    -webkit-animation: animationFramesTwo 78s infinite linear;
    animation: animationFramesTwo 78s infinite linear;
    z-index: 0;
}

.banner-section-two .shape-six {
    position: absolute;
    bottom: 31%;
    left: 37%;
    -webkit-animation: rotatedHalfTwo 37s infinite linear;
    animation: rotatedHalfTwo 37s infinite linear;
    z-index: 0;
}

@media screen and (max-width: 991px) {
    .banner-section .banner-carousel .content-box {
        padding-top: 295px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section .banner-carousel .content-box h2 {
        font-size: 37px;
        line-height: 62px;
    }
}