.video-section {
    position: relative
}

.video-section .content-box {
    position: relative;
    display: block;
    padding: 64px 70px 548px;
    background: #001c3d
}

.video-section .content-box .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .2
}

.video-section .content-box .inner-box {
    position: relative;
    display: block;
    padding: 9px 0 8px 125px
}

.video-section .content-box .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 92px;
    text-align: center;
    border-radius: 50%;
    background: #fff
}

.video-section .content-box .inner-box .icon-box span {
    position: relative;
    display: inline-block;
    background: linear-gradient(#f69f23, #a52282);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase
}

.video-section .content-box .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px
}

.video-section .content-box .inner-box h3 a {
    display: inline-block;
    color: #fff
}

.video-section .content-box .inner-box p {
    color: #fff
}

.video-section .video-btn {
    position: absolute;
    right: 30px;
    bottom: -100px;
    width: 200px;
    height: 200px;
    line-height: 220px;
    text-align: center;
    border-radius: 5px
}

.video-section .video-btn a {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: #fff
}

.video-section .big-text {
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    text-align: center;
    font-size: 200px;
    line-height: 250px;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: var(--text-color);
    opacity: .2;
    transform: rotate(-6deg);
    text-transform: uppercase;
    letter-spacing: 40px
}

.video-section h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    margin-top: 50px
}

.video-section .shape .shape-1 {
    position: absolute;
    left: 70px;
    bottom: 60px;
    width: 102px;
    height: 244px;
    background-repeat: no-repeat
}

.video-section .shape .shape-2 {
    position: absolute;
    right: 171px;
    bottom: 56px;
    width: 163px;
    height: 169px;
    background-repeat: no-repeat
}

.video-section .pattern-layer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 468px;
    height: 520px;
    background-repeat: no-repeat
}

.rtl .video-section .content-box .inner-box {
    padding-left: 0;
    padding-right: 125px
}

.rtl .video-section .content-box .inner-box .icon-box {
    left: inherit;
    right: 0
}

@media only screen and (max-width:991px) {
    .video-section .video-btn {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 40px
    }

    .video-section .content-box {
        padding-bottom: 150px
    }
}

@media only screen and (max-width:767px) {
    .video-section {
        padding-bottom: 60px
    }

    .video-section h2 {
        font-size: 36px;
        line-height: 46px
    }

    .video-section h2 br {
        display: none
    }
}

@media only screen and (max-width:599px) {
    .video-section .content-box {
        padding-left: 30px;
        padding-right: 30px
    }

    .video-section .content-box .inner-box {
        padding: 0 !important
    }

    .video-section .content-box .inner-box .icon-box {
        position: relative;
        margin-bottom: 20px
    }
}

.about-section {
    position: relative
}

.about-section .content-box .inner-box {
    position: relative;
    display: block;
    padding-left: 147px;
    margin-right: 55px;
    margin-left: 97px
}

.about-section .content-box .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 113px;
    height: 113px;
    line-height: 113px;
    font-size: 48px;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.about-section .content-box .inner-box .text-box p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.about-section .content-box .inner-box .text-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    color: var(--title-color)
}

.about-section .content-box .image-inner {
    position: relative;
    display: block;
    padding-right: 286px;
    margin-right: 74px;
    padding-bottom: 86px
}

.about-section .content-box .image-inner .image-1 {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden
}

.about-section .content-box .image-inner .image-1 img {
    width: 100%;
    border-radius: 20px;
    transition: all .5s ease
}

.about-section .content-box .image-inner .image-1:hover img {
    transform: scale(1.05)
}

.about-section .content-box .image-inner .image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    overflow: hidden
}

.about-section .content-box .image-inner .image-2 img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s ease
}

.about-section .content-box .image-inner .image-2:hover img {
    transform: scale(1.05)
}

.about-section .image-box {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 2px
}

.about-section .image-box img {
    width: 100%;
    border-radius: 20px
}

.about-section .image-box:before {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .3)));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.about-section .image-box:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.about-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 272px;
    top: 253px;
    width: 110px;
    height: 120px;
    background-repeat: no-repeat
}

.about-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 953px;
    top: 57px;
    width: 147px;
    height: 106px;
    background-repeat: no-repeat
}

.about-section .pattern-layer .pattern-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 121px;
    height: 212px;
    background-repeat: no-repeat
}

.about-style-two {
    position: relative
}

.about-style-two .content-box {
    position: relative;
    display: block
}

.about-style-two .content-box .text-box p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px
}

.about-style-two .image-box {
    position: relative;
    display: block;
    margin-left: 238px;
    margin-right: -255px
}

.about-style-two .image-box .image-1 {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden
}

.about-style-two .image-box .image-1:before {
    position: absolute;
    content: "";
    /* background: #001c3d; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* opacity: .8 */
}

.about-style-two .image-box .image-1 img {
    width: 100%
}

.about-style-two .image-box .image-2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.about-style-two .pattern-layer .pattern-1 {
    position: absolute;
    top: -116px;
    right: 0;
    width: 827px;
    height: 841px;
    background-repeat: no-repeat
}

.about-style-two .pattern-layer .pattern-2 {
    position: absolute;
    right: 567px;
    bottom: 50px;
    width: 215px;
    height: 144px;
    background-repeat: no-repeat
}

.about-style-three {
    position: relative
}

.about-style-three .content-box {
    position: relative;
    display: block;
    margin-right: 30px
}

.about-style-three .content-box .text-box .bold-text {
    font-weight: 700;
    margin-bottom: 20px
}

.about-style-three .content-box .text-box p {
    font-weight: 600
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 80px;
    font-family: var(--secondary-font);
    font-weight: 700
}

.funfact-block-one .inner-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: var(--text-color)
}

.about-style-three .image-box {
    position: relative;
    display: block;
    padding-bottom: 38px;
    padding-left: 123px
}

.about-style-three .image-box .image-1 {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden
}

.about-style-three .image-box .image-1:before {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .3)));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.about-style-three .image-box .image-1:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.about-style-three .image-box .image-1 img {
    width: 100%;
    border-radius: 20px
}

.about-style-three .image-box .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 257px;
    height: 257px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 4px 20px 0 rgba(176, 172, 172, .05)
}

.about-style-three .image-box .image-2 img {
    width: 100%;
    border-radius: 50%
}

.about-style-three .image-box .image-shape {
    position: absolute;
    left: 0;
    bottom: 285px;
    width: 124px;
    height: 140px;
    background-repeat: no-repeat
}

.about-style-three .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.about-style-two.pt_200 .pattern-layer .pattern-1 {
    top: 100px
}

.rtl .about-section .content-box .image-inner {
    margin-right: 0;
    margin-left: 74px
}

.rtl .about-section .content-box .inner-box {
    padding-left: 0;
    padding-right: 147px
}

.rtl .about-section .content-box .inner-box .icon-box {
    left: inherit;
    right: 0
}

.rtl .about-style-two .image-box {
    margin-right: 238px;
    margin-left: -255px
}

@media only screen and (max-width:1200px) {
    .about-style-two .image-box {
        margin: 0 !important
    }
}

@media only screen and (max-width:991px) {
    .about-section .content-box .inner-box {
        margin-left: 0;
        margin-right: 0
    }

    .about-section .content-box .image-inner {
        margin: 0 0 30px !important
    }

    .about-section .image-box {
        margin-left: 0
    }

    .about-section {
        padding: 70px 0
    }

    .about-style-two .content-box {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .about-style-two .image-box .image-2 {
        display: none
    }

    .about-style-two {
        padding-bottom: 0
    }

    .about-style-two .pattern-layer {
        display: none
    }

    .about-style-three {
        padding: 70px 0
    }

    .about-style-two.pt_200 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media only screen and (max-width:499px) {
    .about-section .content-box .image-inner {
        padding: 0
    }

    .about-section .content-box .image-inner .image-2 {
        position: relative;
        margin-top: 30px
    }

    .about-section .content-box .inner-box {
        padding-left: 0
    }

    .rtl .about-section .content-box .inner-box {
        padding-right: 0
    }

    .about-section .content-box .inner-box .icon-box {
        position: relative;
        margin-bottom: 20px
    }

    .about-style-three .image-box {
        padding: 0
    }

    .about-style-three .image-box .image-2 {
        position: relative;
        margin: 30px auto 0
    }
}

.banner-section {
    padding: 384px 0 380px;
    background: #001c3d
}

.banner-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .2
}

.banner-section .content-box {
    position: relative;
    display: block
}

.banner-section .content-box .date {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 15px
}

.banner-section .content-box .date img {
    position: absolute;
    left: 0;
    top: 1px
}

.banner-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 32px
}

.banner-section .content-box h2 span {
    display: block;
    font-weight: 300
}

.banner-section .social-links {
    position: absolute;
    left: 60px;
    bottom: 50px;
    display: flex;
    align-items: center
}

.banner-section .social-links li {
    margin-right: 50px
}

.banner-section .social-links li:last-child {
    margin: 0 !important
}

.banner-section .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 500;
    padding-left: 50px
}

.banner-section .social-links li a i {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background: #3a559f
}

.banner-section .social-links li:nth-child(2) a i {
    background: #26a6d1
}

.banner-section .social-links li:nth-child(3) a i {
    background: #007ab9
}

.banner-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 460px;
    top: 272px;
    width: 130px;
    height: 115px;
    background-repeat: no-repeat
}

.banner-section .pattern-layer .pattern-2 {
    position: absolute;
    top: 260px;
    right: 253px;
    width: 67px;
    height: 67px;
    background-repeat: no-repeat
}

.banner-section .pattern-layer .pattern-3 {
    position: absolute;
    right: 723px;
    bottom: 386px;
    width: 83px;
    height: 102px;
    background-repeat: no-repeat
}

.banner-section .pattern-layer .pattern-4 {
    position: absolute;
    right: 63px;
    bottom: 317px;
    width: 138px;
    height: 138px;
    background-repeat: no-repeat
}

.banner-style-two {
    position: relative
}

.banner-carousel .slide-item {
    height: 100vh;
    position: relative
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: "";
    /* background: #d9cbb6; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: 1
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    max-width: 550px
}

.banner-carousel .auto-container {
    height: 100%;
    display: flex;
    align-items: center
}

.banner-carousel .slide-item .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8s linear;
    -moz-transition: all 8s linear;
    -ms-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear
}

.banner-carousel .active .slide-item .bg-layer {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.banner-carousel .content-box .date {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.banner-carousel .content-box .date img {
    position: absolute;
    left: 0;
    top: 2px
}

.banner-carousel .active .content-box .date {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.banner-carousel .content-box h2 {
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.banner-carousel .content-box h2 span {
    font-weight: 300
}

.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: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.banner-carousel .content-box p {
    margin-bottom: 32px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.banner-carousel .content-box .btn-box {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s 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: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.banner-carousel .slide-item .pattern-layer .pattern-1 {
    position: absolute;
    left: 30px;
    bottom: 140px;
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    z-index: 1
}

.banner-carousel .slide-item .pattern-layer .pattern-2 {
    position: absolute;
    left: 512px;
    bottom: 299px;
    width: 83px;
    height: 102px;
    background-repeat: no-repeat;
    z-index: 1
}

.banner-carousel .slide-item .pattern-layer .pattern-3 {
    position: absolute;
    top: 194px;
    right: 476px;
    width: 139px;
    height: 100px;
    background-repeat: no-repeat;
    z-index: 1
}

.banner-carousel .slide-item .pattern-layer .pattern-4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 177px;
    height: 177px;
    background-repeat: no-repeat;
    z-index: 1
}

.banner-carousel .slide-item .pattern-layer .pattern-5 {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 130px;
    height: 144px;
    background-repeat: no-repeat;
    z-index: 1
}

.banner-carousel .slide-item .pattern-layer .pattern-6 {
    position: absolute;
    right: 212px;
    bottom: 96px;
    width: 326px;
    height: 699px;
    background-repeat: no-repeat;
    z-index: 1
}

.banner-style-three {
    position: relative;
    padding-left: 395px;
    padding-right: 30px
}

.banner-style-three .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 110px 0 60px
}

.banner-style-three .upper-box h2 {
    display: block;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    max-width: 535px
}

.banner-style-three .upper-box p {
    font-size: 18px;
    font-weight: 600;
    max-width: 675px
}

.banner-style-three .slider-inner .bg-layer {
    position: relative;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.banner-style-three .nav-style-one .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 100%
}

.banner-style-three .nav-style-one .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    background: #fff
}

.banner-style-three .nav-style-one .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    background: #fff
}

.banner-style-three .nav-style-one .owl-nav button:hover {
    color: #fff
}

.banner-style-four {
    position: relative;
    padding: 336px 0 375px;
    overflow: hidden
}

.banner-style-four .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.banner-style-four .bg-layer:before {
    position: absolute;
    content: "";
    background: #001c3d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .75
}

.banner-style-four .content-box .date {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 15px
}

.banner-style-four .content-box .date img {
    position: absolute;
    left: 0;
    top: 1px
}

.banner-style-four .content-box h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 32px
}

.banner-style-four .content-box h2 span {
    position: relative;
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}

.banner-style-four .cs-countdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.banner-style-four .cs-countdown .count-col {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    padding: 10px 30px
}

.banner-style-four .cs-countdown .count-col:before {
    position: absolute;
    content: ":";
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    top: 22px;
    right: -29px
}

.banner-style-four .cs-countdown .count-col:last-child:before {
    display: none
}

.banner-style-four .cs-countdown .count-col:last-child {
    margin: 0 !important
}

.banner-style-four .cs-countdown .count-col span {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    color: #fff
}

.banner-style-four .cs-countdown .count-col h6 {
    position: relative;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize
}

.banner-style-four .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.banner-style-four .pattern-layer .pattern-2 {
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 100%;
    height: 118px;
    background-repeat: repeat-x;
    z-index: 1
}

.banner-style-four .pattern-layer .pattern-3 {
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 238px;
    height: 538px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 8s linear infinite;
    animation: zoom-fade 8s linear infinite
}

.banner-style-four .pattern-layer .pattern-4 {
    position: absolute;
    top: -30px;
    right: 0;
    width: 563px;
    height: 380px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 10s linear infinite;
    animation: zoom-fade 10s linear infinite
}

.banner-style-four .pattern-layer .pattern-5 {
    position: absolute;
    top: 0;
    right: 0;
    width: 524px;
    height: 398px;
    background-repeat: no-repeat
}

.banner-style-four .pattern-layer .pattern-6 {
    position: absolute;
    left: 78px;
    top: 237px;
    width: 169px;
    height: 271px;
    background-repeat: no-repeat
}

.banner-style-four .curve-text {
    position: absolute;
    bottom: 50px;
    right: 70px;
    width: 179px;
    height: 179px;
    text-align: center
}

.banner-style-four .curve-text .curved-circle {
    position: absolute;
    top: -30px;
    left: 60px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: Roboto, sans-serif;
    letter-spacing: 1px
}

.banner-style-four .curve-text .icon-box {
    position: absolute;
    left: 13px;
    top: 3px;
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    border-radius: 50%
}

.rtl .banner-carousel .content-box {
    text-align: right
}

.rtl .banner-style-four .cs-countdown .count-col {
    margin-right: 0;
    margin-left: 50px
}

.rtl .banner-style-four .cs-countdown .count-col:before {
    right: inherit;
    left: -29px
}

@media only screen and (max-width:1200px) {
    .banner-style-three {
        padding-left: 15px;
        padding-right: 15px
    }

    .banner-style-three .upper-box {
        display: block;
        padding-top: 160px
    }

    .banner-style-three .upper-box h2 {
        max-width: 100%;
        margin-bottom: 30px
    }

    .banner-style-three .upper-box p {
        max-width: 100%
    }

    .banner-style-three .upper-box p br {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .banner-section {
        padding: 220px 0 150px
    }

    .banner-carousel .slide-item .pattern-layer {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .banner-carousel .content-box h2, .banner-section .content-box h2, .banner-style-three .upper-box h2 {
        font-size: 50px;
        line-height: 60px
    }

    .banner-carousel .slide-item {
        padding: 200px 0 100px
    }

    .banner-style-three .slider-inner .bg-layer {
        height: 500px
    }

    .banner-style-four .pattern-layer {
        display: none
    }

    .banner-style-four {
        padding: 200px 0 100px
    }

    .banner-style-four .curve-text {
        display: none
    }

    .banner-style-four .content-box h2 {
        font-size: 50px;
        line-height: 60px
    }

    .banner-style-four .cs-countdown {
        display: block;
        text-align: center
    }

    .banner-style-four .cs-countdown .count-col {
        margin-bottom: 30px
    }
}

.blog-details-content {
    position: relative
}

.blog-details-content .content-one .image-box .image {
    position: relative;
    display: block;
    border-radius: 20px;
    margin-bottom: 40px
}

.blog-details-content .content-one .image-box .image img {
    width: 100%;
    border-radius: 20px
}

.blog-details-content .content-one h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #004274;
    margin-bottom: 20px
}

.blog-details-content .content-one p {
    margin-bottom: 40px
}

.blog-details-content blockquote {
    position: relative;
    display: block;
    background: #e9f6f6;
    border-radius: 30px;
    text-align: center;
    padding: 84px 70px;
    margin: 0 0 40px
}

.blog-details-content blockquote .icon-box {
    position: absolute;
    top: 130px;
    right: 67px;
    font-size: 50px;
    color: #fff
}

.blog-details-content blockquote span {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 42px;
    font-family: var(--secondary-font);
    font-weight: 700;
    margin-bottom: 15px
}

.blog-details-content blockquote h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px
}

.blog-details-content .content-two .image-box {
    position: relative;
    display: block;
    border-radius: 20px;
    margin-right: 0
}

.blog-details-content .content-two .image-box img {
    width: 100%;
    border-radius: 20px
}

.blog-details-content .post-share-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-details-content .post-share-option h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #004274;
    margin-bottom: 20px
}

.blog-details-content .post-share-option .tags-list {
    position: relative;
    display: flex;
    align-items: center
}

.blog-details-content .post-share-option .tags-list li {
    margin-right: 10px
}

.blog-details-content .post-share-option .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    color: #202c38;
    background: #f2f6f7;
    padding: 12px 23px 8px
}

.blog-details-content .post-share-option .tags-list li a:hover {
    color: #fff
}

.blog-details-content .post-share-option .post-share {
    position: relative;
    text-align: right
}

.blog-details-content .post-share-option .share-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right
}

.blog-details-content .post-share-option .share-list li {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.blog-details-content .post-share-option .share-list li:last-child {
    margin: 0 !important
}

.blog-details-content .post-share-option .share-list li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 34px;
    background: #3a559f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.blog-details-content .post-share-option .share-list li:nth-child(2) a {
    background: #26a6d1
}

.blog-details-content .post-share-option .share-list li:nth-child(3) a {
    background: #007ab9
}

.blog-details-content .comment-area {
    position: relative;
    background: #fafafa;
    border-radius: 30px;
    padding: 50px
}

.blog-details-content .comment-area h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px
}

.blog-details-content .comment-area .comment {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 30px
}

.blog-details-content .comment-area .comment:last-child {
    margin-bottom: 0
}

.blog-details-content .comment-area .comment.replay-comment {
    margin-left: 60px
}

.blog-details-content .comment-area .comment .thumb-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.blog-details-content .comment-area .comment .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.blog-details-content .comment-area .comment .info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.blog-details-content .comment-area .comment .info li {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 50px;
    font-family: var(--secondary-font);
    font-weight: 700
}

.blog-details-content .comment-area .comment p {
    margin-bottom: 30px
}

.blog-details-content .comment-area .comment .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 24px
}

.blog-details-content .comment-area .comment-form h2 {
    margin-bottom: 16px
}

.blog-details-content .comment-area .comment-form p {
    margin-bottom: 20px
}

.blog-details-content .comment-area .comment-form form {
    position: relative;
    margin: 0 10px
}

.blog-details-content .comment-area .comment-form .form-group {
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px
}

.blog-details-content .comment-area .comment-form .form-group:last-child {
    margin-bottom: 0
}

.blog-details-content .comment-area .comment-form .form-group input[type=email], .blog-details-content .comment-area .comment-form .form-group input[type=text], .blog-details-content .comment-area .comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    color: #bdbdbd;
    padding: 10px 30px;
    transition: all .5s ease
}

.blog-details-content .comment-area .comment-form .form-group textarea {
    height: 205px;
    resize: none
}

.blog-details-content .comment-area .comment-form .form-group.message-btn {
    padding-top: 30px
}

.blog-details-content .comment-area .comment-form .form-group .theme-btn {
    padding: 13px 45px
}

.rtl .blog-details-content .post-share-option .tags-list li {
    margin-right: 0;
    margin-left: 10px
}

.rtl .blog-details-content .post-share-option .share-list li {
    margin-right: 0;
    margin-left: 20px
}

.rtl .blog-details-content .comment-area .comment {
    padding-left: 0;
    padding-right: 100px
}

.rtl .blog-details-content .comment-area .comment .thumb-box {
    left: inherit;
    right: 0
}

.rtl .blog-details-content .comment-area .comment.replay-comment {
    margin-left: 0;
    margin-right: 60px
}

@media only screen and (max-width:767px) {
    .blog-details-content .post-share-option {
        display: block
    }

    .blog-details-content .post-share-option .post-share {
        text-align: left;
        margin-top: 30px
    }

    .blog-details-content .post-share-option .share-list {
        justify-content: left
    }

    .rtl .blog-details-content .post-share-option .post-share {
        text-align: right
    }

    .rtl .blog-details-content .post-share-option .share-list {
        justify-content: right
    }
}

@media only screen and (max-width:599px) {
    .blog-details-content blockquote {
        padding-left: 30px;
        padding-right: 30px
    }

    .blog-details-content .comment-area .comment.replay-comment {
        margin-left: 0
    }

    .rtl .blog-details-content .comment-area .comment.replay-comment {
        margin-right: 0
    }

    .blog-details-content .comment-area {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:499px) {
    .blog-details-content .post-share-option .tags-list {
        display: block
    }

    .blog-details-content .post-share-option .tags-list li {
        display: inline-block;
        margin-bottom: 10px
    }

    .blog-details-content .comment-area .comment {
        padding-left: 0
    }

    .rtl .blog-details-content .comment-area .comment {
        padding-right: 0
    }

    .blog-details-content .comment-area .comment .thumb-box {
        position: relative;
        margin-bottom: 30px
    }

    .blog-details-content .comment-area .comment .info li {
        font-size: 18px
    }
}

.clients-section {
    position: relative;
    background: #fafafa
}

.clients-section:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: 0
}

.clients-section .pattern-layer {
    position: absolute;
    left: 36px;
    top: 210px;
    width: 136px;
    height: 147px;
    background-repeat: no-repeat
}

.clients-section .clients-logo-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.clients-section .clients-logo-list img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: auto;
    transition: all .5s ease
}

.clients-section .clients-logo-list img:hover {
    transform: scale(1.05)
}

.clients-section .map-inner, .clients-section .map-inner iframe {
    position: relative;
    display: block;
    height: 380px
}

.clients-section .map-inner iframe {
    width: 100%
}

.clients-style-two {
    position: relative
}

.clients-style-two .clients-logo-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.clients-style-two .clients-logo-list img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: auto;
    transition: all .5s ease;
    background: #eee;
    padding: 10px;
    border-radius: 20px;
}

.clients-style-two .clients-logo-list img:hover {
    transform: scale(1.05)
}

.clients-style-two .pattern-layer {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: 432px;
    background-repeat: no-repeat;
    background-position: top
}

.clients-page-section {
    background: #fff
}

@media only screen and (max-width:767px) {
    .clients-section {
        padding-top: 70px
    }

    .clients-style-two .clients-logo-list {
        display: block;
        text-align: center
    }

    .clients-style-two .clients-logo-list li {
        margin-bottom: 30px
    }

    .clients-style-two .clients-logo-list li:last-child {
        margin-bottom: 0
    }

    .clients-style-two {
        padding: 40px 0 70px
    }

    .clients-page-section {
        padding-bottom: 70px
    }
}

@media only screen and (max-width:499px) {
    .clients-section .clients-logo-list {
        display: block;
        text-align: center
    }

    .clients-section .clients-logo-list li {
        margin-bottom: 30px
    }

    .clients-section .clients-logo-list li:last-child {
        margin-bottom: 0
    }
}

.conference-section {
    position: relative
}

.conference-section .content-box {
    position: relative;
    display: block;
    padding: 60px 0 0 60px
}

.conference-section .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.conference-section .content-box h3:before {
    position: absolute;
    content: "";
    background: linear-gradient(-90deg, #f69f23, #a52282);
    width: 100px;
    height: 3px;
    left: 0;
    bottom: 0
}

.conference-section .content-box .single-item {
    position: relative;
    display: block;
    padding: 10px 0 5px 105px;
    margin-bottom: 30px
}

.conference-section .content-box .single-item:last-child {
    margin-bottom: 0
}

.conference-section .content-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    line-height: 74px;
    text-align: center;
    background: #f5f5f5;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    font-size: 30px
}

.conference-section .content-box .single-item .icon-box i {
    background: linear-gradient(#f69f23, #a52282);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.conference-section .content-box .single-item h4 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 2px
}

.conference-section .carousel-content {
    position: relative;
    margin-right: -204px;
    background: #fff;
    padding: 70px 0 0 63px;
    margin-top: -250px;
    z-index: 1
}

.conference-block-one .inner-box {
    position: relative;
    display: block
}

.conference-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px
}

.conference-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 20px
}

.conference-block-one .inner-box .lower-content {
    padding-top: 30px
}

.conference-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px
}

.conference-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color)
}

.conference-block-one .inner-box .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.conference-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    color: var(--title-color)
}

.conference-block-one .inner-box .lower-content .link a:hover {
    text-decoration: underline
}

.conference-section .owl-dots {
    margin-top: 30px
}

.conference-section .carousel-content .title-text {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 500;
    writing-mode: vertical-lr;
    height: 100%;
    text-align: center;
    letter-spacing: 5px
}

.conference-style-two {
    position: relative;
    overflow: hidden
}

.conference-style-two .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed
}

.conference-style-two .bg-layer:before {
    position: absolute;
    content: "";
    background: #001c3d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .95
}

.conference-style-two .title-inner p {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.conference-style-two .conference-block-one .inner-box .lower-content .link a, .conference-style-two .conference-block-one .inner-box .lower-content h3 a, .conference-style-two .conference-block-one .inner-box .lower-content p {
    color: #fff
}

.conference-style-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    top: -56px;
    width: 100%;
    height: 118px;
    background-repeat: repeat-x
}

.conference-style-two .pattern-layer .pattern-2 {
    position: absolute;
    left: 0;
    bottom: -56px;
    width: 100%;
    height: 118px;
    background-repeat: repeat-x
}

.conference-style-three {
    position: relative
}

.conference-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.conference-block-two .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden
}

.conference-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 20px;
    transition: all .5s ease
}

.conference-block-two .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.conference-block-two .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 30px
}

.conference-block-two .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px
}

.conference-block-two .inner-box .lower-content h3 a {
    position: relative;
    display: inline-block
}

.conference-block-two .inner-box .lower-content h3 a:hover {
    text-decoration: underline
}

.conference-block-two .inner-box .lower-content p {
    font-size: 18px;
    margin-bottom: 30px
}

.conference-block-two .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 29px
}

.conference-block-two .inner-box .lower-content .link a:hover {
    text-decoration: underline
}

.rtl .conference-section {
    direction: ltr
}

.rtl .conference-section .content-box {
    text-align: right
}

.rtl .conference-section .content-box h3:before {
    left: inherit;
    right: 0
}

.rtl .conference-section .content-box .single-item {
    padding-left: 0;
    padding-right: 105px
}

.rtl .conference-section .content-box .single-item .icon-box {
    left: inherit;
    right: 0
}

.rtl .conference-block-one .inner-box {
    text-align: right
}

@media only screen and (max-width:991px) {
    .conference-section .carousel-content {
        margin: 30px 0 0
    }

    .conference-style-two .conference-block-one .inner-box {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .conference-section .carousel-content {
        padding-left: 15px;
        padding-right: 15px;
        border: none
    }

    .conference-section .carousel-content .title-text, .conference-section .owl-dots {
        display: none
    }

    .conference-style-two {
        padding: 100px 0 70px;
        padding: 70px 0 40px
    }

    .conference-style-two .pattern-layer {
        display: none
    }

    .conference-style-three {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:499px) {
    .conference-section .content-box {
        padding-left: 30px
    }
}

.address-section {
    position: relative
}

.address-section .single-info-box {
    position: relative;
    display: block;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    border-radius: 5px;
    padding: 45px 30px 53px 40px;
    margin-bottom: 30px
}

.address-section .single-info-box .light-icon {
    position: absolute;
    right: 16px;
    bottom: 11px
}

.address-section .single-info-box h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px
}

.address-section .single-info-box span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--secondary-font);
    font-weight: 600;
    padding-left: 22px
}

.address-section .single-info-box span img {
    position: absolute;
    left: 0;
    top: 1px
}

.address-section .image-box {
    position: relative;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px
}

.address-section .image-box img {
    width: 100%;
    border-radius: 10px
}

.contact-section {
    position: relative
}

.contact-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.contact-section .form-inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    padding: 130px 160px
}

.contact-section .form-inner .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-section .form-inner .form-group:last-child {
    margin-bottom: 0
}

.contact-section .form-inner .form-group input[type=email], .contact-section .form-inner .form-group input[type=text], .contact-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    background: #f6f7f9;
    border: 1px solid #f6f7f9;
    font-size: 16px;
    padding: 10px 30px;
    transition: all .5s ease
}

.contact-section .form-inner .form-group textarea {
    height: 205px;
    resize: none;
    padding-top: 15px;
    margin-bottom: 40px
}

.contact-section .info-inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    padding: 40px 35px
}

.contact-section .info-inner h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px
}

.contact-section .info-inner .info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--secondary-font);
    font-weight: 600;
    padding-left: 21px;
    margin-bottom: 5px
}

.contact-section .info-inner .info-list li:last-child {
    margin-bottom: 0
}

.contact-section .info-inner .info-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15px
}

.contact-section .info-inner .info-list li a {
    display: inline-block
}

.contact-section .info-inner .info-list li a:hover {
    text-decoration: underline
}

.rtl .contact-section .info-inner .info-list li {
    padding-left: 0;
    padding-right: 21px
}

.rtl .contact-section .info-inner .info-list li i {
    left: inherit;
    right: 0
}

@media only screen and (max-width:991px) {
    .contact-section .form-inner {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .contact-section {
        padding: 70px 0
    }

    .contact-section .form-inner {
        padding: 60px 30px
    }
}

.cta-section {
    position: relative;
    overflow: hidden
}

.cta-section span {
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    background: linear-gradient(#f69f23, #a52282);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.cta-section h2, .cta-section span {
    position: relative;
    display: block;
    font-weight: 700;
    margin-bottom: 25px
}

.cta-section h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff
}

.cta-section .theme-btn {
    padding: 13px 45px
}

.cta-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    top: -56px;
    width: 100%;
    height: 118px;
    background-repeat: repeat-x
}

.cta-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 0;
    bottom: -56px;
    width: 100%;
    height: 118px;
    background-repeat: repeat-x
}

.cta-style-two {
    position: relative
}

.cta-style-two .inner-container {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    padding: 107px 120px 106px
}

.cta-style-two .inner-container .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.cta-style-two .inner-container .bg-layer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(#f69f23, #a52282);
    opacity: .8
}

.cta-style-two span {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 80px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px
}

.cta-style-two:before {
    position: absolute;
    content: "";
    background: #151415;
    width: 100%;
    height: 126px;
    left: 0;
    bottom: 0
}

.cta-style-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    bottom: 65px;
    width: 100%;
    height: 118px;
    background-repeat: repeat-x
}

.cta-style-two .pattern-layer .pattern-2 {
    position: absolute;
    left: 38px;
    top: 24px;
    width: 191px;
    height: 234px;
    background-repeat: no-repeat
}

.cta-style-two .pattern-layer .pattern-3 {
    position: absolute;
    top: 44px;
    right: 0;
    width: 219px;
    height: 246px;
    background-repeat: no-repeat
}

@media only screen and (max-width:767px) {
    .cta-section {
        padding: 70px 0
    }

    .cta-section h2 {
        font-size: 40px;
        line-height: 50px
    }

    .cta-style-two .inner-container {
        padding: 70px 30px
    }

    .cta-style-two span {
        font-size: 50px;
        line-height: 60px
    }
}

.error-section {
    position: relative;
    padding: 440px 0
}

.error-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.error-section .bg-layer:before {
    position: absolute;
    content: "";
    background: #001c3d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8
}

.error-section .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-section .content-box span {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 120px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.error-section .content-box h1 {
    position: relative;
    display: block;
    font-size: 400px;
    line-height: 367px;
    color: #fff;
    margin-bottom: 15px
}

.error-section .content-box h2 {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .error-section .content-box h1 {
        font-size: 300px;
        line-height: 300px
    }
}

@media only screen and (max-width:599px) {
    .error-section .content-box h1 {
        font-size: 150px;
        line-height: 200px
    }

    .error-section .content-box h2 {
        font-size: 50px;
        line-height: 60px
    }

    .error-section {
        padding: 200px 0 100px
    }
}

.event-section {
    position: relative;
    background: hsla(0, 0%, 98%, .7)
}

.event-section .content-box {
    position: relative;
    display: block;
    max-width: 450px
}

.event-section .content-box p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.event-section .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    background: #f5f5f5;
    cursor: pointer;
    text-align: center;
    width: 210px;
    padding: 39px 30px 28px;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all .5s ease
}

.event-section .tab-btns li:last-child {
    margin-right: 0
}

.event-section .tab-btns li.active-btn {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    background: #fff
}

.event-section .tab-btns li h3 {
    font-size: 24px;
    line-height: 34px
}

.event-block-one .inner-box, .event-section .tab-btns li span {
    position: relative;
    display: block
}

.event-block-one .inner-box {
    padding: 0 0 0 293px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.event-block-one .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 293px;
    border-radius: 10px;
    overflow: hidden
}

.event-block-one .inner-box .image-box img {
    width: 100%;
    transition: all .5s ease
}

.event-block-one .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.event-block-one .inner-box .inner {
    position: relative;
    display: block;
    padding: 32px 30px 37px
}

.event-block-one .inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px
}

.event-block-one .inner-box h5 a {
    display: inline-block
}

.event-block-one .inner-box h5 a:hover {
    text-decoration: underline
}

.event-block-one .inner-box p {
    display: block;
    margin-bottom: 10px
}

.event-block-one .inner-box .info-list {
    position: relative;
    display: flex;
    align-items: center
}

.event-block-one .inner-box .info-list li {
    position: relative;
    margin-right: 20px;
    padding-left: 21px;
    font-size: 16px;
    line-height: 29px;
    font-family: var(--secondary-font);
    font-weight: 600
}

.event-block-one .inner-box .info-list li:last-child {
    margin: 0 !important
}

.event-block-one .inner-box .info-list li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 15px
}

.event-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 54px;
    top: 322px;
    width: 201px;
    height: 145px;
    background-repeat: no-repeat;
    opacity: .3
}

.event-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 536px;
    bottom: -70px;
    width: 141px;
    height: 147px;
    background-repeat: no-repeat
}

.event-section .pattern-layer .pattern-3 {
    position: absolute;
    right: 0;
    bottom: -800px;
    width: 955px;
    height: 1642px;
    background-repeat: no-repeat
}

.event-page-section {
    background: transparent
}

.event-page-section .event-block-one .inner-box {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05)
}

.rtl .event-section .tab-btns li {
    float: right;
    margin-right: 0;
    margin-left: 30px
}

.rtl .event-block-one .inner-box {
    padding-left: 0;
    padding-right: 293px
}

.rtl .event-block-one .inner-box .image-box {
    left: inherit;
    right: 0
}

.rtl .event-block-one .inner-box .info-list li {
    margin-right: 0;
    margin-left: 20px
}

@media only screen and (max-width:991px) {
    .event-section .content-box {
        max-width: 100%;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .event-section {
        padding: 70px 0 40px
    }
}

@media only screen and (max-width:599px) {
    .event-block-one .inner-box {
        padding-left: 0
    }

    .rtl .event-block-one .inner-box {
        padding-right: 0
    }

    .event-block-one .inner-box .image-box {
        position: relative;
        width: 100%;
        margin-bottom: 30px
    }
}

.event-details {
    position: relative
}

.event-details .carousel-content .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 100%
}

.event-details .carousel-content .owl-nav .owl-prev {
    position: absolute;
    left: 20px
}

.event-details .carousel-content .owl-nav .owl-next {
    position: absolute;
    right: 20px
}

.event-details .carousel-content .owl-nav button {
    background: #fff
}

.event-details .carousel-content .owl-nav button:hover {
    color: #fff
}

.event-details .carousel-content .image-box {
    position: relative;
    display: block;
    border-radius: 20px
}

.event-details .carousel-content .image-box img {
    width: 100%;
    border-radius: 20px
}

.event-details .content-box .title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.event-details .content-box .title-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px
}

.event-details .content-box .title-box .time {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 29px;
    font-family: var(--secondary-font);
    font-weight: 600;
    padding-left: 35px
}

.event-details .content-box .title-box .time i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 25px
}

.event-details .content-box .text-box p {
    margin-bottom: 25px
}

.event-details .content-box .list-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.event-details .content-box .list-inner .list-item li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 35px
}

.event-details .content-box .list-inner .list-item li:before {
    position: absolute;
    content: "\e911";
    font-family: icomoon;
    font-size: 18px;
    left: 0;
    top: 0
}

.event-details .single-info-box {
    position: relative;
    display: block;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    border-radius: 5px;
    padding: 41px 30px 49px 40px;
    margin-bottom: 20px
}

.event-details .single-info-box .light-icon {
    position: absolute;
    right: 16px;
    bottom: 11px
}

.event-details .single-info-box h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px
}

.event-details .single-info-box span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--secondary-font);
    font-weight: 600;
    padding-left: 22px
}

.event-details .single-info-box span img {
    position: absolute;
    left: 0;
    top: 1px
}

.event-details .map-inner {
    position: relative;
    height: 480px;
    border-radius: 20px;
    overflow: hidden
}

.event-details .map-inner iframe {
    position: relative;
    width: 100%;
    height: 480px
}

.rtl .event-details .content-box .list-inner .list-item li, .rtl .event-details .content-box .title-box .time {
    padding-left: 0;
    padding-right: 35px
}

.rtl .event-details .content-box .list-inner .list-item li:before, .rtl .event-details .content-box .title-box .time i {
    left: inherit;
    right: 0
}

.rtl .event-details .single-info-box span {
    padding-left: 0;
    padding-right: 22px
}

.rtl .event-details .single-info-box span img {
    left: inherit;
    right: 0
}

.rtl .event-details .single-info-box .light-icon {
    right: inherit;
    left: 16px
}

@media only screen and (max-width:767px) {
    .event-details .content-box .title-box {
        display: block
    }

    .event-details .content-box .title-box .title-text {
        margin-bottom: 20px
    }

    .event-details {
        padding: 70px 0
    }

    .event-details .content-box .list-inner {
        display: block;
        margin-bottom: 30px
    }
}

.accordion, .faq-page-section {
    position: relative
}

.accordion .acc-btn {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    font-weight: 700;
    padding: 22px 30px 22px 100px;
    border-radius: 5px;
    cursor: pointer
}

.accordion .acc-btn.active {
    color: #fff
}

.accordion .acc-content {
    padding: 30px
}

.accordion .acc-content p {
    font-size: 18px;
    font-weight: 600
}

.accordion .acc-btn .icon-box {
    position: absolute;
    left: 22px;
    top: 28px;
    font-size: 20px;
    font-weight: 400
}

.accordion .acc-btn .icon-box:before {
    position: absolute;
    content: "";
    background: #e1e1e1;
    width: 1px;
    height: 35px;
    top: -8px;
    right: -30px
}

.accordion .acc-btn.active .icon-box:before {
    opacity: .5
}

.accordion .acc-btn .icon-box i {
    position: relative;
    display: inline-block;
    transition: all .5s ease
}

.accordion .acc-btn.active .icon-box i {
    transform: rotate(45deg)
}

@media only screen and (max-width:767px) {
    .faq-page-section {
        padding: 70px 0
    }
}

.feature-section {
    position: relative;
    /* background: hsla(0, 0%, 98%, .7) */
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.feature-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px
}

.feature-block-one .inner-box p {
    margin-bottom: 15px
}

.feature-block-one .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    color: #6a6a6a
}

@media only screen and (max-width:767px) {
    .feature-section {
        padding: 70px 0 40px
    }
}

.gallery-section {
    position: relative
}

.gallery-section .title-inner {
    position: relative;
    padding-left: 250px
}

.gallery-section .title-inner p {
    font-size: 18px;
    font-weight: 600;
    max-width: 420px
}

.gallery-block-one .inner-box {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    padding: 330px 60px 70px;
    margin-bottom: 30px
}

.gallery-block-one .inner-box .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.gallery-block-one .inner-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700
}

.gallery-block-one .inner-box h2 a {
    display: inline-block;
    color: #fff
}

.gallery-block-one .inner-box h2 a:hover {
    text-decoration: underline
}

.gallery-block-one .inner-box .link {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.gallery-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transform: scale(0)
}

.gallery-block-one .inner-box:hover .link a {
    transform: scale(1)
}

.gallery-block-one .inner-box .link a:hover {
    background: #fff
}

.gallery-block-one .inner-box .link a i {
    position: relative;
    display: inline-block;
    transform: rotate(-45deg)
}

.gallery-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 90px;
    top: 140px;
    width: 51px;
    height: 59px;
    background-repeat: no-repeat
}

.gallery-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 700px;
    top: 487px;
    width: 89px;
    height: 93px;
    background-repeat: no-repeat
}

.gallery-style-two {
    position: relative
}

.gallery-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

.gallery-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px
}

.gallery-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 20px;
    transition: all .5s ease
}

.gallery-block-two .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.gallery-block-two .inner-box .link {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.gallery-block-two .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transform: scale(0)
}

.gallery-block-two .inner-box:hover .link a {
    transform: scale(1)
}

.gallery-block-two .inner-box .link a:hover {
    background: #fff
}

.gallery-block-two .inner-box .link a i {
    position: relative;
    display: inline-block;
    transform: rotate(-45deg)
}

.rtl .gallery-section .title-inner {
    padding-left: 0;
    padding-right: 250px
}

.rtl .gallery-block-one .inner-box .link {
    right: inherit;
    left: 15px
}

@media only screen and (max-width:1200px) {
    .gallery-section .title-inner {
        padding-left: 15px
    }

    .rtl .gallery-section .title-inner {
        padding-right: 15px
    }
}

@media only screen and (max-width:991px) {
    .gallery-block-one {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .gallery-section {
        padding-top: 70px
    }

    .gallery-style-two {
        padding-bottom: 40px
    }

    .gallery-section.home-3 {
        padding-bottom: 70px
    }

    .gallery-style-two.pt_140 {
        padding-top: 70px
    }

    .gallery-section.pb_110 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:599px) {
    .gallery-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px
    }

    .gallery-block-one .inner-box h2 {
        font-size: 30px;
        line-height: 40px
    }
}

.mission-section {
    position: relative
}

.mission-block-one .inner-box {
    position: relative;
    display: block;
    background: #fafafa;
    padding: 60px 50px 50px;
    margin-bottom: 30px;
    transition: all .5s ease
}

.mission-block-one .inner-box:hover {
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05)
}

.mission-block-one .inner-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.mission-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px
}

.mission-block-one .inner-box h3 a {
    position: relative;
    display: inline-block;
    color: var(--title-color)
}

.mission-block-one .inner-box p {
    margin-bottom: 15px
}

.mission-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    color: var(--text-color)
}

.mission-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 432px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}

.mission-style-two {
    position: relative
}

.mission-style-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 432px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}

.mission-style-two .mission-block-one .inner-box {
    background: transparent;
    padding-bottom: 0;
    box-shadow: none !important
}

.mission-block-one .inner-box .count-text {
    position: absolute;
    left: 35%;
    top: 0;
    transform: translateX(-50%);
    font-size: 400px;
    line-height: 200px;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: hsla(0, 0%, 41.6%, .1)
}

.mission-style-two .pattern-layer .pattern-2 {
    position: absolute;
    left: 0;
    top: 117px;
    width: 92px;
    height: 144px;
    background-repeat: no-repeat
}

.mission-style-two .pattern-layer .pattern-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 121px;
    height: 134px;
    background-repeat: no-repeat
}

.mission-style-two .pattern-layer .pattern-4 {
    position: absolute;
    top: 469px;
    right: 778px;
    width: 98px;
    height: 107px;
    background-repeat: no-repeat
}

.mission-style-two.home-3 .pattern-layer .pattern-4 {
    top: 150px
}

@media only screen and (max-width:767px) {
    .mission-section, .mission-style-two {
        padding: 70px 0 40px
    }

    .mission-style-two .pattern-layer {
        display: none
    }

    .mission-style-two.home-3 {
        padding-bottom: 0
    }
}

@media only screen and (max-width:499px) {
    .mission-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px
    }
}

.news-section {
    position: relative
}

.news-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 78px;
    top: 262px;
    width: 64px;
    height: 60px;
    background-repeat: no-repeat
}

.news-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 0;
    bottom: 145px;
    width: 110px;
    height: 144px;
    background-repeat: no-repeat
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 20px;
    transition: all .5s ease;
    height:300px;
}

.news-block-one .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 30px
}

.news-block-one .inner-box .lower-content .info-list {
    position: relative;
    display: flex;
    align-items: center
}

.news-block-one .inner-box .lower-content .info-list li {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 50px;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: var(--text-color);
    margin-right: 10px
}

.news-block-one .inner-box .lower-content .info-list li:last-child {
    margin: 0 !important
}

.news-block-one .inner-box .lower-content .info-list li a {
    display: inline-block;
    color: var(--text-color)
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block
}

.news-block-one .inner-box .lower-content h3 a:hover {
    text-decoration: underline
}

.news-block-one .inner-box .lower-content p {
    margin-bottom: 30px
}

.news-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 29px
}

.news-block-one .inner-box .lower-content .link a:hover {
    color: var(--title-color)
}

.sidebar-page-container {
    position: relative
}

.news-block-one .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px
}

.news-block-one .inner-box .lower-content h2 a {
    display: inline-block
}

.news-block-one .inner-box .lower-content h2 a:hover {
    text-decoration: underline
}

.rtl .news-block-one .inner-box .lower-content .info-list li {
    margin-right: 0;
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .news-section {
        padding: 70px 0 40px
    }

    .news-section .pattern-layer {
        display: none
    }

    .sidebar-page-container {
        padding: 70px 0
    }
}

@media only screen and (max-width:499px) {
    .news-block-one .inner-box .lower-content h2 {
        font-size: 30px;
        line-height: 40px
    }
}

.page-title {
    position: relative;
    padding: 297px 0 237px;
    overflow: hidden
}

.page-title .bg-layer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.page-title .bg-layer, .page-title .bg-layer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

/* .page-title .bg-layer:before {
    content: "";
    background: #d9cbb6;
    opacity: .8
} */

.page-title .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    bottom: -56px;
    width: 100%;
    height: 118px;
    background-repeat: repeat-x
}

.page-title .pattern-layer .pattern-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 177px;
    height: 177px;
    background-repeat: no-repeat
}

.page-title .bread-crumb li {
    float: left;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    font-weight: 700
}

.page-title .bread-crumb li, .page-title .bread-crumb li a {
    position: relative;
    display: inline-block;
    background: linear-gradient(#f69f23, #a52282);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-title .bread-crumb li a:hover {
    text-decoration: underline
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #fff
}

.rtl .page-title .bread-crumb li {
    float: right
}

@media only screen and (max-width:767px) {
    .page-title {
        padding: 200px 0 180px
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px
    }
}

.pricing-section {
    position: relative
}

.pricing-section .title-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pricing-section .content-inner {
    position: relative;
    margin: 0 -61px
}

.pricing-section .pricing-block {
    padding: 0 76px
}

.pricing-block-one .pricing-table {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.pricing-block-one .pricing-table .image-box {
    position: relative;
    display: block;
    border-radius: 20px;
    margin-bottom: 40px
}

.pricing-block-one .pricing-table .image-box img {
    width: 100%;
    border-radius: 20px
}

.pricing-block-one .pricing-table h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px
}

.pricing-block-one .pricing-table h2 span {
    font-size: 24px;
    font-weight: 300
}

.pricing-block-one .pricing-table h3 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #6a6a6a
}

.pricing-block-one .pricing-table .feature-list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 45px;
    font-weight: 600
}

.pricing-block-one .pricing-table .feature-list li del {
    opacity: .4
}

.pricing-block-one .pricing-table .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 29px
}

@media only screen and (max-width:767px) {
    .pricing-section {
        padding: 70px 0 40px
    }

    .pricing-section .title-inner {
        display: block
    }

    .pricing-section .title-inner .sec-title {
        margin-bottom: 30px
    }

    .pricing-section .title-inner p br {
        display: none
    }
}

.room-section {
    position: relative
}

.room-section .image-box {
    position: relative;
    display: block;
    border-radius: 20px;
    margin-bottom: 60px
}

.room-section .image-box img {
    width: 100%;
    border-radius: 20px
}

.room-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px
}

.room-section .content-box span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px
}

.room-section .room-sidebar {
    position: relative;
    display: block;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    border-radius: 5px;
    padding: 32px 30px 60px 33px
}

.room-section .room-sidebar h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px
}

.room-section .room-sidebar span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--secondary-font);
    font-weight: 600;
    padding-left: 21px
}

.room-section .room-sidebar span img {
    position: absolute;
    left: 0;
    top: 4px
}

.rtl .room-section .room-sidebar span {
    padding-left: 0;
    padding-right: 21px
}

.rtl .room-section .room-sidebar span img {
    left: inherit;
    right: 0
}

@media only screen and (max-width:991px) {
    .room-section .room-sidebar {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .room-section {
        padding-top: 70px
    }
}

.default-sidebar {
    position: relative
}

.default-sidebar .gallery-widget .image-box {
    position: relative;
    display: block
}

.default-sidebar .gallery-widget .image-box .image {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden
}

.default-sidebar .gallery-widget .image-box .image img {
    width: 100%;
    border-radius: 20px
}

.default-sidebar .gallery-widget .image-box h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 70px;
    line-height: 60px;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .2)
}

.default-sidebar .widget-title {
    position: relative;
    display: block;
    padding-bottom: 5px
}

.default-sidebar .widget-title:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: linear-gradient(-90deg, #f69f23, #a52282)
}

.default-sidebar .widget-title h3 {
    position: relative;
    font-size: 30px;
    line-height: 50px
}

.default-sidebar .sidebar-widget {
    position: relative;
    display: block;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    border-radius: 5px;
    padding: 40px
}

.default-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding: 5px 0 3px 120px;
    margin-bottom: 15px;
    min-height: 100px
}

.default-sidebar .post-widget .post:last-child {
    margin-bottom: 0
}

.default-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 10px
}

.default-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 10px
}

.default-sidebar .post-widget .post h6 {
    display: block;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 5px
}

.default-sidebar .post-widget .post h6 a {
    display: inline-block
}

.default-sidebar .post-widget .post h6 a:hover {
    text-decoration: underline
}

.default-sidebar .post-widget .post .post-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 29px
}

.default-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.default-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 29px;
    color: var(--text-color);
    padding: 9px 20px;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    border-radius: 3px
}

.default-sidebar .tags-widget .tags-list li a:hover {
    color: #fff
}

.default-sidebar .tags-widget {
    padding-bottom: 25px
}

.default-sidebar .search-widget h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px
}

.default-sidebar .search-widget .search-form .form-group {
    position: relative;
    margin-bottom: 0
}

.default-sidebar .search-widget .search-form .form-group input[type=search] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
    padding: 10px 60px 10px 20px;
    font-size: 16px;
    color: #6a6a6a;
    transition: all .5s ease
}

.default-sidebar .search-widget .search-form .form-group button[type=submit] {
    position: absolute;
    top: 19px;
    right: 30px;
    filter: grayscale(100%);
    opacity: .7;
    transition: all .5s ease
}

.default-sidebar .search-widget .search-form .form-group button:hover, .default-sidebar .search-widget .search-form .form-group input:focus+button {
    filter: grayscale(0);
    opacity: 1
}

.default-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.default-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0
}

.default-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    color: var(--text-color)
}

.default-sidebar .category-widget .category-list li a i {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 16px;
    font-weight: 400
}

.rtl .default-sidebar .post-widget .post {
    padding-left: 0;
    padding-right: 120px
}

.rtl .default-sidebar .post-widget .post .post-thumb, .rtl .default-sidebar .widget-title:before {
    left: inherit;
    right: 0
}

.rtl .default-sidebar .tags-widget .tags-list li {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.rtl .default-sidebar .category-widget .category-list li a i {
    right: inherit;
    left: 0;
    transform: rotate(180deg)
}

@media only screen and (max-width:767px) {
    .blog-sidebar {
        margin-top: 40px
    }
}

@media only screen and (max-width:499px) {
    .default-sidebar .sidebar-widget {
        padding-left: 30px;
        padding-right: 30px
    }
}

.team-section {
    position: relative
}

.team-section .team-block-one {
    float: left;
    width: 25%
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 45px 50px 254px
}

.team-block-one .inner-box .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    filter: grayscale(100%);
    transition: all .5s ease
}

.team-block-one .inner-box:hover .bg-layer {
    filter: grayscale(0)
}

.team-block-one .inner-box .bg-layer:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #f69f23, #a52282);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: blur(2px);
    transition: all .5s ease
}

.team-block-one .inner-box:hover .bg-layer:before {
    opacity: .6
}

.team-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 3px
}

.team-block-one .inner-box h3 a {
    display: inline-block;
    color: #fff
}

.team-block-one .inner-box h3 a:hover {
    text-decoration: underline
}

.team-block-one .inner-box .designation {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 21px
}

.team-block-one .inner-box p {
    position: relative;
    display: block;
    color: #fff;
    opacity: 0;
    top: 15px;
    transition: all .5s ease
}

.team-block-one .inner-box:hover p {
    top: 0;
    opacity: 1
}

.team-block-one .inner-box .social-links {
    position: absolute;
    left: 50px;
    bottom: 20px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all .5s ease
}

.team-block-one .inner-box:hover .social-links {
    bottom: 40px;
    opacity: 1
}

.team-block-one .inner-box .social-links li {
    margin-right: 50px
}

.team-block-one .inner-box .social-links li:last-child {
    margin: 0 !important
}

.team-block-one .inner-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 30px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 500
}

.team-block-one .inner-box .social-links li a:hover {
    text-decoration: underline
}

.team-style-two {
    position: relative
}

.team-style-two .pattern-layer {
    position: absolute;
    left: 92px;
    top: 195px;
    width: 70px;
    height: 167px;
    background-repeat: no-repeat
}

.team-style-two .team-block-one .inner-box {
    margin-bottom: 30px
}

.team-style-three {
    position: relative
}

.team-style-three .title-text h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px
}

.team-style-three .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 100%
}

.team-style-three .owl-nav .owl-prev {
    position: absolute;
    left: -25px
}

.team-style-three .owl-nav .owl-next {
    position: absolute;
    right: -25px
}

.team-style-three .owl-nav button {
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05)
}

.team-style-three .owl-nav button:hover {
    color: #fff
}

.rtl .team-block-one .inner-box .social-links {
    left: inherit;
    right: 50px
}

.rtl .team-block-one .inner-box .social-links li {
    margin-right: 0;
    margin-left: 50px
}

.rtl .team-block-one .inner-box {
    text-align: right
}

@media only screen and (max-width:991px) {
    .team-section .team-block-one {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .team-section .team-block-one {
        width: 100%
    }

    .team-style-two {
        padding: 40px 0
    }

    .team-section.pt_140.pb_140 {
        padding: 70px 0
    }

    .team-style-three {
        padding-bottom: 70px
    }
}

@media only screen and (max-width:499px) {
    .team-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 180px
    }

    .team-block-one .inner-box .social-links li {
        margin-right: 30px
    }

    .rtl .team-block-one .inner-box .social-links li {
        margin-left: 30px
    }

    .team-block-one .inner-box .social-links {
        left: 30px
    }

    .rtl .team-block-one .inner-box .social-links {
        right: 30px
    }

    .team-style-three .owl-nav {
        display: none
    }
}

.team-details {
    position: relative
}

.team-details-content .image-box {
    position: relative;
    display: block;
    border-radius: 20px;
    margin-right: 58px
}

.team-details-content .image-box img {
    width: 100%;
    border-radius: 20px
}

.team-details-content .content-box {
    position: relative;
    display: block
}

.team-details-content .content-box h3 {
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.team-details-content .content-box .designation {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.team-details-content .content-box p {
    margin-bottom: 30px;
    max-width: 635px
}

.team-details-content .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 25px
}

.team-details-content .content-box .list-item li:last-child {
    margin-bottom: 0
}

.team-details-content .content-box .list-item li a {
    display: inline-block;
    color: var(--text-color)
}

.team-details .pattern-layer {
    position: absolute;
    right: 70px;
    bottom: 85px;
    width: 326px;
    height: 699px;
    background-repeat: no-repeat
}

.team-details.team-details-page .pattern-layer {
    bottom: 0
}

.rtl .team-details-content .image-box {
    margin-right: 0;
    margin-left: 58px
}

@media only screen and (max-width:991px) {
    .team-details-content .image-box {
        margin: 0 0 30px !important
    }
}

@media only screen and (max-width:767px) {
    .team-details {
        padding-bottom: 70px
    }

    .team-details.team-details-page {
        padding-top: 70px
    }
}

.testimonial-section {
    position: relative
}

.testimonial-section .title-inner {
    max-width: 550px
}

.testimonial-block-one .inner-box {
    position: relative;
    display: flex;
    align-items: center
}

.testimonial-block-one .inner-box .image-box {
    position: relative;
    min-width: 210px;
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden
}

.testimonial-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 5px
}

.testimonial-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 5px
}

.testimonial-block-one .inner-box .image-box .icon-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 113px;
    height: 113px;
    line-height: 113px;
    background: #fff;
    text-align: center;
    font-size: 44px
}

.testimonial-block-one .inner-box .text-box p {
    font-size: 18px;
    margin-bottom: 30px
}

.testimonial-block-one .inner-box .text-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px
}

.testimonial-block-one .inner-box .text-box .designation {
    position: relative;
    display: block;
    font-weight: 500
}

.testimonial-section .owl-nav button {
    position: relative;
    display: block
}

.testimonial-section .owl-nav button.owl-prev {
    margin-bottom: 10px
}

.testimonial-section .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.testimonial-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 60px;
    top: 110px;
    width: 93px;
    height: 90px;
    background-repeat: no-repeat
}

.testimonial-section .pattern-layer .pattern-2 {
    position: absolute;
    top: 70px;
    right: 0;
    width: 309px;
    height: 164px;
    background-repeat: no-repeat
}

.rtl .testimonial-block-one .inner-box {
    text-align: right
}

@media only screen and (max-width:1200px) {
    .testimonial-section .owl-nav {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .testimonial-section {
        padding: 40px 0 70px
    }

    .testimonial-section .pattern-layer {
        display: none
    }
}

@media only screen and (max-width:499px) {
    .testimonial-block-one .inner-box {
        display: block
    }

    .testimonial-block-one .inner-box .image-box {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.upcoming-section {
    position: relative;
    overflow: hidden
}

.upcoming-section .bg-layer:before {
    position: absolute;
    content: "";
    background: #001c3d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .95
}

.upcoming-section .sec-title .sub-title {
    background: linear-gradient(#fff, #fff)
}

.upcoming-section .cs-countdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.upcoming-section .cs-countdown .count-col {
    position: relative;
    display: block
}

.upcoming-section .cs-countdown .count-col span {
    position: relative;
    display: block;
    font-size: 100px;
    line-height: 80px;
    font-weight: 700;
    font-family: var(--secondary-font);
    text-align: center;
    color: #fff;
    margin-bottom: 23px
}

.upcoming-section .cs-countdown .count-col h6 {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize
}

@media only screen and (max-width:991px) {
    .upcoming-section .sec-title {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .upcoming-section {
        padding: 70px 0
    }
}

@media only screen and (max-width:499px) {
    .upcoming-section .cs-countdown {
        display: block;
        text-align: center
    }
}

.venue-section {
    position: relative
}

.venue-block-one .inner-box {
    position: relative;
    display: block;
    padding: 32px 30px 30px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px
}

.venue-block-one .inner-box .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.venue-block-one .inner-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 76px;
    font-family: var(--secondary-font);
    font-weight: 700;
    text-align: center;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 434px
}

.venue-block-one .inner-box .text-box {
    position: relative;
    display: inline-block;
    padding: 18px 43px 18px 37px;
    border-radius: 10px
}

.venue-block-one .inner-box .text-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 700
}

.venue-block-one .inner-box .text-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff
}

.venue-block-one .inner-box .text-box h3 span {
    font-size: 16px;
    font-weight: 500
}

.rtl .address-section .single-info-box span {
    padding-left: 0;
    padding-right: 22px
}

.rtl .address-section .single-info-box span img {
    left: inherit;
    right: 0
}

.rtl .address-section .single-info-box .light-icon {
    right: inherit;
    left: 16px
}

@media only screen and (max-width:767px) {
    .venue-section {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:499px) {
    .venue-block-one .inner-box h2 {
        margin-bottom: 250px
    }
}


.jazzy-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--secondary-font);
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(rgba(246, 159, 35, 1), rgba(165, 34, 130, 1));
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}