.headertop {
    background: #46b4cd;
	padding: 8px 0;
}
.headtop_bookbtn {
    margin: 0 auto;
    display: table;
}
.headertop .headtop_bookbtn a {
    background: #fff;
    padding: 6px 15px;
    border-radius: 9px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 1.25;
}
.headtop_icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.headertop ul li {
    float: right;
    margin: 0 5px;
}
.headertop ul li i {
    font-size: 18px;
    color: #fff;
    width: 20px;
    line-height: 29px;
    text-align: center;
	transform: rotate(101deg);
	background: none !important;
}
.headtop_icon a {
    color: #fff;
    background: #fcb900;
    display: block;
    padding: 0 9px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.headtop_icon a:hover, .headertop ul li a:hover i {
    color: #fcb900 !important;
    background: #fff;
	text-decoration:none !important;
}
.headertop ul li img {
    max-width: 30px;
}
.head_middle .headlogo {
    text-align: center;
    padding-top: 10px;
}
.head_middle .headlogo img {
    max-width: 205px;
}
.head_middle .header_menu {
    text-align: center;
    margin: 0 auto;
    display: table;
}
.landing_banner{
	background:url(../assets/img/landingbanner_bg.jpg) 0 0 no-repeat;
	background-size:cover;
	background-position:center center;
}
.banner_content {
    padding: 40px 0;
}
.banner_content h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
	margin-top: 0;
}
.banner_content ul {
  list-style: none;
  margin:0;
  padding:0;
}

.banner_content ul li::before {
  content: "\2022";
  color: #46b4cd;
  font-weight: bold;
  display: inline-block; 
  width: 16px;
    font-size: 22px;
}
.banner_content li {
    color: #000;
    font-size: 17px;
    margin-bottom: 0;
}
.banner_content a.landing_about_btn {
    display: inline-block;
    background: #fcb900;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.landing_contact{
	background:url(../assets/img/landing_formbg.jpg) 0 0 no-repeat;
	background-size:cover;
	background-position:center center;
	padding: 30px 0;
}
.landing_cont_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
	padding-bottom: 25px;
}
.landing_contact .nf-form-fields-required {
    display: none;
}
.landing_contact nf-field:nth-child(1), .landing_contact nf-field:nth-child(2), .landing_contact nf-field:nth-child(3) {
    float: left;
	    width: 33.33%;
    padding: 0 15px;
}
.landing_contact nf-field:nth-child(4) {
    padding: 0 15px;
    float: left;
    width: 100%;
}
.landing_contact nf-field .nf-field-container {
    margin-bottom: 0;
}
.landing_contact nf-field input, .landing_contact nf-field textarea {
    border-radius: 10px;
    border: none;
}
.landing_contact nf-field .submit-wrap {
    text-align: center;
}
.landing_contact nf-field .submit-wrap input[type=button] {
    border-radius: 7px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 18px !important;
    padding: 10px 25px !important;
    background: #fcb900 !important;
    font-weight: 600;
}
.landing_address {
    background: #f5f5f5;
}
.landing_address .landingadd_info h3 {
    font-weight: 600;
}
.landing_address .landingadd_info {
    padding-top: 25px;
}
.footer_land_copy {
    background: #017d99;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
.footer_landing {
    background: #46b4cd;
}
.fot_land_info h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.foot_blogo {
    padding: 15px 0;
}
.fot_land_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fot_land_info ul li {
    margin-bottom: 0;
}
.fot_land_info ul li a, .fot_land_info ul li a:hover {
    color: #fff !important;
}
.foot_social .f-twitter i {
    background: #2cb4de;
    height: 30px;
    width: 30px;
    border-radius: 40px;
    line-height: 32px;
    text-align: center;
}
.foot_social .f-instragram i {
    background: #085687;
    height: 30px;
    width: 30px;
    border-radius: 40px;
    line-height: 32px;
    text-align: center;
}
.foot_social .f-youtube i {
    background: #cc181e;
    height: 30px;
    width: 30px;
    border-radius: 40px;
    line-height: 32px;
    text-align: center;
}
.foot_social .f-facebook i {
    background: #254caa;
    height: 30px;
    width: 30px;
    border-radius: 40px;
    line-height: 32px;
    text-align: center;
}
.foot_social .f-tiktok img {
    background: #00f0ff;
    height: 30px;
    width: 30px;
    border-radius: 40px;
    line-height: 32px;
    text-align: center;
}
ul.foot_social li {
    margin-bottom: 10px;
}
header.header_sticky.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
	transition: all 0.3s ease;
  	transform:translate(0, 0);
}







@media screen and (min-width:768px){
.header_mobile{display:none;}
.head_middle .header_menu{display:none;}
.desktop_audience {
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
}
}

@media screen and (max-width:991px){
.headtop_icon ul {
    text-align: center;
}
.headtop_docity {
    text-align: center;
}
.headtop_bookbtn{padding: 5px 0;}
.headertop ul li {
    float: none;
    display: inline-block;
    text-align: center;
}
.headertop ul li img {
    max-width: 30px;
    position: relative;
    top: -3px;
}
.landing_contact nf-field:nth-child(1), .landing_contact nf-field:nth-child(2), .landing_contact nf-field:nth-child(3){width:100%;}
.head_middle .header_menu {
    width: 100%;
}
.head_middle .header_menu .ubermenu-responsive-toggle {
    display: block;
    width: auto;
    top: 61px;
    left: 57%;
    z-index: 9;
    padding: 0 !important;
}
.ubermenu-responsive-default.ubermenu {
    padding: 3px 0px 15px;
    margin-top: 22px;
}
}
@media screen and (max-width:767px){
.headertop{display:none !important;}
.header_mobile marquee {
    background: #46b4cd;
    color: #fff;
    height: 35px;
    padding: 5px 0;
}
.header_mobile .topbarCust {
    margin-top: -7px;
}
.head_middle .headlogo {
    float: left;
    width: 50%;
}
.head_middle .header_menu {
    float: right;
    display: block;
}
.head_middle .header_menu .ubermenu-responsive-toggle {
    top: 20px;
    left: auto;
    right: 0;
}
.head_middle .ubermenu-responsive-default.ubermenu {
    padding: 0;
    margin: 0;
}
.desktop_audience{display:none;}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px){
	
}
