/* ===================================
    Table of Content
====================================== */

/*  - Google Fonts
    - General
    - Header And Navigation
    - Banner
    - About
    - Booking
    - Portfolio
    - Testimonial
    - Contact
    - Footer
    - Scroll Top
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;700&display=swap');

.main-font{font-family: 'Oswald', sans-serif;}
.alt-font{font-family: 'Source Sans Pro', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: #ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    width: 0;
    height: 25%;
}
 .sticky-phone {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background-color: #ffc107;
      color: #0f0e50;
      padding: 10px 15px;
      font-size: 18px;
      z-index: 1000;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .sticky-phone a {
      color: white;
      text-decoration: none;
      font-weight: bold;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
    }

    .sticky-phone i {
      font-size: 20px;
      letter-spacing: 2px;
      padding: 5px;
      color: #0f0e50;
      font-weight: 800;
    }

    .content {
      height: 2000px; /* For scroll demonstration */
      padding: 20px;
    }
/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 18px;color: #202020;font-weight:normal;line-height:25px;width: 100%; overflow-x: hidden}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0!important; font-family: 'Source Sans Pro', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover, a:focus{color: #ffffff;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section, .footer{padding: 5.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 3.5rem;}
.padding-bottom-half {padding-bottom: 4.5rem;}
.padding-top-half {padding-top: 4.5rem;}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* Overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* Opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 12px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: normal; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 14px 36px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 8px 35px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Green Button */
.btn.btn-green {background: #58c433; border-color: #58c433; color: #ffffff}
.btn.btn-green:hover {background: #ffffff !important; border-color: #58c433; color: #58c433 !important}

/* Blue Button */
.btn.btn-blue {background: #0F0E50; border-color: #0F0E50; color: #ffffff}
.btn.btn-blue:hover {background: #000 !important; border-color: #000; color: #ffffff !important}

/* White Button */
.btn.btn-white {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-white:hover {background: #58c433 !important; border-color: #58c433; color: #ffffff !important}

/* Background Color */
.bg-black{background-color: #202020;}
.bg-white{background-color: #ffffff;}
.bg-grey{background-color: #f6f6f6;}
.bg-blue{background-color: #000000;}
.bg-green{background-color: #58c433;}

/* Text Color */
.text-black{color: #202020;}
.text-white{color: #ffffff;}
.text-blue{color: #000000;}
.text-green{color: #000;}

/* Icon Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* ===================================
        Header
====================================== */

header a.logo img {
    max-width: 250px;
    vertical-align: sub;
}

header.header-appear a.logo img {
    max-width: 250px;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    padding: 0 30px;
    margin: 20px 0;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    background: #0F0E50 ;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.navbar-top-default #megaone{
    margin-right: -30px;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 0.4rem 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #55ACEE;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #55ACEE;
}

/*Nav Social*/
.nav-social .social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.nav-social .social-icons-simple li{
    display: inline-block;
}

.nav-social .social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    border: 1px solid transparent;
    text-align: center;
    width: 32px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #fff;
}

.nav-social .social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.nav-social .social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

/*Whatsapp link*/
.top-info{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}

.top-info li a{
    color: #ffffff;
    text-decoration: none;
    transition: .3s ease;
    font-weight: 700;
    font-size: 20px;
}

/*nav line*/
.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -32px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #fff;
    visibility: hidden;
    opacity: 0;
}

a.nav-link.scroll.active {
    color: #fff;
}
/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*Side Close Btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #000;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: relative;
    right: -35px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: #fff;
    transition: .5s ease;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0 10px 0 !important;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: Oswald, sans-serif;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #000;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p{
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #000 !important;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #000;
}

.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
   Banner Section
====================================== */

.banner-area{
    background-image: url("../img/banner1.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;

}

.center-content {
    height: 100vh;
    align-items: center;
}

.banner-area .black-box {
    background: rgba(0, 0, 0, .6);
    padding: 30px 0;
    width: 60%;
    /* float: right; */
    position: relative;
    display: table;
    border-radius: 20px;
    background-color: #0f0e5038;
    border: 1px solid #ffffff94;
    text-align: center;
    margin: 0 auto;
}
.cus-banner img {
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.banner-area .box-content {
    width: 92%;
    margin: 0 auto;
}

.box-content h1 {
    padding: 10px;
    font-size: 55px;
    color: #202020;
    font-weight: 500;
    background: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.box-content h1.bg-blue {
    background: #0F0E50;
    color: #ffffff;
}

.box-content p {
    width: 100%;
    color: #fff;
    font-size: 19px;
    margin-bottom: 0;
    padding: 20px 0;
    font-weight: normal;
}

.button {
    font-size: 18px;
    color: #fff;
    position: relative;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.button:hover{
    color: #000;
}

.button i {
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .5s ease;
    margin-right: 8px;
}

.button:hover i {
    background: #0F0E50;
    color: #fff;
    border-color: #0F0E50;
}
.step {
    background: #8886ff1f;
    background: linear-gradient(to right, #1d56bf 0%, #07164a 100%);
    background: #dbdbdb;
}

.step .heading-area .heading{
  
}
.step .heading-area .heading span{
  
}



.step-box{
    border-radius: 10px;
    background: #ece8e5;
    padding: 24px 30px;
    position: relative;
    margin: 20px 3px 0;
    text-align: left;
    height: 360px;
    transition: .5s ease;
    box-shadow: 0px 0px 9px #0000005e;
    border: 1px solid #0f0e507d;
}
.step-box:hover{
    transform: translate(0, -19px);
    transition: .5s ease;
    background: #f6f6f6;
}

.step .button i{
    border: 2px solid #0F0E50;
}



.step-box .club-icon {
    background: #fff;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 0 30px;
    text-align: center;
    box-shadow: 0px 0px 10px #00000030;
    line-height: 100px;
}

.step-box .club-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.two{
    background: #fbe7f3;
}
.three{
    background: #efe8ff;
}

.work-step {
    line-height: 1;
    position: absolute;
    right: 20px;
    top: -12px;
}
.work-step span {
    line-height: 1;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    background-color: #0f0e50;
    border: 1px solid #0f0e50;
    border-radius: 2px;
    padding: 4px 20px;
    COLOR: #FFF;

}

.icon-and-title {
    margin-bottom: 20px;
}
.icon-and-title .icon {
    margin-bottom: 10px;
}
.owl-nav {
    display: none !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
.icon-and-title h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.step-box p{
    font-size: 16px;
}

.two {
    background: #def3fd;
}
.three {
    background: #fff;
}
.step .button {
    font-size: 18px;
    color: #0F0E50;
}

/* .step .button i{
    border: 2px solid #fff;
}
.step-box:hover .icon-and-title h4{
    color: #fff;
}
.step-box:hover .process-content p{
    color: #fff;
}
.step h6.wp-value {
    color: #fff;
} */

/* ===================================
   About Section
====================================== */

.heading-area .sub-heading {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.heading-area .heading {
    font-size: 48px;
    color: #0F0E50;
    font-weight: 300;
    margin: 25px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	text-align: center;
}
.heading-area .heading span{
    color: #0F0E50;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
}

.elements-boxes .process-box {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 2.5rem 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

.elements-boxes .process-box:hover {
    -webkit-box-shadow: 0 0 20px -2px rgba(127, 123, 123, 0.5);
    box-shadow: 0 0 20px -2px rgba(127, 123, 123, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.elements-boxes .process-box .pro-step {
    height: 90px;
    width: 90px;
    line-height: 94px;
    font-size: 28px;
    color: #fff;
}

.elements-boxes .blog-three-block {
    width: 100%;
    height: 100%;
}

.elements-boxes .padding-half {
    padding: 3rem 0;
}

.elements-boxes .about-box {
    transition: .5s linear;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
    max-width: 350px;
    height: 280px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #0f0e5061;
}

.elements-boxes .about-box h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.elements-boxes .about-box p {
    font-size: 16px;
    font-weight: normal;
    opacity: .8;
    font-family: 'Source Sans Pro', sans-serif;
}

.elements-boxes .about-box i {
    font-size: 40px;
    color: #0F0E50;
    position: relative;
}

.elements-boxes .coming-soon-box i {
    font-size: 50px;
}

.elements-boxes .coming-soon-box {
    padding: 100px 40px;
}

.elements-boxes .about-box.green-box:hover {
    background-color: #58c433;
}

.elements-boxes .about-box.blue-box:hover {
    background-color: #d7d7d766;
}

.elements-boxes .about-box:hover h5,  .elements-boxes .about-box:hover p {
    color: #000;
}

.elements-boxes .about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s ease;
}

.elements-boxes .mb-15px {
    margin-bottom: 15px;
}

.elements-boxes .mt-25px {
    margin-top: 25px;
}

/* ===================================
    Booking Section
====================================== */

.booking-area {
    margin: 70px 80px;
    padding: 0 20px;
}

.video-box {
    position: relative;
}
.video-box::before{
    content: '';
    background: #0000006b;
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-text {
    position: absolute;
    bottom: 0px;
    display: flex
;
    padding: 30px 40px;
    background: linear-gradient(to top, #0f0e50b8 0%, #0f0e5014 100%);
    width: 100%;
}

.left-video-text {
    width: 50%;
    padding: 0 40px 0 0;
}
.left-video-text h2 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
}
.left-video-text h6{
    color: #fff;
}


.right-video-text {
    width: 100%;
    text-align: center;
}

.right-video-text p{
    color: #fff;
    font-weight: 300;
}

.typewriter p {
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;

  }
  .typewriter p:after{
   content: '';
    display: inline-block;
    background-color: white;
    margin-left: 2px;
    height: 25px;
  width: 4px;
      animation: cursor 0.4s infinite;
  }

  /* The typewriter cursor effect */
  @keyframes cursor {
      0% { opacity: 1; }
        49% { opacity: 1; }
        50% { opacity: 0; }
        100% { opacity: 0; }
  }

.booking-area .inner-text h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.booking-area .inner-text h2 {
    font-size: 48px;
    color: #ffffff;
    margin: 25px 0;
    font-weight: 300;
    font-family: Oswald, sans-serif;
}
.portfolio-sec{
    padding: 70px 0 0;
}
.portfolio-sec .portfolio-items .item .portfolio-overlay{
    position: absolute;
    background-color: #1d56bf63;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 100%;
    transition: .8s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins',sans-serif;
   
}
.portfolio-sec .portfolio-items .item:hover .portfolio-overlay{
    bottom: 0px;

}
.portfolio-sec .portfolio-items .item .portfolio-overlay span{
    color: #fff;
    display: block;
    font-size: 18px;
}
.portfolio-sec .portfolio-items .item .portfolio-overlay .overlay-inner-content{
    opacity: 0;
}
.portfolio-sec .portfolio-items .item .portfolio-overlay i{
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    transition: .8s ease;
}
.portfolio-sec .portfolio-items .item:hover .portfolio-overlay .overlay-inner-content{
    opacity: 1;
    text-align: center;
}
.cbp-item {
    display: inline-block;
    margin: 0;
}
h6.wp-value {
    color: #0F0E50;
    font-size: 23px;
    margin: 20px 0 0 0;
    font-weight: 600;
}
.timeline-bg h6.wp-value{
    color: #000000;
}

.portfolio-sec .cbp-caption-defaultWrap {
    height: 480px;
}
.portfolio-sec .cbp-lightbox img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    height: 480px;
    width: 100% !important;
    object-fit: cover;
}

#about {
    background: linear-gradient(to right, #0f0e5030 0%, #0F0E50 100%);
}



#about .heading-area .heading{
    color: #fff;
}
#about .heading-area .heading span{
    color: #fff;
}
#about .heading-area .text{
    color: #fff;
}
#about .about-box.blue-box:hover {
    background-color: #e0e0ff;
}

/* ===================================
   TIMELINE
====================================== */

.timeline-bg{
    padding: 70px 0;
    position: relative;
    background: #0a06fa;
    background-image: linear-gradient(100deg, #e6e6ff 34%, #8987ff 100%);
    background: #fff;
}

.cus-vip {
    margin: 0 auto;
    width: 65%;

}
.cus-vip .step-box{
    height: auto;
    text-align: center;
}

.pass-img{}
.pass-img img{
    width: 100%;
    height: 357px;
    object-fit: cover;
    margin: 24px 0 0 0;
    border-radius: 14px;
}

.sub-content {
    padding-top: 0.5rem;
}

.main-content h2 {
    font-size: 30px;
    font-weight: normal;
}

.sub-content h5 {
    font-size: 18px;
    font-weight: normal;
}

.sub-content p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
    list-style: none;
}
.cd-timeline-navigation a:hover {
    border-color:#ffc107;
}
.cd-horizontal-timeline a, .cd-horizontal-timeline a:hover, .cd-horizontal-timeline a:focus{ color:#ffffff;}

.cd-horizontal-timeline blockquote, .cd-horizontal-timeline q {
    quotes: none;
}
.cd-horizontal-timeline blockquote:before, .cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before, .cd-horizontal-timeline q:after {
    content: '';
    content: none;
}
.cd-horizontal-timeline table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cd-horizontal-timeline {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;

}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;

}
.cd-horizontal-timeline .events {
    /* this is the white line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #333;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the yellow line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1c1a91;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 14px;

    padding-bottom: 15px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    color: #000;
    font-weight: 500;
}
.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #333;
    background-color: #333;
    transition: background-color 0.3s, border-color 0.3s;
}

.cd-horizontal-timeline .events a:hover::after {
    background-color: #ffc107; /* Change to your hover background color */
    border-color: #ffc107;     /* Change to your hover border color */
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #313740;
    border-color: #313740;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
    border-color: #0F0E50;
    background-color: #0F0E50;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #0F0E50;
    background-color: #0F0E50;
}
@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}


.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #0F0E50;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color:#ffc107;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    text-align: center;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}

@media only screen and (min-width: 768px) {

    .cd-horizontal-timeline .events-content em {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .cd-horizontal-timeline.loaded{ margin: 0;}
    .cd-horizontal-timeline .timeline{ width: 100%;}
    .cd-horizontal-timeline ol, .cd-horizontal-timeline ul{padding: 0;margin: 0;}
    .cd-horizontal-timeline .events-content h4{ font-size: 16px;}
    .cd-horizontal-timeline .events-content{ margin: 0;}
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.timeline:before{
    content: " ";
    display:none;
    bottom: 0;
    left: 0;
    width: 0;
    margin-left: -1.5px;
    background-color: #eeeeee;
}
h3.main-font {
    font-size: 40px;
}
.main-font {
    font-size: 40px;
}
.main-content .main-font {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}
.club-icon {
    background: #fff;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin: 0 0 30px;
    text-align: center;
    box-shadow: 0px 0px 10px #00000030;
    line-height: 120px;
    border: 1px solid #1d56bf59;
}
.club-icon img{
    width: 70px;
    height: 70px;
    object-fit: contain;

}
#timeline .button {
    color: #0F0E50;
}
#timeline .button i{
    
    border: 2px solid #0F0E50;
}

.club-story{
    padding: 100px 0;
    /* background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-position: center; */
    background: linear-gradient(to right, #1d56bf 0%, #07164a 100%);
}
.wp-story{
    position: relative;
}
.wp-story-img img {
    height: 330px;
    object-fit: cover;
    border-radius: 14px;
    width: 100%;
}
.wp-story-text {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: -60px;
    position: relative;
}
.wp-story-text h2{
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 12px;
    height: 50px;
}

.wp-story-text p{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #111;
    font-weight: 300;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(21, 20, 21, 0.21);
    padding-bottom: 15px;
}
.wp-story-text .button {
    color: #ff431e;
}
.wp-story-text .button i {
    border: 2px solid #ff431e;

}


.story-box{
    display: flex
;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px #00000073;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #000000c9;
}
.story-text{
    width: 70%;
    padding: 0 0 0 40px;
}
.story-text h2{
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.story-text p{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #111;
    font-weight: 300;
    margin-bottom: 15px;
}

.story-img{
    width: 30%;
}
.story-img img{
    height: 340px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}
.story-box:nth-child(2n+2){

}

/* ===================================
   PORTFOLIO
====================================== */

.portfolio-bg{
    background-image: url("../images/portfolio-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-classic .item {
    text-align: left;
}

.team-data-img {
    overflow: inherit;
}

.portfolio-content {
    padding: 0px 0;
    background: transparent;
}

.portfolio-content h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    margin-bottom: 13px !important;
    display: inline-block;
}

.portfolio-content p {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 24px;
}

.single-work {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
}

.single-work img {
    width: 100%;
    height: auto;
}

.single-work .title {
    width: 80%;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Roboto', sans-serif;
}

.single-work .overlay-text {
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cases-image-inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}
.cases-line {
    position: absolute;
    background: #ffffff;
}
.top {
    top: 15px;
    right: 15px;
    width: 100px;
    height: 2px;
}
.top-right {
    top: 15px;
    right: 15px;
    height: 100px;
    width: 2px;
}
.bottom {
    top: unset;
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 2px;
}
.bottom-left {
    top: unset;
    bottom: 15px;
    left: 15px;
    height: 100px;
    width: 2px;
}

.single-work .overlay-text:before, .single-work .overlay-text:after {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #0f0e50a2;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.single-work .overlay-text:before {
    right: 0;
}

.single-work .overlay-text:after {
    left: 0;
}

.item:hover .overlay-text {
    opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.item .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.item:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.circle{
    position: relative;
    z-index: 1111;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle i {
    transition: 0.5s ease;
}

.circle:hover , .circle:hover i {
    color: #fff;
    border-color: #0f0e50;
}

#team-circle-right {
    top: 25%;
    right: -10%;
    transition: .5s ease;
    position: absolute;
}

#team-circle-left{
    top: 25%;
    left: -10%;
    transition: .5s ease;
    position: absolute;
}

.team-classic{
    padding: 0 90px;
}

.reason .alt-font {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

/* ===================================
    Cube Portfolio
====================================== */
section#portfolio {
    background: #fff;
    background: linear-gradient(to right, #0f0e5030 0%, #0F0E50 100%);
}
section#portfolio .heading-area .heading{
    color: #fff;
}
section#portfolio .heading-area .heading span{
    color: #fff;
}   

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item{
    background: transparent;
    border: none;
    margin: 10px 4px 6px 4px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
    color: #000000;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover{
    color : #000000;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #1d56bfbd;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-filters-button {
    margin: 40px;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p{
    font-size: 12px;
}

.cbp-l-caption-body h5{
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.portfolio_top {
    position: relative;
    overflow: hidden;
}

#portfolio_top::before,
#portfolio_top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 90px;
    width: 100%;
}

#portfolio_top::before {
    top: 0;
}

#portfolio_top::after {
    bottom: 0;
}

.text_wrap {
    padding: 50px 2rem 0.5rem 2rem;
}

.itemshadow .cbp-item-wrapper {
    -webkit-box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    padding-bottom: 2px;
    padding-top: 5px;
}

.border-portfolio .cbp-item img {
    border: 20px solid #fff;
}

.bottom-text {
    display: table;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.bottom-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.bottom-text .port_head {
    font-weight: 600;
    font-size: 5.625rem;
    line-height: 1;
}

/*Overlays*/
.overlay-two{
    position: absolute;
    left: 20px; top: 25px;
    right: 20px; bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.overlay-two:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .7;
}

.cbp-item:hover .overlay-two,
.cbp-item:focus .overlay-two {
    opacity: 1; visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cbp-item:hover .overlay-two{
    opacity: 1; visibility: visible;
}

.plus{
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.overlay-two > h4,.overlay-two > p{
    position: relative;
    color: #ffffff;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus p {
    font-size: 13px;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/* ===================================
     Testimonial Section
====================================== */

.testimonial-two{
    background: transparent;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    color: #ffffff;
}

.testimonial-post {
    overflow: hidden;
    display: table;
    margin: 50px auto;
}

.testimonial-post .text-content {
    display: table-cell;
}

.testimonial-post .text-content {
    vertical-align: middle;
    padding-left: 10px;
}

.testimonial-two .testimonial-item h5{
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

.testimonial-two .testimonial-para {
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.testimonial-two .testimonial-item .rating{
    margin-top: 10px;
}

.testimonial-two .testimonial-item .rating i{
    font-size: 16px;
    color: #fff83c;
}

.testimonial-sec {
    background-image: url("../img/testimonial-bg.jpg");
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.testimonial-sec .heading-area .heading span {
    color: #fff;
}

.circle{
    position: absolute;
    z-index: 1111;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #000000;
    border: 2px solid #0f0e50;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle i {
    font-size: 20px;
    z-index: 1111;
    color: #0f0e50;
    font-weight: bold;
}

.testimonial-sec .circle{
    border: 2px solid #fff;
}

.testimonial-sec .circle i{
    color: #fff;
}



#team-circle-right {
    top: 30%;
    right: 2%;
    transform: translateY(-50%);
    transition: .5s ease;
}

#team-circle-left{
    top: 30%;
    left: 2%;
    transform: translateY(-50%);
    transition: .5s ease;
}

#team-circle-right:hover, #team-circle-left:hover {
    background-color: #0F0E50;
}


.testimonial-sec #team-circle-left {
    left: -6%;
}
.testimonial-sec #team-circle-right{
    right: -4%;
}



/* ===================================
   Contact Section
====================================== */

.contact-sec .contact-form input{
    color: #464646;
    font-size: 18px;
    height: 40px;
    background: #efefef;
    border-radius: 31px !important;
    padding-left: 19px !important;
    height: auto;
    border: solid #ccc 1px !important;
}

.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(07,70,70,0.2);
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000000;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #464646;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 20px;
    height: 150px;
    color: #ffffff;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form {
    width: 100%;
    margin: 50px auto 0 auto;
}

.contact-sec .contact-form .btn-blue{
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-sec .img-center {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/* Google Map */

.mapouter {
    position: relative;
    height: 100%;
    width: 100%;
}

.map{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 500px;
    width: 90%;
    overflow: hidden;
    margin-left: auto;
}

.bg-img-map{
    background: url(../img/map.jpg);
}
.value .about-box {

    padding: 30px;
    margin-bottom: 35px !important;
    height: 300px;
}
.value .about-box i {
    font-size: 50px;

}

/* ===================================
    Footer Section
====================================== */

.footer a{
    color: #111!important;
    font-size: 15px;
    display: flex;
    margin: auto 0;
    align-items: center;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.footer a i{
    font-size: 30px;
    margin-right: 12px;
    color: #000000;
    transition: .5s ease;
}

.footer a:hover i{
    color: #000000;
    transition: .5s ease;
}

.footer .footer-copy {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #0f0e50e3;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: fadeInRight 2s;
    animation: fadeInRight 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
    Loader
====================================== */

.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-bg .loader {
    height: calc(40px* 3);
    width: calc(40px* 3);
    transform: rotate(45deg);
    display: flex;
    flex-wrap: wrap;
}

.loader-bg span {
    display: inline-block;
    background: #000000;
    box-shadow: 0 0 2px #202020;
    height: 40px;
    width: 40px;
    animation: zoom 3s infinite;
}

.loader-bg span:nth-child(3) {
    animation-delay: 0.8s;
}

.loader-bg span:nth-child(2), .loader-bg span:nth-child(6) {
    animation-delay: 0.6s;
}

.loader-bg span:nth-child(1), .loader-bg span:nth-child(5), .loader-bg span:nth-child(9) {
    animation-delay: 0.4s;
}

.loader-bg span:nth-child(4), .loader-bg span:nth-child(8) {
    animation-delay: 0.2s;
}

@keyframes zoom {
    0%, 100% {
        transform: scale(1);
    }
    40%, 60% {
        transform: scale(0.7);
    }
}

/* ===================================
    StandAlone Page
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
    font-weight: normal;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
    font-weight: normal;
}

.standalone-detail .heading{
    font-size: 48px;
    color: #202020;
    font-weight: 500;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.standalone-detail .para_text{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-size: 48px;
    color: #202020;
    font-weight: 500;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.standalone-area .stand-img-des .para_text{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
}

.page-title{
    position:relative;
    text-align:center;
    padding: 125px 0 50px 0;
    background:url("../img/standalone.jpg");
    background-size: cover;
    background-position: top center;
}

.stand-banner .box-content h2 {
    padding: 10px;
    font-size: 72px;
    color: #202020;
    font-weight: 500;
    background: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.stand-banner .box-content ul.bg-blue {
    background: #000000;
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
}

.stand-banner .black-box {
    padding: 100px 0;
    width: 70%;
    margin: auto;
    position: relative;
    display: table;
}

.stand-banner .box-content {
    width: 92%;
    margin: 0 auto;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:16px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right: 4px;
    color: #ffffff;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

.standalone-footer {
    padding: 5rem 0;
}

.footer-social.stand {
    text-align: center;
    margin-bottom: 15px;
}

.standalone-footer .social-icons-simple li a {
    color: #202020;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.standalone-footer .social-icons-simple li a:hover {
    background-color: #000000;
    color: #ffffff;
}

/* StandAlone Image Hover */
.main .box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    background-color:rgba(0,0,0,0.7);
}

.main .box:hover:before{
    opacity: 1;
}

.main .box{
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.main .box:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 170%;
    top: 0;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
    background-color:#000000;
}

.main .box:hover:after{
    left: -170%;
    top: 0;
}

.main .box img{
    width: 100%;
    height: auto;
}

.main .box .box-content{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.main .box:hover .box-content{
    bottom: 45%;
}

.main .box .box-content .name{
    font-size:22px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    text-transform:uppercase;
    letter-spacing: 1px;
}

.main .box .box-content .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
}
.client{
    background: #fff;
}
.timeline-bg .button {
    color: #0F0E50;
}
.timeline-bg .button i {
    border: 2px solid #0F0E50;
}
.our{
    background: linear-gradient(to right, #1d56bf 0%, #07164a 100%);
    background: #e7e7e7;
}

.news_item.blog-one:hover img, .news_item.blog-two:hover img {
    transform: scale(1.2);
}
.news_item.shadow{
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 20px 0;
    height: 340px;
    border-radius: 18px;

}
.news_item .news_desc {
    padding: 20px 20px;
}
.meta-tags li, .meta-tags li a {
    display:inline-block;
}
.meta-tags > li + li{
    margin-left: 10px;
}
.meta-tags li a {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.meta-tags li a > i {
    font-size: 17px;
    margin-right: 5px;
}
.meta-tags li a > i,
.meta-tags > li + li::before {
    vertical-align: middle;
}
.meta-tags li a:hover,
.meta-tags li a:focus{
    color: #ff8449;
}
.news_item:hover h3 a {
    color: #ff8449;
}

.blog-one .meta-tags li a:hover,
.meta-tags li a:focus, .blog-one.news_item:hover h3 a {
    color: #ff8449;
}
.blog-two .meta-tags li a:hover,
.meta-tags li a:focus, .blog-two.news_item:hover h3 a{
    color: #ff8449;
}
.image {
    overflow: hidden;
}
.split-blog-scale img {
    transform: scale(1);
    transition: 1s;
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.news_desc h3{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}
.news_desc h3 a{
    text-transform: uppercase;
    font-size: 19px;
}


.news_desc p{
    line-height: 19px;
    font-size: 14px;
}
.our .heading-area .heading {
    
}
.our .heading-area .heading span{

}

/* ===================================
    Project section css
====================================== */
.project-sec{
    position: relative;
    padding-bottom: 0;
}
.story-text-new {
    position: absolute;
    top: 150px;
    z-index: 9;
    left: 70px;
}
.story-text-new h2{
    font-size: 48px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.story-text-new h2 span{
    font-weight: 600;
}



.project-sec .row{
    margin:0 !important;
}
.project-sec .project-area{
    position: relative;
}
.project-sec .project-area .project-img img{
    height: 720px;
    width: 100%;
    object-fit: cover;
}
.project-sec .project-area .project-detail{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    left: 30px;
    width: 85%;

}
.project-sec .project-area .project-detail .project-sub-heading{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #ff431e;
    margin-bottom: 35px;
    display: inline-block;
    font-weight: bold;
}
.project-sec .project-area .project-detail .project-sub-heading span{
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #ff431e;
    margin-right: 8px;
    margin-bottom: 4px;
}
.project-sec .project-area .project-detail .project-heading{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    margin-bottom: 25px;
}

.project-sec .project-area .project-detail .project-heading span{
    display: block;
}

.project-sec .project-area .project-detail .project-text{
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    width: 95%;
}
.project-sec .project-links{
    position: absolute;
    top: 74%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 1111;
    cursor: pointer;
}
.project-sec .project-links a i{
    color: #FFFFFF;
    font-size: 22px;
    transition: .8s ease;
}
.project-sec .project-links a:hover i{
    color: #f73859;
}
.project-sec .owl-item.active .project-area .project-detail .animate-fade{
    animation: 1.5s slideInUp;
}
.project-sec .owl-item.active .project-area .project-detail .animate-box{
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-roll{
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-in{
    animation: 2s fadeIn;
}

.project-sec .owl-item.active .project-area .project-detail .animate-fate-in{
    animation: 1.5s fadeIn;
}

.color-black{
    color: black !important;
}
.bg-black{
    background-color: black !important;
}
.color-white{
    color: white !important;
}

.project-box{
    background: rgba(32, 32, 32, 0.90);
    padding: 25px;
    background-color: #0f0e50e3;
    border: 1px solid #fff;
    border-radius: 20px;
}


@media screen and (max-width:990px){
    .main .box{
        margin-bottom: 30px !important;
    }
}

/* ===================================
    Media Queries
====================================== */

@media (min-width: 1800px) {
    /* Contact */
    .contact-sec .contact-form textarea {
        margin-bottom: 60px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {}

@media (max-width: 1366px) and (min-width: 1280px) {
    .navbar .container {
        max-width: 950px;
    }
    .box-content h1 {
        font-size: 54px;
    }
    .banner-area .black-box {
        margin-top: 100px;
    }
    .cus-banner {
        margin-top: 100px;
        padding: 0 20px 0 0;

    }
    .cus-banner img {
        height: 470px;
        object-fit: cover;
        border-radius: 15px;
    }
    header a.logo img {
        max-width: 250px;
    }
    .navbar-top-default {
        margin: 10px 0;
    }
    .side-nav .navbar-nav .nav-link {
        padding: 5px 0 5px 0 !important;
    }
}

@media (max-width: 1600px) and (min-width: 992px) {

    /* Navbar */
    .nav-social .social-icons-simple, .top-info li a {
        display: none;
    }
    .sidemenu_btn {
        right: -30px;
    }
    .side-menu {
        width: 50%;
    }

    /* Banner */
    .box-content h1 {
        font-size: 60px;
    }

    /* Testimonial */
    #team-circle-left {
        left: -2%;
    }
    #team-circle-right {
        right: -2%;
    }

    /* Footer */
    .footer .footer-copy, .footer a {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    body{
        text-align: center;
    }
    section, .footer {
        padding: 5.5rem 0;
    }
    .heading-area .heading {
        font-size: 42px;
    }

    /* Navbar */
    .side-menu {
        width: 60%;
    }
    .sidemenu_btn {
        right: 0;
    }
    header a.logo img {
        max-width: 75px;
    }
    .nav-social .social-icons-simple {
        display: none;
    }

    /* Banner */
    .banner-area .black-box {
        width: 80%;
        margin: auto;
    }
    .box-content h1 {
        font-size: 60px;
    }
    .box-content p {
        padding: 30px 0;
        margin: auto;
    }

    /* Booking Area */
    .booking-area .inner-text h2 {
        font-size: 42px;
    }

    /* Portfolio */
    .cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next {
        display: none;
    }

    /* Testimonial */
    .testimonial-two {
        padding-top: 15px;
    }
    #team-circle-left {
        left: -2%;
    }
    #team-circle-right {
        right: -2%;
    }

    /* Contact */
    .footer a {
        font-size: 14px;
        margin: 20px 0;
        justify-content: center;
    }
    .footer .footer-copy {
        font-size: 14px;
    }

    /* Standalone */
    .page-title {
        padding: 150px 0 130px 0;
    }
    .stand-banner .box-content h2 {
        font-size: 60px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    body{
        text-align: center;
    }
    section, .footer {
        padding: 4.5rem 0;
    }
    .heading-area .heading {
        font-size: 36px;
    }
    .heading-area .sub-heading {
        font-size: 20px;
    }
    .padding-top {
        padding-top: 4.5rem;
    }
    .padding-bottom {
        padding-bottom: 4.5rem;
    }

    /* Navbar */
    header a.logo img {
        max-width: 200px;
    }
    .nav-social .social-icons-simple {
        display: none;
    }
    .navbar-top-default {
        margin: 0;
        padding: 0 20px;
    }
    .sidemenu_btn {
        right: 0;
    }
    .side-menu {
        width: 100%;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 4rem;
    }
    .header-appear .navbar-top-default {
        height: 85px;
    }

    /* Banner */
    .banner-area .black-box {
        width: 100%;
    }
    .box-content h1 {
        font-size: 34px;
    }
    .box-content p {
        width: 100%;
        font-size: 16px;
        padding: 20px 0;
    }
    .button, .button i {
        font-size: 16px;
    }

    /* About */
    .elements-boxes .padding-half {
        padding: 3.5rem 0;
    }
    .elements-boxes .padding-top-half {
        padding: 5.5rem 0;
    }
    .elements-boxes .about-box {
        max-width: 330px;
    }

    /* Booking Area */
    .booking-area {
        padding: 150px 0;
    }
    .booking-area .inner-text h4 {
        font-size: 16px;
    }
    .booking-area .inner-text h2 {
        font-size: 30px;
    }

    /* Portfolio */
    .cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next {
        display: none;
    }

    /* Testimonial */
    .testimonial-two {
        padding: 0;
    }
    .testimonial-two .testimonial-para {
        font-size: 16px;
    }
    #team-circle-right, #team-circle-left {
        display: none;
    }

    /* Contact */
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .footer a {
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
    }
    .map {
        margin: 80px auto 0 auto;
    }

    /* Standalone */
    .stand-banner .box-content h2 {
        font-size: 34px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading{
        font-size: 42px;
    }
    .standalone-detail .para_text {
        font-size: 16px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
    .standalone-area .stand-img-des .para_text {
        font-size: 16px;
        padding: 0 15px;
    }
    .stand-banner .box-content {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translate(-50%,-50%);
    }
    .stand-banner .black-box {
        width: 100%;
        padding: 70px 0;
    }
    .stand-banner .box-content {
        transform: translate(0,0);
    }
    .standalone-footer .company-about {
        font-size: 14px;
    }
}


.tabs {
      display: flex;
      border-radius: 10px 10px 0 0;
      box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
      overflow-x: auto;
      background: #ffffff;
      border-bottom: 4px solid #3f51b5;
      margin-bottom: 0;
    }
    .tabs li {
      list-style: none;
      flex-shrink: 0;
      user-select: none;
    }
    .tabs a {
      display: block;
      padding: 14px 28px;
      text-decoration: none;
      color: #3f51b5;
      font-weight: 700;
      font-size: 1.05rem;
      border-bottom: 4px solid transparent;
      transition: all 0.3s ease;
      white-space: nowrap;
      border-radius: 10px 10px 0 0;
      cursor: pointer;
    }
    .tabs a:hover,
    .tabs a:focus {
      background-color: #e3e9ff;
      outline: none;
    }
    .tabs .active a {
      border-bottom-color: #e3e9ff;
      color: #000;
      background-color: #e3e9ff;
      box-shadow: inset 0 -4px 8px -6px #e3e9ff;
    }

    /* Tabs content */
    .tabs-content > div {
      display: none;
      background: white;
      border-radius: 0 0 10px 10px;
      padding: 2rem 2.5rem;
      
      margin-top: 0;
      border-top: none;
      color: #444;
      line-height: 1.6;
      font-size: 1rem;
      transition: opacity 0.3s ease;
    }
    .tabs-content > div.active {
      display: block;
      animation: fadeIn 0.3s ease forwards;
    }

    /* Accordion styles */
    @media (max-width: 640px) {
      .tabs {
        display: block;
        border-radius: 10px;
        border-bottom: none;
        box-shadow: 0 6px 20px rgb(0 0 0 / 0.08);
        background: white;

      }
      .tabs li {
        border: 1px solid #ddd;
        border-radius: 10px;
        margin-bottom: 1rem;
        overflow: hidden;
        text-align: left;
      }
      .tabs a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.2rem 1.5rem;
        background: #fafafa;
        border: none;
        border-radius: 10px;
        color: #3f51b5;
        font-weight: 700;
        font-size: 1.1rem;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }
      .tabs a:hover,
      .tabs a:focus {
        background-color: #e0e7ff;
        outline: none;
      }
      .tabs .active a {
        background-color: #1d56bf;
        color: white;
        border-radius: 10px 10px 0 0;
      }
      .tabs-content > div {
        border: 1px solid #ddd;
        border-top: none;
        border-radius: 0 0 10px 10px;
        padding: 1rem 1.5rem 1.5rem;
        box-shadow: none;
        font-size: 0.95rem;
      }
    }

    /* Accordion toggle icon */
    .accordion-icon {
      font-weight: 900;
      font-size: 1.5rem;
      line-height: 1;
      color: inherit;
      transition: transform 0.3s ease;
      user-select: none;
    }
    .accordion-icon.rotate {
      transform: rotate(45deg);
    }

    /* Fade animation */
    @keyframes fadeIn {
      from {opacity: 0; transform: translateY(10px);}
      to {opacity: 1; transform: translateY(0);}
    }