﻿.sticky .header-one{
	height: 0px;
	background: none;
}
.sticky .logo-h{
	width: 104px;
	margin-top: 0; 
}
.sticky .azmayesh{
	display: none;
}
.sticky .hdr-search{

	margin-top: -35px;
}
a:hover{
	color: #fff;
}
.sticky .search-banner{
	top: 31px;
}

.normal a {
	padding-right: 0;
	margin-right: -7px;
	margin-left: 15px;
}
.fonts i:hover {
	transform: translatey(-7px);
}


.azmayesh {
	text-align: left;
	color: #fff;
	margin-left: 11px;
	position: absolute;
	top: 8px;
	left: 20px;
}
.inner-page {
	background: #fff;
	box-shadow: 0 0 8px 2px #9f9f9f;
	border-radius: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 15px 0;
}

.header-one {
	background: #000;
	padding: 0;
	height: 34px;
	position: absolute;
	z-index: 999999999999999999;
	width: 100%;
	top: 0;
}
.la-img {
	position: relative;
	top: 10px;
}
.phone-menu{
	display: none;
}
a:hover {

	text-decoration: none !important;
}


.fa.fa-user:hover {
	color: #095a83;
}

.mdl-button.mdl-js-button.mdl-button--fab.hdr-search:hover {
	background: none;
}

.menu-megamenu-li-a {
	display: none !important;
}
.inner-content.dropdown {
	display: none;
}
.none-dr {
	display: none !important;
}

.drop-item {
	display: none !important;
}
/**************************************************
[ 3.0 HEADER CSS START ] **************************
***************************************************/
#header {
	position: relative;
	background-color: #FFF;
	z-index: 11; }

#hdr-top-wrapper {
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #EEE; }

.hdr-top {
	text-align: right;
	overflow: visible; }

.hdr-top-block {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px; }

.hdr-number .fa {
	font-size: 20px;
	color: #777; 
	padding: 0 0 0 5px;
}

#profile-menu {
	font-weight: 400;
	padding: 0 5px; }

.hdr-top-line {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 30px;
	margin: 0 5px;
	background-color: #DDD; }

#hdr-wrapper {
	background: #FFF;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.15); }

.hdr {
	overflow: visible; }

.hdr-logo a {
	display: inline-block; }
.hdr-logo a img {
	max-width: 200px;
	height: 40px; }

.menu {
	/*! position: relative; */
	text-align: right;
	margin: 0;
	left: 0;
	padding-right: 8px;

}
.menu ul {
	margin: 0;
	padding: 0; }
.menu li li {
	position: relative;
	margin: 0;
	display: block;
	width: auto; }
.menu li li a {
	position: relative;
	font-size: 13px;
	color: #b80000 !important;
	padding: 0 5px;
	transition: all .4s ease-in-out; 
	font-weight: 600;
}
.menu li li a::before {
	content: '';
	position: absolute;
	top: 20%;
	right: 0;
	width: 0;
	height: 60%;
	background: #fe0000;
	transition: all .4s ease-in-out; }
.menu li li a:hover {
	color: #000 !important;
	padding-right: 5px; }
.menu li li a:hover::before {
	width: 2px; }
.menu li li:nth-last-child(1) a {
	/*! border-bottom: 0; */ }
.menu li:hover > .menu-dropdown, .menu li:hover > .menu-megamenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px); }
.menu a {
	display: block;
	height: auto;
	font-weight: 400;
	text-transform: none; }
.menu > li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0; }
.menu > li > a {
	position: relative;
	line-height: 18px;
	color: #555;
	font-size: 13px;
	padding: 2px 6px; 
}
.menu > li > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 8px;
	/*! background: #bbb5b5; */
	transition: all .3s ease-in-out; 
	z-index: 9999999;
}
.menu > li > a .fa {
	font-size: 12px;
	color: #FFFAFA;
}
.menu > li > a.active {
	background: rgba(158, 158, 158, 0.1); }
.menu > li > a.active::after {
	width: 100%; }
.menu > li > a:hover::after {
	width: 100%; }
.menu .mobile-menu-close {
	display: none;
	position: absolute !important;
	top: 10px;
	right: 21px;
	width: 32px;
	height: 32px;
	line-height: 15px;
	text-align: center;
	padding: 8px;
	background-color: #000;
	border-radius: 50%;
	cursor: pointer;
}
.menu .mobile-menu-close .fa {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 18px;
	color: #EEE; }

.menu-megamenu, .menu-dropdown {
	position: absolute;
	right: -5px;
	top: 100%;
	background: #FE0000;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: right !important;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	/*! box-shadow: 2px 0 13px 4px rgba(195, 189, 189, 0.43); */ 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.menu-megamenu .row, .menu-dropdown .row {
	display: flex !important;
	display: -ms-flexbox !important;
	-ms-flex-wrap: wrap !important; }
.menu-megamenu li, .menu-dropdown li {
	padding: 0;
	border-bottom: 1px solid #EEE; }
.menu-megamenu li:nth-last-child(1), .menu-dropdown li:nth-last-child(1) {
	border-bottom: 0; }

.menu-megamenu {
	width: 100%;
	padding: 10px; }
.menu-megamenu > li {
	padding: 15px 10px; }

.menu-dropdown {
	width: max-content; }
.menu-dropdown li {
	padding: 0 10px 0 5px; }
.menu-dropdown .menu-dropdown {
	top: 0;
	left: 100%;
	margin-left: 3px; }

.menu-megamenu-li {
	position: static !important; }

.menu li li .megamenu-ttl {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding: 10px 5px;
	text-transform: uppercase; 
	border-bottom: 1px solid #656161;
}

#menu-bar {
	display: none;
	text-align: right; }
#menu-bar a {
	display: inline-block; }
#menu-bar .fa {
	font-size: 28px;
	color: #777;
	height: 60px;
	line-height: 60px;
	padding: 0 5px; }

#appointment-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	animation-delay: 2s; }
#appointment-button .fa {
	font-size: 20px;
	color: #EBFCFD; }
#appointment-button .mdl-tooltip {
	font-size: 12px; }
#appointment-button .mdl-button--fab.mdl-button--colored {
	background: #015259; }

.filter-menu {
	display: inline-block;
	margin: 20px 0 10px 0;
	background-color: #f4f4f4; }
.filter-menu button {
	font-size: 20px;
	line-height: 20px;
	color: #555;
	text-transform: uppercase;
	padding: 20px 30px;
	border: none;
	outline: none;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem; }
.filter-menu button.active {
	color: #FFF;
	background-color: #32C1CE; }

/*************************************************
[ 4.0 HEADER 2 CSS START ] ***********************
**************************************************/
#header-1 {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 99; }
#header-1 .menu a {
	color: #FFF; }
#header-1 .menu ul li a {
	color: #333; }
#header-1 #menu-bar .fa {
	color: #EEE; }

#header-3 {
	position: relative; }

.hdr-center {
	padding: 0; }

.hdr-center-logo img {
	height: 70px; }

.hdr-center-submenu .tbl-cell {
	padding: 5px; }
.hdr-center-submenu .fa {
	width: 42px;
	height: 42px;
	line-height: 36px;
	font-size: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	color: #75DBE4;
	border-radius: 50%;
	border: 2px dotted #32C1CE; }

.hdr-center-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px 0;
	background-color: rgba(51, 51, 51, 0.3);
	border-top: 1px solid #EEE;
	z-index: 11; }
.hdr-center-menu .menu li a {
	color: #FFF; }

.hdr-center-account a:hover .fa {
	color: #FFF;
	background-color: #32C1CE;
	border: 1px solid #32C1CE; }
.hdr-center-account .fa {
	font-size: 16px;
	color: #777;
	width: 32px;
	height: 32px;
	line-height: 28px;
	margin: 0 10px 0;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #777;
	border-radius: 50%; }

.hdr-apointment {
	color: #FFF;
	height: 48px;
	padding: 0 24px;
	background-color: #32C1CE !important;
	border-radius: 30px; }
.hdr-apointment .fa {
	width: auto;
	height: auto;
	line-height: normal; }
.hdr-apointment:hover {
	background-color: #32C1CE; }

.search-banner {
	width: 285px;
	position: absolute;
	top: 59px;
	left: 75px;
	padding: 0;
	border-radius: 0 0 10px 10px;
	z-index: 111111111; 
	border: none;
	height: auto;
	display: none;
}
.search-banner input {
	width: 100%;
	font-size: 14px;
	padding: 5px 15px;
	color: #b80000; 
	font-weight: 600;
	border-radius: 0 0 10px 10px;
	border: none;
	box-shadow: 0px 0 14px 0 rgba(0, 0, 0, 0.42);
}

#header-transparent {
	width: 100%;
	background-color: #fe0000;
	margin-top: 0;
}



#header-transparent .menu li a {
	color: #fff !important;
	font-weight: 500;
	padding-left: 10px;
	margin-left: 0;
	margin-top: 7px;
	padding-top: 7px;
	margin-bottom: 7px;
}
#header-transparent .hdr-center-account a {
	color: #EEE; }
#header-transparent .hdr-center-account .fa {
	color: #EEE;
	border: 1px solid #EEE; }

.header-transparent-menu {
}

.hdr-search {
	/*! line-height: 56px; */
	background: none;
	box-shadow: none; 
	left: 53px;
	position: absolute;
	z-index: 99999999999999;
}
.hdr-search .fa {
	font-size: 23px; 
	color: #b80000;
}

.hdr-fixed {
	background-color: rgb(121, 34, 85); }




/* [ 16.2 FOOTER COPYRIGHT CSS START ] */
#copyright {
	width: 100%;
	padding: 4px 0;
	background: #d4a81e; 
	margin-top: 30px;
}
#copyright a {
	color: #fff;
	font-size: 13px;
}
#copyright .paragraph-medium {
	margin: 0;
	text-align: center;
	text-transform: uppercase; }

/*************************************************
[ 17.0 MEDIA QUERIES START ] *********************
**************************************************/
/* FROM 1200px TO 1400px */
/* FROM 992px TO 1199PX */
/* FROM 0PX TO 992PX */
@media screen and (max-width:1080px) {
	.menu li {
		position: relative !important;
		display: block; 
		}
	#menu-bar {
		display: block; 
	}
	.desktop-menu{
		display: none;
	}
	.phone-menu {
		display: block;
		width: 100%;
	}
	.menu {
  position: fixed;
  top: 170px;
  left: -420px;
  width: 100%;
  min-height: 100%;
  padding: 30px 60px 30px 20px !important;
  overflow-y: scroll;
  background: #fc0000;
  z-index: 99999999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top: 2px solid #fff;
}	
	#menu-bar .fa {
		color: #fff8f8;
		cursor: pointer;
	}
		
	.menu li a {
		display: block;
		height: auto;
		font-size: 14px;
		text-align: right;
		color: #FFF;
		text-transform: none;
	}
	.menu li li a {
		color: #333; 
	}

	.menu-dropdown {
		width: 100%;
		left: inherit;
		right: 0;
		z-index: 9999999; 
	}
	
	.menu-dropdown .menu-dropdown {
		display: none;
		left: 0;
		width: 100%;
		position: relative;
		box-shadow: none;
		z-index: 9999999;
	}

	.menu-megamenu {
		width: 70%;
		left: inherit;
	}

	.mobile-menu-close {
		display: block !important;
	}


}

@media only screen and (max-width: 992px) {

	.news-b img {
		height: 299px;
	}


	.news-a img {
		height: 150px;
	}

	#menu-bar .fa {
		color: #fff8f8;
		cursor: pointer;
	}

	.slider-info h1,
	.slider-info h2 {
		font-size: 34px; }

	.hm-about-block {
		width: auto; }

	.blog-page-container {
		width: 100%; }

	.hm-feature-block {
		width: 33.33%; }

	.gallery-container ul li {
		width: 33.33%;
		
	}

	.feature-block {
		width: 50%; }

	.profile-right .profile-edit, .edit-profile-right .profile-edit {
		padding: 20px 0 0 0; }

	.menu {
  position: fixed;
  top: 184px;
  left: -1420px;
  width: 100%;
  min-height: 100%;
  padding: 30px 60px 30px 20px !important;
  overflow-y: scroll;
  background: #fe0101;
  z-index: 99999999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top: 2px solid #fff;
}
	.menu li {
		position: relative !important;
		display: block; }
	.menu li a {
		display: block;
		height: auto;
		font-size: 14px;
		text-align: right;
		color: #FFF;
		text-transform: none; }
	.menu li li a {
		color: #333; }

	.menu-dropdown {
		width: 100%;
		left: inherit;
		right: 0;
		z-index: 9999999; }
	.menu-dropdown li:hover .menu-dropdown {
		display: block; }
	.menu-dropdown .menu-dropdown {
		display: none;
		left: 0;
		width: 100%;
		position: relative;
		box-shadow: none;
		z-index: 9999999; }

	.menu-megamenu {
		width: 70%;
		left: inherit;
		right: -8px; }

	.mobile-menu-close {
		display: block !important; }


}



@media screen and (max-width:767px) {


	.col-md-2.content-page.menu-slider {
		display: contents;
	}
	.desktop-menu{
		display: none;
	}
	.phone-menu {
		display: block;
		width: 100%;
	}
	.slider-wrapper .slides li img {
		height: 320px;
	}
	.intro-links ol li a {
		box-shadow: unset;
	}
	.boxx span {
		width: 63%;
	}
	.online-req.on-reg h6 {
		left: unset;
	}
	.col-md-3.col-sm-12.boxx {
		margin-bottom: 20px;
	}
	.boxx span {
		font-size: 23px;
	}
	.news22 img {
		height: 280px;
	}
	.title-page {
		margin-top: 20px;
	}
	.part-carousel.carousel-a {
		padding-top: 0;
	}

}
@media screen and (min-width:1199px){
	.desktop-menu{
		display:block
	}
}
@media screen and (max-width:1199px){
.desktop-menu{
display:none
}
.phone-menu {
  display: block;
}
	#header-transparent {
  height: auto;
	}
	
	#menu-bar {
		display: block; }
}
}
@media screen and (max-width:500px) {
	.hdr-center {
  padding-left: 15px;
}
	#hero-carousel .hero-info a.hero-carousel-btn {
		position: relative;
		top: -13px;
	}

	.hero-info {
		margin-top: -23px !important;

	}

	#hero-carousel .hero-info .date {
		display: none;
	}
	.c-img img {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}


	.col-md-6.box-slider {
		padding: 40px;
	}

	.owl-350 .owl-nav {
		display: none;
	}



	.menu .mobile-menu-close {
		right: 21px !important;
	}

	.menu {
		top: 149px;
		background: #fe0000;
		border-top: 2px solid #fff;
	}
	.menu-megamenu {
		right: 0px;
	}

	#menu-bar .fa {
		padding: 0px 7px;
	}



	.search-banner {
		width: 100%;
		position: relative;
		top: 72px;
		left: 0;
		right: 0;
		padding: 0;
		background: #EBFCFD;
		border-radius: 0 0 10px 10px;
		z-index: 11;
		box-shadow: 0 0px 14px rgba(6, 6, 6, 0.9);
		border: none;
		z-index: 9999;
	}
}


@media screen and (max-width:360px) {
	.header-one {
		padding: 3px 0;
		height: 54px;
	}
	.logo-h {
		width: 130px;
		margin-top: -15px;
	}
	#menu-bar .fa {
		font-size: 28px;
		color: #fff;
		height: 38px;
		line-height: 40px;
	}
	.fa.fa-search.fa-2x.color-white {
		top: 5px;
	}
	.menu {
		top: 106px;
	}
	.search-banner {
		width: 100%;
		position: relative;
		top: 33px;
	}