/*
===============================================
General Css
font-family: 'Pathway Gothic One', sans-serif;
font-family: 'Ruda', sans-serif;
===============================================
*/

@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Ruda:400,700,900&subset=latin-ext');

* {
	padding: 0px;
	margin: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {   
	font-family: 'Ruda', sans-serif!important;
	color: #333;
	font-size: 14px;
}

p {
	line-height: 23px;
	text-align: justify;
	margin: 10px auto;
	font-size: 14px;
}
.check-out tbody tr td{
	font-size: 14px!important;
}
.clr:before,
.clr:after {
	clear: both;
	content: "";
	display: table;
}

.clr:after {
	clear: both;
}

.clr {
	*zoom: 1;
}

a {
	color: #ccc;
}

img {
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Pathway Gothic One", sans-serif;
	font-weight: normal;
}
h1{font-size:2.5em}
h2{font-size:2.4em}
h3{font-size:2.2em}
h4{font-size:1.7em}
h5{font-size:1.5em}
h6{font-size:1em}
/*
=======================
General css
=======================
*/
.container {
	width: 1250px;
	margin: 0px auto;
}

.container h4 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 40px;
	color: #1dc2f8;
	font-weight: 500;
}

.container h4 span {
	border-bottom: 2px solid;
	padding: 0 2%;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
/*
=========================
HOME PAGE CSS
=========================
*/
/*TOP NAVIGATION AND SECTION 2 CSS IN MENU.CSS PAGE*/
/*
================
BANNER SECTION
================
*/


/*
======================
 SECTION 1 BLUE STRIP
=====================
*/
.section1 {
	padding: 20px 0px;
	background: #3270ab;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3270ab 0%, #2e94c5 49%, #3270ab 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3270ab 0%, #2e94c5 49%, #3270ab 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3270ab 0%, #2e94c5 49%, #3270ab 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3270ab', endColorstr='#3270ab', GradientType=1);
	 /* IE6-9 */;
}

.section1 .container {
	background: url(../images/book-pile.png) no-repeat right center;
	background-size: 7%;
}

.section1 h1 {
	color: #fff;
	text-shadow: 0px 0px 1px #000;
}

.section1 p {
	text-shadow: 0px 0px 1px #000;
	color: #fff;
	margin: 0px;
}
/*
=======================
 SECTION 1 COPY FOR BOX
=======================
*/

.section1-copy {
	background: #A7ACB0;
}

.section1-copy aside {
	width: 25%;
	cursor: pointer;
	padding: 1% 2% 1% 2%;
	float: left;
	transition: all 0.5s ease;
	height: 170px;
}

.section1-copy aside i {
	font-size: 3em;
	color: #fff;
	text-align: center;
	display: block;
}

.section1-copy aside h4 {
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin: 10px auto;
	border-bottom: 1px solid #fff;
}

.section1-copy aside p {
	color: #fff;
	text-align: center;
	margin: 0px!important;
}
/*info*/

.section1-copy .info i,
.section1-copy .info H4,
.section1-copy .info p {
	color: #2E94C5;
}

.section1-copy .call i,
.section1-copy .call h4,
.section1-copy .call p {
	color: #2E94C5;
}

.section1-copy .call h4,
.section1-copy .info h4 {
	border-bottom: 1px solid;
}

.info {
	background: #fff;
	border-right: 1px solid #2E94C5;
}

.call {
	background: #fff;
}

/*Social Icon*/

.social_icon {
	display: inline-block;
	padding-bottom: 2.5% !important;
}

.social_icon ul {
	text-align: center;
}

.social_icon li {
	display: inline-block;
	margin: 0 0px;
	border-radius: 100%;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.social_icon li a {
	color: #fff;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.social_icon li a i {
	font-size: 1em;
	transition: all 0.5s ease;
	line-height: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.social_icon li a i:hover {
	color: #fff;
	transform: rotate(360deg);
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

/*
====================
WELCOME NOTE SECTION
====================
*/

.welcome-note {
	margin: 4% auto;
}


/*OUR-course*/

.course-text  p{
	text-align:center;

}
.course-text h5 {
		text-transform: uppercase;
		color: #000;
}

.button-more-left {
	border: 2px solid #1DC2F8;
	padding: 7px 10px;
	color: #1DC2F8;
	text-transform: uppercase;
}

.course-text h4 {
	text-align: center;
}

/*
================
course not in use
================

.course-icon {
		text-align: center;
		width: 100%;
}

.course-icon ul {
		width: 1027px;
		margin: 0px auto;
}

.course-icon li {
	display: inline-block;
	margin: 0px;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.course-icon li a {
		background: #eee;
		color: #6d6d6d;
		display: block;
		margin: 4px 2px;
		padding: 5%;
		position: relative;
		transition: all 0.8s ease 0s;
		width: 196px;
		z-index: 1;
		font-size: 50px;
		text-transform: uppercase;
}
/*.course-icon li span {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 3px solid #333;
	border-radius: 2px 2px 2px 16px;
	display: block;
	height: 110px;
	left: 2px;
	position: absolute;
	top: 15px;
	width: 120px;
}

.course-icon li:hover i {
	transform: rotate(360deg);
}
.course-icon li p {
		text-align: center !important;
		line-height: 16px;
		font-size: 15px;
		margin-top: 19px;
}*/

/*1

.course-icon li:nth-child(1) a {
	background: #0BA5A2;
	border-color: #0BA5A2;
}

.course-icon li:nth-child(1) span {
	border-color: #0BA5A2;
}

.course-icon li:nth-child(1):hover a {
	background: #28D1D8;
	border-color: #28D1D8;
}

.course-icon li:nth-child(1):hover span {
	border-color: #28D1D8;
}
/*2

.course-icon li:nth-child(2) a {
	background: #921E29;
	border-color: #921E29;
}

.course-icon li:nth-child(2) span {
	border-color: #921E29;
}

.course-icon li:nth-child(2):hover a {
	background: #FF2929;
	border-color: #FF2929;
}

.course-icon li:nth-child(2):hover span {
	border-color: #FF2929;
}
/*3

.course-icon li:nth-child(3) a {
	background: #339933;
	border-color: #339933;
}

.course-icon li:nth-child(3) span {
	border-color: #339933;
}

.course-icon li:nth-child(3):hover a {
	background: #F98441;
	border-color: #F98441;
}

.course-icon li:nth-child(3):hover span {
	border-color: #F98441;
}
/*4

.course-icon li:nth-child(4) a {
	background: #FF5095;
	border-color: #FF5095;
}

.course-icon li:nth-child(4) span {
	border-color: #FF5095;
}

.course-icon li:nth-child(4):hover a {
	background: #0051BA;
	border-color: #0051BA;
}

.course-icon li:nth-child(4):hover span {
	border-color: #0051BA;
}
/*5

.course-icon li:nth-child(5) a {
	background: #F8640C;
	border-color: #F8640C;
}

.course-icon li:nth-child(5) span {
	border-color: #F8640C;
}

.course-icon li:nth-child(5):hover a {
	background: #3CB043;
	border-color: #3CB043;
}

.course-icon li:nth-child(5):hover span {
	border-color: #3CB043;
}
/*6

.course-icon li:nth-child(6) a {
	background: #F13005;
	border-color: #F13005;
}

.course-icon li:nth-child(6) span {
	border-color: #F13005;
}

.course-icon li:nth-child(6):hover a {
	background: #B53389;
	border-color: #B53389;
}

.course-icon li:nth-child(6):hover span {
	border-color: #B53389;
}
/*7

.course-icon li:nth-child(7) a {
	background: #8764B8;
	border-color: #8764B8;
}

.course-icon li:nth-child(7) span {
	border-color: #8764B8;
}

.course-icon li:nth-child(7):hover a {
	background: #00D2FF;
	border-color: #00D2FF;
}

.course-icon li:nth-child(7):hover span {
	border-color: #00D2FF;
}
/*8

.course-icon li:nth-child(8) a {
	background: #AE2A37;
	border-color: #AE2A37;
}

.course-icon li:nth-child(8) span {
	border-color: #AE2A37;
}

.course-icon li:nth-child(8):hover a {
	background: #2ACB6E;
	border-color: #2ACB6E;
}

.course-icon li:nth-child(8):hover span {
	border-color: #2ACB6E;
}
/*9

.course-icon li:nth-child(9) a {
	background: #018262;
	border-color: #018262;
}

.course-icon li:nth-child(9) span {
	border-color: #018262;
}

.course-icon li:nth-child(9):hover a {
	background: #D44280;
	border-color: #D44280;
}

.course-icon li:nth-child(9):hover span {
	border-color: #D44280;
}
/*10

.course-icon li:nth-child(10) a {
	background: #03418C;
	border-color: #03418C;
}

.course-icon li:nth-child(10) span {
	border-color: #03418C;
}

.course-icon li:nth-child(10):hover a {
	background: #829C1C;
	border-color: #829C1C;
}

.course-icon li:nth-child(10):hover span {
	border-color: #829C1C;
}

.course-icon i {
	font-size: 2em;
	transition: all 0.3s ease-in-out 0s;
	margin-top: 7px;
}

.course-icon h6 {
	margin-top: 10%;
}


/*
=============
Placement
===============
*/

.placement {
	padding: 2% 0px;
	margin-bottom: 4%;
}

.placement p {
	text-align: center;
}

.col-md-3 {
	width: 32.333%;
	display: inline-block;
	position: relative;
	min-height: 1px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	margin-bottom: 20px;
}

.our-courses .courses {
	position: relative;
	/*padding: 10px 0 10px 20px;*/
}

/*.our-courses .courses:before {
	content: "";
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1DC2F8;
}*/

.our-courses .pic {
	position: relative;
	overflow: hidden;
}

.our-courses .pic:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.our-courses:hover .pic:after {
	opacity: 1;
}

.our-courses .pic img {
	width: 100%;
	height: auto;
}

.our-courses .social-links {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	position: absolute;
	bottom: -40%;
	left: 0;
	text-align: center;
	z-index: 1;
	transition: all 0.5s ease 0s;
}

.our-courses:hover .social-links {
	bottom: 20px;
}

.our-courses .social-links li {
	display: inline-block;
	margin-right: 5px;
}

.our-courses .social-links li a {
	display: block;
	line-height: 30px;
	border: 2px solid #fdfffc;
	font-size: 16px;
	color: #fdfffc;
	transition: all 0.5s ease 0s;
	padding: 2px 10px;
}


.our-courses .courses-info {
		padding: 20px;
		border: 1px solid #ccc;
		color: #fff;
		text-align: center;
		position: relative;
		overflow: hidden;
		z-index: 1;
		top: -5px;
		transition: all 0.5s ease 0s;
		height: 135px;
}
.our-courses .courses-info:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background:#dde1e2;
	z-index: -1;
	transition: all 0.5s ease 0s;
}

.our-courses:hover .courses-info:before {
	left: 0;
}

.our-courses .title {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	color: #000!important;
	font-weight: normal;
}

.our-courses:hover .title {
	color: #fff;
}

.our-courses .description {
	line-height: 22px;
	color: #000;
	display: block;
	text-align: left;
}
.our-courses .description a {
		line-height: 22px;
		color: #383434;
		display: block;
		text-align: left;
}

.our-courses .description a:hover {
	color: #333;
}

@media screen and (max-width: 990px) {
	.our-courses {
		margin-bottom: 20px;
	}
}

/*
==============
FIND A COURCE
==============
*/

.bg-2 {
	background: #3D3F4F;
	background-size: cover;
}
/*find your course*/

.pentagon {
	background: #252d30 none repeat scroll 0 0;
	height: 60px;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}

.pentagon::after {
	border-color: #252D30 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 50px 200px 39px;
	content: "";
	position: absolute;
	top: 60px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

.pentagon h5 {
	color: #fff;
	text-align: center;
}

.pentagon > p {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	text-transform: uppercase;
}

.find-your-course {
	background: #F8B11A;
	float: left;
	padding-bottom: 15px;
	width: 400px;
}

.find-your-course input,
.find-your-course select,
.find-your-course textarea {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #000;
	display: block;
	height: 39px;
	outline: medium none;
	padding: 6px 29px 6px 6px;
	width: 100%;
}

.find-your-course textarea {
	height: 70px;
}

.icon-append {
	border-left-style: solid;
	border-left-width: 1px;
	color: #fff !important;
	font-size: 15px !important;
	height: 29px;
	line-height: 29px !important;
	padding-left: 3px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 5px;
	width: 50px;
}

.col6 {
	box-sizing: border-box;
 /* float: left;*/
	margin: 10px 0;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

.col7 {
	box-sizing: border-box;
	float: left;
	margin: 10px 0;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

.find-your-course p {
		color: #fff;
		font-size: 12px;
		padding: 5px 18px;
		line-height: 16px;
}
/*
===================
testmonial
===================
*/

/*by-me new*/
/**/
.text_sif {
	float: right;
	max-width: 800px;
	position: relative;
}
#slides {
	margin-top: 7%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#slides ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#slides li {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 0px;
	background: none;
}
.testi_img {
		width: 250px;
		float: left;
		/*position: absolute;
		left: -70px;   */       position: relative;
		z-index: 2; 
}
.testi_img > img {
	border: 6px solid #fff;
	height: auto;
	width: 100%;
}
.quote-author {
		background: #f8b11a;
		margin: 0;
		position: relative;
		top: -4px;
		text-align: center;
		left: 0;
		line-height: 35px;
		width: 100%;
		font-size: 16px;
		color: #212121;
		font-weight: 700;
		text-transform: uppercase;
}
/*p.quote-phrase {
		font-size: 19px;
		color: #fff;
		padding-left: 23%;
		line-height: 26px;
}*/
p.quote-phrase {
		font-size: 18px;
		color: #fff;
		padding-left: 37%;
		line-height: 26px;
		border: 4px solid #fff;
		position: absolute;
		z-index: 0;
		top: 4%;
		height: 200px;
		padding: 1% 1% 1% 37%;
}
/*.authorContainer {     
		border: 4px solid #fff;
		width: 90%;
		padding-left: 7%;
		padding: 20px 23px 30px;
		position: relative;
		left: 10%;
		min-height: 280px;
}*/
.fa-quote-right {
		margin-top: 15px;
}



.testimonial {
	margin-top: 6%;
}

#carousel {
	position: relative;
	margin: 0 auto;
}

/*btn*/

.btn-bar {
	display: block;
	margin: 0;
	position: absolute;
	right: 0;
	width: 19%;
}

#buttons {
	margin: 5% auto 0;
	padding: 0 0 5px;
	text-align: right;
}

#buttons a {
		background: #f8b11a none repeat scroll 0 0;
		color: #fff;
		display: inline-block;
		font-weight: bold;
		height: 30px;
		outline: 0 none;
		text-align: center;
		text-decoration: none;
		width: 30px;line-height: 30px; 
}



a#prev1:hover,
a#next1:hover {
	color: #fff;
	background: #333;
}

.quote-marks {
	color: #f8b11a;
	display: block;
	font-size: 30px;
	margin-bottom: 15px;
	padding: 0 3px 3px;
	position: relative;
	text-align: left;
}

#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	z-index: 999999;
	padding: 10px 0;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}

.jquery-script-center ul {
	width: 212px;
	float: left;
	line-height: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jquery-script-center a {
	text-decoration: none;
}

.hvr-bounce-to-right > img {
	border-radius: 100%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 2px -6px #ccc;
}
/*
==============
SECTION 3
==============
*/

.section3 {
	margin: 4% auto;
}
/**/

.col-md-5 {
	width: 25%;
	float: left;
	min-height: 1;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.simplefilter {
	text-align: center;
	margin-bottom: 15px;
}

.filtr-item {
		padding: 1rem;
		position: relative;
}

.item-desc {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	padding: 1rem;
	z-index: 1;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
}
/* Filter controls */

.simplefilter li,
.multifilter li,
.sortandshuffle li {
	color: white;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	padding: 1rem 2rem;
}

.simplefilter li {
	color: #1DC2F8;
	border: 1px solid #1DC2F8;
}

.simplefilter li.active {
	background-color: #1DC2F8;
	color: #fff;
}

.multifilter li {
	background-color: #1DC2F8;
}

.multifilter li.active {
	background-color: #1DC2F8;
}
/*
=================
footer
=================
*/

.fotter {
	background-color: #3D3F4F;
		/*	background-image: url(../images/footer-bg-png.png);margin-top: 4%;transition: all 0.5s ease 0s;width: 100%;*/;
}

#fotter {
	background-image: url(../images/footer-bg-png.png) no-repeat;
	background-size: cover;
}

.wrap-sec-01 {
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
}

.sec-W-002 {
	border-right: 1px solid #333;
	float: left;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 12px;
	padding: 1% 0 1% 2%;
	width: 22%;
	height: 180PX;
}

.sec-W-002 ul li::before:hover {
	color: red;
}
/*quicklink*/
.quicklink a {
		background: #2e2f3a;
		padding: 2px 10px;
		margin: 5px;
		display: inline-block;
}
/*address*/

.address {
	border: 0 none;
	padding: 1% 0 1% 2%;
	text-align: left;
	width: 29%;
}

.address p {
	color: #999;
}

.address img {
	margin: 20px auto;
	width: 100%;
}

.address li {
	font-size: 13px;
	color: #999;
}

.address p i {
	transition: all 0.5s ease 0s;
}

.address li span i {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-left: 2%;
	margin-right: 2%;
}
/*course

.course {
	padding-left: 0;
	width: 30%;
}*/
/*short term course*/

.short-term-course {
	width: 27%;
}
/*li*/

/* .sec-W-002 li:first-child {
	color: #fff;
	display: block;
	font-family: "Pathway Gothic One", sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
} */

.sec-W-002 a {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

.sec-W-002 a:hover {
	color: #ccc;
}

.text-arena {
	border-bottom: 1px solid #333;
	margin-bottom: 2%;
	padding-bottom: 2%;
}

.text-arena img {
	margin-top: 2%;
	width: 15%;
	float: left;
}

.text-arena > p {
	color: #999;
	float: right;
	margin-top: 2%;
	width: 83%;
	font-size: 13px;
}

.only-for-tis-p {
	color: #999;
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
}
/*
============================
scroll image bottom t0 top 
===========================
*/

.topimage {
	float: left;
	height: 50px;
	width: 50px;
	background: #6b6b6b;
}

.scrollup {
	bottom: 20px;
	cursor: pointer;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 150;
	display: none;
}
/*

===============================
INNER PAGE CSS
===============================
*/

/*GENERAL CSS INNER PAGE*/

.inner-heading {
	background: url(../images/inner-banner.png) no-repeat;
	box-shadow: 0px 0px 3px #ccc;
	background-size: 100%;
	height: 250px;
	margin-bottom: 5%;
	padding-top: 4%;
}

.inner-heading .container {
	font-size: 1.9em;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	padding: 5px;
	margin-top: 5%;
}

.inner-heading .container H1 {
	font-size: 1.3em;
	color: #fff;
}
.inner-heading .container p {
	font-size: 15px;
	color: #fff;
}

.inner-container {
	margin-bottom: 5%;
}

.inner-container h3 {
	font-size: 1.5em;
	color: #1DC2F8;
}
/*page heading inner*/

.dividerHeading h4 {
	border-bottom: 2px solid #000;
	line-height: 35px;
	text-align: center;
	color: #000;
	margin-bottom: 3%;
	text-align: left;
}

/*section left*/
.section-left {
		width: 25%;
		position: relative;
		float: left;
		z-index: 0;
}
.inner-banner {
	margin-bottom: 40px;
}

/*Acco*/

.ac-container h4 {
	background: #1DC2F8;
	text-align: left;
	padding: 3px 5px;
	margin: 0px;
	color: #fff;
	border: 1px solid #1DC2F8;
}

.ac-container label {
	height: 40px !important;
	font-weight: normal;
	font-size: 16px !important;
	text-transform: uppercase;
	padding: 10px 20px;
	position: relative;
	font-family: 'Pathway Gothic One', sans-serif;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #000;
	line-height: 33px;
	font-size: 19px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	height: 30px;
	line-height: 20px;
}

.ac-container {
	width: 100%;
	margin: 0px auto 30px auto;
	text-align: left;
	border: 1px solid #1DC2F8;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
	color: #1DC2F8;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
	height: 30px;
	line-height: 21px;
	font-size: 13px;
}

.ac-container input {
	display: none;
}

.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	height: 0;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article ul {
	margin: 15px;
}

.ac-container article li a {
	color: #363A46;
	line-height: 25px;
	font-size: 12px;
	padding-left: 8px;
}

.ac-container article li a:hover {
	color: #000;
}

.ac-container article ul li::before {
	content: '\F046' !important;
	font-family: FontAwesome !important;
	padding-right: 0px !important;
	color: #1DC2F8;
	font-size: 12px;
}

.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked ~ article.ac-small {
	height: auto
}
/* Icon */

label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	color: #1DC2F8;
}

.ac-container input[type=checkbox] + label::after {
	content: "/f106";
	font-family: 'FontAwesome';
	color: #1DC2F8!important;
}

.ac-container input[type=radio] + label::after {
	content: "\f107";
	font-family: 'FontAwesome';
	color: #363A46;
}

.ac-container input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.ac-container input[type=radio]:checked + label::after {
	transform: rotateX(180deg);
}

.section-right {
	width: 70%;
	float: right;
}
/*===================
course inner page
==================
*/

/*
======================
web-design course
======================

*/

.course-highlight {
	text-align: left!important;
	border-bottom: 1px solid;
	/*margin-top: 3%;*/
}

.content-text {
		width: 65%;
		float: left;
		padding-right: 3%;
}
.content-text h4 {
	text-align: left;
	color: #3D3F4F;
}

.image-fix {
		width: 35%;
		float: right;
}
.skill h4 {
	text-align: left;
	color: #3D3F4F;
}
/*course-content */

ul.check2 li {
	font-size: 14px;
	line-height: 30px;
	color: #222;
}

ul.check2 li::before {
	content: '\F046' !important;
	font-family: FontAwesome !important;
	padding-right: 8px !important;
	color: #1DC2F8;
}
/*addmision*/

.MRbox {
	margin: 20px auto;
}
/*
contact page css
*/

.section-left .find-your-course {
	width: 100%;
}
/*inner testimonial page css*/

.student-testimonial {
	padding: 2% 0px 0%;
	background: #3D3F4F;
}

.student-testimonial .text_sif {
	float: none;
	margin: 0px auto;
}

.video-testimonial {
	margin-top: 80px;
	width: 90%;
	margin: 80px auto;
}

#html5-watermark {
	display: none !important;
}
/*================video testimonial========================*/

.box-video {
	text-align: center;
	position: relative;
	width: 21%;
	display: inline-block;
	margin: 10px;
}

.box-video img {
	width: 100%;
	height: auto;
	border: 3px solid #fff;
	box-shadow: 0 0 5px #a3a3a3;
}

.box-video .box-content {
	width: 100%;
	height: 100%;
	background: transparent;
	padding-top: 25%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0s;
}

.box-video:hover .box-content {
	background: rgba(0, 0, 0, 0.5);
}

.box-video .title {
	color: #fff;
	text-transform: capitalize;
	transform: scale(0);
	transition: all 0.2s ease 0s;
	text-align: center;
	padding-top: 15px;
	font-size: 1.2em;
}

.box-video:hover .title {
	transform: scale(1);
}

.box-video .icon {
	list-style: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: all 0.2s ease 0s;
}

.box-video:hover .icon {
	opacity: 1;
}

.box-video .icon li {
	display: inline-block;
}

.box-video .icon li:first-child a,
.box-video .icon li:last-child a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	position: relative;
}

.box-video .icon li a {
	top: -100px;
}

.box-video:hover .icon li a {
	top: 0;
}

.box-video:hover .icon li a:hover {
	background: #F8B11A;
	border-color: #F8B11A;
}

.box-video .icon li:first-child a {
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.box-video .icon li:last-child a {
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

@media only screen and (max-width: 990px) {
	.box-video {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 320px) {
	.box-video .box-content {
		padding-top: 20%;
	}
}
/*event*/
.event {  width: 46%;  border: 1px solid #ccc;  padding: 2%;  float: left;  margin: 2%;}
.event figure {  margin-bottom: 0%;}

/*placement*/

a.com_pany {
		background: #4a4545;
		color: #fff;
		padding: 7px 15px;
		display: inline-block;
		margin: 3px 0px;
		border-radius: 2px;
}

/*courses highlight*/
.box-matter {
		margin-top: 25px;
}
.course_highlight-div { width: 70%;  float: left;}
.Career_options-div {
		width: 25%;
		float: right;
		font-family: oswald;
		letter-spacing: 1px;
		text-transform: uppercase;
}
.Career_options-div a {
		background: #918f96;
		color: #fff;
		padding: 5px 10px;
		margin: 0px 0px 8px 0px;
		display: inline-block;
}
.box-matter ul li {
		width: 414px;
		border: 1px solid #ccc;
		padding: 1%;
		box-sizing: border-box;
		text-align: center;
		display: inline-block;
		height: 150px;
		color: #fff;
		background: #918f96;
		vertical-align: text-bottom;
}
.box-matter ul li i {
		font-size: 20px;
		width: 50px;
		height: 50px;
		border: 1px solid;
		line-height: 50px;
		border-radius: 100%;
		margin-bottom: 10px;
}
.box-matter ul li p {
		text-align: center;
}

/*// BY Rajeev*/
.d-none{ display:none!important;}


.demo-gallery > ul {  margin-bottom: 0; }
.lg-sub-html h4 {
margin: 0;
font-weight: normal!important;
text-transform: uppercase!important;
font-size: 1em!important;
}
.demo-gallery > ul > li {
display: inline-block;
width: 233px;
border: 2px solid #fff;
box-shadow: 0px 0px 1px #ccc;
margin: 2px;
overflow: hidden;
height: 150px;
}
/*.demo-gallery > ul > li img{width:100%; min-height:150px; display:block; min-width: 100%;}*/
.demo-gallery > ul > li img {width: 100%!important; display: block;}

.demo-gallery > ul > li a {border: 3px solid #FFF;border-radius: 3px; display: block;overflow: hidden;position: relative;float: left;}
.demo-gallery > ul > li a > img {transform: scale3d(1, 1, 1);height: 100%; width: 100%; display:block;    MIN-HEIGHT: 140PX;
-webkit-transition: -webkit-transform 0.3s ease 0s;MIN-HEIGHT: 140PX;
-moz-transition: -moz-transform 0.3s ease 0s;-o-transition: -o-transform 0.3s ease 0s;transition: transform 0.3s ease 0s;
-webkit-transform: scale3d(1, 1, 1);-webkit-animation-name: test;-webkit-animation-duration:1s;-webkit-animation-iteration-count: 1;animation-name: test;animation-duration: 1s;animation-iteration-count: 1;
}

@keyframes test{
		from{opacity: 0; transform: scale(0.1);}
		to{opacity: 1; transform: scale(1);}
}

.demo-gallery > ul > li a:hover > img {-webkit-transform: scale3d(1.2, 1.2, 1.2);transform: scale3d(1.2, 1.2, 1.2);}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {opacity: 1;}
.demo-gallery > ul > li a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}
.demo-gallery > ul > li a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transitionopacity: 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}

.demo-gallery > ul > li a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}
.demo-gallery .justified-gallery > a > img {
-webkit-transition: -webkit-transform 0.15s ease 0s;
-moz-transition: -moz-transform 0.15s ease 0s;
-o-transition: -o-transform 0.15s ease 0s;
transition: transform 0.15s ease 0s;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
height: 100%;width: 100%;}

.demo-gallery .justified-gallery > a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {opacity: 1;}
.demo-gallery .justified-gallery > a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;
-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}
.demo-gallery .video .demo-gallery-poster img {height: 48px;margin-left: -24px;margin-top: -24px;opacity: 0.8;width: 48px;}
.demo-gallery.dark > ul > li a {border: 3px solid #04070a;}
.home .demo-gallery {padding-bottom: 80px;}

.whatsapp_icon {position: fixed;z-index: 9999999; bottom: 5px; width: 30px; left: 5px;}

.section5{
	background: url('../images/bg-alumni.jpeg') no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 3% 0;
	background-attachment: fixed;
}
/*extra*/

.user-area .user-avatar {
	float: right!important;
	width: 100px!important;
}
.rounded-circle {
		border-radius: 0!important;
}

/*Course Page Action Buttons */

.crsBtnUl{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-top: 30px;
	gap:20px;
}

.crsBtnLi{
	width: 200px;
	display: inline-block;
	position: relative;
}
.crsBtnLi a{
	display: block;
	position: inherit;
	width: 100%;
	height: 100%;
	font-size: 18px;
	border: 1px solid #1dc2f8;
	text-align: center;
	padding: 10px 5px;
	color: #1dc2f8;
	transition: 0.2s ease-in;
}
.crsBtnLi a:hover{
	background: #1dc2f8;
	color: #fff;
}