.menu-wrp ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.newCstmHeadInr {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
    box-sizing: border-box;
    align-items: center;
}
.headerNew{
    background:#101518;
	position:relative;
	z-index:999;
}
.logoWrp {
  
}
.logoWrp img{
    width: 100%;  
    display: block;
    max-width: 288px;
}
.menu-wrp .main-menu>li>a {
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 10px 9px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: normal;
    text-decoration: none;
}
.menu-wrp .main-menu>li>a:hover{
    color: #d7b65d;
}

.bookQotWrp li a{
    background: #d7b65d;
    color: #000000;
    border-radius: 7px !important;
    text-align: center;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: normal;
    text-decoration: none;
    display: block;
}
.bookQotWrp li a:hover{
    background: #ffffff;
    color: #000000;
}
.bookQotWrp li{
    margin-left: 6px;
}
.mobile-menu{
    display: none;
}
.menu-wrp{
    align-items: center;
    justify-content: flex-end;
}
.main-menu > li{
    margin-left: 6px;
    position: relative;
}
.main-menu .dropdownIcon{
    display: none;
}

.menu-wrp .main-menu li .submenu{
    display: none;   
    padding: 0;
    margin: 0;
    position: absolute;  
    padding-top: 35px; 	
    list-style: none;
    width: 298px;
    box-sizing: border-box;
	z-index: 99;
}
.menu-wrp .main-menu li:hover .submenu{
    display: block;
}

.main-menu .submenu li a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    color: #444;
    font-family: "Poppins", sans-serif;
    padding: 12px 20px 12px 18px;
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #fff;
    text-decoration: none;
}
.main-menu .submenu li a:hover{
    color: #D7B65D;
    cursor: pointer;
}
.main-menu .submenu li:first-child a{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.main-menu .submenu li:last-child a{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.headerNew.stickyCstm {
     position:fixed;
     top: 0;
     left: 0;
     width: 100%;
	 z-index:999;
}
.logoWrp .cstmMobLgo{
    display: none;
}

.menu-wrp .main-menu > .current-menu-item > a,
.menu-wrp .main-menu > .current-menu-parent > a,
.menu-wrp .main-menu > .current-menu-parent > .submenu > .current-menu-item > a{
     color: #d7b65d;
}



/*========= Loader css start =========*/
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/*========= Loader css end =========*/

.page-template-contact .mapAreaSec iframe{
    height: 600px;
    width: 100%;
	border: none;
}
.mapAreaSec .no-scroll {
  overflow: hidden;
  scrollbar-width: none; /* Firefox */
}
.mapAreaSec .no-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}


.aboutYoutubeCnt iframe{
    height: 315px;
    width: 100%;
    border: none;
}