*{padding: 0; margin: 0; box-sizing: border-box;}
img{border: none; display: block; max-width: 100%; height: auto !important;}
a{outline: none !important; text-decoration: none; transition: all 0.3s ease-in-out;}
a:hover{text-decoration: underline;}
ul{list-style: none !important;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body{
	font-family: "Poppins", sans-serif !important;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #000 !important;
	background-color: #fff !important;
}

body::before{width: 100% !important; box-shadow: none !important; position: relative !important;}

.container{max-width: 1170px;}

.fancybox__container{z-index: 9999999999 !important;}


/* Header */
header{}
	header p:last-child{margin: 0 !important;}
		
	.header-top{padding: 12px 0; background: url(../images/header-top-bg.png) 0 100% repeat-x #321c84;}
		.header-top .header-contact{}
			.header-top .header-contact ul{font-size: 14px; line-height: 26px; padding: 0; margin: 0; color: #fff;}
				.header-top .header-contact ul li{display: inline-block; border-left: #fff 1px solid; padding: 0 5px 0 8px;}
					.header-top .header-contact ul li:first-child{padding-left: 0; border: none;}
					.header-top .header-contact ul li a{color: #fff;}
						.header-top .header-contact ul li a:hover{color: #fff; text-decoration: underline;}

	.header-mid{padding: 20px 0 0;}
		.header-mid .logo-cont{position: relative; margin-bottom: -35px; z-index: 999;}
			.header-mid .logo-cont img{}
		.header-mid .mobile-buttons{display: none;}
		.header-mid .header-buttons{padding: 5px 0 20px; text-align: right;}
			.header-mid .header-buttons p a{display: inline-block; font-size: 17px; line-height: 24px; color: #fff; background-color: #A0AFF4; padding: 8px 25px; border-radius: 5px; margin: 0 0 0 5px;}
				.header-mid .header-buttons p a:first-child{background-color: #D9251C;}
				.header-mid .header-buttons p a:hover{text-decoration: none; opacity: 0.7;}
		.navbar{padding: 0; background-color: transparent !important;}
			.navbar .navbar-brand{display: none;}
			.navbar .navbar-nav{padding: 0 !important; margin: 0 0 30px !important; font-size: 17px; line-height: 24px; font-weight: 400; display: block; float: right;}
				.navbar .navbar-nav li{display: inline-block; margin: 0 0 0 11px; position: relative;}
					.navbar .navbar-nav li:first-child{margin: 0;}
					.navbar .navbar-nav li.menu-item-has-children{padding: 0 20px 0 0; background: url(../images/down-arrrow.png) 100% 50% no-repeat;}
					.navbar .navbar-nav li a{color: #000; display: block; padding: 5px;}
						.navbar .navbar-nav li a:hover{text-decoration: none; color: #fff !important; background-color: #1d0870;}
						.navbar .navbar-nav li.current-menu-item > a,
						.navbar .navbar-nav li.current-menu-parent > a{color: #fff !important; background-color: #1d0870;}
					.navbar .navbar-nav li ul{position: absolute; left: 0; top: 34px; display: none; z-index: 9999; width: 250px; background-color: #fff; box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2); padding: 20px; border-top: #1d0870 4px solid;}
						.navbar .navbar-nav li:hover ul{display: block;}
						.navbar .navbar-nav li ul li{display: block; margin: 0 0 10px !important;}
							.navbar .navbar-nav li ul li a{padding: 0;}
								.navbar .navbar-nav li ul li a:hover,
								.navbar .navbar-nav li ul li.current-menu-item > a{color: #1D0870 !important; font-weight: 700; background-color: transparent;}

	.banner{position: relative;}
		.banner .slick-slider{margin: 0 !important;}
		.banner .slide-main{padding: 185px 0 180px; background-position: 0 50%; background-repeat: no-repeat; background-size: cover;}
		.banner h2{font-size: 57px; line-height: 50px; font-weight: 800; color: #fff; margin: 0 0 20px; text-transform: uppercase;}
		.banner h4{font-size: 17px; line-height: 26px; font-weight: 400; color: #A2B3FF; margin: 0 0 5px; text-transform: uppercase;}
		.banner p{font-size: 17px; line-height: 26px; font-weight: 400; color: #fff; margin: 0;}
		.banner .slick-dots{padding: 0 0 0 20%; margin: 0; bottom: 20px; z-index: 999; text-align: left;}
			.banner .slick-dots li{margin: 0 5px 0 0; width: 14px; height: 14px;}
				.banner .slick-dots li button{width: 14px; height: 14px; background-color: #fff; opacity: 0.3; border-radius: 50%;}
					.banner .slick-dots li button:before{display: none;}
					.banner .slick-dots li.slick-active button{opacity: 1;}
	
	.inner-banner{padding: 90px 0; background: url(../images/inner-banner-bg.png) 0 50% no-repeat; background-size: cover;}
		.inner-banner h1,
		.inner-banner h2{font-size: 57px; line-height: 50px; font-weight: 800; color: #fff; margin: 0 0 15px; text-transform: uppercase;}
		.inner-banner p{font-size: 17px; line-height: 26px; color: #fff;}
			.inner-banner p a{color: #fff;}
		

	

/* Body */
main{}
	main p:last-child{margin: 0 !important;}

	.home-main{padding: 150px 0 70px;}
		.home-main .home-main-inner{background-color: #29166f;}
		.home-main .content{padding: 0 2% 0 3%;}
		.home-main h1,
		.home-main h2{font-size: 35px; line-height: 37px; color: #fff;  font-weight: 800; text-transform: uppercase; margin: 0 0 15px;}
			.home-main.inner h1,
			.home-main.inner h2{color: #000;}
		.home-main h3{font-size: 19px; line-height: 24px; color: #000; font-weight: 700; margin: 20px 0 0;}
		.home-main h4{font-size: 17px; line-height: 26px; font-weight: 400; color: #A2B3FF; margin: 0 0 5px;}
		.home-main p{font-size: 13px; line-height: 18px; color: #D8DFFF; margin: 0 0 15px;}
			.home-main.inner p{color: #000;}
			.home-main p a{font-size: 17px; line-height: 26px; display: inline-block; color: #fff; padding: 10px 25px; border: #fff 1px solid; border-radius: 5px;}
				.home-main p a:hover{text-decoration: none; background-color: #fff; color: #29166f;}
		.home-main ul{font-size: 13px; line-height: 18px; color: #000; margin: 40px 0 0; padding: 0;}	
			.page-id-123 .home-main ul{column-count: 2;}
			.home-main ul li{padding: 0 0 10px 20px; background: url(../images/bullet.png) 0 5px no-repeat;}

	.home-blocks{padding: 0 0 40px;}
		.home-blocks .content-block{margin: 0 0 30px; padding: 0 3% 0 0;}
			.home-blocks .content-block h2{font-size: 35px; line-height: 37px; color: #000;  font-weight: 800; text-transform: uppercase; margin: 0 0 15px;}
			.home-blocks .content-block p{font-size: 13px; line-height: 18px; color: #000; margin: 0 0 15px;}
				.home-blocks .content-block p a{display: inline-block; font-size: 17px; line-height: 24px; color: #fff; background-color: #A0AFF4; padding: 8px 25px; border-radius: 5px;}
					.home-blocks .content-block p a:hover{text-decoration: none; opacity: 0.7;}

	.adm-cta{background-color: #190d43; padding: 35px; text-align: center; margin: 0 0 0 10%;}
		.home-blocks .adm-cta{margin: 0 0 0 10%;}
		.adm-cta h2{font-size: 35px; line-height: 37px; color: #fff;  font-weight: 800; text-transform: uppercase; margin: 0 0 15px;}
		.adm-cta p{font-size: 13px; line-height: 18px; color: #fff; margin: 0 0 15px; font-weight: 700;}
			.adm-cta p a{display: inline-block; font-size: 17px; line-height: 24px; color: #fff; background-color: #D9251C; padding: 8px 25px; border-radius: 5px;}
				.adm-cta p a:hover{text-decoration: none; opacity: 0.7;}

	.home-students{padding: 75px 0 55px; background: url(../images/home-students-bg.png) 100% 50% no-repeat #f2f4ff;}
		.home-students.inner{background-image: none; padding: 145px 0 55px;}
		.home-students.inner.white{background-color: #fff; padding: 75px 0 55px;}
		.home-students h2{font-size: 35px; line-height: 37px; color: #000;  font-weight: 800; text-transform: uppercase; margin: 0 0 35px;}
		.home-students .tab-list{padding: 0; margin: 0 0 20px; font-size: 14px; line-height: 20px; font-weight: 700;}
			.home-students .tab-list li{display: inline-block; margin: 0 10px 0 0;}
				.home-students .tab-list li a{display: block; padding: 9px 20px; color: #000;}
					.home-students .tab-list li a:hover{text-decoration: none;}
					.home-students .tab-list li a.active{background-color: #fff; border: #000 1px solid; border-bottom: #d9251c 2px solid;}
		.home-students .tab-content{}
			.home-students .tab-content ul{padding: 0; margin: 0;}
				.home-students .tab-content ul li{width: 18.9%; float: left; margin: 0 15px 30px 0; background-color: #fff; padding: 10px; box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);}
					.home-students .tab-content ul li:last-child{margin-right: 0;}
					.home-students .tab-content ul li img{margin: 0 0 15px;}
					.home-students .tab-content ul li h4{font-size: 14px; line-height: 20px; font-weight: 700; color: #000; margin: 0 0 10px}
					.home-students .tab-content ul li h5{font-size: 25px; line-height: 28px; font-weight: 700; color: #29166F; margin: 0 0 20px;}
		.home-students .list{padding: 0; margin: 0;}
			.home-students .list li{width: 18.9%; float: left; margin: 0 15px 30px 0; background-color: #fff; padding: 10px; box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);}
				.home-students .list li:last-child{margin-right: 0;}
				.home-students .list li img{margin: 0 0 15px;}
				.home-students .list li h4{font-size: 25px; line-height: 28px; font-weight: 700; color: #29166F; margin: 0 0 10px;}
				.home-students .list li h5{font-size: 14px; line-height: 20px; font-weight: 700; color: #000; margin: 0 0 10px;}

	.principal{padding: 70px 0;}
		.principal .content{padding: 0 10% 0 0;}
		.principal h2{font-size: 35px; line-height: 37px; color: #000;  font-weight: 800; text-transform: uppercase; margin: 0 0 15px;}
		.principal p{font-size: 13px; line-height: 18px; color: #000; margin: 0 0 15px; font-weight: 700;}
			.principal p a{display: inline-block; font-size: 17px; line-height: 24px; color: #fff; background-color: #A0AFF4; padding: 8px 25px; border-radius: 5px; font-weight: 400;}
				.principal p a:hover{text-decoration: none; opacity: 0.7;}

	.home-gal{padding: 70px 0 120px; background-color: #f2f4ff;}
		.home-gal h2{font-size: 35px; line-height: 37px; color: #000;  font-weight: 800; text-transform: uppercase; margin: 0 0 45px;}
		.home-gal .slick-slide{padding: 10px;}
		.home-gal .slick-slide img{box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);}
		.home-gal .slick-dots{bottom: -50px;}
			.home-gal .slick-dots li{margin: 0 3px; width: 14px; height: 14px;}
				.home-gal .slick-dots li button{width: 14px; height: 14px; background-color: #000; opacity: 0.3; border-radius: 50%;}
					.home-gal .slick-dots li button:before{display: none;}
					.home-gal .slick-dots li.slick-active button{opacity: 1;}

	.message-main{padding: 150px 0;}
		.message-main h2{font-size: 35px; line-height: 37px; color: #000;  font-weight: 800; text-transform: uppercase; margin: 0 0 45px;}
		.message-main .message-block{padding: 35px 35px 75px; background-color: #f2f4ff; border-radius: 5px; margin: 0 0 30px;}
			.message-main .message-block .img-block{margin: 0 auto 30px; width: 267px; position: relative;}
				.message-main .message-block .img-block .quote{position: absolute; right: 7px; bottom: -16px;}
			.message-main .message-block h4{font-size: 17px; line-height: 26px; font-weight: 400; margin: 0 0 25px; color: #000;}
			.message-main .message-block p{font-size: 13px; line-height: 18px; color: #000; margin: 0 0 15px;}
		.message-main .slick-dots{bottom: -50px;}
			.message-main .slick-dots li{margin: 0 3px; width: 14px; height: 14px;}
				.message-main .slick-dots li button{width: 14px; height: 14px; background-color: #000; opacity: 0.3; border-radius: 50%;}
					.message-main .slick-dots li button:before{display: none;}
					.message-main .slick-dots li.slick-active button{opacity: 1;}

	.adm-main{padding: 150px 0 70px;}
		.adm-main .top-block{padding-bottom: 45px;}
		.adm-main h2{font-size: 35px; line-height: 37px; color: #000;  font-weight: 800; text-transform: uppercase; margin: 0;}
		.adm-main .adm-block{padding: 35px 30px 30px; border: #000 1px solid; border-radius: 5px; margin: 0 0 30px;}
			.adm-main .adm-block h3{font-size: 19px; line-height: 24px; font-weight: 700; color: #000; margin: 0;}
			.adm-main .adm-block p{font-size: 13px; line-height: 18px; color: #000; margin: 0 0 15px;}
				.adm-main .adm-block p a{display: inline-block; font-size: 17px; line-height: 24px; color: #fff; background-color: #A0AFF4; padding: 8px 20px; border-radius: 5px; margin: 0 5px 5px 0;}
					.adm-main .adm-block p a:last-child{background-color: #1D0870;}
					.adm-main .adm-block p a:hover{text-decoration: none; opacity: 0.7;}
		.adm-main .button{display: block; font-size: 15px; line-height: 24px; color: #000; background-color: #eaf0fe; padding: 12px 20px; border-radius: 5px; cursor: not-allowed; font-weight: 700; text-align: center;}
			.adm-main .button em{display: block; font-weight: 400;}
			.adm-main .button:hover{text-decoration: none; opacity: 0.7;}

	.news-main{padding: 150px 0 70px;}
		.news-main h2{font-size: 35px; line-height: 37px; color: #000;  font-weight: 800; text-transform: uppercase; margin: 0 0 45px;}
		.news-main select{width: 100%; margin: 0 0 30px;}
		.news-main .button{display: inline-block; font-size: 17px; line-height: 24px; color: #fff; background-color: #D9251C; padding: 8px 25px; border-radius: 5px; float: right;}
			.news-main .button:hover{text-decoration: none; opacity: 0.7;}
		.news-main .news-block,
		.news-main .wp-block-column{padding: 35px 30px 30px; border: #000 1px solid; border-radius: 5px; margin: 0 0 30px;}
			.news-main .news-block h3,
			.news-main .wp-block-column h3{font-size: 19px; line-height: 24px; font-weight: 700; color: #000; margin: 0 0 10px;}
			.news-main .news-block p,
			.news-main .wp-block-column p{font-size: 13px; line-height: 18px; color: #000; margin: 0 0 15px;}
				.news-main .news-block p a,
				.news-main .wp-block-column p a{display: inline-block; font-size: 17px; line-height: 24px; color: #fff; background-color: #A0AFF4; padding: 8px 20px; border-radius: 5px; margin: 0 5px 5px 0;}
					.news-main .news-block p a:hover,
					.news-main .wp-block-column p a:hover{text-decoration: none; opacity: 0.7;}
		.news-main .post-password-form{padding: 85px 100px; background-color: #f2f4ff; border-radius: 5px;}
			.news-main .post-password-form input[type="submit"]{display: inline-block; font-size: 17px; line-height: 24px; color: #fff; background-color: #1D0870; padding: 5px 30px; border-radius: 5px; border: none;}


	.gal-main{padding: 150px 0 50px;}
		.gal-main h2{font-size: 35px; line-height: 37px; color: #000;  font-weight: 800; text-transform: uppercase; margin: 0 0 45px;}
		.gal-main .filters{padding: 0; margin: 0 0 35px; border-bottom: #172da2 1px solid; font-size: 18px; line-height: 24px; font-weight: 700; text-transform: uppercase;}
			.gal-main .filters li{display: inline-block; margin: 0 2 0 0;}
				.gal-main .filters li a{display: block; padding: 12px 10px; color: #000;}
					.gal-main .filters li a:hover{text-decoration: none;}
					.gal-main .filters li a.mixitup-control-active{background-color: #172da2; color: #fff;}
		.gal-main .gal-block{margin: 0 0 30px;}
			.gal-main .gal-block img{width: 100%;}
			.gal-main .gal-block a{position: relative; display: block;}
				
	

	.contact-main{padding: 150px 0 50px;}
		.contact-main h2{font-size: 35px; line-height: 37px; color: #000;  font-weight: 800; text-transform: uppercase; margin: 0 0 45px;}
		.contact-main p{font-size: 18px; line-height: 26px; color: #000; margin: 0 0 25px;}
		.contact-main .contact-form{}
		.contact-main .form-cont input{width: 100%; height: 64px; border: none; font-family: "Poppins", sans-serif !important; font-size: 14px; line-height: 24px; font-weight: 400; color: #000; padding: 15px 20px; background-color: #F4F4F4; margin: 0 0 20px; border-radius: 5px;}
		.contact-main .form-cont textarea{width: 100%; height: 160px; border: none; font-family: "Poppins", sans-serif !important; font-size: 14px; line-height: 24px; font-weight: 400; color: #000; padding: 15px 20px; background-color: #F4F4F4; margin: 0 0 20px; resize: none; border-radius: 5px;}
			.contact-main .form-cont ::-webkit-input-placeholder{font-family: "Poppins", sans-serif !important; color: #000; opacity: 1;}
			.contact-main .form-cont ::-moz-placeholder{font-family: "Poppins", sans-serif !important; color: #000; opacity: 1;}
			.contact-main .form-cont :-ms-input-placeholder{font-family: "Poppins", sans-serif !important; color: #000; opacity: 1;}
			.contact-main .form-cont :-moz-placeholder{font-family: "Poppins", sans-serif !important; color: #000; opacity: 1;}
		.contact-main input[type="submit"]{display: inline-block; font-family: "Poppins", sans-serif !important; font-size: 17px; line-height: 24px; color: #fff; background-color: #D9251C; padding: 8px 25px; border-radius: 5px; border: none;}
			.contact-main input[type="submit"]:hover{text-decoration: none; opacity: 0.7;}
		.contact-main .google-map{position: relative; padding-bottom: 90%; height: 0; overflow: hidden;}
			.contact-main .google-map iframe{position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
		

/* Footer */
footer{background-color: #29166F;}
	footer p:last-child{margin: 0 !important;}

	.footer-top{padding: 85px 0 0;}
		.footer-top h3{font-size: 17px; line-height: 26px; font-weight: 400; color: #A2B3FF; margin: 13px 0 15px; text-transform: uppercase;}
		.footer-top .footer-menu{}
			.footer-top .footer-menu ul{padding: 0; margin: 0 !important; font-size: 13px; line-height: 18px;}
				.footer-top .footer-menu ul li{padding: 0 0 5px;}
					.footer-top .footer-menu ul li a{color: #fff;}
		.footer-top .footer-about{padding: 0 0 0 5%;}
			.footer-top .footer-about p{font-size: 13px; line-height: 17px; color: #fff; margin: 0 0 10px;}
		.footer-top .footer-contact{padding: 0 0 0 12%;}
			.footer-top .footer-contact p{font-size: 13px; line-height: 18px; color: #fff; margin: 0 0 15px;}
				.footer-top .footer-contact p a{color: #fff;}
			.footer-top .footer-contact ul{padding: 0; margin: 10px 0 0;}
				.footer-top .footer-contact ul li{float: left; margin: 0 10px 0 0;}
					.footer-top .footer-contact ul li a:hover{text-decoration: none; opacity: 0.7;}
		
	.footer-bottom{padding: 45px 0 25px;}
		.footer-bottom p{font-size: 13px; line-height: 24px; color: #fff; margin: 0 0 5px;}
		.footer-bottom ul{font-size: 13px; line-height: 16px; color: #fff; margin: 0; padding: 0;}
			.footer-bottom ul li{display: inline-block; border-left: #fff 1px solid; padding: 0 3px 0 7px;}
				.footer-bottom ul li:first-child{padding-left: 0; border: none;}
				.footer-bottom ul li a{color: #fff;}


/* Media Query */
@media screen and (max-width: 1800px) {
}

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1100px) {
}

@media screen and (min-width: 1100px) {
.navbar-expand-lg .navbar-collapse{display: block !important;}
}

@media screen and (max-width: 900px) {
.navbar{padding: 0; position: relative; z-index: 99999;}
.navbar .navbar-brand{display: none; color: #000;}
.navbar-light .navbar-toggler{background-color: #fff;}
.navbar .navbar-nav{text-align: right; padding: 20px 20px !important; background-color: #fff; z-index: 999999999 !important; position: absolute; right: 0; width: 300px;}
.navbar .navbar-nav li{display: block; margin: 0 0 10px !important;}
.navbar .navbar-nav li a{color: #000;}
}

@media screen and (max-width: 767px) {
.header-top .header-contact{text-align: center;}
.header-top .header-contact ul li{display: block; border: none; padding: 0;}

.header-mid{padding: 10px 0;}
.header-mid .logo-cont{}
.header-mid .logo-cont img{}
.header-mid .header-buttons p a:first-child{margin: 0 0 10px;}
.header-mid .desktop-buttons{display: none;}
.header-mid .mobile-buttons{display: block;}

.navbar{}
.navbar .row{}
.navbar .navbar-nav li:first-child a{font-size: 16px; line-height: 24px; text-indent: 0; background: none; width: auto; height: auto;}
.navbar .header-button{float: left;}
.navbar-light .navbar-toggler{float: right; display: block; margin: 10px 0;}
.navbar .navbar-nav{right: 0; top: 80px; z-index: 99999;} 
.navbar .navbar-nav li a{padding: 0;}
.navbar .header-phone{text-align: right; display: none;}
.navbar .navbar-nav li.menu-item-has-children{background-position: 100% 8px;}
.navbar .navbar-nav li ul{display: block; position: static; padding: 10px 0; box-shadow: none; border: none;}
.navbar .navbar-nav li ul li a{font-size: 14px !important;}

.banner{background: none;}
.banner .slide-main{padding: 55px 0 100px;}
.banner h2{font-size: 250%; line-height: 1; letter-spacing: 0; margin: 0 0 20px;}
.banner img{float: none; margin: 0;}
.banner .content{padding: 40px 0 0;}
.banner p a{margin: 0 5px 30px 0; padding: 9px 45px 9px 20px; font-size: 18px;}
.banner .slick-dots{padding: 0 0 0 20px;}

.navbar{float: left; width: 100%; display: block;}

.simple-marquee-container{display: none !important;}

.features .desktop{display: none;}
.features .mobile{display: block;}

.home-main{padding: 50px 0;}
.home-main .content{padding: 30px 20px;}

main section{padding: 50px 0 !important;}
main section h2{margin-bottom: 20px !important; padding: 0 !important; font-size: 175% !important; line-height: 1 !important;}
main section h2 br{display: none;}

.adm-cta{margin: 0;}
.home-blocks .adm-cta{margin: 0;}

.home-students .tab-content ul li{width: 48%;}
.home-students .tab-content ul li:nth-child(2n){margin-right: 0;}
.home-students .tab-content ul li:last-child{float: none; margin: 0 auto; clear: both;}

.principal .content{padding: 40px 0 0;}

.footer-top{padding: 40px 0;}
.footer-top .footer-about{margin: 0 0 30px; overflow: hidden; padding: 0;}
.footer-top .footer-about p{padding: 0;}
.footer-top .footer-menu{margin: 0 0 30px; padding: 0;}
.footer-top .footer-contact{padding: 0; margin: 0 0 50px;}

.footer-bottom{text-align: center;}
.footer-bottom p{text-align: center;}

.inner-banner{padding: 50px 0;}
.inner-banner h1, 
.inner-banner h2{font-size: 45px; line-height: 52px;}
.members .team-main{padding: 30px 30px 100px;}
.members .slick-arrow.slick-prev{left: 10px;}
.members .slick-arrow.slick-next{right: 10px;}
.programs-main > .container:before{display: none;}
.programs-main .program-block{padding: 0 0 30px;}
.programs-main .program-block .img-block{margin: 0 0 30px;}
.programs-main .program-block .content{padding: 0 30px;}
.programs-main .row:nth-child(2n) .program-block .img-main{order: 1;}
.programs-main .row:nth-child(2n) .program-block .content-main{order: 2;}

.contact-main .contact-form{margin: 0 0 50px;}

.home-students.inner .slick-slide{padding: 15px;}
.home-students.inner .list img{width: 100%;}
.home-students.inner .slick-arrow{width: 51px; height: 51px; font-size: 0; line-height: 0; text-indent: -2000px; top: 100%;}
.home-students.inner .slick-arrow.slick-prev{left: 10px; background: url(../images/prev.png) 0 0 no-repeat;}
.home-students.inner .slick-arrow.slick-next{right: 10px; background: url(../images/next.png) 0 0 no-repeat;}
}