.logo-outer {
	width:32%;
}

.sticky-header .logo {
	width:18%;
}

.header-style-two .main-menu .navigation > li {
	margin-right:2.5%;
}

.sticky-header .main-menu .navigation > li > a {
	padding:15px 10px !important;
}

.footer-logo {
	margin-bottom: 20px
}

.main-header .header-top {
	padding:6px 0;
}

.header-style-two .logo-outer {
	padding:20px 0;
}

.services-block .inner {
	padding:40px 30px;
}

.price-column .inner-box {
	padding:0px 15px 40px;
	border:solid 1px #ccc;
}

.price-column:nth-of-type(1n) .inner-box {
	background-color: #005dbe;
}

.price-column:nth-of-type(2n) .inner-box {
	background-color: #1d6bbb;
}

.price-column:nth-of-type(3n) .inner-box {
	background-color: #2478ce;
}

.price-column:nth-of-type(4n) .inner-box {
	background-color: #2c87e4;
}

.price-column .inner-box .price-title {
	background-color: #fff;
	color:#005dbe;
}

.price-column .inner-box .total-price, .price-column .inner-box .duration-month, .price-column .inner-box ul li, 
.price-column .inner-box .rating, .price-column .inner-box a.theme-btn {
	color:#fff;
}

.price-column .inner-box a.theme-btn:hover {
	background-color:#fff;
	color:#005dbe;
}

.featured-block-two:nth-of-type(3n+1) {
	clear:left;
}

.featured-block-two {
	text-align: center;
}

.featured-block-two .inner-box {
	border:0;
	position: relative;
	padding-top:65px;
}

.featured-block-two .inner-box .icon-box {
	right: auto;
	left: 50%;
	transform:translateX(-50%);
}

.student-section .sec-title {
    text-align:center;
}

.student-form {
    width:100%;
    max-width:600px;
    margin:0 auto;
}

.student-detail-table th {
    font-weight:normal;
}

.student-detail-table tr:nth-of-type(even) {
    background-color:#ccc;
}

.lesson {
    font-size:22px;
    text-align:center;
    font-weight:normal;
    margin-bottom:10px;
    color:#222;
}

.language-ul {
    padding:0;
    list-style:none;
    width:100%;
    max-width:550px;
    margin:60px auto;
    text-align: center;
}

.language-ul li {
    display:block;
    margin:25px 0;
}

.language-ul li a {
    font-size:16px;
    display:block;
    color:#fff;
    padding: 15px 42px 12px;
    border-radius: 50px;
    background-color: #005dbe;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.alert-info {
	background-color: transparent;
	margin-top: 40px;
	font-size: 17px;
	color: #005dbe;
}

.alert-info span {
	display: inline-block;
	margin:0 3px; 
}

.alert-info a {
	display: inline-block;
	font-weight: bold;
	color: #23527c;
	margin:0 5px;
}

.student-table {
	width: 100%;
	border-collapse: collapse;
}

.student-table tr:nth-of-type(odd) {
	background-color:#f7f4f4;
}

.student-table tr:first-of-type {
	background-color:#005dbe;
	color: #fff;
}

.student-table tr {
	border-bottom: solid 1px #ccc;
}

.student-table tr th {
	padding: 10px 10px;
	text-align: center;
}

.student-table td {
	padding:7px; 
	border-top: 1px solid #000 !important;
}

.modal-dialog {
	width:100%;
	max-width: 900px;
}

.modal-header {
	text-align: center;
}

.note {
	text-align: left;
	color:#fff;
	background-color: rgba(2, 7, 12, 0.4) !important;
	border:0;
	font-size: 12px;
}

.main-slider ul, .main-slider ul li, .main-slider ul li > div.slotholder, .main-slider .tp-dottedoverlay {
	
	height: 95% !important;
}

@media screen and (min-width : 1600px) {
	.page-title h2 {
		padding: 250px 0px 175px;
	}
}

@media screen and (max-width : 1200px) {
	.services-block .inner {
		padding:40px 20px;
	}
	.services-block .inner h3 {
		padding-left:35px;
	}
	.services-block .inner h3 {
		font-size: 15px;
	}
}

@media screen and (max-width : 1140px) {
	.fullwidth-section .section-outer .image-column {
		display: none;
	}
}

@media screen and (max-width : 768px) {
	.main-header.header-style-two .header-upper .upper-right {
		top:10px;
	}
	.logo-outer {
		width:240px;
	}
	.services-block .inner h3 {
		padding-left: 0;
	}
	.featured-block-two .inner-box .icon-box {
		transform: none !important;
		margin:0 auto 10px !important;
		position: static; 
	}
	/*
	.student-table td:first-of-type, .student-table th:first-of-type {
		position: fixed;
	}*/
	.my-scroller {
		margin-left: 141px;
		overflow-x: scroll;
		overflow-y: visible;
		padding-bottom: 5px;
		width: 300px;
	}
	/*
	.student-table tr:first-of-type {
		display: none;
	}
	.student-table, .student-table tbody, .student-table tr, .student-table td  {
		border: 0;
        display: block;
        padding: 0;
        text-align: left;
		white-space: normal;
	}
	.student-table tr {
		padding:10px 15px;
		background-color: #fff !important;
	}
	.student-table tr:nth-of-type(even) {
		background-color:#005dbe !important;
		color: #fff;
	}
	.student-table td {
		padding:5px 0;
		position: relative;
		padding-left: 50%;
		min-height: 40px;
	}
	.student-table th[data-title]:before,
	.student-table td[data-title]:before {
	      content: attr(data-title) ":\00A0";
	      font-weight: bold;
	      position: absolute;
	      left: 0;
	      top:5px;
	}*/
}

@media screen and (max-width : 480px) {
	.logo-outer {
		float:none !important;
		margin:0 auto;
	}
	.header-style-two .logo-outer {
		padding:10px 0;
	}
}