header.header-style-one img.logo{
    display: block;
    width: 88%;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

header.header-style-one.sticky-on img.logo{
    display: block;
    width: 68%;
}

.ft-header-section.header-style-one.sticky-on .ft-header-cta-info {
    top: 37%;
    right: 50px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ft-header-section.header-style-one .ft-header-cta-info {
    top: 42%;
    right: 50px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.ft-header-section.header-style-one
{
    background: white!important;
}

.ft-header-section.header-style-one .ft-header-menu-top-cta:before{
    border-bottom: 134px solid #fff;
}

.ft-header-section.header-style-one .ft-header-top{
    background: black;
}

.ft-header-section.header-style-one .ft-header-content {
    padding-left: 262px;
}

.ft-booking-form-content .booking-form-input-wrapper label {
    max-width: 270px;
}

.ft-footer-section{
    background: #18395F!important;
}

.ft-footer-copywrite-1{
    background: black;
}

.mobile_menu_button{
    color: black;
}
.mobile_menu_content .m-brand-logo {
    width: 100%;
    margin: 28px auto;
    padding: 0!important;
}

.ft-header-section.header-style-one .ft-main-navigation li a{
    font-size: 1.2rem;
}

.ft-section-title-2 h2 span{
    color: #17395f;
}

.ft-about-feature-wrapper-2 .ft-about-feature-list-item {
    margin-bottom: 0;
    padding: 38px;
}
.ft-about-feature-list-item .ft-about-feature-text{
    max-width: 100%;
}

.ft-project-overview-list-item li{
    margin-bottom: 0;
}

.ft-thx-about-img-3 .ft-thx-ab-shape2{
    right: -15px;
    z-index: -1;
    bottom: 28px;
}
ul li{
    list-style: disc;
}

img.eight8{
    display: block;
    margin: 5% auto;
    width: 88%;
}

.ft-thx-about-img-3 .ft-thx-ab-inner-img2 {
    position: absolute;
    right: 50px;
    bottom: -200px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}


.ft-thx-about-img-3 .ft-thx-ab-inner-img1 {
    margin-top: 90px;
    margin-left: -10px;
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
}

.ft-section-title-2{
    max-width: 888px;
}
.ft-about-text-wrapper-2 .ft-section-title-2 h2{
    max-width: 98%;
}

div.mt-100{
    margin-top: 100px;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999!important;
  }
  
  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  /* Style the social media icons with color, if you want */
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #C13584;
    color: white;
  }

  .whatsapp {
    background: #25D366;
    color: white;
  }

@media only screen and (max-width : 1023px) {

    img.logo{
        display: block;
        width: 32%;
    }
    .ft-booking-form-content {
        top: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }

    img.fifty{
        display: block;
        margin: 5% auto;
        width: 100%;
    }

    img.eight8{
        display: block;
        margin: 5% auto;
        width: 100%;
    }

    .icon-bar {
        position: fixed;
        bottom: 0%;
        top: 96%;
        z-index: 99999!important;
        width: 100%;
        display: grid;
        grid-template-columns: auto auto auto;
        height: 50px;
        
      }
      
      /* Style the icon bar links */
      .icon-bar a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 28px;

      }

      .scrollup{
        bottom: 80px;
      }

      .ft-footer-copywrite-1 {
        margin-bottom: 68px;
    }
    
	
}
@media screen and (max-width: 480px){
    .ft-booking-form-content .booking-form-input-wrapper button {
        height: 50px;
        width: 100%;
    }
    .ft-booking-form-content .booking-form-input-wrapper label{
        max-width: 100%!important;
    }
}
