
/*-----------------------
	campus tour
-----------------------*/

.campus-tour h2 {
    color: #ffc01b;
}
.our-cources h2, .how-study h2, .why-choose h2, .news-events h2, .campus-tour h2, .testimonial h2, .about h2, .browse-teacher h2, .how-apply h2, .have-question h2 {
    display: block;
    padding-bottom: 44px;
    font-family: 'texgyreadventorbold';
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}

.campus-tour h2 span {
    color: #2d4256;
}

	
.campus-tour {
	background: #fff;
	padding-bottom: 0px;
}
.campus-tour h2 {
	color: #ffc01b;
}
.campus-tour h2 span {
	color: #2d4256;
}
.campus-tour ul.gallery {
	display: block;
}
.campus-tour ul.gallery li {
	width: 20%;
	float: left;
	display: block;
	background: #000;
	position: relative;
}
.campus-tour ul.gallery li figure {
	transition: all 0.3s ease 0s;
}
.campus-tour ul.gallery li:hover figure {
	opacity: 0.2;
}
.campus-tour ul.gallery li .overlay {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.campus-tour ul.gallery li:hover .overlay {
	top: 44%;
	opacity: 1;
}
.campus-tour ul.gallery li h3 {
	display: block;
	padding-bottom: 4px;
	font-family: 'texgyreadventorbold';
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.campus-tour ul.gallery li p {
	display: block;
	padding-bottom: 30px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.5;
}
.campus-tour ul.gallery li a {
	width: 56px;
	height: 56px;
	margin: 0 8px;
	display: inline-block;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	background: #ff9600;
	font-size: 22px;
	color: #fff;
}
.campus-tour ul.gallery li a.more {
	background: #17a43b;
}
.campus-tour ul.gallery li a:hover {
	background: #2c97ea;
}
.mfp-arrow-left:before, .mfp-arrow-left:after, .mfp-arrow-right:before, .mfp-arrow-right:after {
	border: none;
}
.mfp-arrow-left:before, .mfp-arrow-right:after {
	width: 20px;
	height: 38px;
	display: block;
	content: "";
	background: url(../images/popup-arrows.png) no-repeat center bottom;
}
.mfp-arrow-left:before {
	background-position: left top;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	width: 28px;
	height: 28px;
	right: 0px;
	padding-right: 0px;
	display: block;
	cursor: pointer;
	background: url(../images/popup-close.png) no-repeat center top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/* ================================================== */
/* 09. contact page */
/* ================================================== */
	
.inner-banner.contact {
	min-height: 240px;
	padding: 60px 0;
}
.form-wrapper {
	display: block;
}
.form-wrapper .input-row {
	display: block;
}
.form-wrapper .row .col-sm-6 {
	margin-bottom: 40px;
}
.form-wrapper input {
	width: 100%;
	padding: 0 22px;
	height: 46px;
	border: none;
	border-bottom: 1px #dae4e8 solid;
	border-left: 1px #dae4e8 solid;
	font-size: 12px;
	color: #858788;
}
.google-map {
	display: block;
	position: relative;
}
.google-map .container {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 0px;
}
.google-map #map {
	height: 548px;
	z-index: 1;
}
.google-map #map .gmnoprint {
	display: none;
}
.contact-detail {
	max-width: 360px;
	margin: 96px 0;
	float: right;
	background: #17a43b;
	color: #fff;
	box-shadow: 0 0 30px #bfcdbf;
	position: relative;
	z-index: 2;
}
.contact-detail .address {
	display: block;
	padding: 18px 40px 12px 70px;
}
.contact-detail .inner {
	display: block;
	padding: 18px 0;
	border-bottom: 1px #45b662 solid;
	position: relative;
}
.contact-detail .inner:before {
	width: 16px;
	height: 23px;
	display: block;
	position: absolute;
	left: -30px;
	font-family: 'icomoon' !important;
	font-size: 22px;
	content: "\e918";
	color: #a4dbb2;
}
.contact-detail .inner:nth-child(2):before {
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	left: -30px;
	font-size: 18px;
	content: "\e91a";
}
.contact-detail .inner:nth-child(3) {
	border-bottom: none;
}
.contact-detail .inner:nth-child(3):before {
	width: 21px;
	height: 15px;
	display: block;
	position: absolute;
	left: -30px;
	top: 20px;
	font-size: 16px;
	content: "\e919";
}
.contact-detail .inner h3 {
	padding-bottom: 6px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.contact-detail .inner p {
	color: #9be5ad;
	line-height: 20px;
}
.contact-detail .inner a {
	padding-bottom: 6px;
	font-size: 18px;
	font-family: 'texgyreadventorbold';
	color: #fff;
}
.contact-bottom {
	display: block;
	padding: 27px 0 23px 0;
	background: #ff9600;
	text-align: center;
}
.contact-bottom ul.follow-us {
	display: block;
}
.contact-bottom ul.follow-us li {
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
}
.contact-bottom ul.follow-us li a {
	color: #fff;
	opacity: 0.7;
}
.contact-bottom ul.follow-us li a:hover {
	color: #fff;
	opacity: 1;
}
.have-question h2 {
	color: #2d4256;
}
.have-question ul li {
	margin-bottom: 0px;
}
.have-question ul li:after {
	display: none;
}
.error {
	margin: 5px 0 0 0;
	font-size: 13px;
	color: #cb0101;
}
.msg {
	display: none;
}
.msg-error {
	display: block;
	padding: 6px 20px;
	margin: 30px 0 0 0;
	font-size: 13px;
	color: #fff;
	background: #c70202;
	border-radius: 4px;
}
.msg-error:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	content: "\f071";
	float: right;
}
.msg-success {
	display: block;
	padding: 6px 20px;
	margin: 30px 0 0 0;
	font-size: 13px;
	color: #fff;
	background: #17a43b;
	border-radius: 4px;
}
.msg-success:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	content: "\f00c";
	float: right;
}
/* ================================================== */
/* 10. blog page */
/* ================================================== */
	
.inner-banner.blog {
	min-height: 240px;
	padding: 60px 0;
}
.inner-banner.blog .content {
	margin: 0 auto;
	text-align: center;
}
.blog-wrapper {
	display: block;
}
.blog-left {
	display: block;
	position: relative;
}
.blog-left:after {
	width: 1px;
	height: 100%;
	display: block;
	background: #e5e5e5;
	position: absolute;
	top: 0px;
	right: -50px;
	content: "";
}
ul.blog-listing {
	display: block;
}
ul.blog-listing > li {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px #e9e9e9 solid;
}
ul.blog-listing > li h2 {
	padding: 30px 0 20px 0;
	font-family: 'texgyreadventorregular';
	font-size: 24px;
	color: #343a3c;
	line-height: 36px;
	text-transform: none;
}
ul.blog-listing > li p {
	padding-bottom: 26px;
	color: #8d8f8f;
}
ul.blog-listing > li .read-more {
	font-family: 'texgyreadventorbold';
	font-size: 14px;
	color: #606d87;
	text-transform: uppercase;
}
ul.blog-listing > li .read-more span {
	vertical-align: middle;
	margin-right: 7px;
	font-size: 18px;
	color: #ff9600;
	transition: all 0.3s ease 0s;
}
ul.blog-listing > li .read-more:hover span {
	color: #17a43b;
}
ul.post-detail {
	display: block;
	padding-bottom: 17px;
}
ul.post-detail li {
	display: inline-block;
	padding-right: 20px;
	font-size: 12px;
	color: #96adba;
}
ul.post-detail li .ico {
	display: inline-block;
	vertical-align: middle;
	padding-right: 6px;
	font-size: 17px;
	color: #afc0c9;
}
ul.post-detail li .bold {
	font-weight: 700;
	color: #5c7e91;
	text-transform: uppercase;
}
ul.post-detail li .label {
	display: inline-block;
	padding: 5px 10px;
	background: #abbfc9 scroll;
	border-radius: 2px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}
.blog-wrapper .pagination > li > a, .blog-wrapper .pagination > li > span {
	background: #ecf4fa;
}
.blog-wrapper .pagination > li > a:focus, .blog-wrapper .pagination > li > a:hover, .blog-wrapper .pagination > li > span:focus, .blog-wrapper .pagination > li > span:hover {
	background: #ff9600;
}
.blog-right {
	display: block;
	padding-left: 100px;
}
.search-block {
	display: block;
	margin-bottom: 40px;
	background: #e9e9e9;
}
.search-block input {
	width: calc(100% - 58px);
	height: 42px;
	float: left;
	padding: 0 20px;
	border: none;
	background: none;
}
.search-block .search {
	width: 40px;
	height: 42px;
	float: right;
	border: none;
	background: #ff9600;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.search-block .search:hover {
	background: #17a43b;
}
.blog-right h3 {
	padding-bottom: 16px;
	font-size: 17px;
	color: #606d87;
	text-transform: uppercase;
}
.category {
	display: block;
	padding-bottom: 70px;
}
.category h3 {
	border-bottom: 1px #eee solid;
}
.category ul {
	display: block;
}
.category ul li {
	display: block;
	border-bottom: 1px #eee solid;
}
.category ul li:last-child {
	border-bottom: none;
}
.category ul li a {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	color: #899eaa;
}
.category ul li a span {
	display: inline-block;
	margin-top: 5px;
	background: #bed1db;
	float: right;
	padding: 1.5px 5px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	line-height: 14px;
	transition: all 0.3s ease 0s;
}
.category ul li a:hover span {
	background: #2c97ea;
}
.recent-post {
	display: block;
	padding-bottom: 60px;
}
.recent-post ul {
	display: block;
}
.recent-post ul li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px #eee solid;
}
.recent-post ul li:last-child {
	border: none;
}
.recent-post ul li .img-block {
	width: 22%;
	float: left;
}
.recent-post ul li .detail {
	width: 78%;
	padding-left: 15px;
	float: left;
}
.recent-post ul li .detail h4 {
	padding-bottom: 4px;
	font-family: 'texgyreadventorbold';
	font-size: 12px;
	color: #5f6f77;
	text-transform: uppercase;
}
.recent-post ul li .detail p {
	font-size: 12px;
	color: #b9c8d0;
}
.recent-post ul li .detail .ico {
	padding-right: 7px;
	font-size: 15px;
	color: #adbec8;
}
.recent-post ul li .detail p span {
	font-weight: 700;
	text-transform: uppercase;
	color: #98abb6;
}
.archives {
	display: block;
	padding-bottom: 60px;
}
.archives h3 {
	border-bottom: 1px #eee solid;
}
.archives ul {
	display: block;
}
.archives ul li {
	display: block;
	border-bottom: 1px #eee solid;
}
.archives ul li:last-child {
	border: none;
}
.archives ul li a {
	display: block;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 700;
	color: #899eaa;
	text-transform: uppercase;
}
.archives ul li a:hover, .archives ul li:hover span {
	color: #ff9600;
}
.archives ul li span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 20px;
	color: #adbec8;
}
.blog-right .tags {
	display: block;
	padding-bottom: 70px;
}
.blog-right .tags h3 {
	border-bottom: 1px #eee solid;
}
ul.tags-list {
	display: block;
	padding-top: 24px;
}
ul.tags-list li {
	display: block;
	margin-right: 8px;
	float: left;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
}
ul.tags-list li a {
	padding: 4px 10px;
	color: #fff;
	background: #abbfc9;
	text-transform: uppercase;
	border-radius: 2px;
}
ul.tags-list li a:hover {
	background: #17a43b;
}
/* ================================================== */
/* 11. blog detail page */
/* ================================================== */
	
.imp-quote {
	display: block;
	padding: 25px 20px 0 66px;
	margin-bottom: 30px;
	border-radius: 4px;
	background: #eef2f4;
	position: relative;
}
.imp-quote:before {
	position: absolute;
	left: 26px;
	top: 30px;
	font-family: 'icomoon';
	font-size: 20px;
	content: "\e90d";
	color: #4181b9;
}
.imp-quote > p {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #79929f !important;
	line-height: 24px;
}
ul.blog-listing.detail > li {
	margin-bottom: 0px;
	padding-bottom: 50px;
}
.blog-left ul.follow-us {
	display: inline-block;
	padding-right: 15px;
	margin-top: -17px;
	background: #fff;
}
.blog-left ul.follow-us li {
	display: block;
	padding: 0 4px;
	float: left;
}
.blog-left ul.follow-us li:first-child {
	padding-left: 0px;
}
.blog-left ul.follow-us li a {
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
	background: #c6d9ea;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.blog-left ul.follow-us li a:hover {
	background: #17a43b;
	border-color: #1c7bc3;
}
.blog-left .comments-wrapper {
	background: none;
	padding: 50px 0 0 0;
	border-bottom: 1px #dfdfdf solid;
}
.blog-left .comments-wrapper ul.comments li .com-txt {
	background: none;
}
.blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
	padding-left: 42px;
}
.blog-left .leave-comment h4 {
	padding: 50px 0;
}
/* ================================================== */
/* 12. 404 page */
/* ================================================== */
	
.not-found-wrapper {
	max-width: 480px;
	margin: 130px auto;
	padding: 240px 0 0 0;
	background: url(../images/404-img.html) no-repeat center top / 100%;
	text-align: center;
}
.not-found-wrapper h1 {
	font-size: 186px;
	color: #bcbfc1
}
.not-found-wrapper p {
	padding-bottom: 60px;
	font-family: 'texgyreadventorbold';
	font-size: 30px;
	color: #bcbfc1;
	text-transform: uppercase;
}
/* ================================================== */
/* 13. FAQ page */
/* ================================================== */
	
.faq-wrapper {
	display: block;
	background: #f3f6f8;
}
.faq-wrapper .search-block {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 4px #eaedef;
}
.faq-wrapper .search-block input {
	height: 58px;
}
.faq-wrapper .search-block .search {
	width: 58px;
	height: 58px;
	border-radius: 0px 4px 4px 0px;
}
ul.faq-listing {
	display: block;
}
ul.faq-listing li {
	margin-bottom: 25px;
	position: relative;
}
ul.faq-listing li:after {
	width: 1px;
	height: calc(100% - 25px);
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #e2e4e6;
	content: "";
}
ul.faq-listing li:nth-child(even):after {
	display: none;
}
ul.faq-listing li:nth-child(even) .inner {
	padding-left: 88px;
}
ul.faq-listing li:nth-child(even) .inner:before {
	left: 20px;
}
ul.faq-listing li:nth-last-child(2) .inner, ul.faq-listing li:last-child .inner {
	border-bottom: none;
}
ul.faq-listing li .inner {
	display: block;
	padding: 50px 40px 50px 68px;
	border-bottom: 1px #e2e4e6 solid;
	position: relative;
}
ul.faq-listing li .inner:before {
	position: absolute;
	left: 0px;
	top: 58px;
	font-family: 'icomoon';
	font-size: 46px;
	color: #c5d4da;
	content: "\e91c";
}
ul.faq-listing li h2 {
	padding-bottom: 20px;
	font-size: 18px;
	color: #284962;
	text-transform: uppercase;
	line-height: 26px;
}
.faq-wrapper hr {
	margin: 0px;
	border-color: #e2e4e6;
}
.faq-wrapper .text-center, .testimonial-outer .text-center {
	margin-top: 80px;
}
.pagination.blue > li > a, .faq-wrapper .pagination.blue > li > span {
	background: #e3edf5;
}
.pagination.blue > li > a:focus, .pagination.blue > li > a:hover, .pagination.blue > li > span:focus, .pagination.blue > li > span:hover {
	background: #ff9600;
}
/* ================================================== */
/* 14. login page */
/* ================================================== */
	
.fill-bg {
	background: #000;
}
.fill-bg:after {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/login-bg.html) no-repeat center center / cover;
	background-attachment: fixed;
	opacity: 0.5;
}
.login-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
	z-index: 2;
}
.login-wrapper .inner {
	display: table-cell;
	vertical-align: middle;
}
.login-wrapper .login {
	max-width: 500px;
	margin: 30px auto;
}
.login-wrapper .login-logo {
	margin-bottom: 30px;
}
.login-wrapper .login-logo img {
	margin: 0 auto;
}
.login-wrapper .head-block {
	display: block;
	padding: 22px 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}
.login-wrapper .head-block h1 {
	font-size: 34px;
	text-transform: uppercase;
	color: #353434;
}
.login-wrapper .cnt-block {
	display: block;
	padding: 40px;
	background: #fff;
}
.form-outer input {
	width: 100%;
	height: 46px;
	margin-bottom: 30px;
	padding: 0 20px;
	background: none;
	border: none;
	border-left: 1px #dae4e8 solid;
	border-bottom: 1px #dae4e8 solid;
	font-size: 12px;
	font-weight: 700;
	color: #7f8385;
	z-index: 2;
	position: relative;
}
.login-wrapper .button-outer {
	display: block;
	position: relative;
}
.login-wrapper .or {
	width: 16%;
	display: inline-block;
	font-family: 'texgyreadventorbold';
	font-size: 18px;
	text-align: center;
	color: #b7c1c4;
	text-transform: uppercase;
}
.login-wrapper .btn:hover {
	background: #17a43b;
}
.login-wrapper .register {
	display: block;
	float: right;
	background: #7f7f7f;
}
.login-wrapper .remember {
	display: block;
	margin: 36px 0 0 0;
	font-family: 'texgyreadventorbold';
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.login-wrapper .remember .check {
	display: inline-block;
	margin-right: 15px;
	line-height: 15px;
	color: #6e7e83;
}
.login-wrapper .remember .check input {
	height: auto;
	position: absolute;
}
.login-wrapper a.forgot {
	display: inline-block;
	margin-left: 15px;
	color: #6e7e83;
}
.login-wrapper a.forgot:hover {
	color: #17a43b;
}
.login-wrapper a.forgot span {
	display: inline-block;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background: #becfd5;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}
.login-wrapper a.forgot:hover span {
	background: #17a43b;
}
.login-wrapper .login-footer {
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
}
.login-wrapper ul.follow-us {
	display: block;
}
.login-wrapper ul.follow-us li {
	display: inline-block;
	padding: 0 15px;
}
.login-wrapper ul.follow-us li a {
	font-size: 18px;
	color: #849da6;
}
.login-wrapper ul.follow-us li a:hover {
	color: #1e4f61;
}
/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 17px;
	height: 17px;
	background: #dae4e8;
	border-radius: 3px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
	font-family: 'icomoon';
	font-size: 11px;
	content: '\e91e';
	position: absolute;
	top: 3px;
	left: 3px;
	line-height: 0.8;
	color: #17a43b;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* ================================================== */
/* 15. testimonial page */
/* ================================================== */
	
.testimonial-outer {
	display: block;
}
ul.testimonials {
	text-align: center;
	border-bottom: 1px #dfe5e1 solid;
	position: relative;
}
ul.testimonials:after {
	width: 5px;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fff;
}
ul.testimonials li {
	display: block;
	border-right: 1px #dfe5e1 solid;
	border-bottom: 1px #dfe5e1 solid;
	position: relative;
}
ul.testimonials li .quotblock {
	display: block;
	padding: 50px 20px;
}
ul.testimonials li:nth-last-child(1), ul.testimonials li:nth-last-child(2), ul.testimonials li:nth-last-child(3) {
	border-bottom: none;
}
ul.testimonials li:nth-last-child(1):after, ul.testimonials li:nth-last-child(2):after, ul.testimonials li:nth-last-child(3):after, ul.testimonials li:nth-last-child(1):before, ul.testimonials li:nth-last-child(2):before, ul.testimonials li:nth-last-child(3):before {
	display: none !important;
}
ul.testimonials li:after, ul.testimonials li:nth-child(2n):before, ul.testimonials li:nth-child(3n):before {
	width: 5px;
	height: 7px;
	display: block;
	content: "";
	background: url(../images/testi-clip.html) no-repeat left top;
	position: absolute;
	bottom: -4px;
}
ul.testimonials li:nth-child(1) .quotblock, ul.testimonials li:nth-child(2) .quotblock, ul.testimonials li:nth-child(3) .quotblock {
	padding-top: 0px;
}
ul.testimonials li:after {
	right: -1px;
}
ul.testimonials li:nth-child(2n):before, ul.testimonials li:nth-child(3n):before {
	left: -1px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
ul.testimonials li img {
	margin: 0 auto 22px;
}
ul.testimonials li .icon-quote-left-icon {
	font-size: 20px;
	color: #ffac34;
}
ul.testimonials li h3 {
	padding: 14px 0 2px 0;
	font-size: 18px;
	color: #464f53;
	text-transform: none;
}
ul.testimonials li .desig {
	display: block;
	padding-bottom: 15px;
	font-size: 12px;
	font-weight: 700;
}
ul.testimonials li p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 36px;
}
/* ================================================== */
/* 16. gallery page */
/* ================================================== */
	
.campus-tour .pagination {
	margin: 80px 0;
}
ul.gallery-filter {
	display: block;
	padding: 0 30px;
	border-bottom: 2px #d8e0e7 solid;
	margin-bottom: 50px;
}
ul.gallery-filter li {
	width: 19%;
	display: inline-block;
	font-family: 'texgyreadventorbold';
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}
ul.gallery-filter li a {
	display: inline-block;
	padding: 0 0 30px 0;
	color: #909aa1;
}
ul.gallery-filter li:after {
	width: 0px;
	height: 2px;
	display: block;
	position: absolute;
	bottom: -2px;
	right: 0px;
	content: "";
	background: #17a43b;
	color: #4f4a4a;
	transition: all 0.5s ease 0s;
}
ul.gallery-filter li:hover:after, ul.gallery-filter li.active:after {
	width: 100%;
	left: 0px;
	color: #4f4a4a;
}
ul.gallery-filter li:hover a, ul.gallery-filter li.active a {
	color: #4f4a4a;
}
.mfp-counter {
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
}
/* ================================================== */
/* 17. news & events page */
/* ================================================== */
	
.news-wrapper {
	background: #f1f4f6;
}
ul.news-listing > li {
	margin-bottom: 30px;
}
ul.news-listing > li .inner {
	display: block;
	padding-bottom: 15px;
	background: #fff;
	box-shadow: 0 0 8px #e4e7e9;
}
ul.news-listing > li img {
	width: 100%;
}
ul.news-listing > li .cnt-block {
	display: block;
	padding: 40px 30px;
}
ul.news-listing > li h2 {
	padding-bottom: 12px;
	font-family: 'texgyreadventorbold';
	font-size: 20px;
	color: #4d5557;
	line-height: 30px;
	text-transform: none;
}
ul.news-listing > li p {
	padding-bottom: 26px;
	color: #8d8f8f;
}
ul.news-listing > li .read-more {
	font-family: 'texgyreadventorbold';
	font-size: 14px;
	color: #606d87;
	text-transform: uppercase;
}
ul.news-listing > li .read-more span {
	vertical-align: middle;
	margin-right: 7px;
	font-size: 19px;
	color: #ff9600;
	transition: all 0.3s ease 0s;
}
ul.news-listing > li .read-more:hover span {
	color: #17a43b;
}
.news-wrapper ul.post-detail {
	padding-bottom: 10px;
}
.news-wrapper ul.post-detail li .ico {
	font-size: 17px;
}
.news-wrapper .text-center {
	margin-top: 50px;
}
/* ================================================== */
/* 18. privacy page */
/* ================================================== */
	
.privacy-wrapper {
	background: #f1f4f6;
}
.privacy-wrapper h2 {
	display: block;
	padding-bottom: 25px;
	font-size: 30px;
	color: #343a3c;
	line-height: 32px;
	text-transform: none;
}
.privacy-wrapper p {
	padding-bottom: 25px;
	color: #7d8081;
}
ul.privacy-listing {
	padding: 10px 0;
}
ul.privacy-listing > li {
	border-bottom: 1px dashed #c9cdce;
	color: #707c82;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0 0 15px 24px;
	position: relative;
}
ul.privacy-listing > li:last-child {
	border-bottom: none;
}
ul.privacy-listing > li:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 4px;
	font-family: 'icomoon';
	font-size: 12px;
	color: #79a2c2;
	content: "\e917";
}
ul.privacy-listing > li > ul {
	padding: 4px 0;
}
ul.privacy-listing > li > ul > li {
	font-size: 12px;
	font-weight: normal;
}
ul.privacy-listing > li > ul > li:before {
	display: inline-block;
	vertical-align: middle;
	top: -2px;
	width: 5px;
	height: 5px;
	margin-right: 12px;
	border-radius: 50%;
	content: "";
	background: #98b4cb;
}
.privacy-wrapper hr {
	border-color: #daddde;
}
.privacy-wrapper h3 {
	display: block;
	padding-bottom: 25px;
	font-size: 24px;
	color: #343a3c;
	line-height: 32px;
	text-transform: none;
}
.privacy-wrapper .padding-top {
	padding-top: 30px;
}
.imp-note {
	display: block;
	margin: 10px 0 38px 0;
	box-shadow: 0 0 8px #e4e7e9;
	padding: 24px 40px 5px 22px;
	background: #fdfdfe;
}
.imp-note span {
	width: 72px;
	height: 72px;
	line-height: 52px;
	margin-right: 25px;
	display: block;
	float: left;
	border-radius: 50%;
	background: #fec472;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: 12px #fdf2e4 solid;
}
.imp-note p {
	padding-bottom: 25px;
	font-size: 13px;
	color: #94a6af;
	line-height: 22px;
	overflow: hidden;
}
ol.ord-listing {
	padding-left: 68px;
	counter-reset: li;
	list-style: none;
 *list-style: decimal;
}
ol.ord-listing li {
	position: relative;
	min-height: 60px;
	margin-top: 15px;
	padding-bottom: 20px;
	color: #7d8081;
	border-bottom: 1px #daddde solid;
}
ol.ord-listing li:before {
	content: counter(li);
	counter-increment: li;
	color: #fff;
	background: #17a43b;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	position: absolute;
	top: 7px;
	left: -50px;
}
ol.ord-listing li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
/* ================================================== */
/* 19. register page */
/* ================================================== */
	
.form-outer input.country-code {
	float: left;
	width: 16%;
}
.form-outer input.phone-no {
	float: right;
	width: calc(84% - 18px);
}
.register .cnt-block textarea {
	width: 100%;
	height: 122px;
	margin-bottom: 30px;
	padding: 0 20px;
	background: none;
	border: none;
	border-left: 1px #dae4e8 solid;
	border-bottom: 1px #dae4e8 solid;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #7f8385;
	resize: none;
}
.datepicker {
	min-width: 260px;
	border: 1px #dae4e8 solid;
	box-shadow: none;
}
.form-outer .date {
	position: relative;
}
.form-outer .date .icon-calander-icon {
	position: absolute;
	right: 0px;
	top: 14px;
	font-size: 19px;
	color: #aab8be;
}
.register .cnt-block {
	padding: 70px 80px;
}
.register .regiter-inner {
	max-width: 1000px;
	padding: 0 15px;
	margin: 30px auto;
}
.form-outer h2 {
	padding-bottom: 14px;
	font-size: 13px;
	text-transform: uppercase;
	color: #353434;
}
.form-outer ul.select-opt {
	list-style: none;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0 0 40px 0;
}
ul.select-opt li {
	color: #aaa;
	display: block;
	position: relative;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
.login-wrapper .cnt-block ul.select-opt li input {
	height: auto;
	margin: 0px;
}
ul.select-opt li input[type=radio] {
	position: absolute;
	visibility: hidden;
}
ul.select-opt li label {
	display: block;
	position: relative;
	padding: 0px 30px 0 26px;
	margin: 0px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
ul.select-opt li .check {
	display: block;
	position: absolute;
	background: #dae4e8;
	border-radius: 2px;
	height: 17px;
	width: 17px;
	top: 4px;
	left: 0px;
	z-index: 5;
}
ul.select-opt li:hover .check {
	border: 3px solid #dae4e8;
}
ul.select-opt li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 2px;
	height: 11px;
	width: 11px;
	top: 0px;
	left: 0px;
	margin: auto;
}
.form-outer input[type=radio]:checked ~ .check {
	border: 3px solid #dae4e8;
}
.form-outer input[type=radio]:checked ~ .check::before {
	background: #ef5b34;
}
.form-outer input[type="radio"]:checked ~ label {
	color: #343a3c;
}
/* ================================================== */
/* 20. apply online page */
/* ================================================== */
	
.form-outer .select2.select2-container {
	width: 100% !important;
}
.form-outer .select2-container--default .select2-selection--single {
	width: 100%;
	height: 46px;
	margin-bottom: 1px;
	padding: 0 20px;
	background: none;
	border: none;
	border-left: 1px #dae4e8 solid;
	border-bottom: 1px #dae4e8 solid;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #7f8385;
	border-radius: 0px;
}
.form-outer .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
	color: #7f8385;
	line-height: 43px;
}
.form-outer .col-left {
	float: left;
}
.form-outer .col-left:first-child {
	padding-right: 10%;
}
/* ================================================== */
/* 21. generic UI page */
/* ================================================== */
	
.generic-wrapper {
	display: block;
}
.generic-wrapper .head-block {
	display: block;
	padding-bottom: 50px;
}
.generic-wrapper .head-block h2 {
	padding-bottom: 10px;
}
.generic-wrapper .head-block p {
	color: #7d8081;
}
.generic-wrapper hr {
	margin: 0;
	border-color: #dde5e9;
}
.generic-wrapper .heading-group {
	display: block;
}
.heading-group h1, .heading-group h2, .heading-group h3, .heading-group h4, .heading-group h5, .heading-group h6 {
	padding-bottom: 30px;
}
.heading-right {
	display: block;
}
.heading-right ul.privacy-listing, .heading-right ul.privacy-listing li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.heading-right p {
	padding-bottom: 20px;
}
ul.our-spec {
	display: block;
}
ul.our-spec li {
	width: 33.3%;
	padding-bottom: 50px;
	float: left;
	font-weight: 700;
	color: #284962;
	text-align: center;
	line-height: 20px;
}
ul.our-spec li .icon {
	display: block;
	padding-bottom: 15px;
}
ul.our-spec li .icon img {
	border-radius: 3px;
}
ul.our-spec li:last-child, ul.our-spec li:nth-last-child(2), ul.our-spec li:nth-last-child(3) {
	padding-bottom: 0px;
}
.button-group {
	margin-bottom: 70px;
}
.button-group a {
	display: inline-block;
	vertical-align: middle;
}
a.btn-circle {
	width: 60px;
	height: 60px;
	margin: 0 8px;
	display: inline-block;
	line-height: 64px;
	border-radius: 50%;
	text-align: center;
	background: #ff9600;
	font-size: 22px;
	color: #fff;
}
a.btn-circle.more {
	background: #17a43b;
}
a.btn-circle.plus {
	background: #2c97ea;
}
a.btn-circle.plus:hover {
	background: #ff9600;
}
a.btn-circle:hover {
	background: #2c97ea;
}
.button-group a.btn {
	margin: 0 8px;
}
.generic-wrapper .imp-note {
	margin: 0px;
}
.button-group1 {
	margin: 0;
}
.button-group1 a.download-pros, .button-group1 a.download-cert {
	width: calc(50% - 20px);
	margin: 0 10px;
}
.generic-wrapper ul.tags-list, .generic-wrapper ul.teachers-follow {
	padding-top: 0px;
	margin-bottom: 40px;
}
.generic-wrapper .enquire-now {
	margin: inherit;
}
	
/* ================================================== */
/* 22. Responsive Style */
/* ================================================== */
	
@media (min-width: 1200px) and (max-width:1366px) {
.logos {
	padding: 40px 0;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width:1199px) {
.nav > li > a {
	padding: 19px 20px;
}
.navbar-form {
	width: 24%;
	padding: 0 20px;
}
.banner-outer .content h1 {
	font-size: 28px;
	line-height: 48px;
}
.banner-outer .content h1 span {
	font-size: 60px;
}
.news-events ul li .cnt-block h3 {
	font-size: 18px;
}
.campus-tour {
	padding: 60px 0 0 0;
	padding-bottom: 0px;
}
.campus-tour ul.gallery li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.campus-tour ul.gallery li h3 {
	font-size: 20px;
}
.campus-tour ul.gallery li a {
	margin: 0 2px;
}
.campus-tour ul.gallery li .overlay {
	margin-top: -55px;
}
.details-tab, .padding-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}
a.download-pros, a.download-cert {
	padding: 20px 16px;
}
a.download-pros .txt-block, a.download-cert .txt-block {
	text-transform: none;
}
a.download-pros .ico-block, a.download-cert .ico-block {
	padding-right: 10px;
}
.logos {
	padding: 40px 0;
}
.footer ul.follow-us li a {
	width: 36px;
	height: 36px;
	line-height: 34px;
}
.footer .connect-us {
	width: 100%;
}
.footer .subscribe {
	width: 100%;
	padding-right: 30px;
}
.footer .instagram {
	padding-right: 0px;
}
.about-video .container {
	height: 450px;
}
.about-video p {
	font-size: 55px;
}
.about {
	padding-bottom: 60px;
}
.about ul.our-links li {
	padding: 44px 0 60px 3%;
}
.course-detail {
	padding: 20px 30px;
	margin: 30px 0 0 0;
}
.course-detail .duration {
	width: 23%;
	padding-right: 20px;
}
.course-detail .duration.eligible {
	padding: 0 20px;
}
.course-detail .duration.fee {
	width: 21%;
	padding: 0 20px;
}
.course-detail .btn {
	margin: 10px 0 0 32px;
}
.how-apply ul li:nth-child(1):after, .how-apply ul li:nth-child(2):after {
	top: 54px;
}
.how-apply ul li p {
	padding: 34px 0 25px;
}
.blog-right {
	padding-left: 60px;
}
ul.blog-listing > li {
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
	padding-left: 53px;
}
.not-found-wrapper {
	width: 60%;
}
.not-found-wrapper h1 {
	font-size: 186px;
}
.login-wrapper .login {
	max-width: 460px;
}
.login-wrapper .login-logo {
	margin-bottom: 40px;
	text-align: center;
}
.login-wrapper .login-logo a {
	width: 250px;
	display: inline-block;
}
.login-wrapper .head-block {
	padding: 22px 0;
}
.login-wrapper .head-block h1 {
	font-size: 30px;
}
.login-wrapper .cnt-block {
	padding: 30px;
}
.login-wrapper .or {
	width: 20%;
}
.login-wrapper .btn {
	padding: 10px 20px;
}
ul.testimonials li p {
	font-size: 16px;
	line-height: 30px;
}
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 991px) {
.header-top ul.follow-us li {
	padding-right: 12px;
}
.header-middle .contact ul li {
	padding: 0 20px;
	font-size: 16px;
}
.header-middle a.login {
	padding: 5px 14px;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 14px;
}
.navbar-inverse .container {
	padding: 0px;
}
.nav > li > a {
	padding: 18px 12px;
}
.navbar-form {
	width: 24%;
	padding: 0 15px;
}
.banner-outer .slide1, .banner-outer .slide2, .banner-outer .slide3 {
	height: 450px;
}
.banner-outer .content h1 {
	font-size: 22px;
	line-height: 40px;
}
.banner-outer .content h1 span {
	font-size: 50px;
}
.banner-outer .slide2 .content h1, .banner-outer .slide3 .content h1 {
	font-size: 46px;
}
.banner-outer .content p {
	font-size: 14px;
}
.about {
	padding-bottom: 60px;
}
.about .video-block a {
	width: 50px;
	margin-top: -25px;
}
.about ul.our-links li {
	padding: 34px;
	text-align: center;
}
.about ul.our-links li .icon {
	width: 26%;
	float: none;
	margin: 0 auto;
	padding-bottom: 15px;
}
.about ul.our-links li .detail {
	width: auto;
	padding-left: 0px;
}
.about .btn-wrapper {
	margin-bottom: 30px;
}
.our-impotance ul li .inner {
	padding: 30px 0;
}
.details-tab, .padding-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}
.our-cources h2, .how-study h2, .why-choose h2, .news-events h2, .campus-tour h2, .testimonial h2, .about h2, .browse-teacher h2, .how-apply h2, .have-question h2 {
	font-size: 30px;
}
.our-cources ul.inner li:nth-child(9) {
	margin-bottom: 160px;
}
.our-cources ul.inner li:nth-child(3n):after, .our-cources ul.inner li:nth-child(n+10):before {
	display: none;
}
.our-cources ul.inner li:nth-child(9):before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: -70px;
	display: block;
	background: #fff;
	content: " ";
	opacity: 0.3;
}
ul.our-strength li span {
	font-size: 38px;
}
ul.our-strength li {
	width: 24%;
}
.news-events ul li .cnt-block {
	padding: 32px 20px 20px;
}
.news-events ul li .cnt-block h3 {
	padding-bottom: 26px;
	font-size: 18px;
	line-height: 24px;
}
.news-events ul li .bottom-block {
	padding: 20px 0 0;
}
.news-events ul li .icon {
	margin-right: 4px;
}
.news-events ul li .icon span {
	font-size: 14px !important;
}
.news-events ul li .cnt-block .plus-icon {
	width: 54px;
	height: 54px;
	line-height: 54px;
}
.news-events ul li .date span, .news-events ul li .comment span {
	font-size: 11px;
}
.how-study ul li .cnt-block {
	max-width: 152px;
}
.how-study ul li a.more {
	right: 10px;
}
.how-study ul li .cnt-block h3 {
	font-size: 18px;
	line-height: 20px;
}
.campus-tour {
	padding-bottom: 0px;
}
.campus-tour ul.gallery li h3 {
	font-size: 14px;
}
.campus-tour ul.gallery li a {
	width: 34px;
	height: 34px;
	margin: 0 2px;
	line-height: 34px;
	font-size: 14px;
}
.campus-tour ul.gallery li .overlay {
	margin-top: -58px;
}
.campus-tour ul.gallery li:hover .overlay {
	top: 60%;
}
.campus-tour ul.gallery li p {
	padding-bottom: 10px;
}
.logos {
	padding: 30px 0;
}
.testimonial ul li p {
	font-size: 18px;
	line-height: 30px;
}
.testimonial ul li span {
	font-size: 16px;
}
.testimonial .wrapper:before, .testimonial .wrapper:after {
	font-size: 38px;
}
.footer .footer-logo {
	padding-bottom: 20px;
}
.footer p {
	line-height: 20px;
}
.footer .bottom {
	padding: 20px 0;
}
.footer .connect-us {
	width: 100%;
}
.footer .subscribe {
	width: 100%;
	padding-right: 30px;
}
.footer .subscribe input {
	width: 75%;
}
.footer ul.follow-us li {
	padding: 0 2px;
}
.footer ul.follow-us li a {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid #4d87b5;
}
.footer .instagram {
	padding: 14px 15px 18px 0;
}
.footer .subscribe input {
	width: 78%;
	height: 34px;
}
.footer .subscribe button {
	width: 40px;
	height: 34px;
}
ul.browse-teachers-list p {
	padding: 0 0 20px 0;
}
.about-video .container {
	height: 400px;
}
.about-video p {
	font-size: 50px;
}
.inner-banner a.apply-online {
	width: 100%;
}
.enquire-wrapper {
	max-width: none;
	margin-top: 30px;
}
.enquire-now {
	margin-top: 20px;
	max-width: none;
}
.course-detail {
	padding: 20px;
	margin: 30px 0 0 0;
}
.course-detail .duration {
	width: 33.3%;
	padding-right: 20px;
}
.course-detail .duration .icon {
	float: none;
	margin: 0 auto;
}
.course-detail .duration .detail {
	width: 100%;
	padding-left: 0px;
	text-align: center;
}
.course-detail .duration.eligible {
	width: 33.3%;
	padding: 0 20px;
}
.course-detail .duration.fee {
	width: 33.3%;
	border-right: none;
	padding: 0 20px;
}
.course-detail .btn {
	margin: 10px 0 0 32px;
}
.how-apply ul li .icon-block {
	width: 135px;
	height: 135px;
	line-height: 135px;
}
.how-apply ul li .icon-block img {
	width: 60px;
}
.how-apply ul li p {
	padding: 34px 0 25px;
}
.how-apply ul li .icon-block .num {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	top: 20px;
	right: -8px;
}
.how-apply ul li:nth-child(1):after {
	top: 10px;
}
#myTabs {
	padding: 0px;
}
.course-tab > li > a {
	padding: 18px 0px;
	font-size: 16px;
}
.course-table > tbody > tr > td, .course-table > tfoot > tr > td, .course-table > thead > tr > td {
	padding: 18px 20px;
}
#schedule .fee-amt {
	font-size: 20px;
}
#semester ul.content > li h4 {
	font-size: 16px;
}
ul.blog-listing > li {
	padding-bottom: 30px;
	margin-bottom: 40px;
}
ul.blog-listing > li h2 {
	padding: 20px 0 10px;
	font-size: 20px;
}
.blog-left:after {
	right: -20px;
}
.blog-right {
	padding-left: 20px;
}
.search-block input {
	width: 78%;
}
ul.post-detail li {
	padding-right: 15px;
}
.category ul li a {
	font-size: 12px;
}
.blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
	padding-left: 64px;
}
.not-found-wrapper {
	width: 60%;
	margin: 80px auto;
	padding-top: 198px;
}
.not-found-wrapper h1 {
	font-size: 166px;
}
.faq-wrapper .search-block input {
	height: 48px;
}
.faq-wrapper .search-block .search {
	width: 48px;
	height: 48px;
}
ul.faq-listing li .inner {
	padding: 20px 20px 20px 68px;
}
ul.faq-listing li .inner:before {
	top: 36px;
}
.faq-wrapper .text-center, .testimonial-outer .text-center {
	margin-top: 40px;
}
.login-wrapper .login {
	max-width: 460px;
}
.login-wrapper .login-logo {
	margin-bottom: 40px;
	text-align: center;
}
.login-wrapper .login-logo a {
	width: 250px;
	display: inline-block;
}
.login-wrapper .head-block {
	padding: 22px 0;
}
.login-wrapper .head-block h1 {
	font-size: 30px;
}
.login-wrapper .cnt-block {
	padding: 30px;
}
.login-wrapper .or {
	width: 20%;
}
.login-wrapper .btn {
	padding: 10px 20px;
}
ul.testimonials li p {
	font-size: 15px;
	line-height: 26px;
}
ul.testimonials li .quotblock {
	padding: 40px 10px;
}
ul.gallery-filter li {
	width: auto;
	font-size: 17px;
	padding: 0 16px;
}
ul.gallery-filter li a {
	padding-bottom: 20px;
}
.campus-tour .pagination {
	margin: 50px 0;
}
.news-wrapper .text-center {
	margin-top: 10px;
}
ul.news-listing > li h2 {
	font-size: 18px;
	line-height: 26px;
}
ul.news-listing > li p {
	line-height: 24px;
}
.news-wrapper ul.post-detail li {
	padding-right: 10px;
	padding-bottom: 2px;
}
ul.news-listing > li .cnt-block {
	padding: 20px;
}
.form-outer .cnt-block {
	padding: 50px 20px;
}
.form-outer ul.select-opt {
	padding-bottom: 30px;
}
.form-outer .col-left:first-child {
	padding-right: 0;
}
.col-left ul.select-opt li label {
	padding-right: 21px;
}
.generic-wrapper ul.our-spec {
	padding-bottom: 40px;
}
.generic-wrapper .button-group {
	text-align: center;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.navbar-inverse .navbar-toggle {
	border: none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: none;
}
.navbar-form {
	background: none;
	border: none;
	box-shadow: none;
}
.navbar-form .search-btn {
	top: 4px;
}
.form-control {
	padding: 6px 30px;
}
.navbar-toggle .icon-bar {
	width: 26px;
	height: 3px;
}
.navbar-collapse {
	box-shadow: none;
	border: none;
	padding: 0 15px;
}
.navbar-form {
	width: auto;
	margin: 0 -15px;
}
.nav > li > a {
	padding: 12px 20px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #333;
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
	border-radius: 0px;
}
.navbar .dropdown-menu {
	padding: 10px 0;
}
.navbar .dropdown-menu:after {
	display: none;
}
.header-top ul.top-nav li {
	padding: 0 7px;
}
.header-top .right-block {
	float: none;
}
.header-top .lang-wrapper {
	margin-right: -15px;
}
.header-middle a.login {
	padding: 5px 14px;
}
.banner-outer .content {
	float: none;
	padding: 50px 0px;
}
.banner-outer .content h1 span {
	font-size: 60px;
}
.banner-outer .slide2 .content h1, .banner-outer .slide3 .content h1 {
	font-size: 44px;
}
.banner-outer .content p {
	font-size: 14px;
	line-height: 24px;
}
.banner-outer .bx-wrapper .bx-pager {
	bottom: 10px;
}
.banner-outer .slide1, .banner-outer .slide2, .banner-outer .slide3 {
	height: 350px;
}
.about {
	padding: 226px 0 40px;
}
.about .video-block a {
	width: 50px;
	margin-top: -25px;
}
.modal-open .modal {
	padding-right: 0px !important;
}
.about ul.our-links {
	margin: -226px -15px 0px -15px;
}
.about ul.our-links li {
	padding: 20px 20px 30px 20px;
}
.about ul.our-links li .icon {
	width: 55px;
}
.about ul.our-links li .detail {
	width: 80%;
}
.about ul.our-links li .detail a.more {
	width: 30px;
	height: 30px;
	line-height: 24px;
	font-size: 16px;
	position: relative;
}
.about .left-block {
	padding-bottom: 30px;
}
.details-tab, .padding-lg {
	padding-top: 40px;
	padding-bottom: 40px;
}
.our-cources h2, .how-study h2, .why-choose h2, .news-events h2, .campus-tour h2, .testimonial h2, .about h2, .browse-teacher h2, .how-apply h2, .have-question h2 {
	padding-bottom: 30px;
	font-size: 26px;
}
.our-impotance ul li .inner {
	padding: 10px 10px 30px 10px;
	border-bottom: 1px #e9e9e9 solid;
}
.our-impotance ul li:last-child {
	margin-bottom: 0px !important;
}
.our-impotance ul li:last-child .inner {
	border-bottom: none;
}
.our-impotance ul li {
	border-right: none;
	margin-bottom: 30px !important;
}
.our-impotance ul li:after {
	display: none;
}
.our-impotance ul li h3 span {
	display: inline;
}
.how-study ul li {
	margin-bottom: 20px;
}
.how-study ul li .cnt-block {
	left: 20px;
}
ul.our-strength li {
	width: 24%;
	border: none;
}
ul.our-strength li span {
	font-size: 26px;
}
ul.our-strength li .title {
	line-height: 20px;
}
.news-events ul {
	margin-bottom: 30px;
}
.news-events ul li {
	margin-bottom: 30px;
}
.news-events ul li .cnt-block {
	padding: 40px 20px 20px;
}
.news-events ul li .cnt-block h3 {
	font-size: 18px;
	line-height: 28px;
}
.news-events ul li .cnt-block .plus-icon {
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 30px;
	top: -27px;
}
.news-events ul li .bottom-block {
	padding-top: 20px;
}
.campus-tour {
	padding-bottom: 0px;
}
.campus-tour ul.gallery li {
	width: 50%;
}
.campus-tour ul.gallery li h3 {
	font-size: 18px;
}
.campus-tour ul.gallery li a {
	width: 44px;
	height: 44px;
	margin: 0 4px;
	line-height: 44px;
	font-size: 18px;
}
.campus-tour ul.gallery li:hover .overlay {
	top: 60%;
}
.campus-tour ul.gallery li p {
	padding-bottom: 10px;
}
.logos {
	padding: 30px 0;
}
.testimonial ul li p {
	font-size: 18px;
	line-height: 28px;
}
.testimonial ul li span {
	font-size: 16px;
}
.testimonial .wrapper:before, .testimonial .wrapper:after {
	font-size: 38px;
}
.footer .row1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .row1 .col-sm-9 {
	padding-bottom: 15px;
}
.footer .foot-nav {
	width: 100%;
	border-bottom: 1px #2e5f85 solid;
	padding: 10px 0 12px 0;
}
.footer .foot-nav h3 {
	padding-bottom: 0px;
	cursor: pointer;
}
.footer .foot-nav h3:after {
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	float: right;
	content: " + ";
}
.footer .foot-nav h3.open:after {
	content: " - ";
}
.footer .foot-nav ul {
	padding: 15px 0 10px 0;
}
.footer .bottom {
	padding: 20px 0px;
}
.footer .connect-us, .footer .subscribe, .footer .instagram {
	width: 100%;
	border-right: none;
	padding-right: 0px;
}
.footer .instagram ul li a img {
	width: 100%;
}
ul.browse-teachers-list > li {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px #e5e5e5 solid;
}
ul.browse-teachers-list > li:nth-child(2n) {
	border-right: none;
}
ul.browse-teachers-list > li:nth-last-child(2) {
	border-bottom: none;
}
.about-video .container {
	height: 300px;
}
.about-video p {
	font-size: 36px;
}
.inner-banner {
	padding: 30px 0 20px;
}
.inner-banner h1 {
	font-size: 30px;
	padding-bottom: 10px;
}
.inner-banner p {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
}
.inner-banner a.apply-online .left {
	padding: 12px 0 12px 24px;
}
.inner-banner a.apply-online .arrow {
	line-height: 64px;
}
.about .btn-wrapper {
	margin-bottom: 20px;
}
.select-course {
	float: left;
	margin-bottom: 30px;
}
.our-cources.sub h2 {
	padding-left: 0px;
}
.our-cources ul.inner li {
	margin-bottom: 70px;
}
.our-cources ul.inner li:before {
	bottom: -35px;
	display: none;
}
.our-cources ul.inner li:nth-child(2n):after {
	display: none;
}
ul.cert-list li {
	width: 100%;
	float: none;
}
ul.cert-list li:nth-last-child(2) {
	border-bottom: 1px dashed #c0c4c6;
}
.enquire-now {
	max-width: none;
	margin-top: 0;
}
.enquire-wrapper {
	max-width: none;
}
.course-detail {
	padding: 0 20px;
	margin: 20px 0 0 0;
}
.course-detail .duration {
	width: auto;
	padding: 20px 0;
	border: none;
	float: none;
	border-bottom: 1px solid #dfe9f1;
}
.course-detail .duration.eligible {
	width: auto;
	padding: 20px 0px;
}
.course-detail .duration.fee {
	width: auto;
	float: none;
	padding: 20px 0px;
	border: none;
}
.course-detail .duration.fee .detail {
	padding: 0px;
}
.course-detail .btn {
	position: absolute;
	right: 36px;
	bottom: 22px;
	float: none;
	margin: 10px 0 0 0;
}
.how-apply ul, .how-apply ul li {
	padding-bottom: 30px;
}
.how-apply ul li .icon-block {
	width: 135px;
	height: 135px;
	line-height: 135px;
}
.how-apply ul li .icon-block img {
	width: 60px;
}
.how-apply ul li .icon-block .num {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	top: 20px;
	right: -8px;
}
.how-apply ul li:nth-child(1):after, .how-apply ul li:nth-child(2):after {
	display: none;
}
.comments-wrapper ul.comments {
	padding-top: 40px;
	padding-bottom: 10px;
}
.comments-wrapper ul.comments li .com-txt {
	padding: 20px;
}
.leave-comment {
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.leave-comment h4 {
	padding: 30px 0;
}
.leave-comment textarea {
	height: 100px;
}
#myTabs {
	padding: 0px;
}
.course-tab {
	margin-bottom: 30px;
}
.course-tab > li > a {
	font-size: 14px;
	padding-bottom: 16px;
}
.course-tab > li > a span {
	font-size: 44px;
	padding-bottom: 14px;
}
.course-tab > li > a .block {
	display: block;
}
.course-table > tbody > tr > td, .course-table > tfoot > tr > td, .course-table > thead > tr > td {
	padding: 18px 20px;
}
#schedule .fee-amt {
	font-size: 18px;
}
#semester ul.content {
	border-bottom: 1px dashed #c9cdce;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
#semester .col-sm-6:last-child ul.content {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#semester ul.content > li h4 {
	font-size: 16px;
}
.inner-banner.contact, .inner-banner.blog {
	padding: 30px 0 60px 0;
}
.inner-banner.contact p, .inner-banner.blog p {
	padding-bottom: 0px;
}
.form-wrapper .row .col-sm-6 {
	margin-bottom: 20px;
}
.contact-detail .address {
	padding: 18px 40px 12px 60px;
}
.contact-bottom {
	padding: 18px 0 14px 0;
}
.blog-left {
	padding-bottom: 30px;
}
.blog-left:after {
	display: none;
}
.blog-right {
	padding-left: 0px;
}
ul.blog-listing > li {
	padding-bottom: 30px;
	margin-bottom: 40px;
}
ul.blog-listing > li h2 {
	padding: 20px 0 15px;
	font-size: 18px;
	line-height: 26px;
}
ul.post-detail li {
	padding-bottom: 4px;
	padding-right: 18px;
}
.inner-banner.blog {
	min-height: 160px;
}
.recent-post, .archives {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #e9e9e9 solid;
}
.blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
	padding-left: 64px;
}
.category {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #e9e9e9 solid;
}
.not-found-wrapper {
	width: 80%;
	margin: 50px auto;
	padding-top: 178px;
}
.not-found-wrapper h1 {
	font-size: 116px;
}
.not-found-wrapper p {
	font-size: 26px;
	padding-bottom: 40px;
}
.faq-wrapper .search-block input {
	height: 48px;
}
.faq-wrapper .search-block .search {
	width: 48px;
	height: 48px;
}
ul.faq-listing li .inner {
	padding: 10px 20px 30px 48px;
}
ul.faq-listing li .inner:before {
	top: 26px;
	font-size: 36px;
}
ul.faq-listing li:nth-last-child(2) .inner {
	border-bottom: 1px #e2e4e6 solid;
}
ul.faq-listing li:nth-child(2n) .inner {
	padding-left: 48px;
}
ul.faq-listing li .inner:before {
	left: 0px !important;
	top: 22px;
}
.faq-wrapper .text-center, .testimonial-outer .text-center {
	margin-top: 40px;
}
.login-wrapper .login {
	max-width: 360px;
}
.login-wrapper .login-logo {
	margin-bottom: 30px;
	text-align: center;
}
.login-wrapper .login-logo a {
	width: 220px;
	display: inline-block;
}
.login-wrapper .head-block {
	padding: 18px 15px;
}
.login-wrapper .head-block h1 {
	font-size: 26px;
}
.login-wrapper .cnt-block {
	padding: 30px;
}
.login-wrapper .btn {
	padding: 8px 14px;
}
.login-wrapper .login-footer {
	padding: 12px 15px;
}
.login-wrapper ul.follow-us li {
	padding: 0 12px;
}
ul.testimonials:after {
	display: none;
}
ul.testimonials li h3 {
	padding-top: 8px;
}
ul.testimonials li p {
	font-size: 15px;
	line-height: 28px;
}
ul.testimonials li .quotblock {
	padding: 30px 10px 15px 10px;
}
ul.testimonials li:nth-child(3) .quotblock {
	padding-top: 30px;
}
ul.testimonials li:nth-last-child(2), ul.testimonials li:nth-last-child(3) {
	border-bottom: 1px solid #dfe5e1 !important;
}
ul.testimonials li:nth-child(odd):before, ul.testimonials li:nth-child(even):after {
	display: none;
}
ul.testimonials li:nth-child(even) {
	border-right: none;
}
ul.testimonials li:nth-last-child(2):before, ul.testimonials li:nth-last-child(3):before, ul.testimonials li:nth-last-child(2):after, ul.testimonials li:nth-last-child(3):after {
	display: block !important;
}
ul.gallery-filter {
	padding: 0px;
}
ul.gallery-filter li {
	width: auto;
	float: none;
	display: inline-block;
	padding: 0 16px;
	font-size: 16px;
}
ul.gallery-filter li a {
	padding-bottom: 20px;
}
.campus-tour .pagination {
	margin: 40px 0;
}
.news-wrapper .text-center {
	margin-top: 10px;
}
ul.news-listing > li h2 {
	font-size: 18px;
	line-height: 26px;
}
ul.news-listing > li p {
	line-height: 24px;
}
.news-wrapper ul.post-detail li {
	padding-right: 10px;
	padding-bottom: 2px;
}
ul.news-listing > li .cnt-block {
	padding: 20px;
}
.privacy-wrapper h2 {
	font-size: 24px;
}
.privacy-wrapper h3 {
	font-size: 20px;
}
ul.privacy-listing {
	padding: 0px;
}
ul.privacy-listing > li {
	padding-bottom: 10px;
}
ul.privacy-listing > li:last-child {
	border-bottom: 1px dashed #c9cdce;
}
ul.privacy-listing > li.last {
	border-bottom: none;
}
.privacy-wrapper .padding-top {
	padding-top: 10px;
}
.imp-note {
	padding: 20px;
}
.imp-note span {
	float: none;
	margin: 0px auto 20px;
}
.imp-note p {
	text-align: center;
}
.form-outer ul.select-opt {
	padding-bottom: 20px;
}
.form-outer .cnt-block textarea {
	height: 100px;
}
.form-outer .col-left {
	float: none;
}
.form-outer .select2.select2-container {
	margin-bottom: 30px;
}
.modal-body {
	padding: 10px;
}
.generic-wrapper ul.our-spec {
	padding-bottom: 40px;
}
.generic-wrapper .button-group {
	margin-bottom: 40px;
	text-align: center;
}
.generic-wrapper .pagination {
	padding-bottom: 30px;
}
.generic-wrapper ul.privacy-listing > li:last-child {
	border-bottom: none;
}
}

