 /***********************************************************************************
 *	+ MOBILE TOP BAR
 ***********************************************************************************/
.mobtopnav {
  padding: 0;
  margin: 0;
  width:100%;
  display:flex; 
  flex-direction:row;
 list-style-type: none;
 position: fixed;
 margin-top:0px;
position: fixed;
z-index:999999;
margin-bottom:80px;
clear:both;
}

.mobtopnavitems {
  display: block;
  padding: 0px 0px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* remove your width and float and add the following */
  flex-grow:1;
  margin-bottom:0px;
}
.mobtopnavitems li a{
text-decoration: none;
	}

.topnavbtn{
z-index:1000;
background-color: #035469;
color:#eeeeee;
width:100%;
text-align:center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor:pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
border-right: thin solid #02495b;
border-left: thin solid #02495b;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-size:14px;
display: none;
text-decoration: none;
}

	.topnavbtn:hover {
		background-color:#670167;

		color: #ffffff;
	}
  /* Smartphone Portrait and Landscape */ 
@media screen and (max-width: 990px) { 
      .topnavbtn {display: block;}
      .booknowbox{margin-bottom:48px;}
      .booknowbox{clear:both;}
#header{margin-top:40px;
}
.header-misc{margin-right:50px;
}
  }

 .fixed{
  position: fixed;
  top: 0;
 left: 0;
  width: 100%;
}
 
  
  
  /***********************************************************************************
 *	FOOTER TOP BORDER
 ***********************************************************************************/

.headerstripe {
 margin-bottom:0px;
  background-image: url("../../images/copyrighttopper2.png");
  background-repeat: repeat-x;
height:20px;
}

.footertopper {
 margin-bottom:0px;
  background-image: url("../../images/copyrighttopper2.png");
  background-repeat: repeat-x;
height:20px;
}

.sliderbottom {
background-image: url("../../images/copyrighttopper2.png");
background-repeat: repeat-x;
height:20px;
 margin-bottom:0px;
}


/***
=============================================
Cta One
=============================================
***/
.cta-one {
    position: relative;
margin-top:60px;
margin-bottom:60px;
    display: block;
    background: #000000;
    border-bottom: 1px solid rgba(var(--cleanin-white-rgb), 0.2);
    padding: 81px 0px 78px;
    z-index: 1;
}

.cta-one .shape1 {
    position: absolute;
    top: -40px;
    left: 682px;
    border-bottom: 40px solid #000000;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
}

.cta-one__bg {
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    width: 700px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: -1;
}

.cta-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    content: "";
    opacity: 0.75;
}

.cta-one__inner {
    position: relative;
    display: block;
}

.cta-one__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 780px;
    width: 100%;
    float: right;
}

.cta-one__content .text-box {
    position: relative;
    display: block;
}

.cta-one__content .text-box p {
    color:#ffffff;
    letter-spacing: 0.2em;
}

.cta-one__content .text-box h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 4px;
}

.cta-one__content .btn-box {
    position: relative;
    display: block;

}

@media only screen and (max-width: 767px) {
    .cta-one__content {
        display: block;
        max-width: 100%;
        width: 100%;
        float: none;
        text-align: center;
    }

    .cta-one__content .btn-box {
        margin-top: 30px;
    }

    .cta-one__content .text-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .cta-one__bg {
        top: 0px;
        width: 100%;
        clip-path: none;
    }

    .cta-one .shape1 {
        display: none;
    }


/***
=============================================

.slidertext {
  display: flex;
  justify-content: center;
  align-items: center;
}