.whiteBlack{ filter: grayscale(100%); }
html.blackTheme body{
	background: #000;
	color: #eee;
}
html.blackTheme .bg-lavender{ background: #0D0D14; }
html.blackTheme .bg-light{ background: #09090E; }
html.blackTheme .bg-white{ background: #000; }
html.fs120{ font-size: 115%; }
html.fs120 .size14{ font-size: 16px; }
html.fs120 .size16{ font-size: 18px; }
html.fs120 .size18{ font-size: 20px; }
html.fs120 .size20{ font-size: 22px; }
html.fs120 .size22{ font-size: 25px; }
html.fs120 .size24{ font-size: 28px; }
html.fs120 .size28{ font-size: 32px; }
html.fs120 .size32{ font-size: 38px; }
html.fs120 .size36{ font-size: 44px; }
html.fs120 .news .new .title{ height: 45px;}
html.fs120 .news .new .desc{ height: 70px;}
html.fs120 .social a{
	padding: 4px 0;
}

html.fs140{ font-size: 130%; }
html.fs140 .size14{ font-size: 18px; }
html.fs140 .size16{ font-size: 20px; }
html.fs140 .size18{ font-size: 22px; }
html.fs140 .size20{ font-size: 24px; }
html.fs140 .size22{ font-size: 28px; }
html.fs140 .size24{ font-size: 32px; }
html.fs140 .size28{ font-size: 36px; }
html.fs140 .size32{ font-size: 44px; }
html.fs140 .size36{ font-size: 52px; }
html.fs140 .news .new .title{ height: 50px;}
html.fs140 .news .new .desc{ height: 77px;}
html.fs140 .social a{
	padding: 3px 0;
}

html.fs160{ font-size: 150%; }
html.fs160 .size14{ font-size: 20px; }
html.fs160 .size16{ font-size: 22px; }
html.fs160 .size18{ font-size: 24px; }
html.fs160 .size20{ font-size: 28px; }
html.fs160 .size22{ font-size: 32px; }
html.fs160 .size24{ font-size: 36px; }
html.fs160 .size28{ font-size: 44px; }
html.fs160 .size32{ font-size: 52px; }
html.fs160 .size36{ font-size: 60px; }
html.fs160 .news .new .title{ height: 52px;}
html.fs160 .news .new .desc{ height: 88px;}
html.fs160 .social a{
	padding: 0;
}

html.fs80{ font-size: 90%; }
html.fs80 .size14{ font-size: 12px; }
html.fs80 .size16{ font-size: 14px; }
html.fs80 .size18{ font-size: 16px; }
html.fs80 .size20{ font-size: 18px; }
html.fs80 .size22{ font-size: 20px; }
html.fs80 .size24{ font-size: 22px; }
html.fs80 .size28{ font-size: 24px; }
html.fs80 .size32{ font-size: 28px; }
html.fs80 .size36{ font-size: 32px; }

html.fs60{ font-size: 80%; }
html.fs60 .size14{ font-size: 11px; }
html.fs60 .size16{ font-size: 13px; }
html.fs60 .size18{ font-size: 15px; }
html.fs60 .size20{ font-size: 17px; }
html.fs60 .size22{ font-size: 19px; }
html.fs60 .size24{ font-size: 21px; }
html.fs60 .size28{ font-size: 23px; }
html.fs60 .size32{ font-size: 25px; }
html.fs60 .size36{ font-size: 30px; }

html.fs40{ font-size: 70%; }
html.fs40 .size14{ font-size: 10px; }
html.fs40 .size16{ font-size: 12px; }
html.fs40 .size18{ font-size: 14px; }
html.fs40 .size20{ font-size: 16px; }
html.fs40 .size22{ font-size: 18px; }
html.fs40 .size24{ font-size: 20px; }
html.fs40 .size28{ font-size: 22px; }
html.fs40 .size32{ font-size: 24px; }
html.fs40 .size36{ font-size: 28px; }


.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
	-ms-touch-action: auto;
		touch-action: auto;
}

.atomLeft,
.atomRight{
	position: relative;
	width: 100%;
	height: 0;
}
.atomLeft .atom,
.atomRight .atom{
	position: absolute;
	top: -45px;
	width: 90px;
	animation: rotate 60s linear infinite;
	z-index: 5;
}
@keyframes rotate{
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
	}
}
.atomLeft .atom{
	left: 30px;
}
.atomRight .atom{
	right: 30px;
}
.atomLeft .atom path,
.atomRight .atom path{
	fill: rgba(82,116,220,0.5);
}


/***** NAVIGATION *****/

.nav section{
	/* background-color: #fff; */
	/* border-bottom: 1px solid #f5f5f5; */
	line-height: 26px;
}
/* .nav section.darkToggle{ */
	/* background-color: #000; */
	/* color: #eee; */
/* } */
/* .nav section.darkToggle .svg{
	filter: invert(100%);
} */
.nav section a, .nav section .right>span{
	display: block;
	float: left;
	padding: 5px 8px;
}
.nav section a:hover{
	/* color: #5274DC; */
	/* font-weight: 900; */
	text-decoration: underline;
}
.nav section .lang{
	position: relative;
	/*border-left: 1px solid #ccc;*/
}
.nav section .lang span{
	display: block;
	padding: 0 5px;
	font-size: 18px;
	line-height: 36px;
}
.nav section .lang i{
	transition: 0.4s cubic-bezier(.56,.09,.41,1.85);
	display: inline-block;
}
.nav section .lang:hover i{
	transform: rotate(90deg);
}
.nav section .lang .languages{
	position: absolute;
	top: 100%; right: 0;
	display: none;
	animation: fadeIn 0.3s;
	background: #fff;
	border-top: 2px solid #5274DC;
	color: #21213C;
	box-shadow: 0 0 12px rgba(82,116,220,0.3);
	z-index: 101;
}
.nav section .lang .languages a{
	float: none !important;
	display: block;
}
.nav section .lang .languages a:hover{
	background: #01305a;
	color: #fff;
	text-decoration: none;
}
.nav section .lang .languages a + a{
	border-left: none;
}
.nav section .lang:hover .languages,
.nav section .lang .languages:hover{
	display: block;
}
.nav section a + a{
	border-left: 1px solid #6082EA;
}
.nav section img{ height: 20px; }
.nav section img.h18{ height: 18px; }
.nav section img.h24{ height: 24px; }
nav{
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	top: 0; left: 0;
	z-index: 100;
	color: #fff;
}

nav content.fix{
	box-shadow: 0 4px 12px rgba(0,0,30,0.02);
}
html.blackTheme nav content.bgWhite{
	box-shadow: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	background: #000 !important; color: #eee !important;
}
nav content .container{
	position: relative;
}
nav .logo{
	font-size: 16px;
}
nav .logo span{
	float: right;
	display: flex;
	align-items: center;
	height: 72px;
	width: 180px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
}
nav .logo img{
	display: block;
	float: left;
	height: 66px;
	margin: 3px 0;
}
nav ul{
	position: relative;
}
nav ul li.dropdown{
	float: left;
	height: 72px;
	line-height: 72px;
	transition: 0.3s;
	cursor: default;
}
nav ul li .dropdown-title{
	padding: 0 8px;
}
nav ul li .dropdown-title i{ transition:transform 0.4s cubic-bezier(.56,.09,.41,1.85); }
nav ul li.dropdown:hover .dropdown-title i{
	display: inline-block;
	transform: rotate(90deg);
}

nav ul li.dropdown:hover .dropdown-title{
	/*color: #5274DC;*/
	background: #fa6e23;
	color: #fff;
}

nav ul li.dropdown .dropdown-content{
	position: absolute;
	top: 100%;
	line-height: initial;
	min-width: 150px;
	display: none;
	animation: fadeInUp 0.3s;
	background: #fff;
	border-top: 2px solid #5274DC;
	color: #21213C;
	box-shadow: 0 0 12px rgba(82,116,220,0.3);
}
nav ul li.dropdown:last-child .dropdown-content{
	right: 0;
	max-width: 320px;
}
nav ul li.dropdown.students{
	position: static;
}
nav ul li.dropdown.students .dropdown-content{
	left: 0;
	width: 100%;
	padding: 10px 0;
}
nav ul.hover li.dropdown:hover .dropdown-content{
	display: block;
	border-radius: 20px;
}
nav ul li.dropdown.last:hover .dropdown-content{
	right: 0;
}

nav ul li.dropdown .dropdown-content a{
	display: block;
	padding: 8px 15px;
	transition: 0.3s;
	border-radius: 20px;
}
nav ul li.dropdown .dropdown-content a:hover{
	background: #01305a;
	color: #fff;
}
nav .myCollapse{
	display: none;
	width: 40px;
	height: 72px;
	padding: 18px 5px;
	cursor: pointer;
}
nav .myCollapse div{
	height: 2px;
	background: #5274DC;
	margin: 7px 0;
	transition: 0.3s;
}
nav .myCollapse.collapsed div.one{
	transform: rotate(45deg) translate(8px,5px);
}
nav .myCollapse.collapsed div.two{
	opacity: 0;
}
nav .myCollapse.collapsed div.three{
	transform: rotate(-45deg) translate(8px,-5px);
}
nav content.navbarOpen{
	box-shadow: 0 4px 12px rgba(0,0,30,0.2);
   	background: #fff;
   	color: #182034;
}
html.blackTheme nav content.navbarOpen{
   background: #000;
   color: #fff;
}
nav content.navbarOpen .myCollapse div,
nav content.bgWhite .myCollapse div{
	background: #5274DC;
}
nav content.navbarOpen ul li.dropdown .dropdown-content{
	position: static;
	top: 0; left: 0;
	width: 100%;
	line-height: initial;
	animation: fadeIn 0.3s;
	padding: 10px;
	background: #f5f5f5;
	box-shadow: none;
}
nav content.navbarOpen ul li.dropdown.last:hover .dropdown-content{
	right: auto;
}

nav ul.mobileNavbar{
	display: none;
	border-top: 1px solid #5274DC;
	color: #fff;
}
/********** Yangiliklar **********/
.news .new{
	position: relative;
	width: 100%;
	box-shadow: 5px 10px 12px rgba(0,0,0,0.2);
	z-index: 2;
	border-radius: 2%;
}
.news .new .img{
	position: relative; 
	width: 100%;
	border-radius: 2%;
}
.news .new:hover {
	box-shadow: 5px 10px 12px rgba(0,0,0,0.5);
	transition: all 0.5s;
}
.news .new .img::after{
	content: ''; display: block;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: #01305a;
	opacity: 0; transition: 0.3s;
}
.news .new .img img{
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	transition: 0.3s;
}
.news .new:hover .img img{
	transform: scale(1.1);
}
.news .new:hover .img::after{
	opacity: 0.3;
}
.news .new.last .img img{
	height: 320px;
}
.news .new .title{
	height: 40px;
	overflow: hidden;
}
.news .new .desc{
	height: 60px;
	overflow: hidden;
}
.news .new .btn{ margin: 0; }
/********** #partners  **********/
.gallery{
	background: rgba(0,0,30,0.9);
}
.gallery .back{
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	 background: url('../img/back/gallery.jpeg') center no-repeat;
	 background-size: cover;
	 z-index: -2;
}
.gallery .row
{
	margin-left: -10px;
	margin-right: -10px;
}
.gallery div[class*="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.gallery .img{
	position: relative;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 24px #01305a;
	border-radius: 10px;
}
.gallery .img .overlay{
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0);
	transition: 0.6s;
	z-index: 2;
}
.gallery .img .overlay span{
	display: block;
	transition: 0.6s;
	transform: translateY(120px);
	opacity: 0;
}
.gallery .img .overlay hr{
	border: 0.5px solid #fff;
	margin-top: 5px;
}
.gallery .img:hover .overlay{
	background: rgba(0,0,30,0.4);
}
.gallery .img:hover .overlay span{
	transform: translateY(0);
	opacity: 1;
}
.gallery .img img{
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center;
	transition: 0.6s;
}
.gallery .img:hover img{
	transform: scale(1.1);
}
.gallery .img .overlay .lineTop{
	width: 90%;
	margin: 5px auto;
	transform: translateX(-120%);
	transition: 0.6s;
}
.gallery .img .overlay .lineBottom{
	width: 90%;
	margin: 5px auto;
	transform: translateX(120%);
	transition: 0.6s;
}
.gallery .img:hover .overlay .lineTop{
	transform: translate(0);
}
.gallery .img:hover .overlay .lineBottom{
	transform: translate(0);
}
/********** #partners  **********/
#partner-slider .item{
	height: 80px; padding: 5px 3px;
	text-align: center !important;
	box-shadow: 0 0 4px rgba(0,0,30,0.1);
	background: #fff; z-index: 0;
	-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 76px;
-webkit-border-top-right-radius: 76px;
border-top-right-radius: 76px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 76px;
-webkit-border-bottom-left-radius: 76px;
border-bottom-left-radius: 76px;
}
#partner-slider .item img{
	display: initial;
	height: 70px !important;
	width: auto !important;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 76px;
-webkit-border-top-right-radius: 76px;
border-top-right-radius: 76px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 76px;
-webkit-border-bottom-left-radius: 76px;
border-bottom-left-radius: 76px;
}
#partner-slider .owl-nav .owl-prev,
#partner-slider .owl-nav .owl-next
{
    position: absolute;
    top: 50%;
    margin-top: -16px;
	display: block;
	outline: none;
	color: #5274DC;
}
#partner-slider .owl-nav .owl-prev i,
#partner-slider .owl-nav .owl-next i
{
	display: block;
	color: #5274DC !important;
	width: 32px; height: 32px; border-radius: 16px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 30, 0.3);
	line-height: 32px;
	text-align: center;
	font-size: 16px !important;
}
#partner-slider .owl-nav .owl-prev:hover i,
#partner-slider .owl-nav .owl-next:hover i
{
	color: #5274DC !important;
}
#partner-slider .owl-nav .owl-prev{
	left: -15px;
}
#partner-slider .owl-nav .owl-next{
	right: -15px;
}

#partner-slider .owl-dots{
	position: absolute;
	width: 100%;
	bottom: -30px;
	text-align: center;
}
#partner-slider .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ccc !important;
	margin: 0 3px;
	border-radius: 5px;
	outline: none !important;
}
#partner-slider .owl-dot.active{
	background: #5274DC !important;
}
/********** footer **********/
footer{
	background: url(../img/gerbs.png) top right no-repeat;
	background-size: auto 100%;
	color: #fff;
}
footer .map iframe{
	width: 100%;
	height: 280px;
}
footer .logo img{
	height: 32px;
}
/* footer section{
	border-top: 1px solid #ccc;
} */
footer textarea{
	min-height: 100px;
}
footer .btn{
	margin: 0;
}
footer .icon{
	padding: 5px 0 5px 32px;
}
footer .icon i{
	position: absolute; top: 3px; left: 0;
	display: block;
	font-size: 20px;
	color: #ccc;
}

footer .social a{
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 6px 0;
	margin: 3px;
	z-index: 2;
}
footer .social a:hover img{
	animation: swing 0.6s;
}
footer .social a img{
	position: relative;
	height: 20px;
	z-index: 2;
}
footer .social a::after{
	content: ''; display: block;
	position: absolute; top: 0; left: 0;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	background-color: #5274DC;
	/*transform: scale(0);*/
	transition: 0.3s cubic-bezier(.56,.09,.41,1.85);
}
footer .social a.instagram::after{
	background: #DC3278; background: linear-gradient(45deg,#FEC561,#C10060,#4B0082);
}
footer .social a.facebook::after{
	background: #5274DC;
}
footer .social a.telegram::after{
	background: #2DA4E0;
}
footer .social a.twitter::after{
	background: #2EC1E2;
}
footer input, footer textarea{ background: transparent; }
html.blackTheme .sitemap img{
	filter: invert(100%);
}
/*  */
/* #search-modal .group input{ padding-left: 35px !important; }
#search-modal .modal .close.ion-close-round::before{ line-height: 28px; } */
/********** Scroll top button **********/
.goTop{
	position: fixed;
	bottom: -50px;
	right: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: transparent; 
	color: #5274DC;
	background: #fff;
	border: 1px solid #5274DC;
	font-size: 32px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 0 12px 6px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: 0.3s;
	z-index: 11;
	animation: bluePulse 2s infinite;
}
.goTop:hover{ background-color: #5274DC; color: #fff; }
.goTop:hover i{ display: block; animation: goTop 1.2s; }
