:root{
	--primary-color: #42A5DC;
	--secondary-color: #021C2F;
}

html, body{
	overflow-x: hidden;
}
#mainNavbar a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: remove small gap */
}

/* Optional: make dropdown smooth */
.dropdown-menu {
    transition: all 0.3s ease;
}
.navbar-nav li{
    text-transform:uppercase;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:14px;
}
.navbar-light .navbar-nav .nav-link{
    color:#555555;
}
.current_page_item a{
	color: var(--primary-color) !important;
}
.hd-book-btn{
    background:#0275C6;
    padding:10px 25px;
    border-radius:50px;
    color:#FFFFFF;
    font-family: "Work Sans", sans-serif;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
}
@media screen and (max-width:768px){
	.hd-book-btn{
		display: inline-block !important;
	}
}
.hd-book-btn:hover{
    color:#f1f1f1;
}
.hd-book-btn img{
    margin-right:10px;
}
.title-box h5{
	color: var(--primary-color);
	font-size: 16px;
	text-transform: uppercase;
	  font-family: "Roboto", sans-serif;
}

.title-box h2{
 font-family: "Roboto Condensed", sans-serif;
font-weight: 700;
}
@media screen and (min-width:991px){
	.title-box h2{
font-size: 50px;
}
}
/*-----------------------------------
    Universal Styling
------------------------------------*/
@media screen and (min-width:991px){
	.title-box h2{
	font-size: 30px;
}
}
a{
	text-decoration: none;
}
/* button */
.primary-btn-1{


    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 15px 35px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
    border-radius: 50px;
    }
    .primary-btn-1:hover{
        color: #fff;
    border: 1px solid var(--secondary-color);
    }
    .primary-btn-1 span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: all .6s;
    transform: translate(-50%, -50%);
    z-index: -1;
    }
    .primary-btn-1:hover span{
        width: 225%;
        height: 1000.5px;
    }

/*-----------------------------------
Hero  section Styling
------------------------------------*/
.hero-section-form-wrapper {
	background: #fff;
	width: 342.78px;
	border-radius: 30px;
}
@media screen and (max-width:768px){
	.hero-section-form-wrapper{
		width: 100%;
	}
}
.hero-section-form-wrapper h3{
	padding: 20px;
	color: var(--primary-color);
	position: relative;
	font-size: 16px;
	font-weight: 600;
	  font-family: "Roboto", sans-serif;
}
.hero-section-form-wrapper h3:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background:  #CDCDCD;
	top: 100%;
	left: 0;
}
.hero-section-form-wrapper h3:after{
	content: '';
	position: absolute;
	width: 123px;
	height: 3px;
	background:  var(--primary-color);
	top: 98%;
	left: 5%;
}
.hero-section-form-wrapper .hero-section-form input{
	background: #E9E9E9;
	height: 40.81px;
	border: none;
	border-radius: 10px;
}
.hero-section-form-wrapper .hero-section-form input:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
}
.hero-section-form-wrapper .hero-section-form input::placeholder{
	color: #AAAAAA;
}
.hero-section-form-wrapper .hero-section-form select{
	background: #E9E9E9;
	height: 40.81px;
	border: none;
	border-radius: 10px;
		color: #AAAAAA;
}
.hero-section-form-wrapper .hero-section-form select:focus{
	color: var(--primary-color);
	box-shadow: none;
}
.hero-section-form-wrapper .hero-section-form textarea{
	height: 78px;
	background: #E9E9E9;
	border: none;
	border-radius: 10px;
	
}
.hero-section-form-wrapper .hero-section-form textarea:focus{
	box-shadow: none;
	color: var(--primary-color);
}
.hero-section-form-wrapper .hero-section-form textarea::placeholder{
	color: #AAAAAA;
	
}
.hero-section-form-wrapper .hero-section-form .theme-btn{
	background: var(--primary-color);
	padding: 10px 30px;
color: #fff;
	height: unset !important;
}
/*-----------------------------------
About section Styling
------------------------------------*/
.about .about-content h3{
	color: #4B4B4B;
	 font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width:991px){
	.about .about-content h3{
		font-size: 24px;
	}
}
.about .about-content p{
	color: #7D7D7D;
	 font-family: "Roboto", sans-serif;
	line-height: 1.8;
}
.about .about-featured-wrapper .about-featured-icon{
	width: 73px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	background: var(--primary-color);
	border-radius: 50px;
}
.about .about-featured-wrapper .about-featured-icon img{
	width: 44px;
	height: 44px;
}
	.about .about-featured-wrapper .about-featured-text h3 {
	  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width:991px){
	.about .about-featured-wrapper .about-featured-text h3{
		color: var(--primary-color);
		font-size: 22px;
	}
}
.about .about-featured-wrapper .about-featured-text p{
	color: #A2A2A2;
	width: 170px;
}
@media screen and (max-width:475px){
	.about .about-featured-wrapper .about-featured-text p{
	width: 160px !important;
}
}
@media screen and (max-width:768px){
	.about .about-featured-wrapper .about-featured-text p{
	width: 313px;
}
}

@media screen and (min-width:1400px){
	.about .about-featured-wrapper .about-featured-text p{
	width: 197px;
}
}
/*-----------------------------------
Services section Styling
------------------------------------*/
.services .title-box{
	border-bottom: 1px solid #D9D9D9;
}
.services .services-top-btn a{
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	padding: 10px 30px;
	text-transform: uppercase;
}
.services .services-img-wrapper img{
	width: 100%;
	height: 310px;
	object-fit: cover;
	border-radius: 6px;
}
.services  .services-content h5 a{
	color: var(--primary-color);
}
.services  .services-content h5 a:hover{
	color: var(--secondary-color);
}
@media screen and (min-width:991px){
	.services  .services-content h5 a{
		font-size: 24px;
	}
}
.services  .services-content p{
	color: #717171;
}

/*-----------------------------------
Why Choose Us Styling
------------------------------------*/
.why-choose-section .why-choose-para p{
	color: #717171;
	  font-family: "Roboto", sans-serif;
	font-weight: 400;
}
@media screen and (min-width:991px){
	.why-choose-section .why-choose-para p{
	font-size: 20px;
}
}
.why-choose-section .why-choose-content-wrapper .why-choose-content-icon{
	width: 104px;
	height: 104px;
	line-height: 104px;
	background: #0275C6;
	border-radius: 30px;
	text-align: center;
}

@media screen and (max-width:768px){
.why-choose-section .why-choose-content-wrapper .why-choose-content-icon{
	border-radius: 50px;
	
}	
}


.why-choose-section .why-choose-content-main-wrapper .why-choose-content-wrapper .highlight .why-choose-content-icon{
	background: #42A5DC;
}
.why-choose-section .why-choose-content-wrapper .why-choose-content-icon img{
	width: 66px;
	height: 66px;

}
@media screen and (max-width:768px){
	.why-choose-section .why-choose-content-wrapper .why-choose-content-icon{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.why-choose-section .why-choose-content-wrapper .why-choose-content-icon img{
	width: 33px;
	height: 33px;

}
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text h3{
	font-size: 19px;
}
}
.why-choose-section .why-choose-content-wrapper .why-choose-content-text h3{
	color: #000;
	 font-family: "Oswald", sans-serif;
	font-weight: 600;
}
@media screen and (max-width:768px){
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text h3{
		width: 220px;
	}
}
.why-choose-section .why-choose-content-wrapper .why-choose-content-text p{
	color: #717171;
	  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:991px){
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text h3{
		font-size: 26px;
	}
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text p{
		width: 516px;
	}
}
@media screen and (max-width:768px){
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text p{
		width: 220px;
	}
}
/*-----------------------------------
  Testimonials Styling
------------------------------------*/
.testimonials{
	background: var(--secondary-color);
	position: relative;
	height: 484px;
	overflow: hidden;
}
.testimonials .testimonials-img-wrapper {
	position: relative;
}
.testimonials .testimonials-img-wrapper .testimonials-shape{
	position: absolute;
	height: 484px;
}
.testimonials .testimonials-img-wrapper .testimonials-img{
	position: absolute;
	z-index: 2;
	height: 616px;
	object-fit: contain;
}
@media screen and (max-width:768px){
	.testimonials .testimonials-img-wrapper .testimonials-shape{
	display: none;
}
	.testimonials .testimonials-img-wrapper .testimonials-img{
		display: none;
	}
	.testimonials{
		height: unset !important;
	}
}
/*-----------------------------------
    Home Contacts Area list Styling
------------------------------------*/
.gallery-before-after-section .gallery-before-after-content img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 6px;
}
.gallery-before-after-section .gallery-before-after-content{
	position: relative;
}
.gallery-before-after-section .gallery-before-after-content:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	border-radius: 6px;
	opacity: 0
}
.gallery-before-after-section .gallery-before-after-content .icon-search{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	color: #fff;
}
.gallery-before-after-section .gallery-before-after-content:hover:before{
	opacity: 1;
}
.gallery-before-after-section .gallery-before-after-content:hover .icon-search{
	opacity: 1;
}
/*-----------------------------------
    Home Contacts Area list Styling
------------------------------------*/
.homepage-contact-section .home-area-list ul{
	list-style: none;
	padding-left: 0;
	column-count: 2;
}
@media screen and (max-width:768px){
	.homepage-contact-section .home-area-list ul{
			column-count: 1;
	}
}
.homepage-contact-section .home-area-list ul li a{
	color: #fff;
	text-decoration: none;
	transition: all .5s ease-in-out;
	  font-family: "Roboto", sans-serif;

	
}
.homepage-contact-section .home-area-list ul li a:hover{
	color: var(--primary-color);
}
.homepage-contact-section .home-area-list ul li a:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 10a2 2 0 0 0-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
	position: relative;
	top: 10px;
}
/* homepage contact form CSS */
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input,
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper select{
	height: 47px;
	border-radius: 4px;
	background: #fff !important;
	border: none;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input::placeholder,
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea::placeholder{
	color: #A8A8A8;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper select{
	color: #A8A8A8;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea{
	height: 109px;
	background: #fff !important;
	border: none;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea:focus{
		color: var(--primary-color);
	box-shadow: none;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper .theme-btn{
	background: var(--primary-color) !important;
	color: #fff;
	padding: 10px 35px;
	transition: all .5s ease-in-out;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper .theme-btn:hover{
	background: var(--secondary-color) !important;
}

@media screen and (min-width:991px){
	.homepage-contact-section .home-page-contact-section-left,
	.homepage-contact-section .home-page-contact-section-right{
		height: 585px !important;
		max-height: 600px;
	}
}
/* Map CSS */
.map-section iframe{
	border-radius: 16px;
}

/* Footer */
footer{
    background-color:#021C2F;
/*     padding:45px 0; */
}
footer p{
    font-family:"Work Sans", sans-serif;
    font-size:15px;
    color:#FFFFFF;
    font-weight:400;
}
.opening_hour h5{
    font-family:"Work Sans", sans-serif;
    font-size:18px;
    color:#FFFFFF;
    font-weight:700;
}
footer h4{
    font-family: "Roboto Condensed", sans-serif;
    color:#42A5DC;
    font-weight:600;
    font-size:22px;
}
.horline{
    height:1px;
    background-color:#42A5DC;
    width:63px;
    margin-bottom:20px;
}
.footmenu li{
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
}
.footmenu li a{
    color:#FFFFFF;
    text-decoration:none;
}
.footmenu li a:hover{
    color:#42A5DC;
}
.footcont li{
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
}
.footcont li a{
    color:#FFFFFF;
    text-decoration:none;
}
.footcont li a:hover{
    color:#42A5DC;
}
.footaddress{
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
    color:#FFFFFF;
}

/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 60vh !important;
}
.page-banner h1{
    color: #fff;
    font-weight: 600;
	 font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 48px;
    }
}
.page-banner .breadcrumb li a {
    color: var(--primary-color);
	 font-family: "Roboto Condensed", sans-serif;
}
.page-banner .breadcrumb li{
    color: #fff;
}

/*-----------------------------------
   Testimonials CSS
------------------------------------*/
.testimonials-page{
	background: unset !important;
}
.testimonials-page .wp-google-name span{
	color: #000 !important;
}
.testimonials-page .wp-gr .wp-google-based{
	color: #000 !important;
}

.testimonials-page .wp-gr .wp-google-powered{
	color: #000 !important;	
}


/*-----------------------------------
   Contact Us page CSS
------------------------------------*/

.contact-page-section .contact-page-section-content{
	padding: 30px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	min-height: 180px;
	max-height: 180px;
}
.contact-page-section .contact-page-section-content svg{
	color: var(--primary-color);
	
}
.contact-page-section .contact-page-section-content a{
	color: #000;
	 font-family: "Roboto Condensed", sans-serif;
}
.contact-page-section .contact-page-section-content a:hover{
	color: var(--primary-color);
}
@media screen and (min-width:991px){
	.contact-page-section .contact-page-section-content a{
	font-size: 24px;
}
}

/*-----------------------------------
   Areas page CSS
------------------------------------*/
.area-page-section .area-page-content .primary-btn-1{
	width: 185px;
	padding: 15px !important;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:768px){
	.area-page-section .area-page-content .primary-btn-1{
		width: 170px;
		padding: 10px 0 !important;
	}
}
/*================================
 <-- Single Service -->
==================================*/ 
.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: #222;
	 font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.single-service .single-service-sidebar h3:before,
.single-service .single-service-sidebar-contacts h3:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background: var(--primary-color);
	top: 100%;
}
.single-service .single-service-sidebar ul{
	list-style: none;
	padding-left: 0;
	border: 1px solid #d7d7d7;
	}
.single-service .single-service-sidebar ul{
	background: var(--secondary-color);
}
.single-service .single-service-sidebar ul li a{
/* 	background: #f5f5f5; */
	color: #fff;
	padding: 18px 30px;
	text-transform: capitalize;
	font-weight: 500;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	z-index: 9 !important;
	display: block;
	transition: all .5s ease-in-out;
	 font-family: "Roboto Condensed", sans-serif;
}
.single-service .single-service-sidebar ul li a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--primary-color);
	transition: all .5s ease-in-out;
	z-index: -1;
	
}
.single-service .single-service-sidebar ul li:hover a:before{
	width: 100%;
	border-left: 4px solid #000;
}
.single-service .single-service-sidebar ul li:hover a{
	color: #fff;
}
.single-service .single-service-sidebar ul li a:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");
	position: absolute;
	right: 20px;
}

.single-service .single-service-sidebar-contacts .single-service-sidebar-info svg{
	width: 44px;
	height: 45px;
	color: var(--primary-color);
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a{
	color: #777;
	transition: all .5s ease-in-out;
	 font-family: "Roboto Condensed", sans-serif;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a:hover{
	color: var(--primary-color);
}
.single-service .single-service-content-img img{
	border-radius: 5px;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info h4{
	font-size: 18px;
	 font-family: "Roboto Condensed", sans-serif;
}
.single-service .single-service-content-img{
	position: relative;
	overflow: hidden;
	
}
/* .single-service .single-service-content-img:before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: linear-gradient(rgba(180, 16, 23, 0.5),rgba(180, 16, 23, 0.5));
	transition: all .5s ease-in-out;
	border-radius: 10px;
} */
.single-service .col-md-8:hover .single-service-content-img:before{
	width: 100%;
}
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
		border-radius: 10px;
	}
@media screen and (min-width:991px){
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
}
.single-service .single-service-content p{
	color: #777;
	line-height: 1.5;
	text-align: justify;
}
.single-service .single-service-content h2,
.single-service .single-service-content h3,
.single-service .single-service-content h4{
	color: var(--primary-color);
}
.single-service .single-service-content ul li,
.single-service .single-service-content ol li{
	color:  #777;
}

/*-----------------------------------
      contact section style
------------------------------------*/
.services-contact-section{
    background: #f3f3f3;
}
.services-contact-section .contact-section-content p{
    font-size: 13px;
    line-height: 23px;
    color: #7F7F7F;
}
.services-contact-section .contact-section-form{
    background: var(--primary-color);
    position: relative;
/*     transform: translateY(-29px); */
    /* margin-bottom: -50px; */
}
.services-contact-section .contact-section-form:before{
    top: 0;
    left: -25px;
    width: 25.63px;
    height: 29px;
    position: absolute;
    content: "";
    background: var(--third-color);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

.services-contact-section .contact-section-form input,
.services-contact-section .contact-section-form select{
    height: 47px;
    border-radius: 3px;
    color: var(--primary-color);
}

.services-contact-section .contact-section-form input::placeholder{
    color: #9E9E9E;
     font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
}
.services-contact-section .contact-section-form select{
    color: #9E9E9E;
   font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
}
.services-contact-section .contact-section-form input:focus{
    box-shadow: none;
}
.services-contact-section .contact-section-form .theme-btn {
    cursor: pointer;
    position: relative;
    padding: 10px 24px;
    color: var(--primary-color);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 34px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    font-size: 15px;
    border-radius: 4px;
    
  }


/*================================
 <-- Single Area Section -->
==================================*/
.single-area-section .single-area-section-content h2{
	position: relative;
	padding-left: 30px;
}
.single-area-section .single-area-section-content h2:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	background: var(--primary-color);
	left: -5px;
}
.single-area-section .single-area-section-content p{
	color: #606060 !important;
	line-height: 2;
}
.single-area-section .single-area-section-content iframe{
	border-radius: 10px;
}
/*================================
 <-- Footer Bottom CSS Section -->
==================================*/
footer .footer-bottom p,
footer .footer-bottom p a{
	color: #A8C1FF7D;
}
footer .footer-bottom p a:hover{
	color: var(--primary-color);
}
footer .footer-bottom p{
	position: relative;
	background: #021C2F;
	
}
footer .footer-bottom p:before{
	content: '';
	position: absolute;
	width: 515px;
	height: 1px;
	background: #A8C1FF26;
	left: 0;
	top: 50%;
}
footer .footer-bottom p:after{
	content: '';
	position: absolute;
	width: 515px;
	height: 1px;
	background: #A8C1FF26;
	right: 0;
	top: 50%;
}
@media screen and (max-width:768px){
	footer .footer-bottom p:before{
	display: none;
}
		footer .footer-bottom p:after{
	display: none;
}
}

/* navbar */
.sticky1 {
    position: fixed !important;
	background: #fff;
    top: -5px;
    width: 100%;
    z-index: 10;
   opacity: 0;
   transition: all .5s ease-in-out;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .navbar.sticky1{
   opacity: 1;
  
  }

.navbar img{
	width: 150px !important;
}
.navbar .navbar-calendar{
	width: unset !important;
}
.modal{
	z-index: 99999 !important;
}