a,
a:hover {
    text-decoration: none;
    outline: 0
}

a,
body,
button,
input,
select,
textarea {
    font-family: Raleway, sans-serif
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.callback-section .form-inner form,
.main-menu .navigation,
figure,
li,
p,
ul {
    margin: 0
}

#wrapper h5,
#wrapper p {
    color: #303030;
    line-height: 1.2
}

body {
    font-size: 16px;
    color: #828080;
    line-height: 26px;
    font-weight: 400;
    background: center top/cover no-repeat #fff;
    -webkit-font-smoothing: antialiased
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0 15px
    }
}

.large-container {
    max-width: 1450px;
    padding: 0 15px;
    margin: 0 auto
}

.coaching-style-two .coaching-block,
.container-fluid,
li,
ul {
    padding: 0
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.boxed_wrapper,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    position: relative
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.boxed_wrapper {
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px
}

.about-style-three .image-box .image,
.mobile-menu-visible,
.theme-btn {
    overflow: hidden
}

a {
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.about-section .image-box .image img,
.clients-section.style-two .clients-logo-box img,
.news-block-one .inner-box .image-box .image img,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p {
    transition: .5s
}

button,
input,
select,
textarea {
    font-weight: 400;
    font-size: 15px
}

li,
ul {
    list-style: none
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    transition: .5s
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

p {
    font-family: Heebo, sans-serif;
    color: grey;
    font-weight: 400;
    text-align: justify;
    line-height: 22.8px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #142b3c;
    margin: 0
}

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.theme-btn,
img {
    display: inline-block
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    border-radius: 50%
}

.pagination li a,
.theme-btn {
    z-index: 1;
    transition: .5s;
    font-family: Manrope, sans-serif;
    text-align: center
}

.sec-title h6,
.theme-btn {
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.handle-preloader .animation-preloader .spinner {
    animation: 1s linear infinite spinner;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px;
    width: 150px;
    border: 3px solid #fff;
    border-top-color: rgba(255, 255, 255, .5)
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: 4s infinite letters-loading;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    color: #fff
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30)
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .2s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .4s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .6s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .8s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s
}

.handle-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0)
    }
}

@media screen and (max-width:767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }
}

@media screen and (max-width:500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px
    }
}

.centred {
    text-align: center
}

.main-header .menu-right-content .option-box .faq,
.main-header .menu-right-content .option-box .login,
.main-menu,
.pull-left {
    float: left
}

.blog-sidebar .category-widget .category-list li a span,
.pull-right {
    float: right
}

img {
    max-width: 100%;
    height: auto;
    transition: .7s ease-in-out .1s
}

.theme-btn {
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    color: #fff !important;
    padding: 14.5px 34px;
    border-radius: 0
}

.theme-btn i {
    position: relative;
    margin-left: 6px;
    top: 3px;
    font-size: 16px
}

.theme-btn:before {
    webkit-transition-duration: 800ms;
    transition-duration: .8s;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #289b43;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.theme-btn:hover:before {
    bottom: -40%
}

.theme-btn.btn-two {
    background: 0 0;
    padding: 12.5px 33px
}

.theme-btn.btn-two i {
    margin-left: 2px
}

.blog-details-content,
.blog-details-content .content-one .author-box span,
.chooseus-block-one .inner-box,
.chooseus-style-two,
.coaching-details-content .content-four .accordion-box .block .acc-content .inner .image,
.coaching-details-content .content-two .single-item .inner-box .overlay-content .image,
.coaching-details-content .list,
.content_block_five .content-box,
.content_block_four .content-box .inner-box .single-item,
.content_block_one .content-box,
.content_block_two .content-box,
.countries-block-one .inner-box,
.countries-details-content,
.countries-details-content .content-two .tabs-content .inner-box .image-box,
.default-sidebar,
.faq-content,
.faq-content .questions-list li,
.footer-top-two .tweet-widget .tweet-content,
.news-block-one .inner-box .image-box,
.news-block-one .inner-box .lower-content .author-box span,
.pagination,
.process-block-one .inner-box,
.project-tab .p-tabs-content,
.service-block-three .inner-box,
.service-block-two .inner-box .overlay-content .image,
.statistics-section .content-box,
.team-block-one .inner-box .image-box,
.team-block-one .inner-box .image-box .list>li,
.visa-details-content .content-three .tabs-content .inner-box .image-box,
.visa-details-content .content-two .single-item .inner-box .overlay-content .image {
    position: relative;
    display: block
}

.pagination li {
    position: relative;
    display: inline-block
}

.centred .pagination li {
    margin: 0 3.5px
}

.left .pagination li {
    float: left;
    margin-right: 10px
}

.blog-details-content .author-box .content-box .social-links li:last-child,
.blog-details-content .post-share-option ul li:last-child,
.blog-sidebar .post-widget .post .info li:last-child,
.countries-details-content .content-three .service-list li:last-child,
.default-sidebar .download-widget .download-list li:last-child,
.footer-bottom .footer-nav li:last-child,
.footer-style-three .contact-widget .social-links li:last-child,
.header-top-three .social-links li:last-child,
.header-top-two .language li:last-child,
.header-top-two .social-links li:last-child,
.mission-section .tab-btns li:last-child,
.mr-0,
.news-block-one .inner-box .lower-content .info li:last-child,
.pagination li:last-child,
.pagination-nav li:last-child,
.testimonial-block-one .inner-box .rating li:last-child,
.testimonial-style-three .testimonial-content .inner-box .rating li:last-child {
    margin: 0 !important
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    width: 54px;
    line-height: 54px;
    color: #142b3c;
    background-color: #f4f5f4
}

.banner-section .owl-theme .owl-nav button:hover,
.blog-details-content .post-share-option .tags-list li a:hover,
.blog-sidebar .post-widget .post .info li a,
.blog-sidebar .post-widget .post h6 a:hover,
.blog-sidebar .tags-widget .tags-list li a:hover,
.callback-section .sec-title h6,
.callback-section .sec-title p,
.chooseus-style-three .sec-title h6,
.coaching-block-one .inner-box .overlay-content p,
.coaching-details-content .content-four .accordion-box .block .acc-content .text h4 a,
.coaching-details-content .content-four .accordion-box .block .acc-content .text p,
.countries-details-content .content-three .service-list li a:hover .icon-box,
.countries-style-three .owl-nav button:hover,
.default-sidebar .category-widget .category-list li a.current,
.default-sidebar .category-widget .category-list li a:hover,
.dream-section .sec-title h6,
.faq-section .sec-title h6,
.footer-style-three .contact-widget .info-list li a:hover,
.footer-style-three .logo-widget .links-list li a:hover,
.footer-style-three .text h6 a,
.footer-top-two .links-widget .links-list li a:hover,
.footer-top-two .logo-widget .inner h6 a:hover,
.footer-top-two .post-widget .post h6 a:hover,
.footer-top-two .tweet-widget .tweet-content .inner a:hover,
.funfact-section.alternat-2 .funfact-block-one .inner-box .count-outer,
.funfact-section.alternat-2 .funfact-block-one .inner-box h4,
.funfact-section.alternat-2 .funfact-block-one .inner-box p,
.header-style-two .menu-right-content .user-link a:hover,
.header-top .info li a,
.header-top .social-links a,
.header-top-three .support-box p a,
.header-top-two .phone-box h6 a,
.home-3 .scroll-top:hover,
.mission-section .tab-btns li.active-btn h4,
.mission-section .tab-btns li:hover h4,
.news-section.style-two .single-item-carousel .owl-nav button:hover,
.pagination li a.current,
.pagination li a:hover,
.pagination-nav li a:hover,
.scroll-top:hover,
.sec-title.light h2,
.testimonial-style-three .owl-nav button:hover,
.white h2 {
    color: #fff
}

.blog-details-content .post-share-option ul li,
.header-top-three .social-links li,
.header-top-two .language li,
.header-top-two .social-links li,
.pagination-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px
}

.pagination-nav li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: Lexend, sans-serif;
    color: #1e2434;
    background-color: #f4f5f4;
    padding: 15px 40px;
    text-transform: uppercase
}

.pagination-nav li a i {
    position: relative;
    top: 2px
}

.sec-pad {
    padding: 110px 0 120px
}

.sec-pad-2 {
    padding: 120px 0
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    z-index: 99;
    background: 0 0;
    text-align: center;
    cursor: pointer;
    transition: 1s;
    border-color: currentColor;
    border-radius: 50%;
}

.mobile-menu .navigation li,
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.coaching-block:first-child .coaching-block-two .inner-box,
.coaching-block:nth-child(2) .coaching-block-two .inner-box,
.coaching-block:nth-child(3) .coaching-block-two .inner-box,
.coaching-block:nth-child(4) .coaching-block-two .inner-box,
.mobile-menu .navigation:last-child,
.project-tab .tab-btn-box {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.scroll-top.open {
    /* bottom: 50px */
}

.about-section .content-box .text,
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.sec-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 9px;
    margin-bottom: 15px
}

.sec-title h6:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    left: 0;
    bottom: 0
}

.sec-title.centred h6:before {
    left: 50%;
    transform: translateX(-50%)
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-weight: 800
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: .5s;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.about-style-five .image-box img,
.about-style-four .image-box .image img,
.about-style-six .image-box .image img,
.blog-details-content .comment-box .comment .thumb-box img,
.blog-details-content .comments-form-area .form-group .theme-btn,
.blog-details-content .content-one .image-box img,
.blog-details-content .nav-btn .single-btn .image-box img,
.blog-sidebar .subscribe-widget .form-group button,
.callback-section .form-inner .form-group button,
.coaching-details-content .content-four .accordion-box .block .acc-content .inner .image img,
.coaching-details-content .content-one .two-column .image img,
.coaching-details-content .content-two .single-item .inner-box .content-box .image-box img,
.coaching-details-content .content-two .single-item .inner-box .overlay-content .image img,
.content_block_six .content-box .form-inner .form-group button[type=submit],
.countries-block-three .inner-box .flag img,
.countries-details-content .content-one .tabs-content .single-item .image-box img,
.countries-details-content .content-two .tabs-content .inner-box .image-box img,
.default-sidebar .category-widget .category-list li a.current:after,
.default-sidebar .category-widget .category-list li a:hover:after,
.header-middle .outer-container .logo-box .logo img,
.header-style-two .logo-box .logo img,
.header-top,
.header-top .btn-box a:hover:before,
.service-block-two .inner-box .overlay-content .image img,
.statistics-section .image-box img,
.visa-details-content .content-one .image-box img,
.visa-details-content .content-three .tabs-content .inner-box .image-box img,
.visa-details-content .content-two .single-item .inner-box .content-box .image-box img,
.visa-details-content .content-two .single-item .inner-box .overlay-content .image img {
    width: 100%
}

.header-top .outer-container {
    padding: 0 40px
}

.header-top .info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    padding-left: 26px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.header-top .info li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px
}

.coaching-block-one .inner-box h4 a:hover,
.coaching-block-one .inner-box h5 a:hover,
.coaching-block-three .inner-box .lower-box h4 a:hover,
.coaching-details-content .content-four .accordion-box .block .acc-content .text h4 a:hover,
.contactinfo-section .single-item .phone a:hover,
.dream-section .list li a:hover,
.footer-bottom a:hover,
.header-top .info li a:hover,
.header-top-three .support-box p a:hover,
.statistics-section .content-box .download-box h6 a:hover {
    text-decoration: underline
}

.header-top .social-links {
    position: relative;
    padding: 0 20px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 52px;
    color: #fff;
    padding-right: 15px;
    margin-right: 15px
}

.header-top .social-links li:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .1);
    width: 1px;
    height: 18px;
    top: 16px;
    right: 0
}

#msform fieldset:not(:first-of-type),
.both h2:after,
.both h2:before,
.check-box input,
.chooseus-block:last-child .chooseus-block-one .inner-box:before,
.contactinfo-section .info-column:last-child .single-item:before,
.countries-details-content .content-two .tab-btn-box .tab-btns li:last-child:before,
.header-top .social-links li:last-child:before,
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn,
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu,
.news-section.style-two .news-block-one .inner-box .lower-content .link a span:after,
.page-title .bread-crumb li:last-child:before,
.update-section .outer-container .news-box:last-child:before,
.visa-details-content .content-three .tab-btn-box .tab-btns li:last-child:before {
    display: none
}

.header-top .social-links li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn:hover,
.blog-details-content .nav-btn .single-btn h6 a:hover,
.header-middle .text p a:hover,
.header-top .btn-box a:hover,
.header-top .social-links a:hover,
.new .main_sup h2,
.news-block-one .inner-box .lower-content .author-box h6 a:hover {
    color: #142b3c
}

.header-top .search-inner {
    position: relative;
    width: 300px
}

.header-top .search-inner .form-group {
    position: relative;
    margin: 0;
    padding: 0 45px 0 20px
}

.header-top .search-inner .form-group input[type=search] {
    position: relative;
    width: 100%;
    height: 52px;
    font-size: 16px;
    color: #fff;
    background: 0 0
}

.header-top .search-inner .form-group button[type=submit] {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    background: 0 0;
    transition: .5s
}

.header-top .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    background: #142b3c;
    padding: 12.5px 35px;
    z-index: 1
}

.header-top .btn-box a i {
    position: relative;
    margin-left: 15px;
    top: 4px;
    font-size: 18px
}

.header-top .btn-box a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s
}

.header-top .language {
    padding: 10px 0 15px 10px
}

.header-style-one {
    background: #f5f3f3
}

.header-middle {
    position: relative;
    width: 100%;
    padding: 13px 60px 15px
}

#wrapper ol.process-chart>li,
#wrapper ol.process-chart>li>div,
.banner-carousel,
.callback-section,
.clients-section,
.coaching-details-content,
.coaching-details-content .content-four .accordion-box .block .acc-content .inner,
.coaching-details-content .content-two .single-item .inner-box .content-box .image-box,
.destination-section,
.dream-section,
.gallery-section,
.header-middle .outer-container,
.header-style-two .header-lower,
.main-header .outer-box,
.service-style-three,
.update-section,
.video-section,
.visa-details-content,
.visa-details-content .content-two .single-item .inner-box .content-box .image-box {
    position: relative
}

.header-middle .outer-container .logo-box {
    position: absolute;
    left: 0;
    top: 31px;
    z-index: 2
}

.header-middle .outer-container .logo-box .logo {
    max-width: 200px
}

.header-middle .text p {
    font-size: 16px;
    color: #142b3c
}

.header-middle .text p span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 800;
    font-family: Manrope, sans-serif;
    text-transform: uppercase
}

.header-middle .text p span i {
    position: relative;
    top: 5px;
    margin-right: 10px;
    font-size: 20px
}

.header-middle .text p a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    font-family: Manrope, sans-serif;
    text-transform: uppercase;
    margin-left: 15px
}

.header-middle .text p a i {
    font-size: 18px;
    position: relative;
    top: 4px;
    margin-left: 3px
}

.header-lower {
    position: relative;
    padding-left: 325px
}

.header-lower .outer-box {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    padding-left: 50px;
    padding-right: 40px
}

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 0
}

.main-header .menu-right-content .option-box {
    padding: 7px 20px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    margin-right: 30px
}

.main-header .menu-right-content .login a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    color: #142b3c;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 20px
}

.main-header .menu-right-content .login a:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    color: #828080;
    font-weight: 400;
    top: -1px;
    right: 1px
}

.main-header .menu-right-content .login a i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px
}

.main-header .menu-right-content .option-box .login {
    position: relative;
    padding-right: 20px;
    margin-right: 20px
}

.main-header .menu-right-content .option-box .login:before {
    position: absolute;
    content: '';
    background: #dedede;
    width: 1px;
    height: 18px;
    top: 4px;
    right: 0
}

.main-header .menu-right-content .faq a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    color: #142b3c;
    text-transform: uppercase;
    padding-left: 30px
}

.main-header .menu-right-content .faq a i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px
}

.main-header .menu-right-content .support-box {
    position: relative;
    padding: 4px 0 3px 70px
}

.main-header .menu-right-content .support-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%
}

.blog-details-content .author-box .content-box .author-thumb img,
.blog-details-content .content-one .author-box .author-thumb img,
.coaching-block-two .inner-box .image-box img,
.content_block_one .content-box .author-box .author-thumb img,
.countries-block-one .inner-box .image-box .flag img,
.countries-block-two .inner-box .inner .flag img,
.main-header .menu-right-content .support-box .image img,
.news-block-one .inner-box .lower-content .author-box .author-thumb img,
.testimonial-block-one .inner-box .lower-box .author-thumb img,
.testimonial-style-two .testimonial-content .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.main-header .menu-right-content .support-box h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px
}

.main-header .menu-right-content .support-box h5 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.main-header .menu-right-content .support-box h5 a,
.news-block-one .inner-box .lower-content h3 a,
.news-block-one .inner-box .lower-content h4 a,
.team-block-one .inner-box .lower-content h4 a,
.visa-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: #142b3c
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    z-index: 2;
    margin: 0 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-menu .navigation>li>a,
.mobile-menu .navigation li>a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li:last-child {
    margin-right: 0 !important
}

.main-menu .navigation>li:first-child {
    margin-left: 0 !important
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 25px 0;
    font-family: Times New Roman, sans-serif;
    font-weight: 600;
    opacity: 1;
    color: #142b3c;
    z-index: 1;
    text-transform: capitalize;
    transition: .5s
}

.main-menu .navigation>li>ul {
    position: absolute;
    right: 0;
    top: 100%;
    width: 230px;
    margin-top: 15px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul.from-right,
.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 30px
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: Heebo, sans-serif;
    font-weight: 400;
    opacity: 1;
    line-height: 20px;
    color: #142b3c;
    text-align: left;
    padding: 12px 0 10px;
    border-bottom: 1px solid #ecebeb;
    text-transform: capitalize;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.coaching-details-content .content-three .inner-box ul li:last-child,
.dream-section .list li:last-child,
.faq-content .questions-list li:last-child a,
.list_loby ul li:last-child,
.main-menu .navigation>li>ul>li:last-child a,
.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: "\f10a";
    font-family: flaticon;
    font-size: 10px;
    left: 0;
    top: 12px;
    opacity: 0;
    transition: .5s
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 3px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 230px;
    z-index: 100;
    display: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 5%);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #e1e8e4
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-family: Lexend, sans-serif;
    font-weight: 600;
    opacity: 1;
    color: #1e2434;
    text-transform: uppercase;
    text-align: left;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: '//';
    font-size: 12px;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: -4px;
    top: 100%
}

.main-menu .navigation>li.dropdown>ul:before {
    position: absolute;
    content: '';
    background: 0 0;
    width: 10px;
    height: 100%;
    top: 0;
    right: -10px
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    margin-left: 10px
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: .5s
}

.menu-area .mobile-nav-toggler,
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #1e2434;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.about-style-three .content-box .inner-box .single-item:last-child,
.about-style-two .content-box .text p:last-child,
.accordion-box .block:last-child,
.blog-details-content .comments-form-area .form-group:last-child,
.blog-details-content .content-one .text p:last-child,
.blog-details-content .content-three p:last-child,
.blog-details-content .content-two .list li:last-child,
.blog-details-content .content-two .single-item:last-child,
.blog-sidebar .category-widget .category-list li:last-child,
.callback-section .form-inner .form-group:last-child,
.callback-section .map-inner .map-location .single-location .address-box .info li:last-child,
.coaching-details-content .content-four .accordion-box .block:last-child,
.coaching-details-content .list li:last-child,
.contact-content .form-inner .form-group:last-child,
.contact-section .form-inner .form-group:last-child,
.content_block_five .content-box .inner-box .single-item .info li:last-child,
.content_block_four .content-box .text p:last-child,
.content_block_one .content-box .text p:last-child,
.content_block_six .content-box .form-inner .form-group:last-child,
.content_block_two .content-box .list li:last-child,
.countries-block-three .inner-box .list li:last-child,
.countries-details-content .content-one .tabs-content .text p:last-child,
.default-sidebar .category-widget .category-list li:last-child,
.default-sidebar .sidebar-banner .inner-box .upper-box .list li:last-child,
.destination-section .content-box .list li:last-child,
.faq-sidebar form .form-group:last-child,
.footer-style-three .contact-widget .info-list li:last-child,
.footer-top .links-widget .links-list li:last-child,
.footer-top-two .links-widget .links-list li:last-child,
.footer-top-two .post-widget .post:last-child,
.menu-area .mobile-nav-toggler .icon-bar:last-child,
.mobile-menu .contact-info ul li:last-child,
.progress-box:last-child,
.visa-block-one .inner-box .lower-content .list li:last-child,
.visa-block-one .inner-box .lower-content p,
.visa-details-content .content-one .text p:last-child {
    margin-bottom: 0
}

.main-menu .big-menu li {
    float: left;
    width: 50% !important
}

.main-menu .big-menu {
    width: 490px !important
}

.process-section .lower-box .btn-box .theme-btn,
.sticky-header .main-menu .navigation>li {
    margin: 0 8px
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: .9s
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .9s;
    background-color: #000
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    visibility: visible;
    right: 100%;
    -webkit-transition: .8s ease-out;
    -o-transition: .8s ease-out
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #1e2434;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: .9s !important
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: .5s
}

.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .navigation li>a:before {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    transition: .5s
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    transition: .5s;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .social-links {
    position: relative;
    padding: 0 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

div#mCSB_1_container {
    top: 0 !important
}

.mobile-menu .contact-info {
    position: relative;
    padding: 50px 30px 20px
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 3px
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, .8)
}

.banner-section,
.coaching-style-two {
    position: relative;
    overflow: hidden
}

.banner-carousel .slide-item {
    position: relative;
    padding: 146px 0 160px
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: -webkit-linear-gradient(0deg, rgba(13, 28, 39, .98) 10%, rgba(13, 28, 39, .35) 100%); */
    top: 0;
    right: 0;
    z-index: 1
}

.banner-carousel .slide-item.style-two:before {
    background: -webkit-linear-gradient(-180deg, rgba(13, 28, 39, .98) 10%, rgba(13, 28, 39, .35) 100%)
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 6s linear;
    -moz-transition: 6s linear;
    -ms-transition: 6s linear;
    -o-transition: 6s linear;
    transition: 6s linear
}

.banner-carousel .content-box h2,
.banner-carousel .content-box p {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    position: relative;
    color: #fff;
    opacity: 0
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
    padding-left: 15px
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 72px;
    line-height: 80px;
    font-weight: 800;
    margin-bottom: 23px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    transition: 1s
}

.banner-carousel .active .content-box h1,
.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: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.banner-carousel .content-box p {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 41px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    transition: 1s
}

.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: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.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.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    right: 40px;
    top: 40%
}

.banner-section .owl-theme .owl-nav button {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, .4);
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    border-radius: 50%;

}

.banner-section .owl-theme .owl-nav button.owl-prev {
    margin-bottom: 20px
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important
}

.service-section {
    position: relative;
    padding: 102px 0 100px;
    background: #f7f5f5
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 20px
}

.contact-section .pattern-layer,
.service-block-one .inner-box .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.service-block-one .inner-box .category {
    position: absolute;
    top: 30px;
    right: 30px
}

.service-block-one .inner-box .category a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-family: Heebo, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    z-index: 1
}

.coaching-block-one .inner-box .overlay-content .icon-box a:hover,
.countries-block-one .inner-box .image-box .link a:hover,
.service-block-one .inner-box .category a:hover {
    background: #142b3c
}

.service-block-one .inner-box .icon-box {
    position: relative;
    margin-bottom: 15px
}

.service-block-one .inner-box p {
    display: block;
    color: #828080;
    margin-bottom: 9px
}

.service-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

.service-block-one .btn-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.service-block-one .inner-box h3 a {
    display: inline-block;
    color: #142b3c;
    font-size: 20px;
    line-height: 28px
}

.service-block-one .inner-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    background: #046380;
    padding: 13px 24px
}

.countries-details-content .content-one .tabs-content .single-item .btn-box a span,
.news-block-one .inner-box .lower-content .link a span,
.service-block-one .inner-box .btn-box a span,
.service-block-three .inner-box .lower-content .btn-box a span {
    position: relative;
    padding-right: 21px;
    transition: .5s
}

.news-block-one .inner-box .lower-content .link a:hover span,
.service-block-one .inner-box .btn-box a:hover span {
    padding-right: 42px
}

.countries-details-content .content-one .tabs-content .single-item .btn-box a span:before,
.dream-section .text a span:before,
.news-block-one .inner-box .lower-content .link a span:before,
.service-block-one .inner-box .btn-box a span:before,
.service-block-three .inner-box .lower-content .btn-box a span:before {
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    top: -2px;
    right: 0;
    font-size: 18px;
    font-weight: 400
}

.countries-details-content .content-one .tabs-content .single-item .btn-box a span:after,
.news-block-one .inner-box .lower-content .link a span:after,
.service-block-one .inner-box .btn-box a span:after,
.service-block-three .inner-box .lower-content .btn-box a span:after,
.visa-block-one .inner-box .lower-content .link-box a span:after {
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    right: 16px;
    font-size: 16px;
    opacity: 0;
    transition: .5s
}

.check-box input:checked+label:before,
.chooseus-block-one .inner-box a:hover span,
.clients-section .owl-carousel .owl-stage-outer .owl-item.active,
.countries-details-content .content-one .tabs-content .single-item .btn-box a:hover span:after,
.news-block-one .inner-box .lower-content .link a:hover span:after,
.service-block-one .inner-box .btn-box a:hover span:after,
.service-block-three .inner-box .lower-content .btn-box a:hover span:after,
.service-section.style-two .owl-carousel .owl-stage-outer .owl-item.active,
.testimonial-style-three.alternat-2 .owl-carousel .owl-stage-outer .owl-item.active,
.visa-block-one .inner-box .lower-content .link-box a:hover span:after,
.visa-block-one .inner-box .lower-content .link-box a:hover span:before {
    opacity: 1
}

.news-section.style-two .two-item-carousel .owl-nav,
.service-section .owl-nav,
.service-style-three .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 55px
}

.service-section .owl-nav:before,
.team-section .owl-nav:before {
    position: absolute;
    content: '';
    background: #ecebeb;
    width: calc(50% - 85px);
    height: 1px;
    left: 0;
    top: 11px
}

.service-section .owl-nav:after,
.team-section .owl-nav:after {
    position: absolute;
    content: '';
    background: #ecebeb;
    width: calc(50% - 85px);
    height: 1px;
    right: 0;
    top: 11px
}

.news-section.style-two .two-item-carousel .owl-nav button,
.service-section .owl-nav button,
.service-style-three .owl-nav button,
.team-section .owl-nav button {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #828080;
    margin: 0 40px;
    background: 0 0;
    transition: .5s
}

.chooseus-style-three .owl-dots,
.countries-section .owl-dots,
.news-section.style-two .two-item-carousel .owl-dots,
.service-section .owl-dots,
.service-style-three .owl-dots,
.team-section .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    counter-reset: slides-num
}

.news-section.style-two .two-item-carousel .owl-dots:before,
.service-section .owl-dots:before,
.service-style-three .owl-dots:before,
.team-section .owl-dots:before {
    position: absolute;
    content: '/';
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: Manrope, sans-serif;
    left: -3px;
    top: -4px
}

.news-section.style-two .two-item-carousel .owl-dots::after,
.service-section .owl-dots::after,
.service-style-three .owl-dots::after,
.team-section .owl-dots::after {
    position: absolute;
    left: 5px;
    top: -6px;
    content: counter(slides-num);
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: Manrope, sans-serif
}

.chooseus-style-three .owl-dot,
.countries-section .owl-dot,
.news-section.style-two .two-item-carousel .owl-dot,
.service-section .owl-dot,
.service-style-three .owl-dot,
.team-section .owl-dot {
    display: inline-block;
    counter-increment: slides-num
}

.news-section.style-two .two-item-carousel .owl-dot.active::before,
.service-section .owl-dot.active::before,
.service-style-three .owl-dot.active::before,
.team-section .owl-dot.active::before {
    position: absolute;
    content: counter(slides-num);
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: Manrope, sans-serif;
    color: #828080;
    left: -15px;
    top: -6px
}

.dream-section .bg-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #f7f5f5
}

.dream-section .inner-container {
    position: relative;
    padding: 59px 60px 68px;
    overflow: hidden
}

.dream-section .inner-container .pattern-layer {
    position: absolute;
    left: 190px;
    top: 5px;
    width: 377px;
    height: 410px;
    background-repeat: no-repeat
}

.banner-style-three .theme-btn:before,
.callback-section .sec-title h6:before,
.chooseus-style-three .sec-title h6:before,
.coaching-block-two .inner-box .overlay-text .link a:hover,
.countries-details-content .content-one .tab-btns li.active-btn,
.default-sidebar .category-widget .category-list li a.current:before,
.default-sidebar .category-widget .category-list li a:hover:before,
.destination-section .content-box .theme-btn:before,
.dream-section .sec-title h6:before,
.dream-section .text a:hover,
.faq-section .sec-title h6:before,
.first_table table tbody {
    background: #fff
}

.blog-classic-content .news-block-one .inner-box .lower-content p,
.content_block_four .content-box .sec-title,
.content_block_two .content-box .sec-title,
.dream-section .sec-title,
.footer-top-two .logo-widget .footer-logo {
    margin-bottom: 24px
}

.dream-section .text p {
    color: #fff;
    margin-bottom: 32px
}

.dream-section .text a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 14px 32px
}

.dream-section .text a span {
    position: relative;
    padding-right: 21px
}

.dream-section .list li {
    position: relative;
    display: block;
    padding: 17px 0 14px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.dream-section .list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: Heebo, sans-serif;
    color: #fff
}

.dream-section .list li i {
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 15px;
    color: #fff
}

.dream-section .list li a:before {
    position: absolute;
    content: "\f10a";
    font-family: flaticon;
    top: 0;
    right: 0;
    font-size: 12px;
    transition: .5s
}

.accordion-box .block .acc-btn.active .icon-outer,
.default-sidebar .category-widget .category-list li a.current i,
.default-sidebar .category-widget .category-list li a:hover i,
.dream-section .list li a:hover:before {
    transform: rotate(-45deg)
}

.bg-color-1,
.clients-section.style-two {
    background: #f7f5f5
}

.callback-section .outer-container,
.chooseus-section,
.coaching-section,
.contact-style-two,
.news-section,
.testimonial-style-three,
.visa-section {
    position: relative;
    padding: 102px 0 110px
}

.visa-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.about-style-five .image-box .image,
.about-style-four .image-box .image,
.about-style-six .image-box .image,
.coaching-block-one .inner-box,
.coaching-block-one .inner-box .image,
.coaching-details-content .content-two .single-item .inner-box,
.countries-block-one .inner-box .image-box,
.countries-block-one .inner-box .image-box .image,
.countries-details-content .content-one .tabs-content .single-item .image-box,
.gallery-block-one .inner-box,
.service-block-three .inner-box .image-box .image,
.team-block-one .inner-box .image-box .image,
.visa-block-one .inner-box .image,
.visa-details-content .content-two .single-item .inner-box {
    position: relative;
    display: block;
    overflow: hidden
}

.about-style-three .image-box img,
.blog-sidebar .gallery-widget .image-list li .image img,
.coaching-block-one .inner-box .image img,
.countries-block-one .inner-box .image-box .image img,
.footer-top .gallery-widget .image-list li .image img,
.gallery-block-one .inner-box .image img,
.service-block-three .inner-box .image-box .image img,
.team-block-one .inner-box .image-box .image img,
.visa-block-one .inner-box .image img {
    width: 100%;
    transition: .5s
}

.visa-block-one .inner-box:hover .image img {
    opacity: .5;
    transform: scale(1.05)
}

.visa-block-one .inner-box .lower-content .text {
    position: relative;
    display: block;
    padding: 15px !important;
    border-bottom: 1px solid #ecebeb
}

.visa-block-one .inner-box .lower-content .text span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    margin-bottom: 1px
}

.visa-block-one .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 6px
}

.visa-block-one {
    margin: 15px 0
}

.visa-block-one .inner-box .lower-content .list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    padding-left: 25px;
    color: #949494
}

.visa-block-one .inner-box .lower-content .list li i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 10px;
    color: #a2a2a2
}

.visa-block-one .inner-box .lower-content .link-box {
    position: relative;
    padding: 18px 30px
}

.service-block-two .inner-box .overlay-content .btn-box a,
.visa-block-one .inner-box .lower-content .link-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #828080;
    font-weight: 800;
    text-transform: uppercase
}

.service-block-two .inner-box .content-box .btn-box a:before,
.visa-block-one .inner-box .lower-content .link-box a:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/arrow-1.png);
    width: 29px;
    height: 10px;
    top: 7px;
    right: 0;
    background-repeat: no-repeat;
    transition: .5s
}

.coaching-block-one .inner-box:hover .content-box,
.coaching-block-three .inner-box:hover .lower-box .text,
.coaching-block-two .inner-box:hover .text,
.coaching-details-content .content-two .single-item .inner-box:hover .content-box,
.countries-block-one .inner-box:hover .lower-content .text,
.countries-block-two .inner-box:hover .inner,
.service-block-two .inner-box:hover .content-box,
.service-section.style-two .owl-carousel .owl-stage-outer .owl-item,
.testimonial-style-three.alternat-2 .owl-carousel .owl-stage-outer .owl-item,
.visa-block-one .inner-box .lower-content .link-box a:hover:before,
.visa-details-content .content-two .single-item .inner-box:hover .content-box {
    opacity: 0
}

.service-block-two .inner-box .overlay-content .btn-box a span,
.visa-block-one .inner-box .lower-content .link-box a span {
    position: relative;
    padding-right: 42px;
    transition: .5s
}

.visa-block-one .inner-box .lower-content .link-box a span:before {
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    top: -2px;
    right: 0;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    transition: .5s
}

.about-section {
    position: relative;
    padding: 110px 0 100px
}

.about-section .image-box {
    position: relative;
    margin: 0 10px
}

.about-section .image-box .single-column,
.countries-details-content .content-one .tabs-content .single-column,
.service-block-three .inner-box .image-box .image-column,
.visa-details-content .content-two .single-column {
    padding: 0 5px
}

.about-section .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px
}

.about-section .image-box .image::before,
.both .car::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.about-section .image-box .image:hover::before,
.both .car:hover:before {
    -webkit-animation: .95s circle;
    animation: .95s circle
}

@-webkit-keyframes circle {

    0%,
    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {

    0%,
    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.about-section .image-box .image:hover img,
.about-style-three .image-box .image:hover img,
.coaching-block-one .inner-box:hover .image img,
.service-block-three .inner-box .image-box .image:hover img,
.team-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05)
}

.about-section .image-box .text-inner {
    position: relative;
    width: 100%;
    min-height: 275px;
    margin-bottom: 10px;
    overflow: hidden
}

.about-section .image-box .text-inner .text {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 185px;
    text-align: center;
    background: #fff;
    padding: 30px 15px
}

.about-section .image-box .text-inner .shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top
}

.about-section .image-box .text-inner .text h2 {
    position: relative;
    display: inline-block;
    font-size: 72px;
    line-height: 50px;
    font-weight: 700;
    z-index: 1
}

.about-section .image-box .text-inner .text h2:before {
    position: absolute;
    content: '';
    background: #f7f5f5;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    left: -21px;
    top: -28px;
    z-index: -1
}

.about-section .image-box .text-inner .text h6 {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 1;
    padding-top: 10px
}

.about-section .content-box,
.content_block_three .content-box {
    position: relative;
    display: block;
    margin-top: -6px
}

.about-section .content-box .inner {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 30px
}

.about-section .content-box .inner .icon {
    position: absolute;
    left: 0;
    top: 6px
}

.about-section .content-box .inner h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2px
}

.about-section .content-box .inner h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}

.about-section .content-box .sec-title {
    margin-bottom: 10px
}

.countries-section {
    position: relative;
    padding: 102px 0 100px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.callback-section .sec-title,
.contact-section .content-box .sec-title,
.countries-section .sec-title,
.faq-section .sec-title,
.statistics-section .content-box .sec-title,
.visa-details-content .content-one {
    margin-bottom: 42px
}

.countries-section:before,
.testimonial-section:before {
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .95
}

.project-tab .p-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5
}

.project-tab .p-tab.active-tab .countries-block-one {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.project-tab .p-tab .countries-block-one {
    position: relative;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0)
}

.project-tab .tab-btn-box {
    position: relative;
    display: block;
    padding-bottom: 32px;
    margin-bottom: 60px
}

.project-tab .tab-btn-box .tab-btns .p-tab-btn {
    position: relative;
    display: inline-block;
    margin: 0 35px;
    cursor: pointer
}

.project-tab .tab-btn-box .tab-btns .p-tab-btn:before {
    position: absolute;
    content: "\f10a";
    font-family: flaticon;
    font-size: 12px;
    top: -17px;
    right: 0;
    transform: scale(0, 0);
    transition: .5s
}

.coaching-block-three .inner-box:hover .upper-box .link a,
.countries-details-content .content-one .tab-btns li.active-btn:before,
.gallery-block-one .inner-box:hover .view-btn a,
.project-tab .tab-btn-box .tab-btns .p-tab-btn.active-btn:before,
.testimonial-style-two .active .testimonial-content .thumb-box {
    transform: scale(1, 1)
}

.project-tab .tab-btn-box .tab-btns .p-tab-btn h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 800;
    color: rgba(255, 255, 255, .08);
    transition: .5s
}

.countries-block-one .inner-box:hover .image-box .image img {
    opacity: .15
}

.countries-block-one .inner-box .image-box .flag {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .3);
    z-index: 1
}

.countries-block-one .inner-box .image-box .flag:before {
    position: absolute;
    content: '';
    border: 3px solid #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.countries-block-one .inner-box .image-box .link {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    opacity: 0;
    transition: .5s
}

.countries-block-one .inner-box:hover .image-box .link {
    bottom: 20px;
    opacity: 1
}

.countries-block-one .inner-box .image-box .link a {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    background: #fff;
    padding: 12px 20px
}

.countries-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 23px 20px 20px;
    min-height: 101px
}

.coaching-block-two .inner-box .text,
.coaching-details-content .content-two .single-item .inner-box .content-box,
.countries-block-one .inner-box .lower-content .text,
.visa-details-content .content-two .single-item .inner-box .content-box {
    position: relative;
    transition: .5s
}

.countries-block-one .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2px
}

.blog-sidebar .post-widget .post h4 a,
.coaching-block-one .inner-box h4 a,
.coaching-block-one .inner-box h5 a,
.coaching-block-three .inner-box .lower-box h4 a,
.coaching-block-two .inner-box h4 a,
.countries-block-one .inner-box .lower-content h4 a,
.footer-top .logo-widget .inner h5 a,
.footer-top-two .post-widget .post h5 a {
    display: inline-block;
    color: #fff
}

.coaching-block-two .inner-box .overlay-text p,
.countries-block-one .inner-box .lower-content p,
.faq-sidebar .more-text p,
.faq-sidebar .text p,
.page-title .bread-crumb li a {
    color: #b8bfc5
}

.countries-block-one .inner-box .lower-content .overlay-text {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    padding: 24px 25px 25px;
    opacity: 0;
    transition: .5s
}

.countries-block-one .inner-box:hover .lower-content .overlay-text {
    opacity: 1;
    top: 0
}

.countries-section .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 28px
}

.chooseus-style-three .owl-nav:before,
.countries-section .owl-nav:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .1);
    width: calc(50% - 85px);
    height: 1px;
    left: 0;
    top: 11px
}

.chooseus-style-three .owl-nav:after,
.countries-section .owl-nav:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .1);
    width: calc(50% - 85px);
    height: 1px;
    right: 0;
    top: 11px
}

.countries-section .owl-nav button {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #b8bfc5;
    margin: 0 40px;
    background: 0 0;
    transition: .5s
}

.countries-section .owl-dots:before {
    position: absolute;
    content: '/';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: Manrope, sans-serif;
    left: -3px;
    top: -4px
}

.countries-section .owl-dot.active::before,
.countries-section .owl-dots::after {
    content: counter(slides-num);
    line-height: 30px;
    font-size: 16px;
    top: -6px;
    font-weight: 700;
    position: absolute;
    color: #fff;
    font-family: Manrope, sans-serif
}

.countries-section .owl-dots::after {
    left: 5px;
    display: inline-block
}

.countries-section .owl-dot.active::before {
    left: -15px
}

.coaching-section .sec-title .btn-box {
    position: absolute;
    right: 0;
    bottom: 8px
}

.coaching-block-one .inner-box .content-box {
    position: absolute;
    width: 170px;
    left: 10px;
    bottom: 10px;
    padding: 19px 20px;
    transition: .5s
}

.coaching-block-one .inner-box .content-box .icon-box {
    position: absolute;
    top: 9px;
    right: 14px
}

.coaching-block-one .inner-box .content-box .icon-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff
}

.coaching-block-one .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1px
}

.coaching-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700
}

.coaching-block-one .inner-box .overlay-content {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    padding: 24px 20px 22px;
    opacity: 0;
    transition: .5s
}

.coaching-block-one .inner-box:hover .overlay-content,
.coaching-block-three .inner-box:hover .lower-box .overlay-text,
.coaching-details-content .content-two .single-item .inner-box:hover .overlay-content,
.visa-details-content .content-two .single-item .inner-box:hover .overlay-content {
    bottom: 0;
    opacity: 1
}

.coaching-block-one .inner-box .overlay-content .icon-box {
    position: absolute;
    top: 10px;
    right: 10px
}

.coaching-block-one .inner-box .overlay-content .icon-box a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    font-size: 12px;
    border-radius: 50%;
    z-index: 1
}

.coaching-block-one .inner-box .overlay-content h4 {
    margin-bottom: 13px
}

.destination-section .bg-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%
}

.destination-section .inner-container {
    position: relative;
    display: block;
    background: #142b3c;
    padding-left: 440px;
    overflow: hidden
}

.destination-section .inner-container .image {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.destination-section .inner-container .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}

.destination-section .content-box .shape .shape-1,
.testimonial-section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.about-style-five .image-box .image:hover:before,
.about-style-four .image-box .image:hover:before,
.about-style-six .image-box .image:hover:before,
.destination-section .inner-container:hover .image:before {
    -webkit-animation: 1s shine;
    animation: 1s shine
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.destination-section .inner-container .image img {
    width: 440px
}

.destination-section .content-box h2 {
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 7px
}

.destination-section .content-box p {
    display: block;
    color: #b8bfc5;
    margin-bottom: 28px
}

.destination-section .content-box .list {
    position: relative;
    display: block;
    margin-bottom: 32px
}

.destination-section .content-box .list li {
    position: relative;
    display: block;
    color: #fff;
    padding-left: 31px;
    margin-bottom: 8px
}

.destination-section .content-box .list li i {
    position: absolute;
    left: 0;
    top: 2px
}

.destination-section .content-box .shape .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%
}

.destination-section .content-box .shape .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 359px;
    height: 306px;
    background-repeat: no-repeat
}

.chooseus-block-one .inner-box .icon-box {
    position: relative;
    margin-bottom: 23px
}

.chooseus-block-one .inner-box h4,
.service-block-two .inner-box .content-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px
}

.chooseus-block-one .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    padding-right: 35px;
    text-transform: uppercase
}

.chooseus-block-one .inner-box a span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s
}

.chooseus-block-one .inner-box a:hover {
    padding-right: 120px
}

.chooseus-block-one .inner-box a i {
    position: absolute;
    font-size: 18px;
    top: 2px;
    right: 0
}

.chooseus-block-one .inner-box a:after {
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: 0;
    right: 17px;
    font-size: 16px;
    transition: .5s
}

.chooseus-section .inner-content {
    padding-bottom: 66px;
    margin-bottom: 51px;
    border-bottom: 1px solid #dedede
}

.chooseus-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #dedede;
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px
}

.chooseus-section .lower-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 31px
}

.chooseus-section .lower-box h2 a,
.process-section .lower-box h3 a {
    display: inline-block;
    line-height: 30px
}

.countries-style-three,
.team-section {
    position: relative;
    padding: 102px 0
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    padding-left: 25px
}

.team-block-one .inner-box .image-box .list {
    position: absolute;
    left: -25px;
    bottom: 20px
}

.team-block-one .inner-box .image-box .list>li>a,
.team-block-one .inner-box .image-box .list>li>span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: .5s
}

.team-block-one .inner-box .image-box .list>li>span {
    line-height: 58px
}

.team-block-one .inner-box .image-box .list>li:last-child>a {
    background: #d74949
}

.team-block-one .inner-box .image-box .list .share-option .share-links {
    position: absolute;
    left: 50px;
    top: 0;
    width: 150px;
    background: #fff;
    text-align: center;
    transform: scaleX(0);
    transform-origin: left center;
    transition: .5s
}

.faq-content .questions-list li a:hover:after,
.team-block-one .inner-box .image-box .list .share-option:hover .share-links {
    transform: scaleX(1)
}

.team-block-one .inner-box .image-box .list .share-option .share-links li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ecebeb
}

.coaching-block-three:last-child .inner-box,
.coaching-block:last-child .coaching-block-two .inner-box,
.coaching-block:nth-child(4) .coaching-block-two .inner-box,
.countries-details-content .content-one .tab-btns li:last-child,
.cus_menu li:last-child a,
.funfact-block-one:last-child .inner-box,
.team-block-one .inner-box .image-box .list .share-option .share-links li:last-child {
    border-right: none
}

.team-block-one .inner-box .image-box .list .share-option .share-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #142b3c
}

.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 23px
}

.team-block-one .inner-box .lower-content h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px
}

.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    transition: .5s
}

.testimonial-section {
    position: relative;
    padding: 102px 0 110px;
    background-attachment: fixed
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #142b3c
}

.testimonial-block-one .inner-box .text {
    position: relative;
    display: block;
    padding: 43px 30px 73px 40px
}

.testimonial-block-one .inner-box .text:before {
    position: absolute;
    content: '';
    width: 4px;
    height: calc(100% - 130px);
    left: 0;
    top: 50px
}

.testimonial-block-one .inner-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 18px
}

.testimonial-block-one .inner-box .text p {
    color: #b8bfc5;
    font-size: 18px;
    line-height: 30px
}

.testimonial-block-one .inner-box .lower-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 0 40px 35px
}

.testimonial-block-one .inner-box .lower-box .quote {
    position: absolute;
    top: -33px;
    right: 40px
}

.testimonial-block-one .inner-box .lower-box .author-thumb {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: -43px;
    margin-bottom: 17px
}

.testimonial-block-one .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    float: left;
    margin-right: 6px
}

.testimonial-block-one .inner-box .rating {
    margin-bottom: 3px
}

.countries-block-two .inner-box .inner h4,
.testimonial-block-one .inner-box .lower-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2px
}

.testimonial-block-one .inner-box .lower-box h4 span {
    font-weight: 400;
    font-family: Heebo, sans-serif
}

.testimonial-block-one .inner-box .lower-box .date {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #828080
}

.testimonial-section .owl-nav {
    position: absolute;
    top: -118px;
    right: 0
}

.testimonial-section .owl-nav button {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
    color: #fff;
    background: 0 0;
    transition: .5s
}

.blog-details-content .nav-btn .single-btn.prev-btn h6 a i,
.countries-sidebar,
.countries-style-three .owl-nav button.owl-prev,
.faq-content .questions-list li a span,
.header-style-two .menu-right-content .user-link,
.testimonial-section .owl-nav button.owl-prev,
.testimonial-style-three .owl-nav button.owl-prev {
    margin-right: 10px
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #142b3c
}

.news-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
    opacity: .5
}

.news-block-one .inner-box .image-box h2 {
    position: absolute;
    right: 30px;
    bottom: 40px;
    width: 70px;
    z-index: 1;
    font-size: 30px;
    line-height: 26px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 12px 0 6px
}

.news-block-one .inner-box .image-box h2 span {
    display: block;
    font-size: 14px;
    text-transform: uppercase
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 24px 30px 34px
}

.blog-details-content .comment-box .comment .comment-info,
.content_block_five .content-box .inner-box .single-item .info li,
.news-block-one .inner-box .lower-content .author-box {
    position: relative;
    display: block;
    margin-bottom: 14px
}

.news-block-one .inner-box .lower-content .author-box .author-thumb {
    position: absolute;
    top: 6px;
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.blog-details-content .content-one .author-box h6,
.footer-top-two .post-widget .post h6,
.news-block-one .inner-box .lower-content .author-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 16px;
    margin-bottom: 5px
}

.blog-details-content .content-one .author-box h6:before,
.blog-sidebar .post-widget .post h6:before,
.footer-top-two .post-widget .post h6:before,
.news-block-one .inner-box .lower-content .author-box h6:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 8px
}

.blog-details-content .nav-btn .single-btn h6 a,
.blog-sidebar .post-widget .post h6 a,
.countries-style-two .more-link h6 a,
.footer-top .logo-widget .inner h6 a,
.footer-top-two .logo-widget .inner h6 a,
.footer-top-two .post-widget .post h6 a,
.news-block-one .inner-box .lower-content .author-box h6 a,
.service-block-two .inner-box .content-box .upper .icon img,
.statistics-section .content-box .download-box h6 a,
.testimonial-style-three .testimonial-content .inner-box .quote img {
    display: inline-block
}

.news-block-one .inner-box .lower-content h4 {
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ecebeb
}

.news-block-one .inner-box .lower-content p {
    display: block;
    margin-bottom: 19px
}

.news-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #142b3c;
    font-weight: 800;
    text-transform: uppercase
}

.news-block-one .inner-box .lower-content .info li a,
.nice-select {
    color: #828080
}

.blog-sidebar .post-widget .post .info li,
.news-block-one .inner-box .lower-content .info li {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 24px;
    margin-right: 15px;
    font-size: 16px
}

.news-block-one .inner-box .lower-content .info li i {
    position: absolute;
    left: 0;
    top: 5px
}

.clients-section .owl-carousel .owl-stage-outer,
.news-section.style-two .single-item-carousel .owl-stage-outer,
.service-section.style-two .owl-carousel .owl-stage-outer,
.testimonial-style-three.alternat-2 .owl-carousel .owl-stage-outer {
    overflow: visible
}

.clients-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: .5s
}

.clients-section .clients-logo-box {
    position: relative;
    display: block;
    padding: 15px 0 0;
    border-right: 1px solid rgba(255, 255, 255, .45)
}

.clients-section .clients-logo-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.clients-section .clients-logo-box .logo-title {
    position: absolute;
    left: 40px;
    bottom: -38px;
    width: calc(100% - 80px);
    background: #fff;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transition: .5s
}

.clients-section .clients-logo-box:hover .logo-title {
    bottom: -28px;
    opacity: 1;
    visibility: visible
}

.clients-section .clients-logo-box .logo-title:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -13px;
    top: -8px;
    transform: rotate(45deg)
}

.clients-section .clients-logo-box .logo-title a {
    position: relative;
    display: block;
    padding: 15px 20px 11px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #142b3c;
    z-index: 1
}

.contact-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden
}

.contact-section .bg-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(50% + 65px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center
}

.contact-section .content-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 51px 40px 60px
}

.contact-section .content-box .sec-title h2,
.contact-style-two .sec-title h2,
.contactinfo-section .single-item .email,
.content_block_four .content-box .text p,
.content_block_one .content-box .text p,
.countries-details-content .content-one .tabs-content .text p,
.footer-style-three .contact-widget .info-list,
.visa-details-content .content-one .text p {
    margin-bottom: 16px
}

.nice-select:after {
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #828080;
    border-right: 1px solid #828080;
    right: 20px
}

.header-top-two .language,
.header-top-two .social-links {
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

label {
    color: #746868;
    font-weight: 600;
    font-size: 14px
}

.nice-select {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0 40px 0 20px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dedede !important;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.blog-details-content .comments-form-area form,
.contact-section .form-inner {
    margin: 0 5px
}

.contact-section .form-inner .select-box {
    min-height: 54px
}

.contact-section .form-inner .form-group {
    position: relative;
    display: block;
    padding: 0 10px;
    margin-bottom: 20px
}

.contact-section .form-inner .form-group input[type=email],
.contact-section .form-inner .form-group input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #828080;
    padding: 10px 20px;
    transition: .5s
}

.footer-top {
    position: relative;
    padding: 103px 0 107px;
    background: #142b3c
}

.footer-top .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 26px
}

.footer-top .logo-widget .text {
    display: block;
    margin-bottom: 23px
}

.footer-top .links-widget a,
.footer-top p {
    font-size: 16px;
    line-height: 26px;
    color: #b8bfc5;
    font-family: Heebo, sans-serif
}

.footer-top .logo-widget,
.footer-top-two .logo-widget {
    margin-top: 7px
}

.footer-top .logo-widget .inner {
    position: relative;
    display: block;
    padding-left: 60px
}

.footer-top .logo-widget .inner .icon {
    position: absolute;
    left: 0;
    top: 4px;
    width: 44px;
    height: 44px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff
}

.footer-top .logo-widget .inner h6 {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px
}

.footer-top .logo-widget .inner h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700
}

.footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 34px;
    padding-bottom: 15px
}

.footer-top .widget-title:before,
.footer-top-two .widget-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0
}

.footer-top .widget-title h4,
.footer-top-two .widget-title h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700
}

.footer-top .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.footer-top .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    padding-left: 26px
}

.footer-top .links-widget .links-list li a:before {
    position: absolute;
    content: '';
    background: #465b6a;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 10px;
    transition: .5s
}

.footer-top .links-widget .links-list li a:after {
    position: absolute;
    content: '';
    background: #465b6a;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 7px;
    top: 10px;
    transition: .5s
}

.footer-top .gallery-widget .image-list {
    margin: 0 -7.5px
}

.footer-top .gallery-widget .image-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 7.5px 15px
}

.footer-top .gallery-widget .image-list li .image {
    position: relative;
    display: block;
    width: 80px;
    height: 80px
}

.footer-top .gallery-widget .image-list li .image:hover img {
    opacity: .1
}

.footer-top .gallery-widget .image-list li .image a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 24px;
    color: #fff
}

.footer-top .gallery-widget .image-list li .image:hover a {
    transform: translate(-50%, -50%) scale(1, 1)
}

.faq-page-section .search-inner,
.footer-top .gallery-widget .widget-title {
    margin-bottom: 40px
}

.about-style-two .blog-sidebar .post-widget .post h4,
.footer-bottom {
    padding: 10px 0
}

.footer-bottom a,
.footer-bottom p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: Heebo, sans-serif
}

.check-box label,
.header-top-two .social-links li a {
    font-size: 12px;
    position: relative;
    text-align: center;
    width: 28px;
    height: 28px
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px
}

.check-box label {
    color: #fff;
    line-height: 28px;
    border-radius: 50px;
    background: #4a5762;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
    z-index: 1
}

.check-box label:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #fff;
    opacity: 0;
    border-radius: 50%;
    z-index: -1
}

.check-box input:checked+label,
.countries-style-two .more-link h6 a:hover {
    color: #2d363e;
}

.header-top-two {
    background: #003da5;
    padding: 8px 0;
}

.header-top-two .language {
    position: relative;
    margin-right: 20px;
}

.header-top-two .left-column {
    display: flex;
    align-items: center
}

.header-top-two .phone-box {
    position: relative;
    padding-left: 28px
}

.header-top-two .phone-box i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px
}

.header-top-two .phone-box h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding-top: 5px
}

.header-top-two .top-right {
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle
}

.header-top-two .social-links {
    margin-right: 20px
}

.header-top-two .social-links li a {
    display: inline-block;
    line-height: 28px;
    color: #fff;
    border-radius: 50%;
    background: #1877f2
}

.header-top-two .social-links li h6 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #fff
}

.header-top-two .search-inner .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100px
}

.header-top-two .search-inner .form-group input[type=search] {
    position: relative;
    display: block;
    width: 100%;
    height: 28px;
    font-size: 16px;
    color: #fff;
    background: 0 0;
    padding-right: 25px
}

.header-top-two .search-inner .form-group button {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 18px;
    color: #fff;
    background: 0 0;
    cursor: pointer;
    transition: .5s
}

.header-style-two .header-lower .outer-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: white;
}

.header-style-three .outer-box .main-box,
.header-style-two .outer-box .main-box,
.header-top-three .top-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.header-style-two .logo-box {
    position: relative;
    padding: 10px 15px 10px 0;
    background: #fff
}

.header-style-two .logo-box .bg-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 5000px;
    height: 100%;
    background: #fff
}

.header-style-two .logo-box .logo {
    position: relative;
    max-width: 250px;
}

.header-style-two .main-menu .navigation>li>a {
    color: #fff;
    padding: 17px 0
}

.header-style-two .theme-btn {
    padding: 11.5px 29px
}

.header-style-two .menu-right-content .user-link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #142b3c
}

.header-style-two .sticky-header {
    background: #ffffff;
    padding: 0 30px
}

.header-style-two .menu-right-content {
    padding: 22px 0
}

.banner-style-two .banner-carousel .content-box h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 2px #003ca3;
  color: #fff;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    margin-bottom: 3px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.banner-style-two .banner-carousel .slide-item {
    padding: 258px 0 180px
}

.banner-style-two .banner-carousel .slide-item:before {
    /* background: -webkit-linear-gradient(0deg, rgba(13, 28, 39, .9) 10%, rgba(13, 28, 39, .2) 100%) */
}

.banner-style-three .owl-theme .owl-nav button,
.banner-style-two .owl-theme .owl-nav button {
    position: absolute
}

.banner-style-three .owl-theme .owl-nav button.owl-prev,
.banner-style-two .owl-theme .owl-nav button.owl-prev {
    left: 40px
}

.banner-style-three .owl-theme .owl-nav button.owl-next,
.banner-style-two .owl-theme .owl-nav button.owl-next,
.coaching-block-two .inner-box .overlay-text .link {
    right: 40px
}

.banner-style-three .owl-theme .owl-nav,
.banner-style-two .owl-theme .owl-nav {
    width: 100%;
    top: 50%;
    right: 0
}

.banner-style-two .pattern-layer {
    position: absolute;
    left: 190px;
    top: 170px;
    width: 101px;
    height: 603px;
    background-repeat: no-repeat;
    z-index: 2
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    max-width: 270px;
    margin: 0 auto
}

.service-block-two .inner-box .content-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ecebeb;
    transition: .5s
}

.service-block-two .inner-box .content-box .upper {
    padding: 39px 30px 32px;
    text-align: center;
    border-bottom: 1px solid #ecebeb
}

.blog-sidebar .gallery-widget,
.service-block-two .inner-box .content-box .upper .icon {
    margin-bottom: 23px
}

.countries-block-two .inner-box .inner h4 a,
.service-block-two .inner-box .content-box h4 a {
    display: inline-block;
    color: #2d363e
}

.service-block-two .inner-box .content-box .btn-box {
    position: relative;
    padding: 18px 30px 17px
}

.service-block-two .inner-box .content-box .btn-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #828080
}

.service-block-two .inner-box .overlay-content {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    z-index: 1;
    transition: .5s
}

.countries-block-two .inner-box:hover .overlay-inner,
.service-block-two .inner-box:hover .overlay-content {
    top: 0;
    opacity: 1
}

.service-block-two .inner-box .overlay-content .btn-box {
    position: relative;
    padding: 19px 30px 18px;
    text-align: center
}

.service-block-two .inner-box .overlay-content .btn-box a span:before {
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    top: -2px;
    right: 0;
    font-size: 18px;
    font-weight: 400;
    transition: .5s
}

.service-block-two .inner-box .overlay-content .btn-box a span:after {
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    right: 16px;
    font-size: 16px;
    transition: .5s
}

.about-style-two {
    position: relative;
    padding: 110px
}

.about-style-two .pattern-layer,
.testimonial-style-three .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.about-style-two .outer-container {
    position: relative;
    padding: 60px 0 30px
}

.about-style-two .outer-container .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 45px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.about-style-two .outer-container .shape {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% 45px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.about-style-two .content-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 30px;
    margin: 0 !important
}

.about-style-two .content-box .text,
.blog-details-content .comments-form-area .text,
.coaching-details-content .content-four .upper-text,
.coaching-details-content .content-one .upper-text,
.content_block_two .content-box .list,
.countries-details-content .content-three .upper-text,
.countries-details-content .content-two .tabs-content .inner-box p,
.countries-details-content .content-two .upper-text,
.error-section .inner-box p,
.faq-sidebar .text,
.visa-details-content .content-three .tabs-content .inner-box p,
.visa-details-content .content-three .upper-text {
    margin-bottom: 32px
}

.about-style-two .content-box .text p {
    color: #bdc4ca;
    margin-bottom: 11px
}

.about-style-three .content-box .sec-title,
.about-style-two .content-box .sec-title,
.blog-details-content .content-one,
.blog-details-content .content-three h2,
.content_block_four .content-box .text,
.content_block_three .content-box .sec-title,
.statistics-section .content-box .sec-title h2 {
    margin-bottom: 25px
}

.counter-block-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 33px 30px 32px;
    margin-bottom: 30px
}

.counter-block-one h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 31px
}

.counter-block-one .count-outer {
    position: relative;
    display: block;
    margin-bottom: 7px
}

.blog-three-column .news-block-one .inner-box,
.coaching-details-content .content-three .upper-text,
.coaching-details-content .content-two .upper-text,
.counter-block-one p,
.process-section .sec-title,
.progress-box,
.visa-details-content .content-four .upper-text,
.visa-details-content .content-two .upper-text {
    margin-bottom: 30px
}

.counter-block-one .count-outer span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    font-family: Manrope, sans-serif;
    font-weight: 700
}

.counter-block-one .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2d363e
}

.counter-block-one .link a i {
    position: relative;
    top: 4px;
    margin-left: 3px;
    font-size: 18px
}

.process-section {
    position: relative;
    padding: 101px 0 110px
}

.process-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
    transition: .5s;
    margin-bottom: 30px
}

.process-block-one .inner-box .count-text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto 23px
}

.process-block-one .inner-box .count-text:before {
    position: absolute;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    border: 1px solid #fff
}

.process-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 13px
}

.process-section .upper-box {
    position: relative;
    padding-bottom: 52px;
    border-bottom: 1px solid #ebecec;
    margin-bottom: 51px
}

.process-section .upper-box .shape .shape-1 {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 117px;
    background-position: top center;
    background-repeat: no-repeat
}

.process-section .upper-box .shape .shape-2 {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 117px;
    background-position: top center;
    background-repeat: no-repeat
}

.process-section .lower-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 31px
}

.coaching-style-two:before {
    position: absolute;
    content: '';
    background: #2d363e;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .92;
    z-index: 1
}

.parallax-bg {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.coaching-block-two .inner-box {
    position: relative;
    display: block;
    z-index: 1;
    padding: 40px 40px 34px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden
}

.coaching-block-two .inner-box .count-text {
    position: absolute;
    top: 42px;
    right: 30px;
    display: block;
    font-size: 120px;
    line-height: 120px;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.10)
}

.coaching-block-two .inner-box .image-box {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-bottom: 64px;
    transition: .5s
}

.coaching-block-three .inner-box:hover .upper-box .count-text,
.coaching-block-two .inner-box:hover .image-box {
    transform: scale(0, 0)
}

.coaching-block-two .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 31px;
    color: #fff;
    font-weight: 700;
    padding-left: 30px
}

.coaching-block-two .inner-box h4:before {
    position: absolute;
    content: '';
    width: 10px;
    height: calc(100% - 15px);
    left: 0;
    top: 8px
}

.coaching-block-two .inner-box h4 span {
    display: block;
    text-transform: uppercase
}

.coaching-block-two .inner-box .link {
    position: absolute;
    right: 0;
    bottom: 7px
}

.coaching-block-two .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 1
}

.coaching-block-two .inner-box .text .link a {
    border: 1px solid rgba(255, 255, 255, .1)
}

.coaching-block-two .inner-box .overlay-text {
    position: absolute;
    left: 0;
    bottom: 15px;
    padding-left: 40px;
    z-index: 2;
    width: 100%;
    padding-right: 100px;
    opacity: 0;
    transition: .5s
}

.coaching-block-two .inner-box:hover .overlay-text {
    bottom: 32px;
    opacity: 1
}

.coaching-block-two .inner-box .overlay-text h4,
.content_block_two .content-box .text {
    margin-bottom: 17px
}

.coaching-style-two .outer-container {
    position: relative;
    margin: 0 15px
}

.statistics-section {
    position: relative;
    padding: 100px 0 95px
}

.statistics-section .image-box {
    position: relative;
    display: block;
    margin-left: -380px
}

.statistics-section .image-box .image-2 {
    position: absolute;
    right: 64px;
    bottom: 16px
}

.statistics-section .image-box .curved-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    font-size: 13px;
    font-weight: 800;
    font-family: Manrope, sans-serif;
    text-transform: uppercase;
    letter-spacing: -.5px
}

.statistics-section .image-box .curve-text {
    position: absolute;
    top: 3px;
    right: 125px
}

.statistics-section .image-box .curve-text .icon-box {
    position: absolute;
    left: -151px;
    top: -2px;
    width: 263px;
    height: 150px
}

.progress-box {
    position: relative;
    display: block
}

.progress-box .bar {
    position: relative;
    width: 100%;
    height: 5px;
    background: 0 0;
    border-radius: 0
}

.progress-box .bar-inner {
    position: relative;
    display: block;
    border-radius: 0;
    width: 0;
    height: 5px;
    -webkit-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s
}

.statistics-section .content-box .progress-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    background: #f3f4f5;
    padding: 1px 20px 3px;
    margin-bottom: 5px
}

.statistics-section .content-box .progress-box .count-text {
    position: absolute;
    right: 20px;
    bottom: 13px;
    font-size: 18px;
    line-height: 26px;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    color: #2d363e
}

.statistics-section .content-box .progress-inner {
    margin-bottom: 45px
}

.statistics-section .content-box .download-box {
    position: relative;
    display: block;
    padding: 0 0 0 60px
}

.statistics-section .content-box .download-box .icon {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 50px;
    background: #2d363e;
    text-align: center;
    font-size: 18px;
    color: #fff
}

.statistics-section .content-box .download-box h6 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase
}

.statistics-section .content-box .download-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700
}

.about-style-five,
.about-style-six,
.coaching-details,
.countries-details,
.countries-style-two,
.sidebar-page-container {
    position: relative;
    padding: 110px 0
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transform: scale(.9, .9) translateY(0)
}

.tabs-box .tab.active-tab {
    display: block;
    transform: scale(1) translateY(0)
}

.countries-style-two .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e5e5
}

.countries-style-two .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    color: #a7aaae;
    cursor: pointer;
    padding-left: 30px;
    margin-right: 95px;
    transition: .5s
}

.itemsspart h3,
.loby_txt .txt a,
.status h6,
.status2 h6 {
    font-family: Raleway, sans-serif
}

.countries-style-two .tab-btns li:last-child {
    margin-right: 0
}

.countries-details-content .content-one .tab-btns li h5 i,
.countries-style-two .tab-btns li .icon-box {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 22px
}

.countries-block-two .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e2e5e5;
    background: 0 0;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s
}

.countries-block-two .inner-box:hover {
    background: #fff;
    border-color: transparent;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .1)
}

.countries-block-two .inner-box .inner {
    position: relative;
    padding: 21px 20px 19px 100px;
    transition: .5s
}

.countries-block-two .inner-box .inner .flag {
    position: absolute;
    left: 30px;
    top: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25)
}

.countries-block-two .inner-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 22px 30px 18px 100px;
    opacity: 0;
    transition: .5s
}

.countries-block-two .inner-box .overlay-inner .flag {
    position: absolute;
    left: 30px;
    top: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25)
}

.countries-style-two .more-link h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.countries-style-two .more-link h6 a i {
    position: relative;
    top: 3px;
    margin-left: 6px;
    font-size: 16px
}

.countries-style-two .more-link {
    position: relative;
    margin-top: 22px
}

.about-style-three .image-box .image-1,
.countries-style-two .tabs-box,
.default-sidebar .sidebar-banner .inner-box .lower-box,
.team-section .inner-container {
    position: relative;
    z-index: 1
}

.chooseus-style-two .pattern-layer {
    position: absolute;
    left: 670px;
    top: 0;
    width: calc(100% - 670px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left
}

.chooseus-style-two .content-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 102px 0 60px 100px
}

.chooseus-style-two:before {
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 670px);
    height: 100%;
    left: 670px;
    top: 0
}

.chooseus-style-two .image-layer,
.contact-section .image-layer {
    position: absolute;
    left: 0;
    bottom: 0
}

.chooseus-style-two .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 45px
}

.chooseus-style-two .inner-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    z-index: 1
}

.chooseus-style-two .inner-box .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: #f3f4f5;
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s
}

.chooseus-style-two .inner-box .single-item:hover .icon-box:before {
    width: 70px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.about-style-three .content-box .inner-box .single-item h4,
.blog-details-content .author-box .content-box h4,
.chooseus-style-two .inner-box .single-item h4,
.countries-details-content .content-two .tabs-content .inner-box h4,
.visa-details-content .content-three .tabs-content .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px
}

.callback-section .sec-title h2,
.chooseus-style-two .sec-title h2,
.coaching-details-content .content-two .single-item .inner-box .content-box .text p,
.content_block_six .content-box .form-inner .form-group,
.default-sidebar .download-widget .download-list li a img,
.faq-section .sec-title h2,
.footer-top-two .logo-widget .text {
    margin-bottom: 15px
}

.chooseus-style-two .sec-title,
.contact-style-two .sec-title {
    margin-bottom: 35px
}

.video-section .video-inner {
    position: relative;
    width: 100%;
    padding: 205px 50px 47px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 5px solid #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

.video-section .bg-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #2d363e
}

.video-section .video-btn a {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 126px;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    z-index: 1
}

.video-section .video-btn a:after,
.video-section .video-btn a:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: 0 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(51, 131, 234, .6);
    box-shadow: 0 0 0 0 rgba(50, 131, 234, .6);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    -webkit-transition: .4s;
    transition: .4s
}

.mission-section .video-inner a:after,
.video-section .video-btn a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.video-section .text-box {
    position: relative;
    text-align: left;
    margin-top: 25px
}

.video-section .text-box h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 1px
}

.testimonial-style-two {
    position: relative;
    padding: 80px 0 144px;
    background: #2d363e
}

.testimonial-style-two .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 373px;
    background-repeat: repeat-x;
    animation: 60s linear infinite slide;
    -webkit-animation: 60s linear infinite slide
}

.testimonial-style-two .thumb-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 1500px;
    height: 100%;
    margin: 0 auto
}

.testimonial-style-two .thumb-inner .thumb {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff
}

.testimonial-style-two .thumb-inner .thumb img {
    width: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%)
}

.testimonial-style-two .thumb-inner .thumb-1 {
    left: 0;
    bottom: 110px;
    width: 100px;
    height: 100px;
    -webkit-animation: 4s linear infinite zoom-fade;
    animation: 4s linear infinite zoom-fade
}

.testimonial-style-two .thumb-inner .thumb-2 {
    left: 265px;
    top: 235px;
    width: 120px;
    height: 120px;
    -webkit-animation: 5s linear infinite zoom-fade;
    animation: 5s linear infinite zoom-fade
}

.testimonial-style-two .thumb-inner .thumb-3 {
    right: 265px;
    top: 235px;
    width: 120px;
    height: 120px;
    -webkit-animation: 4s linear infinite zoom-fade;
    animation: 4s linear infinite zoom-fade
}

.testimonial-style-two .thumb-inner .thumb-4 {
    right: 0;
    bottom: 110px;
    width: 100px;
    height: 100px;
    -webkit-animation: 5s linear infinite zoom-fade;
    animation: 5s linear infinite zoom-fade
}

.testimonial-style-two .testimonial-content {
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
    text-align: center
}

.testimonial-style-two .inner-container {
    position: relative;
    padding-top: 70px
}

.testimonial-style-two .inner-container .quote {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.testimonial-style-two .testimonial-content .thumb-box {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 37px;
    transform: scale(.5, .5);
    transition: .9s
}

.testimonial-style-two .testimonial-content .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.countries-details-content .content-one .tabs-content .single-item .lower-content p,
.testimonial-style-two .testimonial-content .rating {
    margin-bottom: 14px
}

.testimonial-style-two .testimonial-content h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px
}

.testimonial-style-two .testimonial-content p {
    font-size: 20px;
    line-height: 34px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 22px
}

.news-section.style-two .single-item-carousel .owl-nav button,
.testimonial-style-two .owl-nav button {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    transition: .5s;
    cursor: pointer
}

.blog-details-content .comments-form-area .text h2,
.footer-top-two .logo-widget .inner p,
.testimonial-style-two .testimonial-content .author-box h3,
.visa-details-content .content-two .single-item .inner-box .content-box .text p {
    margin-bottom: 5px
}

.testimonial-style-two .testimonial-content .author-box .designation {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300
}

.testimonial-style-two .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.testimonial-style-two .owl-nav button {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    background: 0 0
}

.testimonial-style-two .owl-nav button.owl-prev {
    left: 0
}

.testimonial-style-two .owl-nav button:after,
.testimonial-style-two .owl-nav button:before {
    width: 1px;
    height: 185px;
    left: 28px;
    position: absolute;
    background: rgba(255, 255, 255, .1);
    content: ''
}

.testimonial-style-two .owl-nav button.owl-next {
    right: 0
}

.testimonial-style-two .owl-nav button:before {
    top: -206px
}

.testimonial-style-two .owl-nav button:after {
    bottom: -206px
}

@keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

.news-section.style-two .single-item-carousel {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto
}

.news-section.style-two .single-item-carousel .inner-box {
    position: relative;
    padding-left: 370px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

.news-section.style-two .single-item-carousel .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 370px
}

.news-section.style-two .inner-box .lower-content {
    position: relative;
    padding: 34px 40px
}

.news-section.style-two .news-block-one .inner-box .lower-content .link a:hover span {
    padding-right: 21px
}

.news-section.style-two .news-block-one .inner-box .image-box h2 {
    right: inherit;
    bottom: inherit;
    left: 30px;
    top: 30px
}

.news-section.style-two .news-block-one .inner-box .image-box h2:after,
.news-section.style-two .news-block-one .inner-box .image-box h2:before {
    background: rgba(50, 131, 234, .5)
}

.news-section.style-two .single-item-carousel .owl-nav {
    position: relative;
    display: block;
    margin-top: 50px;
    text-align: center
}

.news-section.style-two .single-item-carousel .owl-nav button {
    position: relative;
    border: 1px solid #ebecec;
    color: #828080;
    background: 0 0;
    margin: 0 5px
}

.callback-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.callback-section .content-box {
    position: relative;
    display: block;
    margin-right: 35px
}

.callback-section .form-inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px
}

.callback-section .form-inner .form-group {
    position: relative;
    margin-bottom: 15px;
    padding: 0 7.5px
}

.callback-section .form-inner .form-group input[type=email],
.callback-section .form-inner .form-group input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #ebecec;
    padding: 10px 20px;
    font-size: 16px;
    color: #828080;
    transition: .5s
}

.callback-section .map-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%
}

.callback-section .map-inner #contact-google-map {
    position: relative;
    width: 100%;
    height: 100%
}

.callback-section .map-inner .map-location {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.callback-section .map-inner .map-location .single-location:first-child {
    position: absolute;
    left: 300px;
    bottom: 275px
}

.callback-section .map-inner .map-location .single-location:before {
    position: absolute;
    content: '';
    background: 0 0;
    width: 100%;
    height: 50px;
    left: 0;
    top: -50px
}

.callback-section .map-inner .map-location .single-location:last-child {
    position: absolute;
    top: 260px;
    right: 285px
}

.callback-section .map-inner .map-location .single-location .location-pin {
    position: relative;
    cursor: pointer
}

.callback-section .map-inner .map-location .single-location .address-box {
    position: absolute;
    left: -30px;
    bottom: 50px;
    width: 330px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.callback-section .map-inner .map-location .single-location.active .address-box,
.callback-section .map-inner .map-location .single-location:hover .address-box {
    opacity: 1;
    bottom: 80px;
    visibility: visible
}

.callback-section .map-inner .map-location .single-location .address-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 30px;
    height: 30px;
    left: 30px;
    bottom: -10px;
    transform: rotate(45deg)
}

.callback-section .map-inner .map-location .single-location .address-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding: 11px 30px 15px
}

.callback-section .map-inner .map-location .single-location .address-box .info {
    position: relative;
    padding: 25px 30px 23px
}

.callback-section .map-inner .map-location .single-location .address-box .info li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #828080;
    margin-bottom: 5px
}

.callback-section .map-inner .map-location .single-location .address-box .info li a,
.content_block_five .content-box .inner-box .single-item .info li p a {
    display: inline-block;
    color: #828080
}

.footer-top-two {
    position: relative;
    background: #2d363e;
    padding: 80px 0
}

.footer-top-two .widget-title {
    position: relative;
    display: block;
    margin-bottom: 33px;
    padding-bottom: 15px
}

.footer-top-two .logo-widget p,
.footer-top-two .tweet-widget .tweet-content .text p {
    color: #bdc4ca
}

.footer-top-two .logo-widget .inner h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px
}

.footer-top-two .logo-widget .inner h6 a i {
    position: relative;
    margin-left: 6px;
    top: 2px;
    font-size: 16px
}

.footer-top-two .logo-widget .inner p a {
    display: inline-block;
    color: #bdc4ca
}

.footer-top-two .logo-widget .inner h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding-left: 60px;
    margin-bottom: 11px
}

.footer-top-two .logo-widget .inner h4:before {
    position: absolute;
    content: '';
    width: 44px;
    height: 1px;
    left: 0;
    top: 14px
}

.footer-top-two .links-widget {
    margin-left: 50px
}

.footer-top-two .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 11px
}

.footer-top-two .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #bdc4ca;
    padding-left: 30px
}

.footer-top-two .links-widget .links-list li a:before {
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    top: 1px;
    font-weight: 700
}

.footer-top-two .post-widget .post {
    position: relative;
    display: block;
    margin-bottom: 21px
}

.footer-top-two .post-widget .post h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 9px
}

.footer-top-two .post-widget .post .post-date {
    position: relative;
    display: block;
    font-size: 16px;
    color: #bdc4ca
}

.footer-top-two .tweet-widget .tweet-content .inner {
    position: relative;
    padding-left: 70px;
    margin-bottom: 18px
}

.footer-top-two .tweet-widget .tweet-content .inner .image-box {
    position: absolute;
    left: 0;
    top: 4px;
    width: 50px;
    height: 50px
}

.footer-top-two .tweet-widget .tweet-content .inner h5 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px
}

.footer-top-two .tweet-widget .tweet-content .inner a {
    position: relative;
    display: inline-block;
    font-size: 16px
}

.footer-top-two .tweet-widget .tweet-content .text .post-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #bdc4ca;
    margin-bottom: 9px
}

.footer-top-two .tweet-widget .owl-nav {
    position: relative;
    display: block;
    margin-top: 25px
}

.footer-top-two .tweet-widget .owl-nav button {
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    background: 0 0;
    transition: .5s
}

.footer-top-two .tweet-widget .owl-nav button.owl-prev {
    margin-right: 26px
}

.footer-style-three .contact-widget .text,
.footer-top-two .tweet-widget .widget-title {
    margin-bottom: 36px
}

.footer-top-two .tweet-widget .owl-nav button.owl-prev:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .1);
    width: 1px;
    height: 14px;
    top: 6px;
    right: -14px
}

.footer-style-two .footer-bottom {
    background: #283037
}

.header-top-three {
    position: relative;
    padding: 10px 50px
}

.header-top-three .social-links li a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%
}

.header-top-three .social-links li a:hover {
    background: #000
}

.header-top-three .social-links li p {
    font-size: 16px;
    line-height: 28px;
    color: #fff
}

.header-top-three .support-box p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-left: 30px
}

.header-top-three .support-box p i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px
}

.header-style-three .header-lower {
    position: relative;
    width: 100%
}

.header-style-three .header-lower .outer-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    padding: 0 50px;
    box-shadow: none
}

.header-style-three .header-lower .outer-box .logo-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px
}

.header-style-three .outer-box .logo-box .logo {
    position: relative;
    margin-right: 80px
}

.header-style-three .outer-box .logo-box .logo:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .2);
    width: 1px;
    height: 48px;
    top: 0;
    right: -40px
}

.header-style-three .outer-box .language-box {
    position: relative;
    padding-left: 40px
}

.header-style-three .outer-box .language-box .flag {
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 18px
}

.header-style-three .outer-box .language-box .nice-select {
    padding-left: 0;
    height: auto;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    font-family: Manrope, sans-serif;
    border: none !important;
    padding-right: 18px
}

.header-style-three .outer-box .language-box .nice-select .option {
    color: #848484
}

.header-style-three .outer-box .language-box .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    right: 0
}

.header-style-three .outer-box .language-box .nice-select .list {
    min-width: 100px
}

.header-style-three .header-lower .main-menu .navigation>li>a {
    color: #fff;
    padding-top: 39px
}

.header-style-three .header-lower .main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 25px;
    transition: .5s
}

.header-style-three .header-lower .main-menu .navigation>li.current>a:before,
.header-style-three .header-lower .main-menu .navigation>li>a:hover:before {
    width: 20px
}

.header-style-three .header-lower .menu-right-content .search-inner {
    width: 275px;
    margin-right: 10px
}

#wrapper h5,
#wrapper p {
    margin: 0;
    padding: 10px 0
}

.footer-style-three .contact-widget .subscribe-box .form-group,
.header-style-three .header-lower .menu-right-content .search-inner .form-group {
    position: relative;
    margin: 0
}

.header-style-three .header-lower .menu-right-content .search-inner .form-group input[type=search] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .3);
    font-size: 16px;
    color: #fff;
    padding: 10px 50px 10px 20px;
    background: 0 0;
    transition: .5s
}

.header-style-three .header-lower .menu-right-content .search-inner .form-group button {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    background: 0 0
}

.footer-style-three .contact-widget .subscribe-box .form-group input:focus,
.header-style-three .header-lower .menu-right-content .search-inner .form-group input:focus {
    border-color: #fff
}

.header-style-three .header-lower .menu-right-content .theme-btn {
    padding: 11.5px 28px;
    background: #fff
}

.banner-style-three .banner-carousel .content-box h2 {
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    margin-bottom: 37px
}

.banner-style-three .curve-text {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 135px;
    text-align: center;
    margin-bottom: 12px
}

.banner-style-three .curve-text .curved-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    font-size: 13px;
    font-weight: 800;
    font-family: Manrope, sans-serif;
    text-transform: uppercase;
    letter-spacing: -.5px;
    color: #fff
}

.banner-style-three .curve-text .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 135px;
    height: 135px;
    line-height: 168px;
    text-align: center;
    font-size: 65px;
    color: #fff
}

.banner-style-three .theme-btn {
    border: 2px solid #fff;
    padding: 12.5px 32px
}

.banner-style-three .banner-carousel .slide-item {
    padding: 240px 0 270px
}

.banner-style-three .banner-carousel .slide-item:before {
    background: -webkit-linear-gradient(-90deg, #440112 0, rgba(0, 0, 0, .4) 100%)
}

.service-style-three .inner-container {
    position: relative;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
    z-index: 1;
    margin-top: -110px
}

.service-style-three .inner-container:before {
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% + 120px);
    height: 100%;
    left: -60px;
    top: 0
}

.service-style-three .inner-container .big-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 200px;
    line-height: 200px;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #f7f5f5
}

.contactinfo-section .single-item:before,
.service-block-three .inner-box:before {
    position: absolute;
    content: '';
    background: #ecebeb;
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px
}

.service-block-three .inner-box .image-box {
    position: relative;
    display: block;
    margin: 0 10px
}

.service-block-three .inner-box .lower-content {
    position: relative;
    padding-top: 23px
}

.service-block-three .inner-box .lower-content h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1px
}

.countries-block-three .inner-box h4 a,
.service-block-three .inner-box .lower-content h4 a {
    display: inline-block;
    color: #18425a
}

.footer-style-three .contact-widget .subscribe-box h4,
.service-block-three .inner-box .lower-content p {
    margin-bottom: 22px
}

.service-block-three .inner-box .lower-content .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    background: #18425a;
    color: #fff;
    padding: 13px 34px
}

.service-block-three .inner-box .lower-content .btn-box a:hover {
    padding: 13px 24px
}

.countries-details-content .content-one .tabs-content .single-item .btn-box a:hover span,
.service-block-three .inner-box .lower-content .btn-box a:hover span {
    padding-right: 41px
}

.about-style-three {
    position: relative;
    padding: 88px 0 110px
}

.about-style-three .image-box {
    position: relative;
    display: block;
    padding: 0 130px 220px;
    margin-right: 10px
}

.about-style-three .image-box .image-2 {
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 1
}

.about-style-three .image-box .image-3 {
    position: absolute;
    right: 0;
    bottom: 0
}

.about-style-three .image-box .curved-circle-2 {
    position: absolute;
    top: -5px;
    right: 17px;
    width: 150px;
    font-size: 10px;
    font-weight: 800;
    font-family: Manrope, sans-serif;
    text-transform: uppercase;
    letter-spacing: -.5px
}

.about-style-three .image-box .curve-text {
    position: absolute;
    top: 45px;
    right: 58px;
    z-index: 2
}

.about-style-three .image-box .curve-text .icon-box {
    position: absolute;
    left: -151px;
    top: -3px;
    width: 207px;
    height: 118px
}

.about-style-three .image-box .text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
    background: #fff;
    width: 140px;
    padding: 12px 15px 18px;
    text-align: center;
    z-index: 2;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08)
}

.about-style-three .image-box .text h2 {
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 6px
}

.about-style-three .image-box .text h6 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase
}

.about-style-three .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.about-style-three .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 35px
}

.about-style-three .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 1
}

.about-style-three .content-box .inner-box .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: #f7f5f5;
    width: 40px;
    height: 40px;
    right: -20px;
    bottom: -13px;
    z-index: -1
}

.coaching-style-three,
.mission-section .inner-container {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.coaching-style-three:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .1
}

.coaching-style-three .coaching-block-three {
    float: left;
    width: 25%;
    text-align: center
}

.coaching-block-three .inner-box {
    position: relative;
    display: block;
    border-right: 1px solid rgba(255, 255, 255, .15);
    overflow: hidden
}

.coaching-block-three .inner-box .upper-box {
    position: relative;
    min-height: 525px;
    display: flex;
    align-items: center;
    justify-content: center
}

.coaching-block-three .inner-box .upper-box .count-text {
    position: relative;
    display: block;
    font-size: 150px;
    line-height: 150px;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.10);
    transition: .5s
}

.coaching-block-three .inner-box .upper-box .link,
.gallery-block-one .inner-box .view-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.coaching-block-three .inner-box .upper-box .link a {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    transform: scale(0, 0)
}

.coaching-block-three .inner-box .upper-box .link a:hover {
    background: #18425a;
    color: #fff
}

.coaching-block-three .inner-box .lower-box {
    position: relative;
    background: rgba(24, 66, 90, .2);
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.coaching-block-three .inner-box .lower-box .text {
    position: relative;
    padding: 32px 20px 31px;
    transition: .5s
}

.coaching-block-three .inner-box .lower-box h4 {
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #fff
}

.coaching-block-three .inner-box .lower-box h4 span,
.coaching-details-content .content-two .single-item .inner-box .content-box .text h5 span,
.coaching-details-content h2 span,
.default-sidebar .category-widget .category-list li a span,
.visa-details-content .content-two .single-item .inner-box .content-box .text h5 span {
    text-transform: uppercase
}

.coaching-block-three .inner-box .lower-box .overlay-text h4 a,
.team-section .more-text h6 a:hover {
    color: #18425a
}

.coaching-block-three .inner-box .lower-box .overlay-text {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    background: #fff;
    padding: 33px 40px 30px;
    opacity: 0;
    transition: .5s
}

.coaching-block-three .inner-box .lower-box .overlay-text h4 {
    margin-bottom: 11px
}

.countries-style-three .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.countries-block-three .inner-box {
    position: relative;
    display: block;
    background: 0 0;
    padding-top: 40px;
    border-top: 4px solid #dedede;
    transition: .5s
}

.countries-block-three .inner-box .flag {
    position: relative;
    display: inline-block;
    width: 106px;
    height: 70px;
    background: #fff;
    padding: 3px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.countries-block-three .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px
}

.blog-details-content .content-two .single-item h4,
.countries-block-three .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px
}

.countries-block-three .inner-box p {
    margin-bottom: 21px
}

.countries-block-three .inner-box .list li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #949494;
    padding-left: 25px;
    margin-bottom: 6px
}

.countries-block-three .inner-box .list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    color: #a2a2a2
}

.countries-style-three .owl-nav,
.testimonial-style-three .owl-nav {
    position: absolute;
    top: -120px;
    right: 0
}

.countries-style-three .owl-nav button {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #828080;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transition: .5s
}

.chooseus-style-three {
    position: relative;
    padding: 102px 0 100px;
    background: #046380
}

.faq-section,
.footer-top-three,
.mission-section,
.page-title {
    background-size: cover
}

.chooseus-block-two .inner-box .shape,
.faq-section,
.footer-top-three,
.mission-section,
.page-title {
    background-repeat: no-repeat;
    background-position: center
}

.chooseus-block-two .inner-box {
    position: relative;
    background: #fff;
    padding: 30px 20px;
    overflow: hidden
}

.chooseus-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}

.chooseus-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    right: -20px;
    bottom: -15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .06)
}

.chooseus-block-two .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #046380;
    font-weight: 700;
    margin-bottom: 11px
}

.chooseus-block-two .inner-box p {
    color: #a3b1b9
}

.chooseus-block-two .inner-box .shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.chooseus-style-three .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 56px
}

.chooseus-style-three .owl-nav button {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #a3b1b9;
    margin: 0 40px;
    background: 0 0;
    transition: .5s
}

.gallery-block-one .inner-box .view-btn a,
.testimonial-style-three .owl-nav button {
    width: 58px;
    height: 58px;
    background: #fff;
    display: inline-block;
    font-size: 24px;
    text-align: center
}

.chooseus-style-three .owl-dots:before {
    position: absolute;
    content: '/';
    font-size: 16px;
    font-weight: 700;
    color: #a3b1b9;
    font-family: Manrope, sans-serif;
    left: -3px;
    top: -4px
}

.chooseus-style-three .owl-dot.active::before,
.chooseus-style-three .owl-dots::after {
    content: counter(slides-num);
    font-family: Manrope, sans-serif;
    color: #a3b1b9;
    top: -6px;
    position: absolute;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700
}

.chooseus-style-three .owl-dots::after {
    left: 5px;
    display: inline-block
}

.chooseus-style-three .owl-dot.active::before {
    left: -15px
}

.testimonial-style-three .testimonial-content {
    margin-left: 25px;
    margin-top: 25px
}

.testimonial-style-three .testimonial-content .inner-box {
    position: relative;
    display: block;
    background: #f7f5f5;
    padding: 30px 30px 33px
}

.testimonial-style-three .testimonial-content .inner-box .quote {
    position: absolute;
    left: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 1
}

.testimonial-style-three .testimonial-content .inner-box .quote:before {
    position: absolute;
    content: '';
    width: 76px;
    height: 2px;
    left: 48px;
    top: 22px
}

.testimonial-style-three .testimonial-content .inner-box .quote:after {
    position: absolute;
    content: '';
    height: 76px;
    width: 2px;
    top: 48px;
    left: 22px
}

.testimonial-style-three .testimonial-content .inner-box .author-box {
    position: relative;
    display: block;
    padding: 7px 0 5px 90px;
    margin-bottom: 25px
}

.testimonial-style-three .testimonial-content .inner-box .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2)
}

.testimonial-style-three .testimonial-content .inner-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: contain
}

.testimonial-style-three .testimonial-content .inner-box .author-box h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px
}

.testimonial-style-three .testimonial-content .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px
}

.testimonial-style-three .testimonial-content .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 17px
}

.testimonial-style-three .testimonial-content .inner-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 14px
}

.testimonial-style-three .owl-nav button {
    position: relative;
    line-height: 60px;
    color: #828080;
    border: 1px solid #ecebeb;
    transition: .5s
}

.gallery-block-one .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #18425a
}

.gallery-block-one .inner-box:hover .image img {
    opacity: .05
}

.gallery-block-one .inner-box .view-btn a {
    position: relative;
    line-height: 62px;
    transform: scale(0, 0)
}

.gallery-block-one .inner-box .view-btn a:hover {
    color: #3283ea
}

.funfact-section {
    position: relative;
    padding: 110px 0 102px
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0 50px;
    border-right: 1px solid #ecebeb
}

.funfact-section .funfact-block-one {
    float: left;
    width: 20%
}

.funfact-block-one .inner-box .inner {
    position: relative;
    padding-left: 75px;
    margin-bottom: 21px
}

.funfact-block-one .inner-box .inner .icon-box {
    position: absolute;
    left: 0;
    top: 3px
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700
}

.content_block_four .content-box .inner-box .single-item h4,
.funfact-block-one .inner-box h4 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 22px;
    z-index: 1
}

.content_block_four .content-box .inner-box .single-item h4:before,
.funfact-block-one .inner-box h4:before {
    position: absolute;
    content: '';
    background: #ecebeb;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 2px;
    z-index: -1
}

.faq-section {
    position: relative;
    width: 100%;
    padding: 102px 0 110px;
    background-attachment: fixed
}

.faq-section:before,
.mission-section:before {
    position: absolute;
    content: '';
    background: #002055;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .92
}

.faq-section .sec-title p {
    color: #bcc9d0
}

.faq-content .questions-list {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 42px
}

.faq-content .questions-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    padding: 18px 70px 19px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.faq-content .questions-list li a:before {
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    font-size: 20px;
    right: 24px;
    top: 19px;
    color: #fff;
    font-weight: 400;
    transition: .5s
}

.faq-content .questions-list li a:after {
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: 19px;
    right: 42px;
    font-size: 16px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: .5s
}

.faq-content .questions-list li a:hover {
    background: #fff;
    color: #18425a
}

.faq-content .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase
}

.faq-content .link a i {
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-left: 2px
}

.faq-section .contact-content {
    position: relative;
    display: block;
    padding-left: 65px;
    margin-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.contact-content .form-inner .form-group {
    position: relative;
    padding: 0 7.5px;
    margin-bottom: 15px
}

.contact-content .form-inner form {
    position: relative;
    margin: 0 7.5px
}

.contact-content .form-inner .form-group input[type=email],
.contact-content .form-inner .form-group input[type=text],
.contact-content .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    color: #828080;
    padding: 10px 20px;
    transition: .5s
}

.contact-content .form-inner .form-group textarea {
    height: 100px;
    resize: none;
    padding-top: 15px
}

.contact-content .form-inner .form-group .theme-btn {
    width: 100%;
    background: 0 0;
    border: 2px solid #fff
}

.news-section.style-two .two-item-carousel .inner-box {
    position: relative;
    padding: 20px 20px 20px 220px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.blog-two-column .news-block-one .inner-box .image-box,
.news-section.style-two .two-item-carousel .inner-box .image-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 200px
}

.news-section.style-two .two-item-carousel .inner-box .lower-content {
    position: relative;
    padding: 14px 10px 14px 30px
}

.news-section.style-two .two-item-carousel .news-block-one .inner-box .image-box h2 {
    left: -20px;
    top: -20px
}

.news-section.style-two .two-item-carousel .news-block-one .inner-box .image-box h2:after,
.news-section.style-two .two-item-carousel .news-block-one .inner-box .image-box h2:before {
    background: rgba(195, 21, 65, .5)
}

.clients-section.style-two .clients-logo-box img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    opacity: 1
}

.update-section .outer-container {
    position: relative;
    width: 100%;
    padding: 26px 50px 26px 165px
}

.update-section .outer-container .update-text {
    position: absolute;
    left: 50px;
    top: 28px
}

.update-section .outer-container .update-text h6 {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding-left: 28px
}

.update-section .outer-container .update-text h6 i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px
}

.update-section .outer-container .news-box {
    position: relative;
    float: left;
    width: 40%
}

.update-section .outer-container .news-box:nth-child(2) {
    width: 45%;
    padding-left: 30px
}

.update-section .outer-container .news-box:last-child {
    width: 15%
}

.update-section .outer-container .news-box:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .15);
    width: 1px;
    height: 100%;
    top: 0;
    right: 0
}

.update-section .outer-container .news-box:nth-child(2):before {
    right: 26px
}

.update-section .outer-container .news-box .text p {
    position: relative;
    font-size: 16px;
    color: #fff
}

.update-section .outer-container .news-box .text p a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-left: 18px
}

.update-section .outer-container .news-box .text p a i {
    position: relative;
    font-size: 18px;
    margin-left: 3px;
    top: 4px
}

.update-section .outer-container .news-box .text {
    position: relative;
    padding-left: 25px
}

.update-section .outer-container .news-box .text:before {
    position: absolute;
    content: '\f356';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    left: 0;
    top: 2px;
    color: #fff;
    font-weight: 700
}

.footer-top-three {
    position: relative;
    width: 100%;
    padding: 110px 0;
    background-attachment: fixed
}

.footer-top-three:before {
    position: absolute;
    content: '';
    background: #0b2839;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .94
}

.footer-style-three .footer-bottom {
    background: #15384d
}

.footer-style-three .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 30px
}

.footer-style-three .logo-widget .text {
    position: relative;
    display: block;
    margin-bottom: 36px
}

.footer-style-three .logo-widget .text h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}

.footer-style-three .logo-widget .text p {
    color: #b8bfc5;
    margin-bottom: 25px
}

.footer-style-three .text h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase
}

.footer-style-three .text h6 a i {
    position: relative;
    margin-left: 2px;
    top: 2px
}

.footer-style-three .logo-widget .links-list li {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    margin-bottom: 9px
}

.footer-style-three .logo-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    color: #b8bfc5
}

.footer-style-three .logo-widget .links-list li a:before {
    position: absolute;
    content: "\f108";
    font-family: Flaticon;
    left: 0;
    top: 0
}

.footer-style-three .contact-widget h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 11px
}

.footer-style-three .contact-widget .info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #bcc9d0;
    margin-bottom: 5px
}

.footer-style-three .contact-widget .info-list li a {
    display: inline-block;
    color: #bcc9d0
}

.footer-style-three .contact-widget {
    padding-left: 65px;
    margin-left: 35px;
    border-left: 1px solid rgba(255, 255, 255, .15)
}

.footer-style-three .contact-widget .subscribe-box .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    border: 1px solid rgba(255, 255, 255, .15);
    font-size: 16px;
    color: #fff;
    padding: 10px 60px 10px 55px;
    background: 0 0;
    transition: .5s
}

.footer-style-three .contact-widget .subscribe-box .form-group .icon {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 16px;
    color: #fff;
    z-index: 1
}

.footer-style-three .contact-widget .subscribe-box .form-group button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    line-height: 48px;
    font-size: 20px;
    background: #fff;
    text-align: center
}

.coaching-details-content .content-one,
.coaching-details-content .content-three,
.coaching-details-content .content-two,
.default-sidebar .download-widget,
.footer-style-three .contact-widget .subscribe-box {
    margin-bottom: 50px
}

.footer-style-three .contact-widget .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px
}

.coaching-sidebar,
.visa-sidebar {
    margin-right: 20px
}

.footer-style-three .contact-widget .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .1);
    border-radius: 50%
}

.footer-style-three .contact-widget .social-links li a:hover {
    border-color: #fff;
    background: #fff
}

.page-title {
    position: relative;
    width: 100%;
    padding: 310px 0 210px
}

.page-title:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(0deg, rgba(13, 28, 39, .98) 6%, rgba(13, 28, 39, .1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.page-title h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 7px
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 800
}

.page-title .title {
    position: relative;
    display: block;
    margin-bottom: 60px
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding-right: 23px;
    margin-right: 5px
}

.page-title .bread-crumb li:last-child {
    padding: 0 !important;
    margin-bottom: 0 !important
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: "\f108";
    font-size: 16px;
    font-family: flaticon;
    color: #b8bfc5;
    top: 0;
    right: 0;
    font-weight: 400
}

.blog-sidebar .widget-title h4,
.content_block_one .content-box .author-box h4,
.mission-section .tab-btns li h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

.content_block_one .content-box .text {
    position: relative;
    margin-bottom: 33px
}

.content_block_one .content-box .author-box {
    position: relative;
    display: block;
    padding: 2px 0 0 80px
}

.content_block_one .content-box .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.content_block_one .content-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px
}

.about-style-three.about-page,
.blog-three-column,
.blog-two-column {
    padding: 110px 0
}

.mission-section {
    position: relative;
    width: 100%;
    padding: 110px 0
}

.mission-section .video-inner {
    position: relative;
    padding: 192px 0 172px
}

.mission-section .video-inner a {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%
}

.mission-section .video-inner a:after,
.mission-section .video-inner a:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: 0 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    -webkit-transition: .4s;
    transition: .4s
}

.mission-section .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    width: 183px;
    margin-right: 10px;
    padding: 15px;
    cursor: pointer;
    background: #374b59;
    transition: .5s
}

.mission-section .tab-btns li h4 {
    position: relative;
    display: inline-block;
    color: #b8bfc5;
    padding-left: 34px;
    transition: .5s
}

.mission-section .tab-btns li h4 i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 24px
}

.mission-section .tab-btns {
    position: relative;
    padding-top: 20px;
    background: #142b3c
}

.mission-section .tab-btns:before {
    position: absolute;
    content: '';
    background: #142b3c;
    width: calc(100% + 20px);
    height: 100%;
    left: 0;
    top: 0
}

.mission-section .inner-box {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
    background: #fff;
    padding: 53px 40px 52px 55px
}

.mission-section .inner-box .icon-box {
    position: absolute;
    font-size: 170px;
    line-height: 170px;
    top: 35px;
    right: 50px;
    color: #f7f5f5
}

.mission-section .inner-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px
}

.coaching-details-content h2,
.mission-section .inner-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px
}

.mission-section .tabs-content {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px
}

.team-section .more-text {
    position: relative;
    display: block;
    margin-top: 44px
}

.team-section .more-text h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase
}

.team-section .more-text h6 i {
    position: relative;
    font-size: 18px;
    top: 4px;
    margin-left: 3px
}

.funfact-section.alternat-2 .funfact-block-one .inner-box h4:before {
    background: rgba(0, 0, 0, .08)
}

.funfact-section.alternat-2 .funfact-block-one .inner-box {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.statistics-section.alternat-2 .image-box {
    margin: 6px 30px 0 0
}

.team-section.team-page {
    padding-bottom: 55px
}

.team-section.team-page .team-block-one .inner-box {
    margin-bottom: 48px
}

.team-section .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 48px
}

.faq-page-section {
    position: relative;
    padding: 103px 0 110px
}

.default-sidebar .download-widget h4,
.faq-page-section .search-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 22px
}

.faq-page-section .search-list li {
    position: relative;
    display: inline-block;
    margin: 0 3.5px 20px
}

.faq-page-section .search-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #828080;
    font-family: Heebo, sans-serif;
    padding: 8px 14px;
    border: 1px solid #ecebeb;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .1)
}

.faq-page-section .search-list {
    max-width: 620px;
    margin: 0 auto;
    text-align: center
}

.faq-page-section .search-list li a.current,
.faq-page-section .search-list li a:hover {
    color: #fff;
    box-shadow: none
}

.accordion-box .block {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f0f1f2;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid transparent;
    transition: .5s
}

.accordion-box .block.active-block,
.blog-sidebar .category-widget .category-list li a:hover {
    background: 0 0
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 14px 30px;
    transition: .5s
}

.accordion-box .block .acc-btn h5 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #384752
}

.accordion-box .block .acc-btn h5 span,
.blog-sidebar .post-widget .owl-nav button.owl-prev {
    margin-right: 7px
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 12px;
    transition: .5s
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-bottom: 28px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .acc-content .text {
    position: relative;
    display: block;
    background: #f0f1f2;
    padding: 24px 30px 22px
}

.faq-sidebar {
    position: relative;
    display: block;
    background: #142b3c;
    padding: 43px 30px 42px
}

.faq-sidebar .text h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px
}

.faq-sidebar form .form-group {
    position: relative;
    margin-bottom: 20px
}

.faq-sidebar form .form-group input[type=email],
.faq-sidebar form .form-group input[type=text],
.faq-sidebar form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    background: #374b59;
    border: 1px solid #374b59;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    transition: .5s
}

.blog-details-content .comments-form-area .form-group textarea,
.faq-sidebar form .form-group textarea {
    height: 120px;
    resize: none
}

.faq-sidebar form .form-group .theme-btn {
    width: 100%;
    color: #fff !important;
    padding: 14.5px 33px
}

.faq-sidebar .more-text {
    margin-top: 12px
}

.error-section {
    position: relative;
    width: 100%;
    padding: 200px 0
}

.error-section .inner-box .image-box {
    position: relative;
    display: block;
    margin-bottom: 38px
}

.error-section .inner-box h2 {
    display: block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 23px
}

.about-style-four {
    position: relative;
    padding: 104px 0 110px
}

.about-style-four .image-box {
    position: relative;
    display: block;
    margin-right: 10px;
    margin-top: 6px
}

.about-style-five .image-box .image:before,
.about-style-four .image-box .image:before,
.about-style-six .image-box .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}

.blog-details-content .content-one .text p,
.blog-details-content .content-three p,
.coaching-details-content .content-one .two-column .text p,
.content_block_two .content-box .text p {
    margin-bottom: 26px
}

.content_block_two .content-box .text span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #18425a
}

.content_block_two .content-box .list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 30px
}

.content_block_two .content-box .list li:before,
.default-sidebar .sidebar-banner .inner-box .upper-box .list li:before {
    position: absolute;
    content: "\f10f";
    font-family: flaticon;
    left: 0;
    top: 0
}

.coaching-section .upper-box .text {
    margin-top: 47px
}

.coaching-title {
    padding-top: 102px
}

.testimonial-style-three.alternat-2 .testimonial-content .inner-box {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.default-sidebar .category-widget .category-list {
    position: relative;
    display: block;
    padding: 20px;
    background: #f7f5f5
}

.blog-sidebar .category-widget .category-list li,
.default-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 5px
}

.default-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #142b3c;
    background: #fff;
    padding: 17px 20px;
    z-index: 1
}

.default-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: '';
    background: #f7f5f5;
    width: 24px;
    height: 24px;
    top: 17px;
    right: 19px;
    transition: .5s
}

.default-sidebar .category-widget .category-list li a i {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 10px;
    color: #888686;
    transition: .5s
}

.default-sidebar .category-widget .category-list li a:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s
}

.blog-details-content .content-two,
.blog-sidebar .category-widget,
.blog-sidebar .post-widget,
.blog-sidebar .search-widget,
.default-sidebar .category-widget {
    margin-bottom: 43px
}

.default-sidebar .download-widget .download-list {
    position: relative;
    display: block;
    background: #f7f5f5;
    padding: 20px
}

.default-sidebar .download-widget .download-list li {
    position: relative;
    float: left;
    width: 145px;
    margin-right: 20px;
    text-align: center
}

.default-sidebar .download-widget .download-list li a {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    padding-top: 24px
}

.default-sidebar .download-widget .download-list li a h6 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede
}

.default-sidebar .download-widget .download-list li a span {
    position: relative;
    display: block;
    padding: 3px 0;
    background: #f7f5f5;
    font-size: 16px;
    color: #828080
}

.default-sidebar .sidebar-banner .inner-box {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 33px 30px 30px;
    overflow: hidden
}

.default-sidebar .sidebar-banner .inner-box:before {
    position: absolute;
    content: '';
    background: #142b3c;
    width: calc(100% - 275px);
    height: 100%;
    top: 0;
    right: 0;
    opacity: .84
}

.default-sidebar .sidebar-banner .inner-box:after {
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: calc(100% - 280px);
    bottom: 0;
    left: 0;
    opacity: .84
}

.default-sidebar .sidebar-banner .inner-box .bg-layer {
    position: absolute;
    width: 275px;
    height: 280px;
    left: 0;
    top: 0;
    opacity: .93
}

.default-sidebar .sidebar-banner .inner-box .upper-box {
    position: relative;
    max-width: 200px;
    margin-bottom: 87px;
    z-index: 1
}

.default-sidebar .sidebar-banner .inner-box .upper-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px
}

.default-sidebar .sidebar-banner .inner-box .upper-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 19px
}

.default-sidebar .sidebar-banner .inner-box .upper-box .list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 10px
}

.default-sidebar .sidebar-banner .inner-box .lower-box p {
    color: #fff;
    margin-bottom: 12px
}

.default-sidebar .sidebar-banner .inner-box .lower-box .theme-btn {
    background: #fff;
    width: 100%
}

.default-sidebar .sidebar-banner .inner-box .lower-box .theme-btn:hover {
    color: #fff !important
}

.default-sidebar .sidebar-banner .image-layer {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.default-sidebar .download-widget .download-list,
.default-sidebar .sidebar-banner {
    max-width: 350px
}

.about-style-five .image-box,
.about-style-six .image-box,
.coaching-details-content .content-one .two-column .image {
    position: relative;
    display: block;
    margin-right: 10px
}

.coaching-details-content .list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #828080;
    padding-left: 64px;
    margin-bottom: 23px
}

.coaching-details-content .list li:before {
    position: absolute;
    content: "\f10f";
    font-family: flaticon;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
    left: 0;
    top: 4px
}

.clients-section.style-two .clients-logo-box img,
.support img {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 20px;
    background: #fff;
    object-fit: contain
}

.coaching-details-content .content-one .two-column .text {
    margin-top: -7px
}

.coaching-details-content .content-two .single-item .inner-box .content-box .text {
    position: relative;
    display: block;
    background: #f7f5f5;
    padding: 34px 30px 0;
    text-align: center;
    z-index: 1
}

.coaching-details-content .content-two .single-item .inner-box .content-box .text h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    padding: 13px 33px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    margin-bottom: -10px;
    bottom: -17px
}

.coaching-details-content .content-two .single-item .inner-box .content-box .image-box span,
.visa-details-content .content-two .single-item .inner-box .content-box .image-box span {
    position: absolute;
    right: 12px;
    bottom: -16px;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-weight: 300
}

.coaching-details-content .content-two .single-item .inner-box .overlay-content,
.visa-details-content .content-two .single-item .inner-box .overlay-content {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s
}

.coaching-details-content .content-two .single-item .inner-box .overlay-content .btn-box,
.visa-details-content .content-two .single-item .inner-box .overlay-content .btn-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.coaching-details-content .content-two .single-item .inner-box .overlay-content span,
.visa-details-content .content-two .single-item .inner-box .overlay-content span {
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-weight: 300
}

.coaching-details-content .content-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 32px 40px 40px;
    border: 1px solid #e6e2e3;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.coaching-details-content .content-three .inner-box .inner {
    position: relative;
    display: block;
    padding: 0 0 22px 56px;
    border-bottom: 1px solid #ecebeb
}

.coaching-details-content .content-three .inner-box .inner .icon-box,
.content_block_four .content-box .inner-box .single-item .inner .icon-box {
    position: absolute;
    left: 0;
    top: 7px
}

.coaching-details-content .content-three .inner-box .inner h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 5px
}

.coaching-details-content .content-three .inner-box ul li {
    position: relative;
    display: block;
    padding: 18px 0 17px;
    border-bottom: 1px solid #ecebeb
}

.coaching-details-content .content-three .inner-box ul li h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px
}

.coaching-details-content .content-three .inner-box .price {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 55px;
    margin-top: 15px
}

.coaching-details-content .content-three .inner-box .btn-box {
    margin-top: 15px
}

.coaching-details-content .content-three .inner-column:first-child .inner-content {
    padding-right: 40px;
    border-right: 1px solid #ecebeb
}

.coaching-details-content .content-three .inner-column:last-child .inner-content {
    padding-left: 10px
}

.coaching-details-content .content-four .accordion-box .block {
    border: none;
    padding: 0;
    margin-bottom: 10px;
    background: 0 0
}

.coaching-details-content .content-four .accordion-box .block .acc-btn {
    padding: 20px 30px;
    background: #f7f5f5;
    transition: .5s
}

.coaching-details-content .content-four .accordion-box .block .acc-btn.active {
    opacity: 0;
    padding: 0;
    height: 0
}

.coaching-details-content .content-four .accordion-box .block .acc-btn h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

.coaching-details-content .content-four .accordion-box .block .acc-btn h4 i {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 12px;
    color: #9d9d9d
}

.coaching-details-content .content-four .content-box {
    position: relative;
    display: block;
    margin-right: 50px
}

.coaching-details-content .content-four .accordion-box .block .acc-content .inner .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(20, 43, 60, 0), #142b3c 100%);
    top: 0;
    right: 0;
    z-index: 1
}

.coaching-details-content .content-four .accordion-box .block .acc-content .text {
    background: 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.coaching-details-content .content-four .accordion-box .block .acc-content .text h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px
}

.coaching-details-content .content-four .accordion-box .block .acc-content {
    padding-bottom: 0
}

.coaching-details-content .content-four .map-inner {
    position: relative;
    display: block;
    margin-left: -70px
}

.coaching-details-content .content-four .map-inner #contact-google-map {
    position: relative;
    width: 100%;
    height: 440px
}

.content_block_three .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 24px
}

.content_block_three .content-box .inner {
    position: relative;
    display: block;
    padding-left: 170px
}

.content_block_three .content-box .inner .progress-box {
    position: absolute;
    left: 0;
    top: 8px;
    margin-bottom: 0;
    width: 140px;
    height: 140px
}

.content_block_three .content-box .inner .progress-box h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.content_block_three .content-box .inner h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 6px
}

.content_block_three .content-box .inner h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px
}

.visa-details {
    position: relative;
    padding: 110px 0 80px
}

.visa-sidebar {
    position: relative;
    display: block
}

.countries-details-content .content-one .tabs-content .text h2,
.countries-details-content .content-three .upper-text h2,
.countries-details-content .content-two .upper-text h2,
.visa-details-content h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px
}

.visa-details-content .content-one .image-box {
    position: relative;
    display: block;
    margin-bottom: 41px
}

.visa-details-content .content-two .single-item .inner-box .content-box .text {
    position: relative;
    display: block;
    background: #f7f5f5;
    padding: 24px 20px 0;
    text-align: center;
    z-index: 1
}

.visa-details-content .content-two .single-item .inner-box .content-box .text h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    padding: 13px 20px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    margin-bottom: -10px;
    bottom: -17px
}

.visa-details-content .content-two {
    margin: 0 10px 50px
}

.countries-details-content .content-two .tab-btn-box,
.visa-details-content .content-three .tab-btn-box {
    position: relative;
    display: block;
    max-width: 270px
}

.countries-details-content .content-two .tab-btn-box .tab-btns,
.visa-details-content .content-three .tab-btn-box .tab-btns {
    position: relative;
    display: block;
    background: #f7f5f5
}

.countries-details-content .content-two .tab-btn-box .tab-btns li,
.visa-details-content .content-three .tab-btn-box .tab-btns li {
    position: relative;
    display: block;
    padding: 30px 30px 23px;
    border-right: 3px solid #142b3c;
    cursor: pointer;
    transition: .5s
}

.countries-details-content .content-two .tab-btn-box .tab-btns li:before,
.visa-details-content .content-three .tab-btn-box .tab-btns li:before {
    position: absolute;
    content: '';
    background: #dedede;
    width: calc(100% - 60px);
    height: 1px;
    left: 30px;
    bottom: 0
}

.countries-details-content .content-two .tab-btn-box .tab-btns li .icon-box,
.visa-details-content .content-three .tab-btn-box .tab-btns li .icon-box {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #9d9d9d;
    margin-bottom: 5px;
    transition: .5s
}

.countries-details-content .content-two .tab-btn-box .tab-btns li h6,
.visa-details-content .content-three .tab-btn-box .tab-btns li h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
    transition: .5s
}

.countries-details-content .content-two .tabs-content,
.visa-details-content .content-three .tabs-content {
    margin-left: -33px;
    margin-top: -7px
}

.countries-details-content .content-one,
.countries-details-content .content-two,
.visa-details-content .content-three {
    margin-bottom: 51px
}

.visa-details-content .content-four .single-item {
    position: relative;
    display: block;
    border: 2px solid #90baf1;
    padding: 22px 30px 21px 105px;
    margin-bottom: 30px;
    transition: .5s
}

.visa-details-content .content-four .single-item:before {
    position: absolute;
    content: '';
    background: #3283ea87;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0
}

.visa-details-content .content-four .single-item .icon-box {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 75px;
    height: 75px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    justify-content: center;
    align-items: center
}

.visa-details-content .content-four .single-item .icon-box img {
    width: 70%;
    height: 70%;
    object-fit: contain
}

.visa-details-content .content-four .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px
}

.content_block_four .content-box {
    position: relative;
    display: block;
    margin-top: -7px
}

.content_block_four .content-box .inner-box .single-item .inner {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 25px
}

.content_block_four .content-box .inner-box .single-item .inner h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700
}

.countries-style-three.countries-page .countries-block-three .inner-box {
    margin-bottom: 52px
}

.countries-style-three .sec-title .select-box {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 270px
}

.countries-style-three .sec-title .select-box .nice-select {
    border: none !important;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1)
}

.countries-style-three.countries-page .pattern-layer {
    background-size: none
}

.countries-style-three.countries-page {
    padding-bottom: 50px
}

.countries-details-content .content-one .tabs-content .single-item .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #142b3c
}

.countries-details-content .content-one .tab-btns {
    position: relative;
    margin-bottom: 51px
}

.countries-details-content .content-one .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 700;
    background: #f7f5f5;
    padding: 18px 30px;
    cursor: pointer;
    border-right: 1px solid #fff;
    transition: .5s
}

.countries-details-content .content-one .tab-btns li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    transform: scale(0, 0);
    transition: .5s
}

.countries-details-content .content-one .tab-btns li h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 700;
    padding-left: 30px;
    transition: .5s
}

.countries-details-content .content-one .tabs-content .text {
    position: relative;
    display: block;
    margin-bottom: 42px
}

.countries-details-content .content-one .tabs-content .single-item {
    position: relative;
    display: block;
    background: #f7f5f5;
    text-align: center
}

.countries-details-content .content-one .tabs-content .three-column {
    margin: 0 10px
}

.countries-details-content .content-one .tabs-content .single-item .lower-content {
    position: relative;
    padding: 0 20px 27px
}

.countries-details-content .content-one .tabs-content .single-item .lower-content h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    background: #fff;
    padding: 13px 15px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    margin-top: -27px;
    margin-bottom: 29px
}

.countries-details-content .content-three .service-list li {
    position: relative;
    display: inline-block;
    float: left;
    width: 146px;
    margin-right: 10px;
    text-align: center
}

.countries-details-content .content-three .service-list li a {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #ecebeb;
    padding: 28px 10px 23px
}

.countries-details-content .content-three .service-list li a .icon-box {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 16px;
    color: #9d9d9d;
    border: 3px solid #9d9d9d;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: .5s
}

.countries-details-content .content-three .service-list li a h6 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.countries-details-content .content-three .service-list li a:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    border-color: #fff
}

.news-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ecebeb
}

.blog-sidebar .category-widget .category-list li a,
.blog-sidebar .post-widget .post h6 {
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

.blog-classic-content .news-block-one .inner-box .lower-content .author-box .author-thumb {
    right: inherit;
    left: 0
}

.blog-classic-content .news-block-one .inner-box .lower-content .author-box {
    padding-left: 65px
}

.blog-classic-content .news-block-one .inner-box .image-box h2 {
    bottom: inherit;
    top: 40px;
    right: 40px
}

.blog-classic-content .news-block-one .inner-box .lower-content {
    padding: 34px 40px
}

.blog-classic-content .news-block-one .inner-box {
    margin-bottom: 60px
}

.blog-sidebar {
    position: relative;
    background: #f7f5f5;
    padding: 33px 30px 1px
}

.blog-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 23px
}

.blog-sidebar .search-widget .search-form .form-group,
.blog-sidebar .subscribe-widget .form-group {
    position: relative;
    margin-bottom: 0
}

.blog-sidebar .search-widget .search-form .form-group input[type=search] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    font-size: 16px;
    color: #828080;
    padding: 10px 50px 10px 20px
}

.blog-sidebar .search-widget .search-form .form-group button {
    position: absolute;
    top: 21px;
    right: 20px;
    font-size: 18px;
    color: #828080;
    background: 0 0;
    transition: .5s
}

.blog-sidebar .post-widget .post {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 20px;
    margin: 15px 0
}

.blog-sidebar .post-widget .post:before {
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .65
}

.blog-sidebar .post-widget .post h6 {
    position: relative;
    padding-left: 16px;
    margin-bottom: 4px
}

.blog-sidebar .post-widget .post h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff
}

.blog-sidebar .post-widget .post .info li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff
}

.blog-sidebar .post-widget .owl-nav {
    position: absolute;
    top: -53px;
    right: 0
}

.blog-sidebar .post-widget .owl-nav button {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #828080;
    background: 0 0;
    transition: .5s
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    color: #828080;
    background: #fff;
    padding: 12px 20px 12px 43px;
    border: 1px solid #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 20px;
    top: 21px;
    border-radius: 50%;
    transition: .5s
}

.blog-sidebar .gallery-widget .image-list li {
    position: relative;
    float: left;
    margin: 0 10px 20px
}

.blog-sidebar .gallery-widget .image-list {
    margin: 0 -10px
}

.blog-sidebar .gallery-widget .image-list li .image {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden
}

.blog-sidebar .gallery-widget .image-list li .image:hover img {
    opacity: .5
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.blog-details-content .post-share-option .tags-list li a,
.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: Heebo, sans-serif;
    color: #828080;
    background: #fff;
    padding: 9px 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.blog-sidebar .tags-widget {
    margin-bottom: 33px
}

.blog-sidebar .subscribe-widget .widget-content {
    position: relative;
    width: 100%;
    padding: 34px 35px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.blog-sidebar .subscribe-widget .widget-content:before {
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .86
}

.blog-sidebar .subscribe-widget .widget-content p {
    color: #b8bfc5;
    margin-bottom: 22px
}

.blog-sidebar .subscribe-widget .form-group .icon {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 1;
    color: #fff
}

.blog-sidebar .subscribe-widget .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .15);
    font-size: 16px;
    color: #fff;
    padding: 10px 20px 10px 45px;
    margin-bottom: 10px;
    transition: .5s
}

.blog-two-column .news-block-one .inner-box {
    position: relative;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.blog-two-column .news-block-one .inner-box .lower-content {
    position: relative;
    padding: 15px
}

.news-section.style-two.blog-two-column .news-block-one .inner-box .image-box h2 {
    left: -30px;
    top: -30px;
    right: inherit;
    bottom: inherit;
    padding: 6px 12px;
    width: auto;
    font-size: 20px
}

.blog-two-column .news-block-one .inner-box .image-box h2:after,
.blog-two-column .news-block-one .inner-box .image-box h2:before {
    background: rgba(233, 77, 78, .5) !important
}

.blog-three-column .pagination-wrapper,
.blog-two-column .pagination-wrapper {
    margin-top: 30px
}

.blog-details-content .content-one .author-box {
    position: relative;
    display: block;
    padding: 0 0 0 65px;
    margin-bottom: 12px
}

.blog-details-content .content-one .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 6px;
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.blog-details-content h2 {
    position: relative;
    display: block;
    font-size: 27px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px
}

.blog-details-content .content-one .image-box {
    position: relative;
    display: block;
    margin-bottom: 39px
}

.blog-details-content .content-two .single-item {
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 24px
}

.blog-details-content .content-two .single-item:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 7px
}

.blog-details-content .content-two .single-item p {
    line-height: 28px
}

.blog-details-content .content-two .list {
    position: relative;
    display: block;
    margin-top: 20px
}

.blog-details-content .content-two .list li {
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 24px;
    margin-bottom: 10px
}

.blog-details-content .content-two .list li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 7px
}

.blog-details-content .content-three blockquote {
    position: relative;
    display: block;
    padding: 52px 60px 30px;
    text-align: center;
    margin-bottom: 54px;
    margin-top: 43px
}

.blog-details-content .content-three blockquote:before {
    position: absolute;
    content: '';
    background: #f7f5f5;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    z-index: -1
}

.blog-details-content .content-three blockquote h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: Heebo, sans-serif;
    margin-bottom: 14px
}

.blog-details-content .content-three blockquote h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

.blog-details-content .content-three blockquote .quote-1 {
    position: absolute;
    left: 22px;
    top: -13px;
    width: 54px;
    height: 25px;
    text-align: center;
    background: #fff;
    line-height: 25px
}

.blog-details-content .content-three blockquote .quote-2 {
    position: absolute;
    right: 22px;
    bottom: -13px;
    width: 54px;
    height: 25px;
    text-align: center;
    background: #f7f5f5;
    line-height: 25px
}

.blog-details-content .inner-box {
    position: relative;
    display: block;
    margin-bottom: 45px
}

.blog-details-content .post-share-option h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px
}

.blog-details-content .post-share-option .post-social h6 {
    text-align: right
}

.blog-details-content .post-share-option .social-list li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #3b5998
}

.blog-details-content .post-share-option .social-list li:nth-child(2) a {
    background: #1ab7ea
}

.blog-details-content .post-share-option .social-list li:last-child a {
    background: #cd201f
}

.blog-details-content .post-share-option {
    margin-bottom: 80px
}

.blog-details-content .nav-btn .single-btn {
    position: relative;
    display: block;
    padding: 21px 30px 24px 0;
    background: #f7f5f5;
    min-height: 130px
}

.blog-details-content .nav-btn .single-btn.prev-btn {
    padding-left: 110px
}

.blog-details-content .nav-btn .single-btn.next-btn {
    padding-right: 110px;
    padding-left: 30px
}

.blog-details-content .nav-btn .single-btn .image-box {
    position: absolute;
    top: 30px;
    width: 70px;
    height: 70px
}

.blog-details-content .nav-btn .single-btn.prev-btn .image-box {
    left: 20px
}

.blog-details-content .nav-btn .single-btn.next-btn .image-box {
    right: 20px
}

.blog-details-content .nav-btn .single-btn h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.blog-details-content .nav-btn .single-btn h6 a i {
    position: relative;
    top: 2px;
    font-size: 18px
}

.blog-details-content .nav-btn .single-btn.next-btn h6 a i {
    margin-left: 10px
}

.blog-details-content .nav-btn .single-btn h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700
}

.blog-details-content .author-box,
.blog-details-content .nav-btn {
    margin-bottom: 71px
}

.blog-details-content .author-box .content-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 33px 35px 33px 210px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.blog-details-content .author-box .content-box .author-thumb {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 140px;
    height: 140px;
    border-radius: 50%
}

.blog-details-content .author-box .content-box p {
    margin-bottom: 18px
}

.blog-details-content .author-box .content-box .social-links li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px
}

.blog-details-content .author-box .content-box .social-links li a {
    display: inline-block;
    color: #909090
}

.blog-details-content .author-box h2 {
    margin-bottom: 31px
}

.blog-details-content .comment-box .comment {
    position: relative;
    display: block;
    padding-left: 110px;
    padding-bottom: 32px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e8e4
}

.blog-details-content .comment-box .comment.replay-comment,
.blog-details-content .comment-box .comment:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.blog-details-content .comment-box .comment.replay-comment {
    margin-left: 40px
}

.blog-details-content .comment-box .comment .thumb-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 80px;
    height: 80px
}

.blog-details-content .comment-box .comment .comment-info h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.blog-details-content .comment-box .comment .comment-info .post-date {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase
}

.blog-details-content .comment-box .comment .comment-inner p {
    display: block;
    margin-bottom: 14px
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn i {
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 18px
}

.blog-details-content .comment-box {
    margin-bottom: 72px
}

.blog-details-content .comments-form-area .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px
}

.blog-details-content .comments-form-area .form-group input[type=email],
.blog-details-content .comments-form-area .form-group input[type=text],
.blog-details-content .comments-form-area .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #828080;
    padding: 10px 20px;
    background: 0 0;
    transition: .5s
}

.blog-details-content .comments-form-area {
    position: relative;
    background: #f7f5f5;
    padding: 41px 50px 50px
}

.content_block_five .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 90px
}

.content_block_five .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1
}

.content_block_five .content-box .inner-box .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: #ece9e9;
    width: 40px;
    height: 40px;
    right: -20px;
    bottom: -15px;
    z-index: -1
}

.content_block_five .content-box .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 6px
}

.content_block_five .content-box .inner-box .single-column:first-child .single-item {
    padding-bottom: 32px;
    margin-bottom: 33px;
    border-bottom: 1px solid #dedede
}

.content_block_five .content-box .inner-box .single-item .info li h6 {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: Heebo, sans-serif;
    margin-bottom: 2px
}

.content_block_six .content-box .form-inner form {
    margin: 0 7.5px
}

.content_block_six .content-box .form-inner .form-group input[type=email],
.content_block_six .content-box .form-inner .form-group input[type=number],
.content_block_six .content-box .form-inner .form-group input[type=text],
.content_block_six .content-box .form-inner .form-group select,
.content_block_six .content-box .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    font-size: 16px;
    color: #828080;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    transition: .5s
}

.content_block_six .content-box .form-inner .form-group textarea {
    height: 120px;
    resize: none;
    padding-top: 15px
}

.contactinfo-section {
    padding: 102px 0 110px
}

.contactinfo-section .single-item {
    position: relative;
    display: block;
    padding: 0
}

.contactinfo-section .single-item .icon-box {
    position: relative;
    font-size: 110px;
    line-height: 110px;
    margin-bottom: 7px;
    transition: .5s
}

.contactinfo-section .single-item:hover .icon-box {
    transform: rotateY(180deg)
}

.contactinfo-section .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 17px
}

.contactinfo-section .single-item .phone {
    position: relative;
    display: block;
    margin-bottom: 4px
}

.contactinfo-section .single-item .phone a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: Heebo, sans-serif
}

.contactinfo-section .single-item .email a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: Heebo, sans-serif;
    color: #828080
}

.contactinfo-section .map-inner {
    position: relative;
    padding-top: 100px
}

.contactinfo-section .map-inner #contact-google-map {
    position: relative;
    width: 100%;
    height: 500px
}

.big-menu {
    background-image: url(../icon2.webp);
    background-size: 75%;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 20px 61px 78px 5px
}

.sec_padding {
    padding: 70px 0 !important
}

.chooseus-block-two .inner-box .icon-box img {
    width: 100%;
    height: 100px;
    object-fit: contain
}

.destination-section {
    margin-top: 50px;
    margin-bottom: 50px
}

.widget-content {
    height: 270px;
    overflow: auto
}

.footer-bottom p {
    text-align: center;
    width: 100%
}

.cus_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0
}

.cus_menu li a {
    padding: 0 15px;
    border-right: 1px solid #fff;
    color: #fff
}

.footer_menu {
    background: #03607d
}

.visa-block-one .inner-box .lower-content .text {
    height: 161px;
    overflow: auto
}

.visa-block-one .inner-box .image img {
    height: 180px;
    object-fit: cover
}

.about-section .image-box .image {
    width: 100%;
    height: 370px
}

.about-section .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-section .content-box {
    width: 100%;
    height: auto;
    overflow: auto
}

.clients-section.style-two .clients-logo-box img {
    width: 90%;
    height: 150px
}

.clients-section .clients-logo-box img {
    height: 100px;
    object-fit: contain;
    width: 100%;
    padding: 10px
}

.testimonial-style-three .testimonial-content .inner-box .text {
    height: 115px;
    overflow: auto
}

.faq-content {
    height: 510px;
    overflow: auto
}

.destination-section .inner-container .content-box {
    position: relative;
    padding: 50px 60px;
    height: 500px;
    overflow: auto
}

.destination-section .inner-container .image img {
    height: 500px
}

.support {
    display: flex;
    justify-content: center
}

.support img {
    width: 200px;
    height: 100px;
    margin: 20px 10px
}

.main_sup h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    color: #fff
}

#wrapper h5,
.both h2,
.both h6 {
    font-weight: 600
}

.main_sup {
    background: #3283ea;
    padding: 20px 0;
    margin-bottom: -10px
}

.support_txt {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
    width: 100%;
    margin: 20px 0
}

.itemsspart,
.price {
    background-color: #fff;
    margin: 15px 0
}

.both .car {
    width: 520px;
    height: 380px;
    clear: both;
    float: left;
    margin: 0 40px 11px 0;
    transition: 3s;
    position: relative;
    overflow: hidden;
    z-index: 99
}

.both .car img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(0) scale(1);
    transition: 2s
}

.both .car:hover img {
    transition: 2s;
    transform: rotate(1deg) scale(1.1)
}

.both .car:hover {
    transition: 2s
}

.both iframe {
    width: 500px;
    height: 300px;
    clear: both;
    float: left;
    transition: .5s;
    margin: 0 50px 0 0;
    border-radius: 25px;
    object-fit: cover;
    position: relative;
    border: 8px solid #e6ad264a !important;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px
}

.both iframe:hover {
    margin: 0 35px 30px 15px;
    border-radius: 5px;
    transition: .5s
}

.both h2 {
    clear: none;
    font-size: 29px !important;
    margin-bottom: 10px !important
}

.both ul {
    list-style: square;
    padding-left: 15px
}

.both ul li {
    list-style: inherit;
    font-size: 16px
}

.both ul li::marker {
    color: #3181e8
}

.both {
    width: 100%;
    clear: both;
    float: left
}

.both_para {
    padding: 34px 25px;
    border-radius: 6px;
    -webkit-box-shadow: 1.91px 10.833px 50px 0 rgba(68, 68, 68, .15);
    box-shadow: 1.91px 10.833px 50px 0 rgba(68, 68, 68, .15);
    border-left: 5px solid #3181e8;
    background: #fff
}

.itemsspart,
.list_loby,
.loby_txt .loby_sub,
.price {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.about-style-two .both .car {
    width: 280px;
    height: 200px;
    margin: 0 30px 10px 0
}

.about-style-two .both .car img {
    object-fit: contain
}

.about-style-two .both h2 {
    margin-top: 25px
}

.centred p {
    text-align: center !important
}

#msform,
.itemsspart h3,
.loby_txt .loby_sub,
.loby_txt .main_loby,
.price h4,
.price h6,
.price p {
    text-align: center
}

.visa-details-content .content-four .single-item {
    height: 200px;
    overflow: auto;
    display: flex;
    align-items: center;
    background: #f4f4f480
}

.both h6 {
    margin-bottom: 8px
}

.blog-two-column .news-block-one .inner-box .lower-content {
    height: 284px;
    overflow: auto;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.blog-two-column .news-block-one .inner-box {
    border-radius: 15px
}

#wrapper {
    margin-left: auto;
    margin-right: auto
}

#wrapper ol,
#wrapper ul {
    margin: 1em 0
}

#wrapper ol.process-chart {
    color: #000;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0
}

#wrapper ol.process-chart>li {
    background: linear-gradient(to right, rgba(0, 0, 0, .25) 0, transparent 25%);
    background-color: #fff;
    counter-increment: item;
    flex-basis: 0;
    flex-grow: 1;
    margin: 1em 1em 1em -1em;
    min-width: 25%;
    padding: 2em 1em 2em 2em
}

#wrapper p {
    font-weight: 400
}

#wrapper ol.process-chart>li:before,
#wrapper ol.process-chart>li>div:before {
    color: rgba(0, 0, 0, .75);
    font-family: Oswald, sans-serif;
    text-transform: uppercase
}

#wrapper ol.process-chart>li:before {
    content: 'Step';
    display: inline-block;
    font-weight: 300;
    left: 2em;
    letter-spacing: .1em;
    position: absolute;
    top: 2em;
    transform: rotate(90deg);
    transform-origin: 25% 50%
}

#wrapper ol.process-chart>li:after {
    border-bottom: 1em solid transparent;
    border-left: 1em solid #fff;
    border-right: 0 solid transparent;
    border-top: 1em solid transparent;
    content: '';
    height: 100%;
    position: absolute;
    right: -1em;
    top: 0;
    width: 0;
    z-index: 1
}

#wrapper ol.process-chart>li>div {
    padding: 0 0 0 1em
}

#wrapper ol.process-chart>li>div:before {
    content: counter(item, decimal-leading-zero);
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
    padding-left: 10px
}

#wrapper ol.process-chart>li:nth-of-type(6n+1) {
    background-color: #a2ed56
}

#wrapper ol.process-chart>li:nth-of-type(6n+1):after {
    border-left-color: #a2ed56
}

#wrapper ol.process-chart>li:nth-of-type(6n+2) {
    background-color: #83e4e2
}

#wrapper ol.process-chart>li:nth-of-type(6n+2):after {
    border-left-color: #83e4e2
}

#wrapper ol.process-chart>li:nth-of-type(6n+3) {
    background-color: #ff8690
}

#wrapper ol.process-chart>li:nth-of-type(6n+3):after {
    border-left-color: #ff8690
}

#wrapper ol.process-chart>li:nth-of-type(6n+4) {
    background-color: #fca858
}

#wrapper ol.process-chart>li:nth-of-type(6n+4):after {
    border-left-color: #fca858
}

#wrapper ol.process-chart>li:nth-of-type(6n+5) {
    background-color: #fddc32
}

#wrapper ol.process-chart>li:nth-of-type(6n+5):after {
    border-left-color: #fddc32
}

#wrapper ol.process-chart>li:nth-of-type(6n+6) {
    background-color: #ff8cf2
}

#wrapper ol.process-chart>li:nth-of-type(6n+6):after {
    border-left-color: #ff8cf2
}

@media only screen and (max-width:40em) {
    #wrapper ol.process-chart {
        margin: 0;
        padding: 1em
    }

    #wrapper ol.process-chart>li {
        background: linear-gradient(rgba(0, 0, 0, .25) 0, transparent 25%);
        flex-basis: inherit;
        margin: -1em 0 1em;
        min-width: inherit;
        padding: 1em 1em 0
    }

    #wrapper ol.process-chart>li:before {
        left: 1em;
        top: 3em
    }

    #wrapper ol.process-chart>li:after {
        border-bottom: 0 solid transparent;
        border-left: 1em solid transparent !important;
        border-right: 1em solid transparent;
        border-top: 1em solid #fff;
        bottom: -1em;
        height: 0;
        left: 0;
        right: inherit;
        top: inherit;
        width: 100%
    }

    #wrapper ol.process-chart>li>div {
        padding: 2em 1em 1em
    }

    #wrapper ol.process-chart>li:nth-of-type(6n+1):after {
        border-top-color: #a2ed56
    }

    #wrapper ol.process-chart>li:nth-of-type(6n+2):after {
        border-top-color: #83e4e2
    }

    #wrapper ol.process-chart>li:nth-of-type(6n+3):after {
        border-top-color: #ff8690
    }

    #wrapper ol.process-chart>li:nth-of-type(6n+4):after {
        border-top-color: #fca858
    }

    #wrapper ol.process-chart>li:nth-of-type(6n+5):after {
        border-top-color: #fddc32
    }

    #wrapper ol.process-chart>li:nth-of-type(6n+6):after {
        border-top-color: #ff8cf2
    }
}

.price h6 {
    color: #000;
    font-size: 15px
}

.price h4 {
    color: #3283ea;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 0
}

.price p {
    color: #666
}

.price {
    padding: 15px 5px;
    border-radius: 20px
}

.sub_price,
.sub_price2 {
    padding: 15px;
    border-bottom: 1px dashed #0000003d
}

.price .theme-btn {
    width: 100% !important;
    border-radius: 0 0 19px 20px;
    background-image: linear-gradient(0deg, #0b2133, #3283ea)
}

.cus_wp #wrapper ol.process-chart>li {
    min-width: 20%
}

.cus_faq .faq-content {
    height: auto;
    overflow: visible
}

.content_block_five .content-box .inner-box .single-item .icon-box img {
    width: 50px;
    height: 50px;
    object-fit: contain
}

.map iframe {
    width: 100%;
    height: 300px;
    padding: 20px;
    background: #fff
}

.cus_bg2 {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    background-position: center
}

.cus_bg2 .container {
    position: relative;
    z-index: 9
}

.cus_bg2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000d9;
    z-index: 1
}

.news-block-one .inner-box .image-box .image {
    height: 300px;
    width: 100%
}

.news-block-one .inner-box .image-box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.news-block-one .inner-box .lower-content {
    height: 230px;
    overflow: auto
}

.blog-sidebar .post-widget .post h4 a {
    font-size: 16px;
    line-height: 20px
}

.itemsspart {
    padding: 30px 15px;
    border-radius: 15px;
    border-left: 20px solid #3283ea;
    display: block;
    transition: .5s
}

.itemsspart:hover {
    margin: 5px 0 25px;
    transition: .5s;
    border-left: 20px solid #03607c
}

.form_txt .itemsspart,
.form_txt .itemsspart:hover {
    margin-top: 30px;
    margin-bottom: 0
}

.form_txt .itemsspart,
.new2 .itemsspart {
    border-left: none !important;
    overflow: auto
}

.itemsspart h3 {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px
}

.itemsspart img {
    width: 100%;
    height: 100px;
    padding: 10px;
    object-fit: contain
}

.form-group span {
    font-size: 13px;
    padding-bottom: 12px;
    display: block
}

.new .main_sup {
    background: #e2e2e2
}

.new2 .itemsspart {
    height: 325px
}

.new2 .itemsspart p {
    padding-top: 10px;
    font-size: 15px
}

.new2 .itemsspart img {
    height: 80px
}

.form_txt .itemsspart {
    height: 310px;
    border-radius: 0
}

.form_txt .itemsspart p {
    padding-top: 10px;
    font-size: 14px
}

.form_txt .itemsspart img {
    height: 85px
}

.sub_price3 {
    padding: 15px 3px
}

.sub_price3 p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px
}

.sub_price3 ul {
    list-style: square;
    padding-left: 20px
}

.sub_price3 ul li {
    list-style: inherit;
    font-size: 14px
}

.sub_price3 ul li::marker {
    color: #3181e8
}

#heading {
    text-transform: uppercase;
    color: #673ab7;
    font-weight: 400
}

#msform {
    position: relative;
    margin-top: 20px
}

#msform .action-button-previous {
    width: 100%;
    background: #2d363e;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 25px 5px 10px 0;
    float: right
}

#msform .action-button {
    width: 100%;
    background: #3283ea;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 25px 0 10px 5px;
    float: right
}

.loby_txt {
    background: #fff;
    padding: 40px 20px
}

.loby_txt .logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    margin-bottom: 20px
}

.loby_txt .main_loby {
    background: #fff;
    padding: 5px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.loby_txt .loby_sub {
    background: #fff;
    padding: 20px 10px;
    width: 31%
}

.loby_txt .loby_sub img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px
}

.loby_txt .loby_sub p {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    line-height: 15px
}

.loby_txt .txt a,
.loby_txt .txt h5,
.status h6,
.status2 h6 {
    font-weight: 600;
    text-align: center
}

.about-style-two .blog-sidebar {
    position: relative;
    background: #fff;
    padding: 0;
    margin: 0
}

.about-style-two .blog-sidebar .post-widget .post {
    padding: 80px 20px;
    margin: 0
}

.about-style-two .blog-sidebar .post-widget .post a {
    color: #e3e3e3;
    position: relative;
    padding: 5px;
    font-size: 18px;
    font-weight: 500
}

.about-style-two .blog-sidebar .post-widget .post::before {
    opacity: .9
}

.status,
.status2 {
    padding: 20px 8px;
    margin-top: 20px
}

.status h6,
.status2 h6 {
    font-size: 15px;
    margin-bottom: 12px;
    border: 1px dashed #0000004d;
    padding: 10px
}

.status p,
.status2 p {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center
}

.status p b {
    color: #087ce9
}

.status2 p b {
    color: #20b920
}

.first_table {
    width: 100%;
    overflow-x: auto
}

.first_table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px
}

.first_table table tr:nth-of-type(2n+2) {
    background: #d8ffd4
}

.first_table table th {
    background: #029e9d;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    border: 1px solid #029e9d;
    font-size: 16px;
    text-align: center
}

.first_table table td {
    padding: 10px;
    border: 1px solid #029e9d;
    font-size: 15px;
    text-align: center
}

.loby_txt .txt a {
    display: block;
    background: #3283ea;
    color: #fff !important;
    font-size: 20px !important;
    box-shadow: #3283ea 0 0 0 2px;
    border: 2px solid #fff;
    padding: 10px !important;
    width: 100%;
    margin-top: 20px;
    transition: .5s
}

.loby_txt .txt a:hover {
    display: block;
    background: #2d363e;
    box-shadow: #2d363e 0 0 0 2px;
    transition: .5s
}

.list_loby {
    background: #fff;
    padding: 20px;
    width: 100%;
    margin-top: 25px;
    border-radius: 10px
}

.list_loby ul li {
    padding: 10px;
    border-bottom: 1px solid #6666662e;
    color: #333
}

#msform fieldset:last-child .action-button,
#msform fieldset:last-child .action-button-previous {
    width: 48.9%
}

.nice-select.open .list {
    height: 200px;
    overflow: auto
}

.navigation a{
    color:black !important;
}
.navigation a:hover{
    color:#3283ea !important;
}
.sec-title h1{
    font-size:28px;
}

.theme-btn.btn-two:hover{
    color: white !important;
}