html {
  scroll-behavior: smooth;
}

body {
    color: #fff;
    font-weight: 400;
    background: #000;
	/* overflow-x: hidden; */
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #D4AF37;
}

a {
    color: #D4AF37;
}

a:hover,
a:active,
a:focus {
    color: #E81C2E;
    outline: none;
    text-decoration: none;
}
p {
	color:#fff;
}

.btn.btn-online {
    padding: 10px 30px 12px 30px;
    text-align: center; 
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #D4AF37;
    border: none;
    border-radius: 60px;
    box-shadow: inset 0 0 0 0 #488dbe;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-online:hover {
    color: #ffffff;
    background: #488dbe;
    box-shadow: inset 200px 0 0 0 #488dbe;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}


/* Nav Bar css start from here */
.navBarDiv {
    position: relative;
}

.navBarDiv .nav-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}
.fixtedMenu {
    position: fixed;
    z-index: 9;
    top: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    text-align: center;
	 box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
nav.navbar.navbar-expand-lg.navbarTransparent.fixtedMenu {
    padding: 10px 20px;
}
 .fixtedMenu.navbarTransparent .navbar-nav .nav-link {
	 color:#488dbe;
 }
 .navbarTransparent .navbar-nav .nav-link:focus,
 .navbarTransparent .navbar-nav .nav-link:hover,
 .navbarTransparent .navbar-nav .nav-link.active {
	 color:#D4AF37;
 }
 .fixtedMenu a.btn.btn-online {
	 color:#fff;
	 background-color:#D4AF37;
 }
.navBarDiv .navbar {
    padding: 20px 20px;
    transition: .3s;
}
.fixtedMenu.navbarTransparent.navBarDiv .btn.btn-online {
    color: #fff;
    background: #D4AF37;
    box-shadow: inset 0 0 0 0 #488dbe;
}

.navBarDiv.nav-sticky .navbar {
    padding: 5px 0;
}

.navbarTransparent .navbar-nav .nav-link,
.navbarTransparent .navbar-nav .nav-link:focus,
.navbarTransparent .navbar-nav .nav-link:hover,
.navbarTransparent .navbar-nav .nav-link.active {
    color: #ffffff;
    padding: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.navbarTransparent .navbar-nav .nav-link:hover,
.navbarTransparent .navbar-nav .nav-link.active {
    color: #D4AF37;
}

.navBarDiv .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.navBarDiv .btn.btn-online {
    color: #488dbe;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #488dbe;
}

.navBarDiv .btn:hover {
    color: #ffffff;
    background: #488dbe;
    box-shadow: inset 200px 0 0 0 #488dbe;
}
.navBarDiv .btnStyle {
	margin-right:20px;
}
.navBarDiv a.nav-item.nav-link.mobMenu {
    display: none;
}
/* Nav Bar css start from here */

/* video css*/
/*.bannerTop{
	height: 100vh;
	position: relative;
	    z-index: 999;
}*/
/*.video-container {
	z-index: -1; 
	width:100%;	
	overflow:hidden;
	position:absolute; 
	top:0;
	left:0;
}*/
.video-container {
	z-index: -1; 
	width:100%;	
	overflow:hidden;
	position:relative; 
	top:0;
	left:0;
}
#video-bg{
    width:100%;
}
.responsiveImg {
	width: 100%;
    height: auto;
}

/* video css*/


/* about Us css*/
.about {
    position: relative;
    width: 100%;
    padding: 50px 0 50px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}
.about .section-header h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
}

.about .about-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.about .about-content {
    margin-bottom: 30px;
}

.about .about-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}

.about .about-content ul li {
    margin-bottom: 5px;
}

.about .about-content ul li i {
    margin-right: 8px;
    color: #488dbe;
}

/* about Us css*/



/* Service Css*/
.service {
    position: relative;
    width: 100%;
    padding: 70px 0 30px 0;
	background-color:#f7f7f7;
}
.service .service-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}
.service .service-item i {
    color: #202C45;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 20px;
}
.service .service-item [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#E81C2E, #202C45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}
.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
	color: #488dbe;
}
.service .service-item p {
    margin: 0;
}
.service .placeholder-img {
	width:60px;
	height:60px;
}
.service .section-row {
	padding-top:30px;
}
/* Service Css*/



/* Pricing Plan Css*/
.price {
    position: relative;
    width: 100%;
    padding: 70px 0 50px 0;
}
.price .row {
    padding: 0 15px;
}
.price .col-md-4 {
    padding: 0;
}
.price .price-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.price .featured-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    z-index: 1;
}
.price .price-header {
    padding: 45px 0 30px 0;
}
.price .price-header h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.price .price-header h2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 5px;
}
.price .price-header h2 span {
    font-size: 25px;
    line-height: 55px;
}
.price .price-item.featured-item h2,
.price .price-item.featured-item h3 {
    color: #488dbe;
}
.price .price-body {
    padding: 0 0 20px 0;
}
.price .price-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.price .price-body ul li {
    padding: 0 0 15px 0;
}
.price .price-body ul li i {
    margin-right: 10px;
}
.price .price-body ul li i.fa-check-circle {
    color: #39B972;
}
.price .price-body ul li i.fa-times-circle {
    color: #cccccc;
}
.price .price-item .price-footer {
    padding-bottom: 45px;
}
.price .price-item .price-footer .btn.btn-online {
    color: #ffffff;
    background: #D4AF37;
    box-shadow: inset 0 0 0 0 #488dbe;
}
.price .price-item .price-footer .btn.btn-online:hover {
    color: #ffffff;
    background: #488dbe;
    box-shadow: inset 200px 0 0 0 #488dbe;
}
.price .price-item.featured-item .price-footer .btn.btn-online {
    color: #ffffff;
    background: #488dbe;
    box-shadow: inset 0 0 0 0 #D4AF37;
}
.price .price-item.featured-item .price-footer .btn.btn-online:hover {
    color: #ffffff;
    background: #D4AF37;
    box-shadow: inset 200px 0 0 0 #D4AF37;
}
.section-header p {
	display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #488dbe;
}

/* Pricing Plan css*/


/* Contact Us Form */

.contact {
    position: relative;
    width: 100%;
    padding: 70px 0 70px 0;
}
.contact .contact-form {
    padding: 45px 30px;
    background: #488dbe;
    border-radius: 5px;
}
.contact .contact-form h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}
.contact .contact-form .form-group {
    margin-bottom: 15px;
}
.contact .contact-form .form-control {
    height: 45px;
    color: #ffffff;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background: transparent !important;
}
.contact .contact-form label {
    color: #fff;
}
.contact .contact-form textarea.form-control {
    height: 120px;
    padding: 15px;
}

.contact .contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.contact .contact-form .form-control:-ms-input-placeholder,
.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .btn.btn-online {
    width: 30%;
    color: #488dbe;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #D4AF37;
}

.contact .contact-form .btn.btn-online:hover {
    color: #ffffff;
    background: #D4AF37;
    box-shadow: inset 400px 0 0 0 #D4AF37;
}

.contact .contact-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.contact .contact-info-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D4AF37;
    border-radius: 50px;
}

.contact .contact-info-icon i {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-info-text h3 {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact .contact-info-text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.contact .contact-info-text {
    padding-left: 20px;
}
.contact .contact-info-text p a {
	color:#fff;
}
.contact .contact-form h4 {
	color:#fff;
	padding-bottom: 15px;
}
/* Contact Us Form  */

/* appointment Form */
.appointment {
    position: relative;
    width: 100%;
    padding: 70px 0 70px 0;
	background-color: #488dbe;
}
.appointment .appointment-form{
    padding: 45px 30px;
    background: #000;
    border-radius: 5px;
}
.appointment .appointment-form .form-control {
    height: 45px;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #ffff;
    background: transparent !important;
}
.appointment .appointment-form .form-group {
    margin-bottom: 15px;
}
.appointment .appointment-form .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.appointment .appointment-form .form-control:-ms-input-placeholder,
.appointment .appointment-form .form-control::-ms-input-placeholder {
    color: #fff;
}
.appointment .appointment-form .btn.btn-online {
    width: 25%;
    color: #ffffff;
    background: #d4af37;
    box-shadow: inset 0 0 0 0 #488dbe;
}
.appointment .appointment-form .btn.btn-online:hover {
    color: #ffffff;
    background: #488dbe;
    box-shadow: inset 400px 0 0 0 #488dbe;
}
select option {
    margin: 40px;
    background: #000;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}



input[type=datetime-local]::-webkit-calendar-picker-indicator{
background-color:#fff;
}
/* appointment Form */





/* Footer Css*/

.footer {
    position: relative;
    padding-top: 90px;
    background: #000;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #488dbe;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #488dbe;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #488dbe;
    background: #ffffff;
    border-radius: 40px;
    margin-right: 5px;
    transition: .5s;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-social a:hover {
    color: #ffffff;
    background: #D4AF37;
}

.footer .footer-newsletter form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    margin-bottom: 15px;
    height: 45px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.footer .footer-newsletter label {
    margin-top: 5px;
    color: #777777;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer .footer-newsletter .btn.btn-online {
    width: 100%;
    color: #488dbe;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #488dbe;
}

.footer .footer-newsletter .btn:hover {
    color: #ffffff;
    background: #D4AF37;
    box-shadow: inset 200px 0 0 0 #D4AF37;
}

.footer .copyright {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright p a {
    color: #488dbe;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}
.footer .footerLogo {
   width:250px;
   height:100px;
   display:block;
}
.footer .footerLogoDiv {
	margin-top:0px;
}
.footer .footerImg {
	height: auto;
    max-width: 100%;
}
.footer .footerLogoDiv p {
	 color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.footer .footer-contact p a {
	color:#fff;
}
/* Footer Css*/





@media only screen and (max-width: 767px){
#service .header-menu-wrap ul li > a {
    color: #000 !important;
}
/*.bannerTop{
	height: 40vh;
}*/
.mainServiceHeading {
    text-align: center;
}
.bannerHeading {
    font-size: 30px !important;
}
.bannersubHeading {
    font-size: 60px !important;
}
.primary-header .btn.btn-online {
	   padding: 10px 10px 12px 10px;
}
img.carWashImg {
    width: 350px;
	margin:0 auto;
}
.serviceRow {
    display: block !important;
}
.serviceContent {
    padding: 0 20px !important;
}
.serviceRow1 {
    width: 100% !important;
}
.serviceRow2 {
    width: 100% !important;
}
.serv
.navBarDiv a.nav-item.nav-link.mobMenu {
    display: block;
}
/*.about .about-img img {
	display:none;
}*/
/*.bannerTop {
    height: 30vh !important;
}*/
.about {
    padding: 80px 0 50px 0;
}
.navBarDiv .navbar-nav {
    background-color: #488dbe;
	text-align: center;
	padding: 10px;
} 
.fixtedMenu.navbarTransparent .navbar-nav .nav-link {
    color: #fff;
}
.nav-bar .navbar-brand {
        display: none;
}
.navbarTransparent .navbar-nav .nav-link,
.navbarTransparent .navbar-nav .nav-link:focus,
.navbarTransparent .navbar-nav .nav-link:hover,
.navbarTransparent .navbar-nav .nav-link.active {
        padding: 5px 15px;
}
nav.navbar.navbar-expand-lg.navbarTransparent.fixtedMenu {
    padding: 0px;
}    
.navBarDiv .dropdown-menu {
        box-shadow: none;
}
.navBarDiv .btn {
        display: none;
}
.navBarDiv .navbar {
    padding: 0px 0px;
}
.navbarTransparent .iconStyle {
	color:#fff !important;
}
.fixtedMenu .iconStyle {
	color:#000 !important;
}
button.navbar-toggler {
    outline: none;
}
.appointment .appointment-form .btn.btn-online {
    width: 100%;
}
.contact .contact-form .btn.btn-online {
    width: 100%;
}
}



@media only screen and (max-width: 959px) and (min-width: 768px){
.serviceRow {
    display: block !important;
}
.serviceContent {
    padding: 0 10px !important;
}
.serviceRow1 {
    width: 100% !important;
}
.serviceRow2 {
    width: 100% !important;
}
img.carWashImg {
    width: 350px;
}
.navBarDiv a.nav-item.nav-link.mobMenu {
    display: block;
}
.contact .contact-form .btn.btn-online {
    width: 50%;
}
.navBarDiv .navbar-nav {
    background-color: #488dbe;
	text-align: center;
	padding: 10px;
} 
.fixtedMenu.navbarTransparent .navbar-nav .nav-link {
    color: #fff;
}
.nav-bar .navbar-brand {
        display: none;
}
.navbarTransparent .navbar-nav .nav-link,
.navbarTransparent .navbar-nav .nav-link:focus,
.navbarTransparent .navbar-nav .nav-link:hover,
.navbarTransparent .navbar-nav .nav-link.active {
        padding: 5px 15px;
}
    
.navBarDiv .dropdown-menu {
        box-shadow: none;
}
.navBarDiv .btn {
        display: none;
}
.navBarDiv .navbar {
    padding: 0px 0px !important;
}
/*.bannerTop {
    height: 40vh;
}*/
button.navbar-toggler {
    outline: none;
}
.navbarTransparent .iconStyle {
	color:#fff !important;
}
.fixtedMenu .iconStyle {
	color:#000 !important;
}
button.navbar-toggler {
    outline: none;
}
.dropdown-item {
	text-align:center;
}
}


@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
img.carWashImg {
    width: 450px;
}
}
/* Ipad pro Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
img.carWashImg {
    width: 450px;
}
}

@media only screen and (max-width: 1024px) and (min-width: 960px){
.about {
    padding: 70px 0 50px 0;
}
}

/*@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) 
and (orientation:portrait) {
.bannerTop {
    height: 45vh;
}
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 767px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
.bannerTop {
    height: 100vh !important;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.bannerTop {
    height: 75vh !important;
}
}*/


.main-banner {
    position: relative;
}
#bg-video {
    min-width: 100% !important;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}
.video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.5);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}
.main-banner .caption {
    text-align: center;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.bannerHeading {
	font-size: 40px;
    color: #fff;
}
.bannersubHeading {
	font-size: 80px;
    color: #fff;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.page-heading {
    text-align: center;
    background-image: url(https://cjshandcarwash.com.au/img/ServiceBanner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 150px 0px;
    color: #fff;
    position: relative;
}
#service .navbarTransparent .navbar-nav .nav-link {
	color:#000;
}
.serviceRow {
    width: 100%;
    display: flex;
}
.serviceRow1 {
    width: 50%;
}
.serviceRow2 {
    width: 50%;
}
.serviceBlock {
	padding:50px;
	background-color:#000;
}
.serviceHeading {
	font-size:20px;
	color:#fff;
}
.serviceRow ul {
	color:#fff;
}
.x-small {
    font-size: 50%;
}
.serviceRow2 h2 {
	color:#fff;
	margin-bottom:0px;
}
.service-items img {
	margin-bottom:20px;
}
.moreBtn {
	color:#488dbe;
	font-size:16px;
	padding:20px;
}
.moreBtn:hover {
	color:#D4AF37;
}
.serviceContent {
	padding:0 10px;
}
.carWashImg {
	width:500px;
}
.mainServiceHeading {
	margin-bottom:20px;
}
.pageTitle {
	font-size:50px;
	color:#fff;
}
.serviceRow1 .btn.btn-online {
	margin-bottom:20px;
}

.dropdown > a {
	 display: flex;
	 align-items: center;
	padding: 15px;
    color: #fff;
    font-weight: 500;
}
 .dropdown > a:hover {
	color:#D4AF37;
}
nav.navbar.navbar-expand-lg.navbarTransparent.fixtedMenu .dropdown > a {
	color:#488dbe;
}
 .dropdown > a .icon {
	 margin-left: 0.25em;
}
 .dropdown:hover .dropdown-nav {
	 opacity: 1;
	 transform: translateY(0);
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
 .dropdown-nav {
	 opacity: 0;
	 transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
	 transform: translateY(-4rem);
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 position: absolute;
	 z-index: 1;
	 background: #f7f7f7;
}
 .dropdown-nav a {
	 font-weight: 500;
	 font-size: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
	    background-color: #f1f1f1;
}

#service .dropdown > a {
	color:#000;
}
#service .navBarDiv .btn.btn-online {
    color: #ffffff;
    background: #D4AF37;
    box-shadow: inset 0 0 0 0 #488dbe;
}
#service .navBarDiv .btn.btn-online:hover {
    color: #ffffff;
    background: #488dbe;
    box-shadow: inset 200px 0 0 0 #488dbe;
}



/* Header css*/
.header {
  background-color: #fff;
  width: 100%;
  height: auto;
  display: block;
}
.viewport-sm .primary-header {
  padding: 10px 0;
}
/*.header-menu-wrap {
  margin-left: auto;
}*/	
.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 99;
  display:none;
}
.sticky-header .primary-header {
  background-color: #fff;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.sticky-header.headroom--top {
  transform: translateY(-100%);
}
.headroom {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--pinned {
  transform: translateY(0);
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixtedMenu {
    position: fixed;
    z-index: 9;
    top: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    text-align: center;
	 box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.mobile-menu-icon {
  display: none;
}
.burger-menu {
  width: 20px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: transform 330ms ease-out;
  -moz-transition: transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
}
.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.line-menu {
  background-color: #222;
  border-radius: 2px;
  width: 100%;
  height: 3px;
}
.line-menu.line-half {
  width: 50%;
}
line-menu.first-line {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  -moz-transform: rotate(-90deg) translateX(3px);
  -o-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px);
}
.line-menu.last-line {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -moz-transform: rotate(-90deg) translateX(-3px);
  -o-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}
.header-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu-wrap ul li {
  display: inline-block;
  position: relative;
}
.header-menu-wrap ul li > a {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #0f1e3b;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  text-decoration: none;
}
.header-menu-wrap ul li:hover > a {
  color: #488dbe;
}
.header-menu-wrap li ul {
  background-color: #fff;
  display: block;
  width: 250px;
  padding: 30px 0;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
  left: -35px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.header-menu-wrap li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.header-menu-wrap li li {
  display: block;
  padding: 0 35px;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
}
.header-menu-wrap li li:last-child {
  margin: 0;
}
.header-menu-wrap li li > a {
  display: block;
  height: auto;
  line-height: inherit;
  color: #263a4f;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.5;
  text-transform: capitalize;
  padding: 1px 8px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
.header-menu-wrap li li:hover > a {
  color: #D4AF37 !important;
  background-color: #f9f9f9;
}
.header-menu-wrap li ul li ul {
  width: 250px;
  position: absolute;
  left: 100%;
  top: 0;
}
@media (min-width: 993px) {
  .header-menu-wrap li ul {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .headroom--top .header-menu-wrap,
  .headroom--unpinned .header-menu-wrap {
    display: none !important;
  }
  .dropdown-plus {
    width: 49px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .dropdown-plus:before,
  .dropdown-plus:after {
    position: absolute;
    content: "";
    top: 24px;
    right: 18px;
    width: 13px;
    height: 1px;
    background-color: #222;
  }
  .dropdown-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dropdown-plus.dropdown-open:after {
    display: none;
  }
  .mobile-menu-icon {
    display: block;
  }
  .header-menu-wrap {
    display: none;
    background-color: #000;
    width: 100%;
    height: auto;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 999;
  }
  .header-menu-wrap ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  .header-menu-wrap ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
  }
  .header-menu-wrap ul li > a {
    padding: 10px 15px;
    height: inherit;
    line-height: inherit;
  }
  .header-menu-wrap ul li ul li ul,
  .header-menu-wrap ul li ul {
    background-color: transparent;
    width: 100%;
    opacity: 1;
    padding: 0;
    visibility: visible;
    position: inherit;
    display: none;
    top: inherit;
    left: inherit;
    box-shadow: none;
  }
  .header-menu-wrap li li {
    padding-left: 11px;
  }
  .header-menu-wrap li li:last-child {
    border-bottom: none;
  }
  .header-menu-wrap li li > a {
    color: #263a4f;
    font-size: 13px;
  }
  .header-menu-wrap li li:hover > a {
    color: #666;
  }
}
@media (max-width: 580px) {
  .header-right a.menu-btn {
    line-height: 40px;
    font-size: 10px;
    padding: 0 25px;
  }
  .primary-header .header-logo {
    max-width: 150px;
  }
}
.primary-header-inner .header-right {
  display: flex;
  align-items: center;
  line-height: 80px;
  margin-left: 20px;
}
.header-right .mobile-menu-icon {
  margin-left: 20px;
}
.header-right a.menu-btn {
  background-color: #00b1a9;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.header-right a.menu-btn:hover {
  background-color: #0f1e3b;
  opacity: 0.8;
  color: #fff;
}
.primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.primary-header .header-logo {
  max-width: 180px;
}
.viewport-lg .primary-header .header-menu-wrap {
  display: block !important;
}
.headerStyle {
    background-color: #fafafa;
    padding: 5px 0px;
}
.line-menu.first-line {
    transition: transform 330ms cubic-bezier(.54,-.81,.57,.57);
    transform-origin: right;
}
/* header css*/

img.instaIcon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.primary-header {
    background-color: #000;
}
.header-menu-wrap ul li > a {
	color:#fff;
}
 .line-menu {
	background-color:#fff;
}