.hr{
	height:1px;
	background: #000;
	color:#000;
}
.subt2{
	color:#fff;
	font-weight: 300;
	font-size: 2rem;
}
.bgmg{
	background: url("../images/00hero.jpg");
}
.light-content .light-section h6{
	color:#007EC3;
}
.light-content .light-section .has-mask-fill > span{
	    background-image: linear-gradient(#55818A, #2E4C57);
}
.mb-5{
	margin-bottom: 5rem;
}
.maps{
	padding: 40px;
}
.maps01{
	padding-top:5%;
	padding-bottom:5%;
}
.maps01 img{
	display: block;
	float: left;
	margin-right:10px;
	width: 30px;
}
.maps01 p{
	line-height: 19px;
	padding-top: 6px;
}
.map{
	position: relative;
}
.map-m{
	position: absolute;
	background: #fff;
	border-radius: 50%;
	padding: 5px;
}
.map-m img{
	max-width: 16px;
}
.map01{
	top:70%;
	left:50%;
}
.map02{
	top:70%;
	left:30%;
}
.menu2{
	position: relative;
    display: table;
    pointer-events: initial;
    z-index: 10;
	flex-grow: 1;
	margin-left: 100px;
}
.menu2 ul li{
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    justify-content: space-between;
    text-transform: uppercase;
}
.menu2 ul li a{
    position: relative;
	color: #fff!important;
}
.menu2 ul{
	align-items: center;
    display: flex;
    justify-content: space-between;
	margin-top: 0;
	margin-bottom: 0;
}
.menu{
	display: none;
}
.zag2{
	font-size:1.5rem;
	margin-top: 50px;
}
.dark-section p {
    color: #fff;
}
.color-pr{
	color: linear-gradient(#55818A, #2E4C57)!important;
}

header:not(.over-sidebar) {
	mix-blend-mode: difference;
}

#header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#logo {
	float: none;
	top: auto;
}

#logo .black-logo {
	opacity: 0!important;
}

#logo .white-logo {
	opacity: 1!important;
}

#block2 {
	min-height: 100vh;
}

#block4 {
	min-height: 100vh;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

}
@media only screen and (min-width: 767px) and (max-width: 1199px) {

}

@media only screen and (max-width: 1199px) {
	.menu2{
		margin-left: 0;
	}
	#logo img{
		height: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	#header-container {
		padding: 10px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.menu{
		display: table;
	}
	.menu2{
		display: none;
	}
	#logo img{
		height: 36px;
	}
	#header-container {
		padding: 0;
		margin: 0 auto;
	}
}