.topbar-wrap {
	line-height: 14px;
	background-color: #f78222;
}
.pl-10{
    padding-left:10px;
}
.video .formwrap {
	background: rgb(255 255 255);
	bottom: 20px;
	width: 400px;
	border: 1px solid #ffffff;
}

.video .btn {
	background: #02adf0;
	color: #fff;
}

.video h3 {
	color: #f78222;
}

.video .form-control {

	height: 50px;
	border: 2px solid #f78222;
}

.contact .contact-map #map {
	height: auto;
}

.service_i {
	font-size: 36px;
    color: #f78222;

}

.service_icon {
	text-align: center !important;
}

.service_card {
    background: #ffffff;
    padding: 20px 10px 10px 20px;
    border: 2px solid #f78222;
}

.service_txt .ser_head {
	color: #f7801d;
}

.service_card p {
	color: #000;
}

.title h1 span {
	font-weight: bold;
	color: #f78222;
}

.offer-icon {
	background: #f78222;
    border-radius: 50%;
}

.title h1 {
	font-size: 36px;
}

.bookNow a {
	background: #02aef0;
}

.blogWrp:hover {
	-webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 40%);
	box-shadow: 0px 0px 25px 0px rgb(254 230 209);
}

.contact .contact-info .icon i {
	border: 1px solid #02aef0;
	color: #02aef0;
}

.page-scroll a {
	background: #f78222;
    border: 1px solid #f78222;
}

.contact .contact-info .icon {
	position: unset;
	left: 0;
	top: 0;
}

.contact .contact-info {
	display: flex;
}

.d_b {
	display: block;
}

.pt_50 {
	padding-top: 50px;
}

.pt_10 {
	padding-top: 10px;
	padding-left: 10px;
}

.top-menu li a {
	padding: 9px 14px;
}

.header-top-info {
	padding-top: 10px;
}


@media only screen and (min-width: 200px) and (max-width: 374px) {
	.video .formwrap {
		background: rgb(255 255 255);
		bottom: 20px;
		width: 300px;
	}

	.video h3 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 426px) {
	.video .formwrap {
		background: rgb(255 255 255);
		bottom: 20px;
		width: 350px;
	}

}

.topbar-wrap .phone i {
	padding-right: 2px;
}

.tp-arr-allwrapper {
	width: 36px;
	height: 36px;
}

.tp-arr-iwrapper {
	line-height: 36px;
}

.counter-icon {
	font-size: 50px;
}

#counter .counter-number {
	font-size: 50px;
}

.ft_w{
    font-size: 17px;
    font-weight: 600;
}

.book_btn{
    background: #02adf0;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    padding: 9px 12px;

}

.mt_10_m{
    margin-top: -10px;
}
.book_btn:hover{
    background-color: #000;
    color: #fff;

}

#tab-button li a:hover, #tab-button .is-active a {
    border-left: 5px solid #f78222;
    border-bottom-color: transparent;
    color: #f78120;
    background: #fff;
}

.contact .contact-info .icon i {
    border: 2px solid #f78222;
    color: #f78222;
}

.blogImg:after {
    border-color: #f78222;
}
.blogImg:before {
    border-color: #f78222;
}

.book_form .form-control{
    padding: 10px;
    border: 2px solid #f78221;
}

.cl_or{
    color: #f78221;
}


/* mobile changes  */

.ns_mobile_nav {
    display: none !important;
}

/* mobile style  */

    
@media only screen and (min-width: 319px) and (max-width: 769px) {
    .ns_mobile_nav {
        display: block !important;
    }
    .news-logo {
        display: flex;
        padding-top: 10px;
        margin-left: 26px;
        padding-bottom: 10px;
    }
    #ns_menuToggle {
        display: flex;
        flex-direction: column;
        position: relative;
        top: -48px;
        left: 1px;
        width: 50px;
        z-index: 100;
        -webkit-user-select: none;
        user-select: none;
    }
    nav {
        height: 0px !important;
    }
    #ns_menu li a {
        text-decoration: none;
        color: #f7882c;
        opacity: 1;
        /* font-family: 'work sans', sans serif; */
        font-size: 16px;
        font-weight: 600;
        transition: 200ms;
    }
    #ns_menu li a:hover {
        opacity: 0.5;
    }
    #ns_menu {
        padding: 0;
        list-style-type: none;
    }
    .ns_sub_menu_a {
        font-size: 14px !important;
    }
    .ns_mobile_mega_menu>a:after {
        content: '\f107';
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 13px;
        color: #f78222;
        margin-left: 8px;
        margin-top: 3px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    #ns_menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }
    #ns_menuToggle span {
        display: flex;
        width: 29px;
        height: 3px;
        margin-bottom: 5px;
        position: relative;
        background: #f78222;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }
    #ns_menuToggle span:first-child {
        transform-origin: 0% 0%;
    }
    #ns_menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #ns_menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #f78222;
    }
    #ns_menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #ns_menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    #ns_menu {
        position: absolute;
        width: 325px;
        height: auto;
        box-shadow: 0 0 10px #85888c;
        margin: -54px 0 0 -20px;
        padding: 50px;
        padding-top: 90px;
        padding-left: 45px;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
    #ns_menu li {
        padding: 10px 0;
        transition-delay: 2s;
        /* text-align: center; */
        list-style: none;
    }
    .ns_dropdown_ul {
        padding-left: 0px;
    }
    #ns_menuToggle input:checked~ul {
        transform: none;
    }
    /* bootstrap */
    .dropdown-menu {
        position: absolute;
        top: unset;
        left: unset;
        z-index: 1000;
        right: 6px;
        width: 190px;
        margin-right: 1px;
    }
    .ns_mobile_dropdown_menu{
        background: #144964;
    }
    .ns_mobile_dropdown_ul{
        text-align: center;
    }

    .mobile_book_btn{
        color: #fff !important;
    }
}

/* mobile home icon  */

.ns-mobile-home-menu{
    display: none;
}
@media only screen and (min-width: 319px) and (max-width: 426px) {
    .ns-mobile-home-menu{
        display: unset;
        padding-top: 20px;
    float: right;
    }
.mobile_top_nav{
    display: none;
}
.logo {
    text-align: end;
}

.car_Wrp01 .row {
    display: unset;
}
.pull-right {
    float: unset;
}
.car_Wrp01 .row {
    display: inline-flex;
}
.offer-details{
    text-align: initial;
}
.txt_align_center{
    text-align: initial;
}
}

@media only screen and (min-width: 200px) and (max-width: 769px) {
.mobile_dn{
    display: none;
}

}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #f78222;
}

.form_select {
    width: 100%;
    border: 2px solid #f78222;
    padding: 13px 5px;
}
.tp-banner {
    max-height: 600px !important;
}


/* vochers  */

.pa{
    padding: 1px 20px 0px 0px;
}

.over_flow{
    overflow-x:auto;
}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    right: 15px;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
    
}

/* call  */

.call-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 150px;
    background-color: #0aabef;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    right: 15px;
    z-index: 100;
    line-height: 50px;
}
.call-app:hover{
    color: #FFF;

}


.service_txt{
font-size: 21px;
}
.txt_center{
    text-align: center;
}

.park_txt p{
color: red;
font-weight: 600;
text-align: end;
}
.park_txt{
    width: 100%;
}
.pl_15{
    padding-left: 15px;
}
table td {
 
    white-space: nowrap;
}
@media only screen and  (max-width: 320px) {
    

.park_txt p {
    color: red;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}
    
}
@media only screen and (min-width: 321px) and (max-width: 426px) {
    

.park_txt p {
    color: red;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}
}

.border_none{
    
    border:none !important;
}

.tb_none{ 
    border-bottom: none;
    border-left: none;
    border-right: none;
}


/* image scroll  */
.tech-slideshow {
  height: 45px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  /* height: 200px; */
  width: 2526px;
  background: url(../img/zebra3.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 12s linear infinite;
}
.tech-slideshow .mover-2 {

  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}


@keyframes moveSlideshow {
    100% { 
      transform: translateX(-10.6666%);  
    }
  }