@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gilda+Display&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --roboto-family: "Roboto", sans-serif;
    --lato-family: "Lato", serif;
    --main-color: #4b5e4b;
    --jakarta-family: "Plus Jakarta Sans", serif
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    /* user-select: none; */
    overflow-x: hidden;
    font-family: "Space Grotesk", sans-serif !important;
/*    margin-top: 110px;*/
}

p {
    margin-bottom: 0px;
    font-weight: 400 !important;
    font-family: "Open Sans", serif !important;
}

ul, li{
    font-family: "Open Sans", serif !important;
}

html {
    scroll-behavior: smooth;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    display: block !important;
}

::-webkit-scrollbar {
    width: 5px;
}

.hidden {
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*.full-width {
  width: 100% !important;
}*/
.container {
    max-width: 93%;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

.vertical-space-2 {
    height: 10px;
}

.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}

.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.common {
    color: var(--main-color);
}






 

.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    transition: transform 0.3s ease-in-out;
    background: #fff !important;
    opacity: 0;
}


.fixed:hover{
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}
.fixed .navbar-brand img {
    width: 95px !important;
    display: block !important;
}






.fixed .navbar {
   
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.fixed .navbar .navbar-nav {
    margin-top: 0px !important;
}

@keyframes swip_down {
    from {
        transform: translate(0, -50px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/* From Uiverse.io by Satwinder04 */ 
.complex-button {
  background-color: #74BEB4;
 /* Green */
  border: none;
  color: #fff;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
}

.complex-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  transition: all 1s ease-in-out;
}

.complex-button:hover::before {
  left: 100%;
}

.complex-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out;
}

.complex-button:hover::after {
  width: 100%;
}

.complex-button span {
  position: relative;
  z-index: 1;
}

.complex-button:hover {
  color: #ffffff;
  background-color: #74BEB4;
}



@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}


 .common-btn{
    background:#4b5e4b;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    padding: 11px 25px;
    font-weight: 400;
    margin-top: 0px;
}
.common-btn i{
    margin-left: 8px;
}
 .common-btn:hover ,  .common-btn:focus{
    background: #4b5e4b;
    color: #fff;
}

 .small-btn{
    background:#a0b4d7;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    padding: 5px 210x;
    font-weight: 400;
    margin-top: 0px;
}
.small-btn i{
    margin-left: 8px;
}
 .small-btn:hover ,  .small-btn:focus{
    background: #a0b4d7;
    color: #fff;
}

.main-header .site-logo .logo img{
    width: 300px;
}
.main-header .main-header-top{
    padding: 15px 0px;
}


.main-header .main-header-top .main-header-contact .icon{
    font-size: 24px;
    color: #8a8a8a;
    text-align: left;
}
.main-header .main-header-top .main-header-contact ul{
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
}
.main-header .main-header-top .main-header-contact ul li{
    padding:0px 25px;
    position: relative;
}
.main-header .main-header-top .main-header-contact ul li:last-child{
    padding-left: 35px;
    padding-right: 0px;
}
.main-header .main-header-top .main-header-contact ul li:not(:last-child):after{
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #d5dce4;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.main-header .main-header-top .main-header-contact .contact-text{
    font-size: 20px;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--teko-family);
}
.main-header .main-header-top .main-header-contact .phone-number{
    font-size: 15px;
    color: #666;
    font-family: var(--roboto-family);
    font-weight: 400;
}
.main-header .main-header-top .main-header-contact .icon{
    margin-right: 20px;
    color: var(--main-color);
    text-align: center;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 1;
}
.main-header .main-header-top .main-header-contact .icon i{
    position: relative;
}
.main-header .main-header-top .main-header-contact .icon::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
    width: 0;
      height: 0;
      border-top: 25px solid transparent;
      border-right: 50px solid #0977bc14;
      border-bottom: 25px solid transparent;
    z-index: 0;
}
.main-header .main-header-top .main-header-contact .text{
    float: right;
}

.header .navbar{
    width: 100%;
    position: relative;
    z-index: 9999;
      font-family: "DM Sans", serif;
}
.header .navbar-brand img{
    width: 120px;
}
.header .navbar .nav-link{
    font-size: 16px;
       color: #000;
    padding: 25px 15px 25px 20px;
    font-weight: 500;
    margin-left: 8px;
    position: relative;
     font-family: "Space Grotesk", sans-serif !important;
}
.header .navbar .nav-link:hover , .header .navbar .nav-link.active{
        color: #4b5e4b;
    font-weight: 600;
}
.header .navbar .online-btn{
    background: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 7px 30px;
   border: none;
   outline: none;
   color: #000;
   font-weight: 600;
   box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.header .navbar .online-btn:focus , .header .navbar .online-btn:hover{
    background: #fff;
    color: #000 !important;
}
.header .navbar .nav-item.dropdown .dropdown-toggle::after{
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "+";
    margin-left: 5px;
}
.header .navbar .nav-item  .dropdown-menu{
   border: none;
    background: #fff;
    padding: 0px;

    min-width: 250px;
   -webkit-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -khtml-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -moz-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -ms-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -o-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.dropdown-menu[data-bs-popper]{
    margin-top: 0px !important;
}
.header .navbar .dropdown .dropdown-menu .dropdown-item{
        color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 30px;
    background: transparent;
    transition: 0.6s all;
    position: relative;
    text-transform: capitalize;
    font-family: "Space Grotesk", sans-serif !important;
}
.header .navbar .dropdown .dropdown-menu .dropdown-item::after {
    content: "\f101";
    position: absolute;
    top: 50%;
    left: 9px;
    font-size: 12px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4b5e4b;
    opacity: 0;
    visibility: hidden;
}
.header .navbar .dropdown .dropdown-menu .dropdown-item:hover , .header .navbar .dropdown .dropdown-submenu li:hover{
    color: #4b5e4b;
    margin-left: 5px;
}
.header .navbar .dropdown .dropdown-menu .dropdown-item:hover:after{
    opacity: 1;
    visibility: visible;
}
.header .navbar .dropdown:hover > ul.dropdown-menu{
    display: block !important;
    animation: swip_up .3s linear 1;
}

.header .navbar .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}

.header .navbar li:hover > ul.dropdown-menu{
    display: block;
}
.header .navbar .dropdown-submenu {
    position:relative;
    
}
.header .navbar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    animation: swip_up .5s linear 1;
}

/* rotate caret on hover */
.header .navbar .dropdown-submenu  a.dropdown-toggle:after{
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4D4D4D;
}
.header .navbar .dropdown-submenu > li:hover > .dropdown-menu{
    display: block;
    animation: swip_left .5s linear 1;
} 

.header .navbar .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 100px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.header .navbar .social-icon{
    display:flex ;
    justify-content: end;
    margin-bottom: 0px;
}
.header .navbar .social-icon li {
   margin-left: 18px;
}
.header .navbar .social-icon li a{
    font-size: 16px;
    color: #000;
}
.header .navbar .social-icon li {
    list-style-type: none;
}
.header .navbar .social-icon {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}
.header .navbar .social-icon li {
    color: #000;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px dashed #000;
    /* background: #0977bc14; */
    border-radius: 50%;
    line-height: 42px;
    margin:0px 10px 0px 0px;
    transition: 0.6s all;
}
.header .navbar .social-icon li a {
    cursor: pointer;
    color: #000;
}
.header .navbar .social-icon li:hover{
    background: #fff;
}

.header-btn{
    background: #74BEB4 !important;
    padding: 12px 20px;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    color: #fff !important;
    border: none;
    position: relative;
    z-index: 2;
}


@keyframes swip_left {
    from {
        transform: translate(0px, 50px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.shape-image-animation{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.shape-image-animation svg {
    height: 100%;
    width: 100%;
}
.banner-carousel .banner-img{
    position: relative;
    z-index: 0;
}
.banner-carousel .banner-img::after{
    content: "";
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
    z-index: -1;
}
.banner-carousel .banner-img-1{
    background: url(../images/banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
}
.banner-carousel .banner-img-2{
    background: url(../images/banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
}
.banner-carousel .banner-img-3{
    background: url(../images/banner-9.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
}

.banner-carousel .banner-img-4{
    background: url(../images/banner-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
}
.banner-carousel .banner-img-5{
    background: url(../images/banner-4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
}
.banner-logo-upper{
    position: absolute;
    right: 30px;
    top: 30px;
}
.banner-logo-upper img{
    width: 60px !important;
}
.banner .banner-content{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }
.banner .banner-content .star-rating{
    display: flex;
    justify-content: center;
}
.banner .banner-content .star-rating i{
    font-size: 14px;
    color: #E3A752;
    margin: 10px 4px;
}
.banner .banner-content .banner-subtitle{
    font-family: 'Barlow Condensed', serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 1.25em;
}
.banner .banner-content .banner-title{
    position: relative;
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 500;
}
.banner .banner-content .banner-btn{
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 15px;
    letter-spacing: 3px;
    font-family: 'Barlow Condensed', serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
}
.banner .banner-content .banner-btn:hover , .banner .banner-content .banner-btn:focus{
    border: 1px solid #fff !important;
    color: #fff;
}
.banner .banner-carousel .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
  }
  .banner .banner-carousel .owl-item.active .banner-subtitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;

  }
  .banner .banner-carousel .owl-nav{
    display: none !important;
  }
  /* .banner .banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 50px;
   border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color:rgba(255, 255, 255, 0.4);
   bottom: 10%;
}
.banner .banner-carousel .owl-nav button.owl-next{
    position: absolute;
    left: 110px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.5);
    bottom: 10%;
}
.banner .banner-carousel .owl-nav button.owl-prev:hover , .banner .banner-carousel .owl-nav button.owl-next:hover{
   color: #fff;
   border-color: #fff;
} */
  .banner .banner-carousel .owl-dots {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    transform:rotate(90deg) translateY(-50%);
    margin-top: 0px;
}
.banner .banner-carousel .owl-dots .owl-dot span {
    width: 10px;
    height:10px;
    margin: 5px 7px;
    background:transparent;
    border: 1px solid #fff;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.banner .banner-carousel .owl-dots .owl-dot.active span{
   border-color: var(--main-color);
   background: var(--main-color);
}
.banner .social-icon{
    position: absolute;
    top: 60%;
    left: 3%;
    transform: translateY(-50%);
    z-index: 1020;
}
.banner .social-icon ul{
    margin-bottom: 0px;
}
.banner .social-icon ul li{
    padding-bottom: 15px;
}
.banner .social-icon ul li a i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.banner .social-icon ul li a i:hover{
    color: #fff;
    border-color: #fff;
}

.main-subtitle{
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #74BEB4;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 10px;
}
.main-title{
    font-size: 40px;
    font-weight: 500;
    color: #242e45;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.25em;
}
.main-title-white{
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.25em;
}

.luxary-service{
    padding: 30px 0px 50px;
}
.luxary-service .star-rating{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.luxary-service .star-rating i{
    font-size: 14px;
    color: #E3A752;
    margin: 10px 6px 10px 0px;
}
.luxary-service .luxary-text {
    font-size: 16px;
    /* font-weight: 400; */
    line-height: 1.7;
    color: #000;
    margin-bottom: 20px;
    /* text-align: justify; */
}
.luxary-service .about-img {
    position: relative;
}
.luxary-service .about-img::after{
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #f8f5f0;
}
.luxary-service .luxary-img img{
    width: 100%;
    border-radius: 15px;
}
.luxary-service .luxary-img-design1{
    width: 75%;
    height: 400px;
    position: relative;
    z-index: 0;
    margin:  0 auto;
}
.luxary-service .luxary-img-design1 .img-1{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.luxary-service .luxary-img-design1::after{
    content: "";
    position: absolute;
    left: -50px;
    width: 100%;
    height: 100%;
    top: 60%;
    transform: translateY(-50%);
    border: 2px solid var(--main-color);
    z-index: -1;
}
.luxary-service .reservation-box .icon{
    font-size: 30px;
    color: #74BEB4;
    text-align: right;
}
.luxary-service .reservation-box .reservation-text{
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #666;
   margin: 0;
}
.luxary-service .reservation-box .reservation-title{
    font-size: 27px;
    color: #8e6d45;
    letter-spacing: -1px;
}
.luxary-service .luxary-list{
    margin-bottom: 15px;
}
.luxary-service .luxary-advantage-title{
    font-size: 20px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.luxary-service .luxary-list li{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 10px;
    text-align: justify;
}
.luxary-service .luxary-list li::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #74BEB4;
    margin-right: 10px;
}
.luxary-img-ht{
    margin-top: 25px;
}

.proposition-detail{
    padding: 50px 0px 80px;
    background: #fbfffe;
}
.proposition-detail  .img-box{
    width: 100%;
    height: 400px;
    position: relative;
}
.proposition-detail  .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proposition-detail .left-box {
    background-color: #74BEB4;
    position: absolute;
    bottom: -40px;
    left: 40px;
    max-width: 340px;
    padding: 20px;
    border-radius: 0px;
}
.proposition-detail .left-box::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -12px;
    border-width: 7px;
    border-style: solid;
    border-image: initial;
    border-color: #74BEB4 #74BEB4 transparent transparent;
}
.proposition-detail .left-box .content-title{
    color: #fff;
    font-weight: 400;
    font-size: 26px;
}
.proposition-detail .content-box{
    padding:0px 25px;
   position: relative;
}
.proposition-detail .content-box .proposition-title{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.proposition-detail .content-box .proposition-list:not(:last-child){
    margin-bottom: 20px;
}
.proposition-detail .content-box .proposition-list li{
     font-size: 15px;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 10px;
}
.proposition-detail .content-box .proposition-list li::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #74BEB4;
    margin-right: 10px;
}









.why-choose{
    padding: 50px 0px  80px;
}
.why-choose .star-rating{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.why-choose .star-rating i{
    font-size: 14px;
    color: #E3A752;
    margin: 10px 6px 10px 0px;
}
.why-choose .why-choose-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
       font-family: "Space Grotesk", sans-serif !important;
}
.why-choose .about-img {
    position: relative;
}
.why-choose .about-img::after{
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #f8f5f0;
}
.why-choose .why-choose-img img{
    width: 100%;
}
.why-choose .why-choose-img-design1{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
    margin:  0 auto;
}
.why-choose .why-choose-img-design1 .img-1{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-choose .why-choose-img-design2{
    position: relative;
     width: 100%;
    height: 400px;
}
.why-choose .why-choose-img-design2 .img-1{
    width: 100%;
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
}
.why-choose .revenue-list .service-box .icon{
    width: 70px;
    height: 70px;
    background: #4b5e4b;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px; 
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    margin: 0 auto;
}
.why-choose .revenue-list .service-box .icon:after {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #4b5e4b;
    z-index: -1;
    border-top-left-radius: 3px;
}

.why-choose .revenue-list .service-box .card-title{
    font-size: 20px;
    font-style: normal;
     line-height: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Space Grotesk", sans-serif !important;
}
.why-choose .revenue-list .service-box .card-text{
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0px;
        font-family: "Space Grotesk", sans-serif !important;
}
.border-bt{
    position: relative;
}
.border-bt:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 90%;
    height: 1px;
    background: #efefef;
}

.room-suites{
    padding: 60px 0px;
}
.room-suites .room-text{
    font-size: 15px;
    /* font-weight: 400; */
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
    /* text-align: justify; */
}
.room-suites .room-card.vertical-card .img{
    width: 100%;
    height: 420px;
}
.room-suites .room-card.horizontal-card .img{
    width: 100%;
    height: 400px;
}
.room-suites  .room-card .img{
    position: relative;
}
.room-suites .room-card  .img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008e;
}
.room-suites .room-card  .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.book-position{
    top: 8%;
    right: 8%;
    transform: rotate(180deg);
    position: absolute;
    z-index: 1;
}
.book-position .book-btn{
    border: 1px solid #fff;
    border-radius: 0px;
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Barlow Condensed', sans-serif;
    background: transparent;
    writing-mode: vertical-rl;
    padding: 10px 5px;
}
.book-position .book-btn:hover , .book-position .book-btn:focus{
    background: #fff;
    border-color: #fff;
    color: #000 !important;
}
.room-suites .room-card  .content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1020;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(30px);
}
.room-suites .room-card:hover .content{
    transform: translateY(-10px);
}
.room-suites .room-card:hover .content-title::after{
    width: 100% !important;
    background: #fff !important;
}
.room-suites .room-card  .content .content-subtitle a{
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.room-suites .room-card  .content .content-title{
    position: relative;
    padding-bottom: 10px;
}
.room-suites .room-card  .content .content-title a{
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;;
}
.room-suites .room-card  .content .content-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    -webkit-box-orient: vertical;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
.room-suites .room-card  .content .detail-box{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.room-suites .room-card:hover .detail-box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.room-suites .room-card  .content .detail-box .detail-box-left ul{
    display: flex;
    margin-bottom: 0px;
}
.room-suites .room-card  .content .detail-box .detail-box-left ul li{
    font-size: 13px;
    color: #fff;
    margin-right: 15px;
}
.room-suites .room-card  .content .detail-box .detail-link{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.room-suites .room-card  .content .detail-box .detail-link i{
    margin-left: 5px;
}
.room-suites .room-card  .content .detail-box .detail-link:hover{
    color: #8e6d45; 
}


.dining-content{
    padding: 60px 0px;
    background: url(../images/banner-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.dining-content::after{
    content: "";
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
    z-index: -1;
}
.dining-content .dining-text{
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #adadad;
    margin-bottom: 20px;
    text-align: justify;
}
.dining-content .dining-img{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
}
.dining-content .dining-img::after{
    content: "";
    position: absolute;
    left: -20px;
    bottom: -40px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    z-index: -1;
}
.dining-content .dining-img .img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.dining-content .shape-img{
    position: absolute;
    right: -20px;
    top: -30px;
    width: 100px !important;
}
.dining-content .dining-list li{
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.dining-content .dining-list li:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0;
    border-bottom: 1px solid #f8f5f036;
    width: 60%;
    height: 1px;
}
.dining-content .dining-list li::before{
    content: "\f0a4";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 15px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.dining-content .dining-list .list-title{
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
     line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.dining-content .dining-list .list-text{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
}

.facility-detail{
    padding: 50px 0px;
     background: url(../images/facility.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.facility-detail .content-box{
    position: relative;
   padding-right: 50px;
}
.facility-detail::after{
    content: "";
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
    z-index: -1;
}
.facility-detail::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 20%;
    height: 100%;
}
.facility-detail .content-box .content-detail{
    position: relative;
    z-index: 1;
}
.facility-detail .content-box .content-detail .facility-subtitle{
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #74BEB4;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 10px;
}
.facility-detail .content-box .content-detail .facility-title{
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.25em;
}
.facility-detail .content-box .content-detail .facility-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
    margin-bottom: 20px;
}
.facility-detail .img-box img{
    width: 100%;
}
.facility-detail .list-box{
    position: relative;
    z-index: 1;
}
.facility-detail .facility-box{
    background: #fff;
    padding: 25px;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
}
.facility-detail .facility-box.active{
    background: #74BEB4;
}
.facility-detail .facility-box.active .icon img{
    filter: brightness(0) invert(1);
}
.facility-detail .facility-box.active  .box-title , .facility-detail .facility-box.active  .box-text{
    color: #fff !important;
}
.facility-detail .facility-box .icon{
    margin-bottom: 20px;
}
.facility-detail .facility-box .icon img{
    width: 50px;
}
.facility-detail .facility-box .box-title {
    font-size: 20px;
    /* font-weight: 700; */
    color: #74beb4;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.25em;
}
.facility-detail .facility-box .box-text{
    font-size: 15px;;
    font-weight: 400;
    color: #666;
    line-height: 28px;
}

.gallery{
    padding: 60px 0px;
}
.gallery .image--container {
    margin-top: 20px;
    display: grid;
    grid-auto-rows: 200px;
    grid-gap: 5px;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-auto-flow: dense;
}
.gallery .box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 1.2s all;
    position: relative;
}
.gallery .box a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(../images/search.png);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}
.gallery .box:hover img {
    transform: scale(1.2);
}
.gallery .box:hover a::after {
    opacity: 1;
    visibility: visible;
}
.gallery .box img {
    transition: 1.2s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .box.tall {
    grid-row: span 2;
}
.gallery .box.tall .img-box{
   height: 400px;
   width: 100%;
}
.gallery .box.wide .img-box{
    height: 200px;
    width: 100%;
 }
 .gallery .box .img-box{
    height: 200px;
    width: 100%;
 }
.gallery .box.wide {
    grid-column: span 2;
}
.testimonials{
   background: url(../images/testimonial.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   width: 100%;
   height: 400px;
   position: relative;
   padding: 60px 0px 30px;
   z-index: 0;
}
.testimonials::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
    z-index: -1;
}
.testimonials .testimonial-card{
    position: relative;
    z-index: 1;
}
.testimonials  .testimonial-title::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: rgba(255,255,255,0.2) !important;
}
.testimonials .testimonial-card .testimonial-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
    margin-bottom: 20px;
}
.testimonials .testimonial-card .user-detail{
    margin-top: 20px;
}
.testimonials .testimonial-card .user-detail .icon{
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials .testimonial-card .user-detail .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials .testimonial-card .star-rating{
    display: flex;
    justify-content: flex-start;
}
.testimonials .testimonial-card .star-rating i{
    font-size: 14px;
    color: #E3A752;
    margin:0px 5px 10px 5px;
}
.testimonials .testimonial-card .user-detail .user-title{
    font-size: 15px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 10px;
}
.testimonials .testimonial-card .user-detail .user-text{
    font-size: 12px;
    color: #fff;
    line-height: 1em;
    margin-left: 10px;
}
.testimonials .testimonial-card .quote img{
   width: 80px;
   opacity: 0.1;
}
.testimonials .testimonial-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: -80px;
    left: 10px;
    margin-top: 50px;
}
.testimonials .testimonial-carousel .owl-dots .owl-dot span {
    width: 10px;
    height:10px;
    margin: 5px 7px;
    background:transparent;
    border: 1px solid #fff;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.testimonials .testimonial-carousel .owl-dots .owl-dot.active span{
   border-color: #74BEB4;
   background: #74BEB4;
}


.news-event{
    padding: 60px 0px;
}
.news-event  .blog-card{
    border: none;
    width: 100%;
    height: 100%;
}
.news-event  .blog-card .card-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: 0.5s all;
    position: relative;
    border-radius: 0px;
}
.news-event  .blog-card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s all;
    border-radius: 0px;
}
.news-event  .blog-card .card-body{
    padding: 20px 0px;
}
.news-event  .blog-card .user-list{
    display: flex;
}
.news-event  .blog-card .user-list li{
    font-size: 16px;
    color: #737373;
    padding-right: 20px;
    position: relative;
}
.news-event  .blog-card .user-list li:not(:last-child):after{
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #737373;
}
.news-event  .blog-card .user-list li a{
    color: #737373;
}
.news-event  .blog-card .user-list li a:hover{
    color: #74BEB4;
}
.news-event  .blog-card .user-list li  i{
   margin-right: 5px;
   font-size: 12px;
}
.news-event  .blog-card .time-desc{
    font-size: 12px;
    color: #6e7889;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.news-event  .blog-card .card-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-event  .blog-card .card-title a{
    color: #000;
    font-size: 23px;
    font-family: "Space Grotesk", sans-serif !important;
}
.news-event  .blog-card .card-title:hover a{
    color: #74BEB4;
    text-decoration: underline;
}
.news-event  .blog-card .card-text{
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    font-family: "Space Grotesk", sans-serif !important;
    text-overflow: ellipsis;
}
.news-event  .blog-card .card-link .btn{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    background: #74BEB4;
    padding:14px 20px;
    position: relative;
    border-radius: 0px;
    display: inline-block;
    border: none;
}
.news-event  .blog-card .card-link .btn {
    color: #fff;
}
.news-event  .blog-card .card-link .btn i{
    margin-left: 7px;
}
.news-event .blog-card .blog-date{
 position: absolute;
    top: 20px;
    right: 20px;
}
.news-event  .blog-card  .card-img .date{
   
    background: #4b5e4b;
    padding:10px 15px 5px;
    border-radius: 0px;
}
.news-event  .blog-card  .card-img .date .title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin-bottom: 5px;
}
.news-event  .blog-card  .card-img .date .text{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}
.news-event  .blog-card  .card-img .year{
   
    background: #fff;
    padding:2px 20px;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.footer{
    padding: 50px 0px 15px;
    position: relative;
     background-color: #4b5e4b;
    z-index: 0;
}
.footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/pattern.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    opacity: 0.02;
    width: 100%;
     height: 100%;
     z-index: -1;
}
.footer .footer-main-title{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    font-family: "Space Grotesk", sans-serif !important;
    line-height: 1.25em;
}

.footer .shipping-detail .shipping-title.last-item::after , .footer .shipping-detail .shipping-title.last-item::before{
      border-right: 0px;
}
.footer .shipping-detail .shipping-title img{
    width: 30px;
    margin-right: 15px;
}
.footer .news-letter-detail{
    padding-bottom: 25px;
    margin-bottom: 25px;
     border-bottom: 1px dashed #c1c1c171;
}
.footer  .input-group{
    border: none;
    border-radius: 8px;
    width: 400px;
    max-width: 100%;
    margin: 20px 0px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) -21.43%, rgba(255, 255, 255, 0.09) 113.53%);

}
.footer  .input-group .form-control{
    border-radius: 8px 0px 0px 8px;
    border: none;
background: #fff;

    padding: 15px 15px;
    font-size: 15px;
    color: #000;
}
.footer  .input-group .form-control::placeholder{
    color: #E3E3E3;
}
.footer  .input-group .input-group-text{
     background: #374e37;
    border-radius: 0px 8px 8px 0px;
    color: #fff;
    border: none;
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .link-desc{
    border-bottom: 1px dashed #c1c1c171;
    padding-bottom: 30px;
}
.footer .logo img{
    width: 150px;
    filter: brightness(0) invert(1);
}
.footer .link-desc .footer-text{
    font-size: 15px;
    color: #ffffffcb;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: "Space Grotesk", sans-serif !important;
}
.footer .footer-address-list{
    margin-top: 15px;
    font-family: "Space Grotesk", sans-serif !important;
}
.footer .footer-address-list li{
  margin-bottom: 10px;
  font-family: "Space Grotesk", sans-serif !important;
}
.footer .footer-address-list li a{
    font-size: 15px;
    color: #ffffffcb;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: "Space Grotesk", sans-serif !important;
}

.footer .footer-address-list li a i{
    margin-right: 10px;
}
.footer-list li{
    margin-bottom: 15px;
}
.footer .link-desc .footer-title{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    font-family: "Space Grotesk", sans-serif !important;
}
.footer .link-desc .footer-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.footer-list li .footer-link{
    font-size: 15px;
    color: #ffffffcb;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: "Space Grotesk", sans-serif !important;
}
.footer .footer-contact-list li{
  margin-bottom: 20px;
}
.footer .footer-contact-list li h6{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Space Grotesk", sans-serif !important;
    color: #fff;
}
.footer .footer-contact-list li h6 i{
    margin-right: 10px;
}
.footer .footer-contact-list li a{
    font-size: 15px;
    color: #ffffffcb;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: "Space Grotesk", sans-serif !important;
}
.coypright-text{
    font-size: 15px;
    color: #ffffffcb;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: "Space Grotesk", sans-serif !important;
}

.footer .footer-contact-list li a i{
    margin-right: 10px;
}
.footer .footer-bottom{
    padding-top: 15px;
}
.footer .footer-bottom .social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.footer .footer-bottom .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
.footer .footer-bottom .social i {
    color: #ffffffcb;
    text-align: center;
    font-size: 16px;
    margin:0px 5px 0px 0px;
}
.footer .footer-bottom .social a {
    cursor: pointer;
}
.footer .footer-bottom .social i:hover{
    color: #74BEB4;
}
.page-banner{
    position: relative;
}
.page-banner .img-box{
    width: 100%;
    height: 450px;
    position: relative;
}
.page-banner .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-banner .img-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
}
.page-banner .page-banner-content{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }
.page-banner .page-banner-content .page-banner-subtitle{
    font-family: 'Barlow Condensed', serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 10px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 1.25em;
}
.page-banner .page-banner-content .page-banner-title{
    position: relative;
    margin-bottom: 20px;
    font-size: 36px;
    text-align: center;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 500;
}

.our-history{
    padding: 20px 0px 20px;
}
/* Styling */
.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 46em;
}

.timeline:before {
  background-color: black;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

.timeline-event {
  position: relative;
}

.timeline-event:hover .timeline-event-icon {
  transform: rotate(-45deg);
  background-color: var(--main-color);
}

.timeline-event:hover .timeline-event-thumbnail {
  box-shadow: inset 40em 0 0 0 var(--main-color);
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 80%;
}

.timeline-event-copy h3 {
  font-size: 1.75em;
}

.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}

.timeline-event-copy strong {
  font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}

.timeline-event-icon {
  transition: transform 0.2s ease-in;
  transform: rotate(45deg);
  background-color: #74BEB4;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 14px;
  background-color: #74BEB4;
  box-shadow: inset 0 0 0 0em var(--main-color);
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}
.text-list li{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 10px;
}
.text-list li::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #74BEB4;
    margin-right: 10px;
}


.our-team{
    padding: 50px 0px;
}
.our-team .team-list .card{
    border-radius: 0px;
    border: none;
}
.our-team .team-list{
    margin-top: 40px;
}
.our-team .team-list .card .card-img{
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 20px;
}
.our-team .team-list .card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-team .team-list .card .card-img-top{
    border-radius: 0px;
}
.our-team .team-list .card .card-img .phone-number{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    padding:0px 15px;
    width: 100%;
}
.our-team .team-list .card .card-img .phone-number .number-box{
    background: #74BEB4;
    padding:10px 15px;
    text-align: center;
    color: #fff;
}
.our-team .team-list .card .card-img .phone-number .number-box a{
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}
.our-team .team-list .card  .card-title{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 10px 0px;
}
.our-team .team-list .card  .card-text{
    font-size: 15px;
    text-align: center;
    color: #666666;
}
.our-team .team-list .card .social ul{
    justify-content: center;
    display: flex;
    margin-top: 15px;
}
.our-team .team-list .card .social ul li{
    padding: 0px 3px;
}
.our-team .team-list .card .social ul li i{
    width: 40px;
    height: 40px;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.our-team .team-list .card .social ul li i:hover{
    background: #74BEB4;
    border-color: #74BEB4;
    color: #fff;
}

/**consultation-block-start**/
.consultation-block {
    position: relative;
    padding: 50px 0px;
    background: #1b1b1b;
}

.consult-left-content,
.consult-right-content {
    position: relative;
    z-index: 5;
}


.consult-left-content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    position: relative;

}

 .common-btn1{
    background:#fff;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    letter-spacing: 3px;
    color: #74BEB4;
    padding: 11px 25px;
    font-weight: 400;
    margin-top: 0px;
    font-family: 'Barlow Condensed', sans-serif;
}
 .common-btn1 i{
    margin-left: 8px;
}
 .common-btn1:hover ,  .common-btn1:focus{
    background: #fff;
    color: #74BEB4 !important;
}

.our-usp{
    padding: 20px 0px;
}
.our-usp .our-usp-subtitle{
    font-weight: 500;
    color: #666666;
    font-size: 16px;
    display: inline-flex;
    margin-bottom: 15px;
    text-align: center;
}
.our-usp .site-heading{
    text-align: center;
}
.our-usp .our-usp-subtitle::before {
    position: relative;
    top: 6px;
    content: '';
    background-color: #1a2c79;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}
.our-usp .our-usp-title{
    display: block;
    font-weight: 700;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
}
.our-usp .our-usp-title span{
    font-size: 50px;
    color: #74BEB4;
}
.our-usp .our-usp-list{
    margin-top: 10px;
}
.our-usp .our-usp-text{
    font-size: 15px;
    line-height: 25px;
    color: #6e7889;
    text-align: justify;
    margin-bottom: 20px;
}
.our-usp .our-usp-right{
    padding-left:  40px;
}
.our-usp .our-usp-left{
    width: 100%;
    height: 100%;
}
.our-usp .our-usp-left .our-usp-img{
    position: relative;
    border: 10px solid #ffffff;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}
.our-usp .our-usp-left .our-usp-img{
    width: 100%;
    height: 350px;
}
.our-usp .our-usp-left .our-usp-img.mt-150{
    margin-top: 100px;
}
.our-usp .our-usp-left .our-usp-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.our-usp .our-usp-text{
    font-size: 15px;
    line-height: 25px;
    color: #6e7889;
    text-align: justify;
    margin-bottom: 20px;
}

.our-usp .mission-list li{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 10px;
}
.our-usp .mission-list li::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #74BEB4;
    margin-right: 10px;
}


.vision-mission{
    padding: 50px 0px;
}
.vision-mission .core-box{
    padding: 20px;
    border: 1px solid #efefef;
}
.vision-mission .img-box{
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}
.vision-mission .img-box .vision-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vision-mission .img-box .mission-img{
    width: 250px;
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    border: 20px solid #fff;
}
.vision-mission .mission-title{
    font-size: 60px;
    font-weight: 500;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.vision-mission .mission-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 10px;
}
.vision-mission .mission-list li{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 10px;
}
.vision-mission .mission-list li::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #74BEB4;
    margin-right: 10px;
}


.core-values{
    padding: 20px 0px 50px;
}
.core-values .core-list .core-box{
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.core-values .core-list .core-box .icon{
    width: 70px;
    height: 70px;
    background: #74BEB4;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px; 
}
.core-values .core-list .core-box .num{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    color: #74BEB4;
    font-size: 12px;
    border-radius: 50%;
}
.core-values .core-list .core-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    filter: brightness(0) invert(1);
}
.core-values .core-list .core-box .card-title{
    font-size: 20px;
    font-style: normal;
     line-height: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
     padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.core-values .core-list .core-box .card-text{
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0px;
}

.sustainble-detail{
    padding: 20px 0px 50px;
}
.sustainble-detail .sustain-text{
    font-size: 16px;
    color: #74BEB4;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 0px;
}
.sustainble-detail .arrow{
    margin-top: 20px;
    margin-bottom: 20px;
}
.sustainble-detail .arrow img{
    width: 100px;
}
.sustainble-detail .img-box img{
    width: 100%;
    border-radius: 12px;
}
.sustainble-detail .sustain-box .icon{
    width: 60px;
    height: 60px;
    background: #74BEB4;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.sustainble-detail .sustain-box .icon-1{
    background: var(--main-color) !important;
}
.sustainble-detail .sustain-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    filter: brightness(0) invert(1);
}
.sustainble-detail .sustain-box .card-title{
    font-size: 20px;
    font-style: normal;
     line-height: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.sustainble-detail .sustain-box .card-text{
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0px;
}
.business-model{
    padding: 20px 0px 50px;
}
.business-model .revenue-list .service-box{
    padding: 20px 0px;
}
.business-model .revenue-list .service-box .icon{
    width: 70px;
    height: 70px;
    background: #74BEB4;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px; 
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    margin: 0 auto;
}
.business-model .revenue-list .service-box .icon:after {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #74BEB4;
    z-index: -1;
    border-top-left-radius: 3px;
}

.business-model .revenue-list .service-box .card-title{
    font-size: 18px;
    font-style: normal;
     line-height: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.business-model .revenue-list .service-box .card-text{
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0px;
}

.business-model .chart-box{
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.business-model .chart-box .img-box{
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
    
}
.business-model .chart-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain  ;
    
}
.business-model .chart-box .chart-title{
   font-size: 18px;
    font-style: normal;
     line-height: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}
.business-model .arrow img{
    width: 100px;
}
.business-model .business-list{
    margin-top: 20px;
}
.business-model .business-list li{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 10px;
    text-align: justify;
}
.business-model .business-list li::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #74BEB4;
    margin-right: 10px;
}

.our-facility{
    padding: 50px 0px;
}
.our-facility .service-card{
    padding: 20px;
    border: 1px solid #f1eeeb;
    position: relative;
}
.our-facility .service-card .back-img{
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    opacity: 0.1;
    filter: grayscale(1);
}
.our-facility .service-card .icon{
    margin-bottom: 15px;
}
.our-facility .service-card .icon img{
    width: 50px;
}
.our-facility .service-card .card-title{
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #222;
    position: relative;
    z-index: 1;
}
.our-facility .service-card .card-text{
        font-size: 15px;
        font-weight: 400;
        line-height: 1.75em;
        color: #666;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
}

.contact{
    padding: 20px 0px 50px;
}
.contact .contact-left , .contact .contact-right{
    padding: 0px 30px;
}
.contact .contact-title{
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 30px;
    font-family: "Space Grotesk", sans-serif !important;
}
.contact .contact-text{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
    font-family: "Space Grotesk", sans-serif !important;
}
.contact .contact-detail{
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    font-family: "Space Grotesk", sans-serif !important;
}
.contact .contact-detail .icon{
    font-size: 26px;
    color: #4b5e4b;
    text-align: center;
    position: relative;
}
.contact .contact-detail .text{
    margin-left: 10px;
}
.contact .contact-detail .text .reservation-text{ font-size: 18px;
 color: #4b5e4b; font-weight: 600; margin-bottom: 10px; }
.contact .contact-detail .text .reservation-title{
    margin: 0;
    line-height: inherit;
}
.contact .contact-detail .text .reservation-title a{
    font-size: 15px;
    color: #000;
    margin-right: 10px;
    font-family: "Space Grotesk", sans-serif !important;
}
.contact .get-title{
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 24px;
}
.contact form .form-label{
    color: #1D66A7;
    font-weight: 600;
}
.contact form .form-control{
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    border-radius: 0px;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact form .form-control:focus{
    border-color: #74BEB4;
}

.job-list{
     padding: 20px 0px 50px;
}
.job-list .job-title{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.job-list  .job-card{
    background: #fff;
    padding: 35px;
    position: relative;
    border: 1px solid #F2F2F2;
}
.job-list  .job-card .job-card-content{
    padding-left: 50px;
}
.job-list  .job-card .job-vert{
       font-size: 30px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #666;
    transform: rotate(-90deg) translate(-50%, 0);
    display: inline-block;
    transform-origin: left top;
    opacity: 0.25;
    position: absolute;
    top: 50%;
    left: 20px;
}
.job-list  .job-card  .job-card-content .job-desc{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #121212;
     font-family: "Space Grotesk", sans-serif !important;
}
.job-list  .job-card  .job-card-content .job-text{
  font-size: 15px;
  line-height: 25px;
  color: #666d81;
   font-family: "Space Grotesk", sans-serif !important;
  font-weight: 400;
  margin-bottom: 10px;
}
.job-list  .job-card  .job-card-content .job-role{
    margin-bottom: 0px;
}
.job-list  .job-card  .job-card-content .job-role li{
     border: 1px solid #aeaeae;
    border-radius: 20px;
    padding: 4px 12px;
    display: inline-block;
    text-align: center;
    color: #666d81;
    font-size: 13px;
    margin-right: 5px;
     font-family: "Space Grotesk", sans-serif !important;
}
.job-list  .job-card  .job-card-content .apply-btn{
       background: #74BEB4;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    letter-spacing: 3px;
    color: #fff;
    padding: 8px 20px;
    font-weight: 400;
    margin-top: 0px;
    font-family: 'Barlow Condensed', sans-serif;
}
.job-list  .job-card  .job-card-content .apply-btn:hover , .job-list  .job-card  .job-card-content .apply-btn:focus{
     background: #74BEB4;
    border: 1px solid  #74BEB4 !important;
     color: #fff !important;
}
.career-section{
    padding: 60px 0px;
}
.career-detail{
    padding:  30px;
    background: #fff;
    position: relative;
    border: 1px solid #e0e0e0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.career-detail .career-title{
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}
.career-detail .form-control{
    border-radius: 0px;
    font-size: 14px;
    padding:  10px;
    border: 1px solid #ededed;
}
.career-section .img-box {
    position: relative;
}
.career-section .img-box::after{
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--main-color);
}
.career-section .img-box{
    width: 80%;
    height: 600px;
    position: relative;
    z-index: 0;
    margin:  0 auto;
}
.career-section .img-box .img-1{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career-section  .shape-img{
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100px !important;
    z-index: -1;
}
.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 10px 0px;
    width: 100%;
    position: relative;
    border-radius: 3px;
  }
  
  .file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
  }
  
  .file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #ededed;
    padding: 8px 16px;
    color: #333;
    border-radius: 2px;
    margin-right: 8px;
  }
  .file-input:hover > .button span{
    color:#fff;
  }
  .file-input > .button span{
    color:#000;
  }
  .file-input:hover > .button {
    background: #74BEB4;
    color: white;
  }
  
  .file-input > .label {
    color: #212529;
    white-space: nowrap;
    opacity: .9;
  }
  
  .file-input.-chosen > .label {
    opacity: 1;
  }
.border-tp{
    border-top: 1px solid #ededed;
    margin: 20px 0px;
}

.blog-detail{
    padding: 60px 0px;
}
.blog-detail .blog-img{
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
}
.blog-detail .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 3/2;
}
.blog-detail .h3-title{
    color: #000 !important;
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 600;
}
.blog-detail .h3-subtitle{
    color: #000 !important;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
}
.blog-detail  p{
    font-size: 15px;
    line-height: 28px;
    color: #637879;
    text-align: justify;
    margin-bottom: 15px;
}
.blog-detail .blog-post-text-list{
    margin-left: 25px;
}
.blog-detail .blog-post-text-list li{
    font-size: 15px;
    line-height: 28px;
    color: #637879;
    text-align: justify;
    margin-bottom: 15px;
    position: relative;
}
.blog-detail .blog-post-text-list li::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    margin-right: 10px;
}
.blog-detail .recent-post .sidebar-title{
    color: #000 !important;
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-detail .recent-post-box{
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.blog-detail .recent-post-box .recent-post-img{
    width: 100%;
    height:80px;
}
.blog-detail .recent-post-box .recent-post-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 3/2;
}
.blog-detail .recent-post-box  .recent-post-text h6 a{
    color: #000 !important;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
}
.blog-detail .recent-post-box  .recent-post-text p{
    font-size: 14px;
    line-height: 25px;
    color: #637879;
    text-align: left;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-event{
    padding: 60px 0px;
}
.news-event .event-title{
    color: #000 !important;
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 600;
}
.blog-post .blog-post-li{
    border-top: 1px solid #efefef;
    padding: 20px 0px;
}
.blog-post li .event-card .date-text .month{
    font-size: 20px;
    font-weight: 400;
    color: #637879;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 10px;
}
.blog-post li .event-card .date-text .month::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background: #637879;
}
.blog-post li .event-card .date-text .date{
    color: #000!important;
    margin-bottom: 18px;
    font-size: 50px;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}
.blog-post li .event-card .event-img{
    width: 100%;
    height: 250px;
}
.blog-post li .event-card .event-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-post li .event-card .card-body{
    padding: 20px 0px;
}
.blog-post li .event-card .user-list{
    display: flex;
    margin-bottom: 10px;
}
.blog-post li .event-card .user-list li{
    font-size: 15px;
    color: #6e7889;
    padding-right: 10px;
}
.blog-post li .event-card .user-list li a{
    color: #6e7889;
}
.blog-post li .event-card .user-list li a:hover{
    color: #000;
}
.blog-post li .event-card .user-list li  i{
   margin-right: 5px;
   font-size: 15px;
}
.blog-post li .event-card .time-desc{
    font-size: 15px;
    color: #6e7889;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.blog-post li .event-card .card-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-post li .event-card .card-title a{
    color: #000;
}
.blog-post li .event-card .card-text{
    font-size: 16px;
    color: #6e7889;
    line-height: 30px;
    font-weight: 400;
}
.blog-post li .event-card .card-link{
    margin-top: 15px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-top: 1px solid #efefef;
}
.blog-post li .event-card .card-link a{
    color: #000;
}
.blog-post li .event-card .card-link:hover a{
    color: #000;
}
.blog-post li .event-card .card-link:after{
    content: "\f0da";
    position: absolute;
    margin-left: 5px;
    top: 70%;
    transform: translateY(-50%);
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.5s all;
}
.blog-post li .event-card .card-link:hover:after{
   color: #000;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background: #a0b4d7;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    transition: 0.6s all;
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

#myBtn:hover {
    background-image: #a0b4d7;
}

@media (min-width: 2000px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container {
        max-width: 98%;
    }
    .mobile-header {
        background: transparent;
        width: 100%;
        z-index: 1200;
        padding: 5px 0px;
        position: relative;
        overflow: hidden;
    }
    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 140px;
    }
    .mobile-header .logo img {
        width: 100px;
        z-index: 1;
        position: relative;
    }
    .main-wrapper .banner-content {
        padding: 15px 0px;
    }

    .toggler {
        color: #000 !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .banner-title,
    .banner .banner-content .banner-title span,
    .page-banner .banner-content .banner-title,
    .page-banner .banner-content .banner-title span {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .banner-carousel .banner-img {
        height: 70vh;
        background-position: right;
    }
    .banner .banner-content {
        top: 50%;
    }
    .page-banner .banner-content {
        top: 50%;
    }
    .coypright-text {
        text-align: center;
    }
    .footer .footer-bottom .social ul {
        justify-content: center;
    }
    .about-detail {
        padding: 20px 0px;
    }
    .page-banner {
        height: 200px;
    }
    .our-gallery .img-box {
        height: 200px;
    }
    .main-title {
        font-size: 26px;
    }
    .our-team .team-card .team-img {
        height: 250px;
    }
    .footer .footer-1 {
        width: 130px;
        left: 10px;
        top: 45%;
    }
    .footer .footer-2 {
        width: 130px;
        right: 10px;
        top: 45%;
    }
    .footer .footer-list {
        justify-content: center;
    }
    .contact-detail {
        padding: 15px;
    }
      .banner .vertical-text{
        top: 70%;
        font-size: 80px;
    }
    .about-detail .vertical-text{
        font-size: 80px;
        top: 70%;
    }
    body{
    margin-top: 0px;
}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
   .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container {
        max-width: 98%;
    }
    .mobile-header {
        background: transparent;
        width: 100%;
        z-index: 1200;
        padding: 5px 0px;
        position: relative;
        overflow: hidden;
    }
    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 250px;
    }
    .mobile-header .logo img {
        width: 100px;
        z-index: 1;
        position: relative;
    }
    .main-wrapper .banner-content {
        padding: 15px 0px;
    }

    .toggler {
        color: #000 !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
   .banner-carousel .banner-img {
    height: 400px;
}
   
    .page-banner .banner-content .banner-title,
    .page-banner .banner-content .banner-title span , .register-form .register-title {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .banner .banner-content {
        top: 50%;
    }
    .page-banner .banner-content {
        top: 50%;
    }

    .coypright-text {
        text-align: center;
    }
    .footer .footer-bottom .social ul {
        justify-content: center;
    }
    .banner .banner-content .banner-content-box{
        padding: 15px;
    }
     .banner .banner-content .banner-title,
    .banner .banner-content .banner-title span{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
 .main-title , .main-title-white , .footer .footer-main-title{
        font-size: 28px;
    }
    .room-suites .room-card.horizontal-card .img {
    height: 280px;
}
    .our-usp .our-usp-right {
    padding-left: 0px;
}
.our-usp .our-usp-left .our-usp-img {
    height: 300px;
}
.consult-left-content h2{
    font-size: 28px;
}
  .gallery .image--container{
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
    .banner .social-icon {
    top: 50%;
}
.page-banner{
    height: 300px;
}
.page-banner .page-banner-content .page-banner-title{
    font-size: 30px;
}
.timeline-event-copy h3 {
    font-size: 1em;
}
body{
    margin-top: 0px;
}
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container {
        max-width: 98%;
    }
    .mobile-header {
        background:#fff;
        width: 100%;
        z-index: 1200;
        padding: 5px 0px;
        overflow: hidden;
    }
    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 250px;
    }
    .mobile-header .logo img {
        width: 80px;
        z-index: 1;
        position: relative;
    }
    .main-wrapper .banner-content {
        padding: 15px 0px;
    }

    .toggler {
        color: #000 !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-carousel .banner-img {
        height: 300px;
    }
   .banner .banner-content .banner-title{
    font-size: 24px;
   }
   .banner .social-icon{
    display: none;
   }
    .page-banner .banner-content .banner-title,
    .page-banner .banner-content .banner-title span , .register-form .register-title {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .banner .banner-content {
        top: 50%;
    }
    .gallery .image--container{
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
    .banner .banner-carousel .owl-dots{
        top: 75%;
    }
    .main-title , .main-title-white , .page-banner .page-banner-content .page-banner-title, .footer .footer-main-title{
        font-size: 24px;
    }
    .luxary-service , .room-suites {
        padding: 20px 0px;
    }
    .our-usp .our-usp-right {
    padding-left: 0px;
}
.our-usp .our-usp-left .our-usp-img.mt-150 {
    margin-top: 0px;
}
.consult-left-content h2{
    font-size: 25px;
}
.testimonials .testimonial-carousel .owl-dots{
    bottom: -50px;
}
.our-usp .our-usp-left .our-usp-img {
    height: 200px;
}
.room-suites .room-card.horizontal-card .img{
    height: 250px;
}
.timeline-event-copy h3 {
    font-size: 20px;
}
.page-banner{
    height: 220px;
}
.career-section .img-box{
    height: 250px;
}
.team-block-three .inner-box .lower-content h5 a {
    font-size: 16px;
}
.footer .footer-bottom .social ul{
    justify-content: flex-start;
}
.page-banner .img-box {
    height: 200px;
}
.business-seg .busines-content h3 , .career-icon h3 , .subtainble-seg .environment-seg h3 , .subtainble-seg .social-seg h3 , .service-style2 .service-title a{
    font-size: 20px !important;
}
.why-choose .why-choose-img-design2{
    height: 250px;
}
.fnt-35{
    font-size: 26px !important;
}
body{
    margin-top: 0px;
}
.banner-logo-upper img {
    width: 35px !important;
}
}



/*d-css*/
.banner-logo-img{
    width: 150px;
    text-align: center;
    margin: 0 auto 10px auto;
}
.icon-img-content {
    display: flex;
    gap: 10%;
    justify-content: center;
    margin-top: 15px;
}
.icon-img-content img{
max-width: 60px;
text-align: center;
margin: 0 auto 15px auto;
}
.icon-img-content p{
font-size: 20px;
color: #fff;
font-weight: 600;
text-align: center;
}
.fnt-fam{
    font-family: "Space Grotesk", sans-serif !important;
}
/*.anim-new-btn a{
background: #2F6EFF;
    padding: 14px 35px 15px;
    color: #fff;
}*/
.anim-new-btn a {
    display: inline-block;
    overflow: hidden;
    background: #4b5e4b;
    transition: all 0.5sease 0s;
    z-index: 1;
    padding: 14px 35px 15px;;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    
}
.anim-new-btn a:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.anim-new-btn a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.anim-new-btn a::before {
    content: "";
    background: #a0b4d7;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}

.anim-new-btn a::after {
    content: "";
    background: #a0b4d7;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}
.anim-new-btn a::before {
    background: #a0b4d7;
}
.anim-new-btn a::after {
    background: #a0b4d7;
}

 .pbmit-bg-color-global{
     background-color: #4b5e4b;
     position: relative;
     z-index: 0;
}
.pbmit-bg-color-global:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/pattern.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    opacity: 0.02;
    width: 100%;
     height: 100%;
     z-index: -1;
}

.clr-fff{
    color: #fff;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year {
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-family: "Space Grotesk", sans-serif !important;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-title{
      font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0 40px;
    font-family: "Space Grotesk", sans-serif !important;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc{
    margin: 0;
    padding: 0 30px;
    line-height: 1.6;
    font-size: 16px;
    opacity: 1;
    font-family: "Space Grotesk", sans-serif !important;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
    display: grid;
    width: 100%;
    height: auto;
    position: relative;
    justify-items: center;
    grid-template-rows: 1fr 1fr;
    text-align: center;
    grid-gap: 160px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height.steps-content_wrap{
    justify-content: flex-end;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot{
    background-color: #fff;
    display: block;
    line-height: normal;
    font-size: 14px;
    margin: auto;
    width:  10px;
    height:  10px;
    transform: rotate(45deg);
    z-index: 2;
    position: relative;
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot{
    background-color:transparent;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto !important;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot:after {
    content: "";
    position: absolute;
    left: -11px;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 40px;
    margin: 0;
    background: rgb(255,255,255,.40);
    transform: rotate(-45deg);
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .dot:after {
    background: rgb(3, 27, 78,.20);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even  .steps-dot .dot:after{
    left: 19px;
    top: 0;
    bottom: auto;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line {
    color: transparent;
    line-height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} 
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before, 
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
    content: "";
    width: calc(50% + 10px * 100);
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(255,255,255,0.10 ) ,rgb(255,255,255 ,0.10 ));
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before {
    right: 50%;
    background: linear-gradient(90deg, rgb(255,255,255 ,0.10 ) ,rgb(255,255,255 ,0.10 ));
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::after {
    background: linear-gradient(90deg, rgb(3, 27, 78,.03) ,rgb(3, 27, 78 ,.03 ));
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot .steps-dot-line::before {
    background: linear-gradient(90deg, rgb(3, 27, 78 ,.03 ) ,rgb(3, 27, 78 ,.03 ));
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-same-height {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image{
    order: 0;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper.pbmit-slide-even .pbmit-feature-image{
    order: 1;
    justify-content: start;
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image {
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
} 
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-feature-image,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-content_wrap {
    opacity: 1;
}
.pbmit-section-number .pbmit-element-timeline-style-1 .pbmit-timeline-title{
    color: var(--pbmit-blackish-color);
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-year,
.pbmit-element-timeline-style-1 .pbmit-timeline-title,
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc{
    color: #fff;
}
@media (max-width: 1600px){
    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .pbmit-timeline-desc {
        padding: 0 20px;
    }
    .pbmit-element-timeline-style-1 .pbmit-timeline-wrapper {
        grid-gap: 140px;
    }
}

.swiper-slider{
     margin-left: auto;
     margin-right: auto;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .swiper-pagination-bullet {
    background-color: var(--pbmit-global-color);
    outline: none;
    height: 10px;
    width: 10px;
    opacity: 1;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 9px !important;
    display: inline-block;
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 5px;
     left: 0px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .swiper-slider[data-dots="true"] {
     padding-bottom: 50px;
}
 .swiper-pagination-bullet-active{
    outline: 1px solid var(--pbmit-global-color);
    outline-offset: 4px;
}
 .swiper-button-next:after, .swiper-button-prev:after {
    content: "\e814";
    font-family: "pbminfotech-base-icons";
    font-size: 22px;
    line-height: normal;
}
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    transform: rotate(180deg);
    background-color: var(--pbmit-secondary-color);
}
 .swiper-button-next, .swiper-button-prev{
    position: static;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid var(--pbmit-white-color);
    color: var(--pbmit-white-color);
    transition: all 500ms ease;
}
 .swiper-button-next{
    margin-left: 10px;
}
 .swiper-button-prev{
    left: auto;
 }
 .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
 }
.swiper-button-next:hover, .swiper-button-prev:hover{
     color: var(--pbmit-blackish-color);
     background-color: var(--pbmit-white-color);
}
.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto!important;
}
.swiper-slider.marquee .swiper-wrapper{
    -webkit-transition-timing-function:linear !important; 
    -o-transition-timing-function:linear !important; 
    transition-timing-function:linear !important; 
}

.padd-40{
    padding: 40px 0 !important;
}

.border-r-15{
    border-radius: 15px !important;
}
.icon-segs{
        text-align: center;
    padding: 50px;
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid #4b5e4b;
    border-bottom: 6px solid #4b5e4b;
    width: 100%;
    height: 100%;
}
.icon-segs img{
        max-width: 79px;
    background: #444;
   
    margin-bottom: 15px;

}
.icon-segs h3{
        font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #4b5e4b;
    font-family: "Space Grotesk", sans-serif !important;
}
.icon-segs p{
    color: #000;
    font-size: 17px;
    font-family: "Space Grotesk", sans-serif !important;
}

.icon_box_all.style_four {
  position: relative;
}
.icon_box_all.style_four .icon {
  position: relative;
  margin-bottom: 50px;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.icon_box_all.style_four .icon span {
  top: 20px;
  font-size: 45px;
  line-height: 45px;
  color: #4b5e4b;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.icon_box_all.style_four .icon .svg_image {
  width: 45px;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 20px;
  margin: auto;
}
.icon_box_all.style_four .icon .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.icon_box_all.style_four .txt_content {
  position: relative;
}
.icon_box_all.style_four .txt_content h3 a {
  display: block;
  color: var(--heading-dark);
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.icon_box_all.style_four .txt_content h3 a:hover {
  color: #4b5e4b;
}
.icon_box_all.style_four:hover .icon {
  margin-left: 10px;
}

.icon_box_all.style_four:hover .icon {
  margin-left: 10px;
}
.icon_box_all.style_five {
  position: relative;
}
.icon_box_all.style_five .icon_content {
  position: relative;
  padding: 50px 30px 50px;
  background: #1b1b1b;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #1b1b1b;
  transition: all 700ms ease 100ms;
  -moz-transition: all 700ms ease 100ms;
  -ms-transition: all 700ms ease 100ms;
  -o-transition: all 700ms ease 100ms;
  text-align: center;
}
.icon_box_all.style_five .icon_content .icon {
  position: relative;
  margin-bottom: 25px;
}
.icon_box_all.style_five .icon_content .icon span {
  font-size: 80px;
  color: #4b5e4b;
  line-height: 60px;
  display: block;
}
.icon_box_all.style_five .icon_content .icon img {
  width: 60px;
  height: auto;
}
.icon_box_all.style_five .icon_content small {
  position: absolute;
  font-size: 100px;
  line-height: 60px;
  color: #4b5e4b;
  right: 50%;
  opacity: 0.2;
  transform: translate(-50% , -50%);
  top: 50%;
  font-weight: 700;
}
.icon_box_all.style_five .icon_content h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
   font-family: "Space Grotesk", sans-serif !important;
  color: #fff;
  margin-bottom: 10px;
}
.icon_box_all.style_five .icon_content p{
  color: #fff;
  font-family: "Space Grotesk", sans-serif !important;
      line-height: 1.6;
    font-size: 16px;
}
.icon_box_all.style_five .icon_content .hover_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0px 40px;
  transition: all 700ms ease 100ms;
  -moz-transition: all 700ms ease 100ms;
  -ms-transition: all 700ms ease 100ms;
  -o-transition: all 700ms ease 100ms;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
  background: #4b5e4b;
  border-radius: 10px;
}
.icon_box_all.style_five .icon_content .hover_content .content {
  display: table;
  width: 100%;
  height: 100%;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner p{
  font-family: "Space Grotesk", sans-serif !important;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner a {
  font-size: 16px;
  line-height: 25px;
  display: block;
  margin-top: 15px;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner a span {
  position: relative;
  top: 2px;
  right: -5px;
  display: inline-block;
}
.icon_box_all.style_five:hover .icon_content {
  border-color: #4b5e4b;
  background: #4b5e4b;
}
.icon_box_all.style_five:hover .hover_content {
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  opacity: 1;
}
.icon_box_all.style_five:hover .hover_content p {
  color: #fff;
  font-family: "Space Grotesk", sans-serif !important;
}
.icon_box_all.style_five:hover .hover_content a {
  color: #fff;
  font-family: "Space Grotesk", sans-serif !important;
}
/*.pd_top_60 {
    padding-top: 60px !important;
}*/
.pd_bottom_50 {
    padding-bottom: 50px;
}
.gol{
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #4b5e4b;
     font-family: "Space Grotesk", sans-serif !important;
}
.team-style-three{
  position: relative;
  padding: 50px 0px 50px 0px;
}

.team-block-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
}

.team-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
/*  background: #000;*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%, 0% 0%);
}

.team-block-three .inner-box .image-box .social-links{
  position: absolute;
  left: -20px;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-three:hover .inner-box .image-box .social-links{
  left: 15px;
  opacity: 1;
}

.team-block-three .inner-box .image-box .social-links li{
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.team-block-three .inner-box .image-box .social-links li:last-child{
  margin-bottom: 0px;
}

.team-block-three .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.team-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-three .inner-box:hover .image-box img{
  opacity: 1;
}

.team-block-three .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 14px 12px 27px 12px;
  text-align: center;
   font-family: "Space Grotesk", sans-serif !important;
}

.team-block-three .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #2e2e2e;
   font-family: "Space Grotesk", sans-serif !important;
  margin-bottom: 5px;
}

.team-block-three .inner-box .lower-content h5 a{
  position: relative;
  display: inline-block;
  color: #2e2e2e;
   font-family: "Space Grotesk", sans-serif !important;
}

.team-block-three .inner-box .lower-content h5 a:hover{
  color: #000;
}

.team-block-three .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #4b5e4b;
}


.marg-btm-30{
    margin-bottom: 30px !important;
}
.business-seg{
    position: relative;
    padding: 30px 0;
}
.business-seg .busines-content h3{
    font-family: "Space Grotesk", sans-serif !important;
    color: #000;
    font-size: 35px;
    margin-bottom: 20px;




}
.business-seg .busines-content p{
    font-family: "Space Grotesk", sans-serif !important;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;


}
.marg-btm-20{
    margin-bottom: 20px !important;
}
.business-im{
    margin: 25px 0px;
}
.business-im img{
    border-radius: 15px;
    width: 100%;
}
.subtainble-seg{
    padding: 60px 0;
}
.subtainble-seg .small-cnt h3{
 font-family: "Space Grotesk", sans-serif !important;
 font-size: 40px;
 font-weight: 700;
 color: #000;
margin: 0 auto 25px auto;
 max-width: 900px;
 text-align: center;
}
.subtainble-seg .small-cnt p{
 font-family: "Space Grotesk", sans-serif !important;
 font-size: 17px;
 color: #000;
 line-height: 1.6;
  max-width: 900px;
 text-align: center;
 margin: 0 auto 25px auto
}
.subtainble-seg .environment-seg{
   
        padding: 35px 15px;
    text-align: center;
    box-shadow: 0 0 10px #0000003b;
    border-radius: 15px;
    margin-bottom: 35px;
}
.subtainble-seg .environment-seg img{
    border-radius: 15px;
    margin-bottom: 20px;
        border-radius: 15px;
    margin-bottom: 20px;
     max-width: 250px; 
    text-align: center;
}
.subtainble-seg .environment-seg h3{
font-family: "Space Grotesk", sans-serif !important;
 font-size: 30px;
 font-weight: 600;
 color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.subtainble-seg .environment-seg p{
font-family: "Space Grotesk", sans-serif !important;
 font-size: 18px;

 color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.marg-btm-30{
    margin-bottom: 30px !important;
}
.fnt-35{
    font-size: 35px !important;
    font-family: "Space Grotesk", sans-serif !important;

}

.subtainble-seg .social-seg{
   
    padding: 35px 15px;
    text-align: center;
    border: 1px solid #4b5e4b;
    border-radius: 20px;
    border-bottom: 7px solid #4b5e4b;
    margin-bottom: 20px;
}
.subtainble-seg .social-seg img{
    border-radius: 15px;
    margin-bottom: 20px;
        border-radius: 50px;
    margin-bottom: 20px;
     max-width: 250px; 
    text-align: center;
}
.subtainble-seg .social-seg h3{
font-family: "Space Grotesk", sans-serif !important;
 font-size: 30px;
 font-weight: 600;
 color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.subtainble-seg .social-seg p{
font-family: "Space Grotesk", sans-serif !important;
 font-size: 18px;

 color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.service-style2 {
    display: flex
;
    align-items: center;
    margin: 0 0 30px 0;
}
.service-style2 .service-img {
    width: 160px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
.service-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    
    color: #4b5e4b;
    background-color: #fff;
    text-align: center;
    border-radius: 5px 0;
    position: absolute;
    left: 0;
    top: 0;
}
.service-style2 .service-img img {
    border-radius: 5px;
}
.service-style2 .service-content {
    flex: 1;
    position: relative;
    border-radius: 5px;
    padding: 31px 40px 30px 130px;
    margin: 0 0 0 -105px;
    transition: allease .4s;
    overflow: hidden;
    background-color: #fff;
}
.service-style2 .service-shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    transition: allease .4s;
    transform: scale(1.1);
    background-color: #0e5af2;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
.service-style2:hover .service-content {
    border-color: rgba(0, 0, 0, 0);
}
.service-style2 .service-content>* {
    position: relative;
    z-index: 1;
    transition: allease .4s;
}
.service-style2:hover .service-shape {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.bg-gray{
    background: #4b5e4b;
}
input:focus{
    background: #4b5e4b;
}
.service-style2 .service-title a{
    color: #4b5e4b;
    font-family: "Space Grotesk", sans-serif !important;
 font-size: 30px;
 font-weight: 600;
}
.service-style2 .service-text {
    margin: 0 0 12px 0;

    color: #000;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 16px;
}
.service-style2:hover .service-text, .service-style2:hover .service-title a, .service-style2:hover .link-btn {
    color: #000;
}

.galllery-se{
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}

.contact-section{
  position: relative;
  padding: 50px 0px 50px 0px;
}
.contact-text{
font-family: "Space Grotesk", sans-serif !important;
 font-size: 18px;

 color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.contact-section .info-content .single-info-box{
  position: relative;
  padding: 0px 30px;
}

.contact-section .info-content .single-info-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.contact-section .info-content .single-info-box .icon-box img{
  position: relative;
  width: auto;
  transition: all 500ms ease;
}

.contact-section .info-content .single-info-box:hover .icon-box img{
  transform: scale(1.05);
}

.contact-section .info-content .single-info-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  font-weight: 500;
  margin: 18px;
}

.contact-section .info-content .single-info-box .text{
  position: relative;
  font-size: 16px;
  margin-bottom: 14px;
}

.contact-section .info-content .single-info-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #000;
}

.contact-section .info-content .single-info-box a:hover{
  text-decoration: underline;
}

.contact-section .info-content,
.contact-section .image-container{
  position: relative;
  margin-bottom: 110px;
}
.contact-section .contact-form-area{
        padding: 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #000;
}
.contact-section .contact-form-area .form-inner .form-group{
  position: relative;
  margin-bottom: 30px;
}

.contact-section .contact-form-area .form-inner .form-group i{
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #777;
  z-index: 1;
}

.contact-section .contact-form-area .form-inner .form-group input[type='text'],
.contact-section .contact-form-area .form-inner .form-group input[type='email'],
.contact-section .contact-form-area .form-inner .form-group textarea,
.contact-section .contact-form-area .form-inner .form-group select,
.contact-section .contact-form-area .form-inner .form-group input[type='date'],
.contact-section .contact-form-area .form-inner .form-group input[type='password']{
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  padding: 10px 60px 10px 30px;
  font-size: 14px;
  font-weight: 500; 
  border-radius: 8px; 
  border: 1px solid #ddd;
/*  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);  */
  transition: all 500ms ease; 
    font-family: "DM Sans", sans-serif !important;                                                                            
}

.contact-section .contact-form-area .form-inner .form-group textarea{
  height: 200px;
  resize: none;
  border-radius: 20px;
}

.contact-section .contact-form-area .form-inner .form-group input:focus,
.contact-section .contact-form-area .form-inner .form-group textarea:focus{
  border-color: #1a886b;
}

.contact-section .contact-form-area .form-inner .message-btn{
  margin: 0px;
}

.contact-section .contact-form-area .form-inner .message-btn .theme-btn-two{
  padding: 13px 38px;
  font-weight: 400;
}

.contact-section .contact-form-area .sec-title h2{
  margin-bottom: 63px;
}
.cnt-head{
    font-family: "Space Grotesk", sans-serif !important;
    margin-bottom: 30px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}
::placeholder{
    color: #000;
}
.career-icon {
    text-align: center;
    padding: 25px;
    /* border: 1px solid red; */
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px #0000003b;
}

.career-icon img{
    max-width: 100px;
    margin-bottom: 15px;
}
.career-icon h3{
  font-family: "Space Grotesk", sans-serif !important;
    margin-bottom: 15px;
   
    font-size: 30px;
    font-weight: 600;
}
.career-icon p{
  font-family: "Space Grotesk", sans-serif !important;
    margin-bottom: 15px;
   
    font-size: 17px;
    
}
@media (max-width: 767px) {
    .service-style2 {
        display: block;
        text-align: center;
    }
        .service-style2 .service-img {
        margin: 0 auto;
    }
        .service-style2 .service-content {
        padding: 99px 30px 30px 30px;
        margin: -69px 0 0 0;
    }
    .subtainble-seg, .business-seg{
        padding:20px 0 !important;
    }
}


.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .outer-container{
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
}

.main-header .outer-container .logo-box .logo{
  position: relative;
  padding: 10px 0px 10px 0px;
  margin-bottom: 0;
}



/** main-menu **/

.main-menu{
  position:relative;
  float:left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  z-index:2;
  padding:38px 30px !important;
/*  margin: 0px 25px;*/
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  font-weight:600;
  opacity:1;
  color:#4b5e4b;
  font-family: "Space Grotesk", sans-serif !important;
  padding: 0px;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:100%;
  width:280px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0px;
  background-color: #ffffff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  font-family: "Space Grotesk", sans-serif !important;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:600;
  font-family: "Space Grotesk", sans-serif !important;
  font-size:15px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover{
  color:#000;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:-2px;
  width:230px;
  z-index:100;
  display:none;
  padding: 20px 0px;
  background-color: #ffffff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:400;
  font-family: "Space Grotesk", sans-serif !important;
  font-size:14px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color:#000;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:10px;
  top:8px;
  width:34px;
  height:30px;
  border:1px solid #ffffff;
  text-align:center;
  font-size:16px;
  line-height:26px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  display:none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.home-16 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-1 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-3 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-7 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-8 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-9 .menu-area .mobile-nav-toggler .icon-bar,
.main-header.home-11 .menu-area .mobile-nav-toggler .icon-bar{
  background: #fff;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


.main-menu .navigation .megamenu{
  width: 500px;
}

.main-menu .navigation .megamenu:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 2px;
  height: calc(100% - 60px);
  left: 42%;
  top: 30px;
}

.main-menu .navigation>li> .megamenu li {
  position: relative;
  display: block;
  width: 50%;
  float: left;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:30px 25px;
  text-align:left;  
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:#000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  color:#000;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  font-family: "Space Grotesk", sans-serif !important;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #4b5e4b;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
  color:#4b5e4b;  
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:#000;
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#000; 
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:30px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  color:#00aeef;  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  text-decoration: underline;
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 38px 30px !important;
}

.sticky-header .main-menu .navigation > li > a{
  color: #000 !important;
  font-family: "Space Grotesk", sans-serif !important;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #fff;
  color: #4b5e4b !important;
      font-weight: 600;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 8px 0px 7px 0px;
  margin-bottom: 0;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

.sticky-header .main-menu .navigation > li{
  padding: 0px !important;
  margin: 0px !important;
}

.sticky-header .main-menu .navigation > li:before{
  display: none;
}


@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}


@media only screen and (max-width: 1200px) {
    .main-header .outer-container .logo-box .logo {
        padding: 5px 0px;
    }
        .menu-area .mobile-nav-toggler {
        display: block;
        margin-top: 38px;
        padding: 10px;
    }
        .main-menu {
        display: none !important;
    }

        .main-header .main-menu .navigation > li {
        margin: 0px 15px;
    }
        .sticky-header {
        display: none !important;
    }
    .dis-ta-n{
        display: none !important
    }
    .dis-ta-b{
        display: block !important;
    }
}
.main-header.home-1 .menu-area .mobile-nav-toggler .icon-bar{
    background: #4b5e4b;
}

.main-header .menu-area .btn-box{
  position: relative;
  float: left;
  margin: 30px 0px 0px 25px;
}

.main-header .menu-area .btn-box a{
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    background: #4b5e4b;
    padding: 9px 30px;
    text-align: center;
    border-radius: 30px;
  z-index: 1;
/*  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);*/
}

.main-header .menu-area .btn-box a:before{
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -50px;
  z-index: -1;
  border-bottom: 50px solid #4b5e4b;
  border-right: 50px solid transparent;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.main-header .menu-area .btn-box a:after{
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  z-index: -1;
  border-left: 40px solid transparent;
  border-bottom: 50px solid #4b5e4b;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.main-header .menu-area .btn-box a:hover::before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}

.main-header .menu-area .btn-box a:hover::after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}

.main-header .menu-area .btn-box a:hover{
  background: #4b5e4b;
  color: #fff;
}


.main-header.fixed-header .menu-area .btn-box{
    margin: 30px 0px 0px 25px;
}