/*** 

====================================================================
    Resources / Css Files
====================================================================

 ***/

@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');
@import url('baes.css');
@import url('room_list_v2.css');
@import url('room_list_v1.css');

/*** 
  
  ====================================================================
          Approach Section
  ====================================================================
  
  ***/

.approach-section {
    padding: 60px 0;
}

.as-one {
    background-image: url(../images/background/11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: -2px 0;
}

.as-two {
    background-image: url(../images/background/13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.approach-section .inner-box {
    border-radius: 20px;
}

.approach-section .inner-box_b {
    position: relative;
    z-index: 22;
}

.approach-section .inner-box_b .text::before {
    content: "";
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 282px;
    background: rgb(15, 14, 14, 0.8);
    opacity: 0.65;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
}

.approach-section .inner-box_b .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 12% 15px;
    font-size: 18px;
    color: #fff;
    z-index: 3333;
}


/*** 
  
  ====================================================================
           Case Section
  ====================================================================
  
  ***/

.case-section {
    padding: 60px 0;
    background-image: url(../images/background/05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: -2px 0 0;
}

.case-section .sponsors-outer {
    position: relative;
}

.case-section .five-item-carousel .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.case-section .five-item-carousel .image img {
    width: 100%;
    transition: all 8s cubic-bezier(0, 0, 0.2, 1);
    transition-delay: .2s;
    display: block;
    transform: scale(1.05);
}

.case-section .five-item-carousel .inner-box:hover .image img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.case-section .five-item-carousel .inner-box {
    position: relative;
    margin: 0 10px;
    border-radius: 20px;
}

.case-section .five-item-carousel .inner-box .info-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    background: rgb(0, 0, 0, 0.65);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.case-section .five-item-carousel .inner-box .info-box h5 {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.case-section .five-item-carousel {
    width: 90%;
    margin: 0 auto;
}

.case-section .sponsors-outer {
    position: relative;
}

.case-section .five-item-carousel .owl-nav .owl-next,
.case-section .five-item-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -45px;
    margin-top: -50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.case-section .five-item-carousel .owl-nav .owl-next,
.case-section .five-item-carousel .owl-nav .owl-prev {
    margin-top: -20px;
}

.case-section .five-item-carousel .owl-nav .owl-prev {
       left: -45px;
  
}

.case-section .five-item-carousel .owl-nav .owl-next {
   left: initial;
    right: -45px;
}

.case-section .five-item-carousel .owl-nav .owl-prev span,
.case-section .five-item-carousel .owl-nav .owl-next span {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
}

.case-section .five-item-carousel .owl-nav .owl-next:hover span,
.case-section .five-item-carousel .owl-nav .owl-prev:hover span {
    color: #1aabde;
}

.case-section .five-item-carousel .owl-dots {
    display: none;
}

.telechips-section {
    padding: 60px 0;
    background: #18324f;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 45px;
}

.overlay:before {
    position: absolute;
    content: '';
    background: #222;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: all .5s linear;
}

.inner-box:hover .overlay:before {
    transform: scale(1, 1);
    opacity: .1;
}

.overlay a {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 38px;
    color: #fff;
    transition: .5s linear;
    opacity: 0;
    transition-delay: .4s;
    width: 100%;
    height: 100%;
}

.inner-box:hover .overlay a {
    opacity: 1;
    transition-delay: 0s;
}

.fancybox-toolbar {
    top: 86%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #56c4e9 !important background-color: #fff;
}

@media only screen and (max-width: 1200px) {
    .approach-section .inner-box_b .text::before {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .approach-section .inner-box_b .text::before {
        content: "";
        width: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 100%;
        height: 100%;
        background: rgb(15, 14, 14, 0.8);
        opacity: 0.65;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: -1;
    }
    .section-page-submenu-mobile {
        margin-bottom: 0 !important;
    }
    .why-approach-section{
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .approach-section .sec-title.light h1 {
        font-size: 24px;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .case-section,
    .approach-section {
        padding: 30px 0;
    }
    .approach-section .inner-box_b .text {
        position: initial;
    }
    .inner-box_b::before {
        display: none;
    }
    .approach-section .inner-box_b .text {
        font-size: 16px;
        line-height: 24px;
        padding: 30px 12%;
    }
    .approach-section .inner-box_b .text::before {
        display: none;
    }
    .case-section .five-item-carousel .owl-nav .owl-prev span,
    .case-section .five-item-carousel .owl-nav .owl-next span {
        font-size: 30px;
    }
    .case-section .five-item-carousel .owl-nav .owl-next {
        
          left: initial;
        right: -20px;
    }
    .case-section .five-item-carousel .owl-nav .owl-prev {
      left: -20px;
    }
    .sec-title{
        margin-top: 20px
    }
}