.menubar{
	padding: 20px 15px;
	background: #fff;
}
.logobar img{
	width: auto;
	max-width: 100%;
}
.menubar p{
	color: #02040f;
}
.mylogo img{
	width: 160px;
}
.mainmenu{
	background: #003566;
}
.mainmenu ul{
	padding: 0;
	margin: 0;
}
.mainmenu ul li{
	display: inline-block;
	font-size: 15px;
	padding: 15px;
	transition: 0.2s;
	position: relative;
}
.mainmenu ul li:hover{
	background: #ffc300;
	color: #fff;
	transition: 0.2s;
}
.mainmenu ul li a{
	color: #fff!important;	
}
.mainmenu ul li ul{
	position: absolute;
	z-index: 1000;
	top: 70px;
	right: 0;
	width: 200px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	transition: 0.2s;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 20px 20px -10px #eee;
}
.mainmenu ul li ul li{
	display: block;
}
.mainmenu ul li ul li:hover{
	background: #f1f2f3;
}
.mainmenu ul li:hover ul{
	opacity: 1;
	transition: 0.2s;
	visibility: visible;
	top: 52px;
}
.mainmenu ul li ul li a{
	color: #444!important;
	display: block;
}
.slider img{
	width: 100%;
	height: 474px;
	object-fit: cover;
}
.news{
	margin: 50px 0;
}
.news h5{
	color: #003566;
	padding: 10px 0;
	position: relative;
	margin-bottom: 15px;
}
.news h5::after{
	content: "";
	position: absolute;
	bottom: -5px;
	width: 100%;
	background: #003566;
	height: 1px;
	right: 0;
	z-index: -1;
}
.news h5::before{
	content: "";
	position: absolute;
	bottom: -5px;
	width: 50%;
	background: #ffc300;
	height: 1px;
	right: 0;
}
.news svg{
	margin-bottom: -3px;
	color: #ffc300;
}
.news-box{
	padding: 50px 15px;
}
.news-post img{
	width: 100%;
	height: 110px;
	object-fit: cover;
	border-radius: 2px;
}
.news-post p{
	margin-bottom: 5px;
	font-size: 15px;
	color: #003566;
}
.news-post span p{
	margin-bottom: 0;
	font-size: 12px;
	color: #aaa;
}
.news-post .more{
	margin-top: 5px;
}
.news-post .more a{
	font-size: 13px;
	color: #ffc300;
	background: #fff;
	padding: 3px 10px;
	border-radius: 2px;
	box-shadow:0 0 45px 0 #ffc10752;
}
.news-post2 img{
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.news-post2 p{
	margin: 10px 0 15px 0;
	font-size: 15px;
	color: #001d3d;
}
.news-post2 .more a{
	font-size: 16px;
	color: #ffc300;
	background: #fff;
	padding: 5px 15px;
	border-radius: 2px;
	box-shadow:0 0 45px 0 #ffc10752;
}
.farayand{
	margin: 100px 0;
}
.farayand h5{
	margin-bottom: 40px;
	color: #003566;
}
.farayand-post{
	background: #fff;
	padding: 30px 20px;
	border-radius: 20px;
	overflow: hidden;
	height: 250px;
	box-shadow:0 0 45px 0 #00000014;
}
.farayand-post svg{
	width: 60px;
	height: 60px;
	color: #efb404;
}
.farayand-post h5{
	font-size: 18px;
	margin: 20px 0 10px 0;
	color: #003566;
}
.farayand-post p{
	font-size: 13px;
	color: #555;
}
.hamian{
	margin-bottom: 100px;
}
.hamian img{
	max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 45px 0 #00000014;
    display: block;
    margin: 0 auto;
}
.hamian h5{
	color: #003566;
	padding: 10px 0;
	margin-bottom: 30px;
}
.video h5{
	color: #003566;
	padding: 10px 0;
	margin-bottom: 30px;
}
.video-post video{
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 50px;
	box-shadow:0 0 45px 0 #00000014;
}
.video-post h6{
	margin: 0;
	padding: 20px 0;
	color: #333;
	font-size: 16px;
}
.register{
	margin: 30px 0;
}
.register-post{
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	box-shadow:0 0 100px 0 #00000014;
	transition: 0.2s;
}
.register-post svg{
	width: 50px;
	color: #003566;
	height: 50px;
	transition: 0.2s;
}
.register-post:hover{
	color: #fff;
	background: #003566;
	transition: 0.2s;
}
.register-post:hover svg{
	color: #fff;
	transition: 0.2s;
}
.register-post:hover h5{
	color: #fff;
	transition: 0.2s;
}
.register-post h5{
	margin: 0;
	color: #333;
	font-size: 17px;
	transition: 0.2s;
}
.instagram img{
	max-width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 2px;
}
.instagram{
	margin-bottom: 40px;
}
.instagram ul{
	padding: 0;
	margin: 0;
}
.instagram ul li{
	margin-bottom: 20px;
	position: relative;
	padding-right: 25px;
	color: #003566;
}
.instagram ul li::before{
	position: absolute;
	content: "\2714";
	top: 0;
	right: 0;
	color: #ffc300;
}
.instagram h5{
	margin-bottom: 20px;
	position: relative;
}
.instagram h5 p{
	z-index: 1;
	background: #fff;
	display: table;
	margin: 0 auto;
	padding: 20px;
	color: #003566;
}
.instagram h5::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #eee;
	position: absolute;
	top: 50%;
	z-index: -1;
	right: 0;
}
.slider2{
	cursor: pointer;
}
.slider2 img{
	width: 100%;
	height: 450px;
	object-fit: cover;
	border: 5px solid #fff;
}
.slider3{
	margin-top: 10px;
	cursor: pointer;
}
.slider3 img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	transition: 0.5s;
	border: 5px solid #fff;
	opacity: 0.2;
}
.slider3 .slick-current img{
	opacity: 1;
}
.gallery-back{
	background-image: linear-gradient(to right,#def4ff,#fff);
	padding: 20px 15px;
}
.gh{
	margin-bottom: 10px;
	color: #003566;
}
.gh svg{
	width: 40px;
	margin-bottom: -11px;
	margin-left: 10px;
	height: 40px;
}
.myslider{
	text-align: right;
}	
.adad-back{
	margin: 100px 0 50px 0;
}
.adad{
	margin: 100px 0 50px 0;
}
.adad h1{
	font-weight: bold;
	color: #003566;
}
.adad p{
	margin: 20px 0 0 0;
}
.adad-box{
	border-left: 2px solid #e5e5e5;
}
.adad-box:last-child{
	border:none;
}
@media(max-width:768px){
	.adad-box{
		border: none;
	}
}
.resicon{
	display: none;
	padding: 4px 0;
	color: #fff;
}
.resicon svg{
	width: 30px;
	height: 30px;
	margin-bottom: -8px;
	cursor: pointer;
}
.resmenu{
	position: fixed;
	height: 100%;
	width: 70%;
	background: #fff;
	padding: 30px;
	z-index: 1000000;
	top: 0;
	right:-500px;
	box-shadow: 0 0 116px 0 #00000040;
	opacity: 0;
	transition: 0.4s;
	visibility: hidden;
}
.resmenu li{
	text-align: right;
	margin-bottom: 20px;
}
.resmenu li a{
	color: #003566!important;
}
.resmenu svg{
	width: 25px;
	height: 25px;
	margin-bottom: 20px;
	color: #ffc300;
}
.resclose svg{
	cursor: pointer;
}
@media(max-width:1083px){
	.mylogo img{
		width: 108px;
	}
}
@media(max-width:992px){
	.mainmenu ul{
		display: none;
	}
	.resicon{
		display: block !important;
	}
	.menubar img{
		margin-bottom: 10px !important;
	}
	.logobar{
		text-align: right !important;
	}
	.slider img{
		height: 253px;
	}
	.mylogo{
		display: none;
	}
	.slider2 img{
		height: 260px;
	}
}
	.lb{
		border:none!important;
	}
@media(max-width:400px){
	.archivebtn{
		float: none!important;
		margin-top: 15px!important;
	}
}
@media(max-width:992px){
	.mylogo2{
		display: none;
	}
}
.resmenu ul li ul{
	display: none;
	margin-top: 20px;
}
.resmenu ul{
	padding: 0;
}
.resmenu ul .menu-item-has-children{
	position: relative;
}
.resmenu ul .menu-item-has-children::after{
	position: absolute;
	top: 0;
	left: 0;
	content: "\271A";
	color: #003566;
}