@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
    color: #828080;
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
}

.video-thumb {
    border-radius: 4px !important;
/*    border: 1px solid #ccc !important;*/
}

a {
    cursor: pointer;
}

.btn-box a:hover {
    color: #142b3c !important;
}

.main_nav_content .btn-box a:hover,
.main_nav_content .support-box h5 a {
    display: inline-block;
    color: #fff;
}

.main_nav_content .btn-box a,
.btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 33px
}

.main_nav_content .support-box {
    position: relative;
    padding: 4px 0px 3px 50px;
}

.main_nav_content .support-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.main_nav_content .support-box .image img {
    width: 100%;
    border-radius: 50%;
}

.main_nav_content .support-box h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.main_nav_content .support-box h5 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.main_nav_content .support-box h5 a:hover {}

.main_nav_content .btn-box a:hover,
.btn-box a:hover {
    color: #fff;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
    padding-right: 10px;
    margin-right: 10px;
    list-style: none;
}

a {
    text-decoration: none;
}

.header-top {
    width: 100%;
}

.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, 0.10);
}

.header-top .info li i {
    position: absolute;
    left: 0px;
    top: 16px;
    font-size: 18px;
}

.header-top .info li a {
    color: #fff;
}

.header-top .info li a:hover {
    text-decoration: underline;
}

.header-top .social-links {
    position: relative;
    padding: 0px 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.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;
    list-style: none;
}

.header-top .social-links li:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.10);
    width: 1px;
    height: 18px;
    top: 16px;
    right: 0px;
}

.header-top .social-links li:last-child:before {
    display: none;
}

.header-top .social-links li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
}

.header-top .social-links a {
    color: #fff;
}

.header-top .social-links a:hover {
    color: #142b3c;
}

.btn-box.bg-white1 a {
    color: #142b3c !important;
    ;
    background: #fff !important;
    border: 1px solid #358de7;
    line-height: 30px !important;
}

.main_nav_content .btn-box a,
.btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    background: #142b3c;
    padding: 12.5px 22px;
    z-index: 1;
}

.main_nav_content .btn-box a:hover,
.btn-box a:hover {
    color: #fff;
}

.header-top .btn-box.bg-white1 a:hover {
    color: #142b3c !important;
}

.btn-box a i {
    position: relative;
    margin-left: 15px;
    top: 4px;
    font-size: 18px;
}

.btn-box a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.header-top .btn-box.bg-white1 a:before {
    background: #fff;
}

.btn-box a:hover:before {
    width: 100%;
}

.header-top .language {
    padding: 10px 0px 15px 10px;
}

.header-style-one {
    background: #fafafa;
}

.app-icon {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px
}

.app-icon li {
    margin: 10px 0px;
}



.witr_section_title_inner h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;    
    color: #142b3c;
    margin: 0px;
    transition: all 500ms ease;
}

.footer-top {
    position: relative;
    padding: 80px 0px 80px 0px;
    background: #142b3c;
}

.footer-top .logo-widget .footer-logo {
    margin-bottom: 26px;
}

.footer-top .logo-widget .text {
    display: block;
    margin-bottom: 23px;
}

.footer-top p,
.footer-top .links-widget a {
    font-size: 16px;
    line-height: 26px;
    color: #b8bfc5;
    font-family: 'Heebo', sans-serif;
}

.footer-top .logo-widget {
    margin-top: 7px;
}

.footer-top .logo-widget .inner {
    padding-left: 60px;
}

.footer-top ul.social-links li {
    list-style: none;
    display: inline !important;
    border: 0px !important;
}

.footer-top ul.social-links li:before,
.footer-top ul.social-links li:after {
    display: none;
}

.footer-top .logo-widget .inner .icon {
    position: absolute;
    left: 0px;
    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 h6 a {
    display: inline-block;
}

.footer-top .logo-widget .inner h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
}

.footer-top .logo-widget .inner h5 a {
    display: inline-block;
    color: #fff;
}

.footer-bottom {
    padding: 22px 0px;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}

.footer-bottom a:hover {
    text-decoration: underline;
}
/** Glimpse-section **/
 .Glimpse-section{
     position: relative;
}
 .Glimpse-section .bg-layer{
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;  
     height: 50%;
}     
 .Glimpse-section .inner-container{  
     background: #007dc4;
     padding-left: 440px; 
     overflow: hidden;
}
 .Glimpse-section .inner-container .image img {
     animation: spinner 4s infinite linear;
 }
 .Glimpse-section .inner-container .image{
     position: absolute; 
         top: 50%; left: -15%;
  transform: translate(50%,-50%);
}
 .Glimpse-section .inner-container .image img{
     width: 70%;
}
 .Glimpse-section .inner-container .content-box{
     position: relative;
     padding: 51px 60px 60px 60px;
} 
.Glimpse-section .inner-container, .Glimpse-section .content-box .list, .Glimpse-section .content-box .list li {
    position: relative;
    display: block;
}

 .Glimpse-section .content-box h2{
     display: block;
     font-size: 40px;
     line-height: 48px;
     font-weight: 800;
     color: #fff;
     margin-bottom: 7px;
}
 .Glimpse-section .content-box p{
     display: block;
     color: #b8bfc5;
     margin-bottom: 0px;
}
 .Glimpse-section .content-box .list{
     margin-bottom: 32px;
}
 .Glimpse-section .content-box .list li{
     color: #fff; position: relative;
     padding-left: 31px;
     margin-bottom: 8px;
}
 .Glimpse-section .content-box .list li i{
     /*position: absolute;*/
     left: 0px;
     top: 2px;
     color:#93cbeb;
}
 .Glimpse-section .content-box .list li:last-child{
     margin-bottom: 0px;
}
 .Glimpse-section .content-box .theme-btn:before{
     background: #fff;
}
 .Glimpse-section .content-box .shape .shape-1{
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
}
 .Glimpse-section .content-box .shape .shape-2{
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 359px;
     height: 306px;
     background-repeat: no-repeat;
}


 .Glimpse-section .inner-container, .Glimpse-section .content-box .list, .Glimpse-section .content-box .list li,
{
     position: relative;
     display: block;
}
.Glimpse-section .content-box .theme-btn:hover{
  color: #007dc4 !important;
}
.sec-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    padding-bottom: 9px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #007dc4;
}

.sec-title h3 {
    color: #fff;
    position: relative;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@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;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.widget-title h4 {
    color: #fff;
    margin-bottom: 20px;
}

footer-widget ul {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.footer-widget ul li {
    position: relative;
    display: block;
    color: #b8bfc5;
    padding-left: 0px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #1d3a50;
}

.footer-widget ul li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0px;
    top: 10px;
    transition: all 500ms ease;
}

.footer-widget ul li a {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    line-height: 26px;
    color: #b8bfc5;
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
}

.footer-widget ul li a:hover {
    color: #0086ca;
}

.footer-bottom {
    background-color: #007dc4;
}

.footer-bottom {
    padding: 22px 0px;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 80px 0px 190px 0px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(13, 28, 39, 0.98) 10%, rgba(13, 28, 39, 0.35) 100%);
    top: 0px;
    right: 0px;
    z-index: 1;
}

.banner-carousel .slide-item.style-two:before {
    background: -webkit-linear-gradient(-180deg, rgba(13, 28, 39, 0.48) 10%, rgba(13, 28, 39, 0.35) 100%);
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    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: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .content-box {
    z-index: 5;
    width: 100%;
    min-height: 300px;
    position: relative;
}

.banner-carousel .content-box h2 {
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.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: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box p {
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 41px;
}

.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: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box h2,
.banner-carousel .content-box p,
.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: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .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: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    left: 40px;
    top: 40%;
    display: none;
}

.banner-section .owl-theme .owl-nav button {
    width: 58px;
    height: 58px;
    line-height: 62px;
    background-color: rgba(255, 255, 255, 0.40);
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: 0px;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-section .owl-theme .owl-nav button.owl-prev {
    margin-bottom: 20px;
}

.banner-section .owl-theme .owl-nav button:hover {
    color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.banner-section .owl-theme .owl-nav button {
    width: 58px;
    height: 58px;
    line-height: 62px;
    background-color: rgba(255, 255, 255, 0.40);
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    left: 40px;
    top: 40%;
}

.header {
    position: relative;
    width: 100%;
    z-index: 10;
}

.navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
}

.navbar-nav>li>ul {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    margin-top: 15px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.navbar-nav>li>ul.from-right {
    left: auto;
    right: 0px;
}

.navbar-nav>li>ul>li>ul>li>ul>li {
    list-style: none;
}

.navbar-nav>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 15px;
    list-style: none !important;
}

.navbar-nav>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    opacity: 1;
    color: #142b3c;
    text-align: left;
    padding: 8px 0px 6px 0px;
    border-bottom: 1px solid #ecebeb;
    text-transform: capitalize;
}

.navbar-nav>li>ul>li:last-child a {
    border-bottom: none;
}

.navbar-nav>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 7px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    z-index: 5;
}

.navbar-nav>li>ul>li>ul>li>ul,
.navbar-nav>li>ul>li>ul {
    position: absolute;
    left: 92%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    border-radius: 0px;
    background-color: #ffffff;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 5%);
}

.navbar-nav>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.navbar-nav>li>ul>li>ul>li>ul>li,
.navbar-nav>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #e1e8e4;
    list-style: none;
}

.navbar-nav>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.navbar-nav>li>ul>li>ul>li>ul>li>a,
.navbar-nav>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    opacity: 1;
    color: #1e2434;
    text-align: left;
    text-transform: uppercase;
    text-align: left;
}

.navbar-nav>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.navbar-nav>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 0px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.navbar-nav>li ul.submenu li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 34px;
    top: 100%;
}

.navbar-nav>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: -4px;
    top: 100%;
}

.navbar-nav>li ul.submenu li.dropdown:hover>ul li.dropdown:hover>ul {
    margin-top: 0px !important;
}

.navbar-nav>li ul.submenu li.dropdown:hover>ul {
    margin-top: -34px !important;
}

.navbar-nav>li.dropdown>ul:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 10px;
    height: 100%;
    top: 0px;
    right: -10px;
}

.navbar-nav li>ul>li>ul>li.dropdown:hover>ul.submenu2,
.navbar-nav li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-left: 10px;
}

.navbar-nav 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: all 500ms ease;
}

.navbar-nav li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.theme-btn.btn-one {
    background-color: #007dc4;
}

.theme-btn.btn-one {
    background-color: #007dc4;
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    color: #fff !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-align: center;
    padding: 14.5px 34px;
    border-radius: 0px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    text-decoration: none;
}

.theme-btn.btn-one {
    background-color: #007dc4;
}

.theme-btn.btn-two:hover,
.theme-btn:hover {
    color: #fff !important;
}

.theme-btn.btn-one {
    background-color: #007dc4;
}

.top_bar {
    width: 100%;
    background: #007dc5;
    color: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.header.scrolled .top_bar {
    display: none;
}

.top_bar_contact {
    display: inline-block;
}

.top_bar_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.top_bar_menu {
    width: 100%;
    display: inline-block;
}

.top_bar_menu marquee {
    width: 100%;
}

.top_bar_dropdown li {
    padding-left: 13px;
    padding-right: 13px;
}

.top_bar_user {
    display: inline-block;
    margin-left: 35px;
}

.top_bar_user a {
    text-decoration: none;
    color: #fff !important;
}

.user_icon {
    display: inline-block;
    margin-right: 7px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    width: 15px;
}

.user_icon img {
    width: 100%;
}

.top_bar_user div {
    display: inline-block;
}

.top_bar_user div:nth-child(2) {
    margin-right: 21px;
}

.top_bar_user div:nth-child(2)::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -13px;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
}

.top_bar_user a {
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.top_bar_user a:hover {
    color: #8a8a8a;
}

.header_main {
    z-index: 1;
}

.header.scrolled .header_main {
    display: none;
}

.wishlist_icon img {
    width: 100%;
}

.wishlist_content {
    margin-left: 14px;
}

.wishlist_text a {
    font-size: 18px;
    font-weight: 400;
    color: #007cc5;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.wishlist_text a:hover {
    color: #0e8ce4;
}

.wishlist_count {
    margin-top: -2px;
    color: #a3a3a3;
    font-size: 14px;
}

.main_nav {
    width: 100%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background: #0e8ce4;
}

.header.scrolled .main_nav {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

@media only screen and (max-width: 991px) {
    .main_nav_menu {
        display: none;
    }

    .main_nav_content {
        background: #0e8ce4;
    }

    .top_bar_icon {
        margin-right: 4px;
    }

    .top_bar_icon img {
        width: 70%;
    }

    .user_icon {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
        width: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .main_nav {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .wishlist_content {
        margin-left: 20px;
    }

    .wishlist_text {
        display: none;
    }

    .wishlist_text a,
    .cart_text a {
        font-size: 14px;
    }

    .wishlist_count,
    .cart_price {
        font-size: 12px;
    }

    .wishlist_icon {
        width: 20px;
    }

    .top_bar_user {
        margin-left: 0px;
    }

    .main_nav {
        width: 100%;
        margin-top: 0px;
    }
}

section.popular-categories .main-button {
    text-align: right;
}

.popular-item {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 30px;
}

.popular-item .top-content {
    display: flex;
    margin-bottom: 30px;
}

.popular-item .icon {
    background-color: #f7f7f7;
    width: 75px;
    height: 75px;
    display: inline-block;
    text-align: center;
    line-height: 75px;
    border-radius: 10px;
    margin-right: 20px;
}

.popular-item .icon img {
    max-width: 45px;
    border-radius: 0px;
}

.popular-item h4 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #007dc4;
    margin: 0px 0px;
    font-family: 'IBM Plex Mono', monospace;
}

.popular-item span {
    font-style: normal;
    font-size: 14px !important;
    line-height: 15px !important;
    padding: 0px 0px;
    color: #333;
}

.popular-item img {
    border-radius: 15px;
}

.popular-item .thumb {
    position: relative;
    overflow: hidden;
}

.popular-item .thumb span.category {
    font-size: 15px;
    color: #0082c5;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: -60px;
    padding: 8px 12px;
    opacity: 0;
    transition: all .3s;
}

.popular-item .thumb span.likes {
    font-size: 15px;
    color: #0082c5;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: -60px;
    padding: 8px 12px;
    opacity: 0;
    transition: all .3s;
}

.popular-item .thumb:hover span.category,
.popular-item .thumb:hover span.likes {
    top: 15px;
    opacity: 1;
}

.popular-item .border-button {
    margin-top: 30px;
}

.popular-item .border-button b {
    width: 100%;
    text-align: center;
}

.popular-item a {
    text-decoration: none;
}

.border-button b {
    font-size: 15px;
    color: #0082c5;
    background-color: transparent;
    border: 1px solid #0082c5;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    text-decoration: none;
}

.border-button b:hover {
    background-color: #0082c5;
    color: #fff;
}

.page_menu {
    margin-top: 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.page_menu_content {
    height: 0px;
    background: #0e8ce4;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.menu_contact_item {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 56px;
    margin-right: 40px;
    color: #FFFFFF;
}

.menu_contact_item:not(:first-child) {
    margin-right: 0px;
}

.menu_contact_item a {
    font-size: 12px;
    font-weight: 300;
    line-height: 56px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_contact_item a:hover {
    color: #8a8a8a;
}

.menu_contact_item:last-child {
    margin-right: 0px;
}

.menu_contact_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.location-text p {
    margin-bottom: 0px;
}

.location-text p a {
    text-decoration: none;
    color: #333;
}

.visa_team_area {
    padding: 0px 0 77px;
}

.visa_team_area .witr_section_title {
    margin-bottom: 30px;
}

.witr_team_part {
    overflow: hidden;
    position: relative;
    padding-bottom: 23px;
}

.witr_team_thumb4 {
    position: relative;
}

.witr_team_thumb4:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.witr_team_thumb4:before {
    background: #142b3c;
}

.witr_team_section:before,
.team-sec:before,
.witr_team_sec_3:before,
.team-back-wraper,
.witr_single_team:after,
.busi_singleTeam:before,
.witr_team_thumb_3d:before,
.witr_back_img:after,
.witr_team_thumb4:before {
    background-color: #FFFFFF00;
}

.witr_team_thumb4 img {
    width: 100%;
}

.witr_team_top {
    border-radius: 5px;
    position: absolute;
    top: -200px;
    right: -7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 1s;
    transition: 1s;
}

.witr_bottom_icon a,
.witr_team_content4,
.witr_team_top {
    background: #fff;
}

.witr_team_top ul li a {
    margin: 12px 13px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
}

.witr_team_top ul li a {
    color: #0e8ce4;
}

.witr_team_content4 {
    position: relative;
    border-radius: 5px;
    padding: 15px 30px 13px;
    margin: 0 20px;
    box-shadow: 0 0 30px 0 rgba(42, 67, 113, .15);
    margin-top: -58px;
    text-align: center;
    border-bottom: 3px solid #0e8ce4;
}

.witr_bottom_icon a,
.witr_team_content4,
.witr_team_top {
    background: #fff;
}

.witr_team_content4 h5 {
    margin-bottom: 5px;
}

.witr_team_content4 span {
    color: #0e8ce4;
}

.witr_team_part:hover .witr_team_top {
    top: 100px;
}

.witr_team_top ul li a:hover {
    color: #ff8400;
}

.all_content_bg_color,
.all_icon_bg_color {
    padding: 38px 38px 30px 30px;
}

.service-details-content .content-four .content-box {
    margin-right: 50px;
}

.service-details-content .content-four .upper-text {
    margin-bottom: 32px;
}

.service-details-content .content-four .acc-content .inner {
    position: relative;
}

.service-details-content .content-four .acc-content .inner .image {
    transition: 0.3s;
}

.service-details-content .content-four .acc-content .inner .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(20, 43, 60, 0.0), rgba(20, 43, 60, 1) 100%);
    top: 0px;
    right: 0px;
    z-index: 1;
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

.service-details-content .content-four .acc-content .inner .image img {
    width: 100%;
    transition: 0.3s;
}

.service-details-content .content-four .acc-content .text {
    background: transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.service-details-content .content-four .acc-content .text h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
}

.service-details-content .content-four .acc-content .text h4 a {
    color: #fff;
}

.service-details-content .content-four .acc-content .text h4 a:hover {
    text-decoration: underline;
}

.service-details-content .content-four .acc-content .text p {
    color: #fff;
}

.service-details-content .content-four .acc-content {
    padding-bottom: 0px;
}

.service-details-content .content-four .map-inner {
    margin-left: -70px;
}

.service-details-content .content-four .map-inner #contact-google-map {
    position: relative;
    width: 100%;
    height: 440px;
}

.service-details-content .content-four .acc-content .text {
    top: 50%;
}

.service-details-content .content-four .acc-content .text {
    background: transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.service-details-content .content-four .acc-content .text h4 {
    font-size: 38px;
}

.contact-section {
    position: relative;
    padding: 80px 0px;
}

.contact-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-section .bg-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.4;
    width: calc(50% + 65px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.contact-section .content-box {
    background: #fff;
    position: relative;
    padding: 51px 40px 60px 40px;
}

.contact-section .content-box .sec-title {
    margin-bottom: 42px;
}

.contact-section .content-box .sec-title h2 {
    margin-bottom: 16px;
}

.contact-section .form-inner {
    margin: 0px 5px;
}

.select-box,
.contact-section .form-inner .select-box {
    min-height: 54px;
}

.form-group,
.contact-section .form-inner .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.form-group:last-child,
.contact-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.form-group .form-control,
.contact-section .form-inner .form-group .form-control,
.contact-section .form-inner .form-group .form-control {
    width: 100%;
    height: 54px;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #828080;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.contact-section {
    overflow: hidden;
}

.contact-section {
    position: relative;
    padding: 80px 0px;
}

.bg-color-1 {
    background: #f7f5f5;
}

.popular-item {
    background: #fff;
}

.ess-about-sec {
    background: #f9f9f9;
}

.ess-sec-button {
    margin-right: 20%;
    position: relative;
    z-index: 999;
    float: right;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    fill: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: rgb(1, 127, 197);
    border-radius: 0px;
    padding: 15px 22px;
}

.ess-sec-widget-image img {
    vertical-align: middle;
    display: inline-block;
}

.ess-sec img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.thn_post_wrap img {
    max-width: 100%;
    height: auto;
}

.ess-sec-element .ess-sec-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.ess-sec-element.ess-sec-element-124ab6e4 {
    text-align: center;
}

.ess-sec-widget-wrap>.ess-sec-element {
    width: 100%;
}

.ess-sec-element {
    --widgets-spacing: 20px;
}

.ess-sec-image-box-title {
    margin-bottom: 10px;
    color: rgb(40, 40, 40);
    font-size: 20px;
}

.ess-sec-image-box-description {
    color: rgb(106, 106, 106);
    font-size: 17px;
    font-weight: 400;
}

.ess-sec-image-box-wrapper .ess-sec-image-box-img {
    width: 10%;
    height: 190px;
}

.ess-sec-position-left .ess-sec-image-box-img {
    margin-right: 10px;
    float: left;
}

.ess-sec-button:hover,
.ess-sec-button:focus {
    color: #FFFFFF;
    background-color: #0575FF;
}

.ess-form-sec {
    background: #f9f9f9;
}

.form-group .form-control,
.contact-section .form-inner .form-group .form-control,
.contact-section .form-inner .form-group .form-control {
    width: 100%;
    height: 54px;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #828080;
    border-radius: 0px;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.witr_shape_image img {
    transform: rotate(0deg);
}

.witr_shape_image img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.witr_shape_item_inner {
    z-index: 1;
    top: 0px;
}

.witr_shape_item_inner {
    z-index: -1;
    content: "";
    transition: .5s;
}

.apartment_area {
    text-align: left;
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: #142b3c;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.09);
    padding: 60px 60px 60px 60px;
}

.apartment_text h1 {
    color: #0082c5;
    font-size: 17px;
    margin-bottom: 5px;
}

.apartment_text h2 {
    margin: 0 0 21px;
    font-size: 38px;
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    color: #fff !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-align: center;
    padding: 14.5px 34px;
    border-radius: 0px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}
}

.theme-btn i {
    position: relative;
    margin-left: 6px;
    top: 3px;
    font-size: 16px;
}

.theme-btn.btn-two:hover,
.theme-btn:hover {
    color: #fff !important;
}

.theme-btn:after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    background: #1d3a50;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-btn:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.theme-btn.btn-two {
    background: transparent;
    padding: 12.5px 33px;
    border: 2px solid #007dc4;
    color: #007dc4 !important;
}

.theme-btn.btn-two i {
    margin-left: 2px;
}

.update-news ul {
    padding: 0;
    box-shadow: 0 0 30px 0 #00000016;
    background: #fff;
}

@media (max-width: 767px) {
    .blog-sec ul li {
        font-size: 14px;
    }
}

.update-news ul li {
    display: block;
    padding: 20px 20px 20px 80px;
    position: relative;
    border-bottom: 1px solid #d2d7db;
}

.update-news ul li:before {
    position: absolute;
    content: "\f054";
    width: 100%;
    height: 100%;
    top: 24px;
    right: 0;
    left: 95%;
    font-family: 'FontAwesome';
    color: #017fc5;
}

.update-news ul li:before {
    position: absolute;
    content: "\f054";
    width: 100%;
    height: 100%;
    top: 24px;
    right: 0;
    left: 95%;
    font-family: 'FontAwesome';
    color: #017fc5;
}

.update-news ul li::before {
    position: absolute;
    content: "\f054";
    width: 10px;
    height: 20px;
    top: 40%;
    right: 9px;
    font-family: 'FontAwesome';
    color: #017fc5;
}

.update-news ul li img {
    position: absolute;
    left: 16px;
}

.update-news ul li h3 a {
    color: #000;
    text-decoration: none;
}

.wpb_wrapper img {
    border-radius: 20px;
}

.footer {
    position: relative;
    padding: 20px 0px 20px 0px;
    background: #142b3c;
    color: #fff;
}

.contact-box i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}

.witr_team_top.all_team_icon_o_color ul {
    padding: 0px !important
}

.witr_team_top.all_team_icon_o_color ul li {
    list-style: none;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.owl-nav.disabled button {
    display: none;
}

.ess-blog .card .card-content,
.ess-blog .card .yuki-product-content,
.woocommerce .yuki-products .yuki-product-wrapper .card-content,
.woocommerce .yuki-products .yuki-product-wrapper .yuki-product-content {
    padding: 15px;
    height: 220px !important;
}

.ess-blog .card .entry-divider {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.post-categories {
    list-style: none;
    padding: 0px !important;
    margin: 0px;
}

.ess-blog .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    background-color: #fff background-image: none;
    box-shadow: rgba(44, 62, 80, 0.45) 0px 15px 18px -15px;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    text-align: left;
    justify-content: flex-start;
}

.entry-excerpt a,
.entry-meta-link,
.entry-date,
.cat-taxonomies a.entry-tax-item {
    color: #2b7ec6 !important;
    transition: all .25s ease;
}

.ess-blog .card .entry-title,
.ess-blog .card .entry-title a {
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 20px !important;
    color: #828080 !important;
}

.ess-blog .card .entry-title a:hover {
    color: #007dc4 !important;
}

.ess-blog .card .entry-excerpt {
    font-family: inherit;
    font-weight: 400;
    font-size: 0.9rem !important;
    line-height: 1.5;
    color: #687385;
}

.ess-blog .card .entry-metas {
    font-family: inherit;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5;
    text-transform: capitalize;
    --yuki-meta-link-initial-color: var(--yuki-accent-color);
    --yuki-meta-link-hover-color: var(--yuki-primary-color);
}

@media only screen and (max-width: 480px) {

    .main_nav_content .btn-box a,
    .btn-box a {
        padding: 12.5px 10px !important;
        font-size: 12px !important;
    }
}


.service-details-content .content-one .tab-btns {
    position: relative;
    margin-bottom: 51px;
}

.service-details-content .content-one .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #9d9d9d;
    font-weight: 700;
    background: #f7f5f5;
    cursor: pointer;
    border-right: 1px solid #fff;
    transition: all 500ms ease;
}

.service-details-content .content-one .tab-btns li:last-child {
    border-right: none;
}

.service-details-content .content-one .tab-btns li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-details-content .content-one .tab-btns li.active:before,
.service-details-content .content-one .tab-btns li.active-btn:before {
    transform: scale(1, 1);
}

.service-details-content .content-one .tab-btns li.active h5,
.service-details-content .content-one .tab-btns li.active-btn h5,
.service-details-content .content-one .tab-btns li.active,
.service-details-content .content-one .tab-btns li.active-btn {
    background: #007dc4;
    color: #fff;
}

.service-details-content .content-one .tab-btns li h5 {
     box-shadow: 0px 0px 5px #ccc;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 700;
    padding-left: 30px;
    transition: all 500ms ease;
    padding: 15px 22px;
}

.service-details-content .content-one .tab-btns li h5 i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 22px;
}