@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');
body {
	color:#737880;
	font-size:16px;
	line-height:25px;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {margin:0;font-family: 'Roboto', sans-serif;font-weight:300;}
.img-100 {width:100%;}
.pad-0 {padding:0;}
.mar-0 {margin:0;}
/*popup css*/
.modal-dialog {
    height: 450px;
    width: 450px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.modal-dialog:after {
    position: absolute;
    content: "";
    border: 2px dashed #ededed;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-radius: 50%;
}
.modal-content {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 20px 50px;
    z-index: 1;
    position: unset;
    text-align: center;
    margin: auto;
}
.modal-header {
    padding: 12px 14px;
    border-bottom: 0;
    right: 30px;
    position: absolute;
    top: 50px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 5;
}
.popup-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #777;
    line-height: normal;
}
.modal-content input {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    border: 2px solid #ddd;
     width: 100%;
	 outline:none;
}
.modal-content input[type=submit] {
    background: #f55629;
    padding: 10px 40px;
    border: 0;
    color: #fff;
    transition: all 0.2s;
    width: auto;
    margin-bottom: 0;
}
.modal-content input[type=submit]:hover {
    background: #022950;
}
/* Popup css end */

.header {
    background: #022950;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}
.logo {
    max-width: 200px;
    float: left;
    margin-top: 12px;
}
.navigation-bar {
    float: right;
}
.navigation-bar .navbar {
    margin: 0;
}
.navigation-bar .navbar .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    text-transform: uppercase;
}
.navigation-bar .navbar .navbar-nav>li>a:focus, 
.navigation-bar .navbar .navbar-nav>li>a.active, 
.navigation-bar .navbar .navbar-nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #e35328;
}
.navigation-bar .navbar .navbar-nav>li>a.reg-btn {
    border-radius: 30px;
    border: 2px solid #E35328;
    padding-right: 25px;
    padding-left: 25px;
    color: #ffffff;
    font-size: 18px;
    margin-left: 50px;
	transition:all 0.2s;
}
.navigation-bar .navbar .navbar-nav>li>a.reg-btn:hover {
    color: #ffffff;
    background: #e35328;
}
.navigation-bar .navbar .navbar-nav>li>.dropdown-menu {
    background-color: #022950;
}
.navigation-bar .navbar .navbar-nav>li>.dropdown-menu>li>a {
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #001f3e;
}
.navigation-bar .navbar .navbar-nav>li>.dropdown-menu>li>a:focus, 
.navigation-bar .navbar .navbar-nav>li>.dropdown-menu>li>a:hover {
    background-color: #022950;
    outline: none;
    background-image: none;
	color:#e35328;
}
.navigation-bar .nav .open>a, 
.navigation-bar .nav .open>a:focus, 
.navigation-bar .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-toggle {
    padding: 0;
    margin-top: 18px;
    margin-right: 0;
}
.carousel-caption {
    left: 55%;
    right: 5%;
    top: 37%;
}
.carousel-caption h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    text-shadow: none;
}
.carousel-caption h2 {
    font-size: 30px;
    color: #e35328;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 400;
    text-align: left;
    margin-top: 30px;
}
.carousel-caption.right {
    left: 10%;
    right: 45%;
    top: 37%;
}	
.carousel-caption.right.inside {
    top: 45%;
}
.carousel-caption.right.inside h2 {
    margin-top: 10px;
}
.carousel-caption.course-caption {
    left: 75%;
    right: 5%;
    top: 20%;
}
.carousel-caption.course-caption.right {
    left: 5%;
}
#banner_home .carousel-control {
    top: 50%;
    bottom: auto;
	width: 80px;
}
#banner_home .carousel-control.left, #banner_home .carousel-control.right {
    background-image: none;
}
#banner_home .glyphicon-chevron-left:before, 
#banner_home .glyphicon-chevron-right:before {
    content: "";
}
#banner_home .carousel-control .glyphicon-chevron-left, 
#banner_home .carousel-control .glyphicon-chevron-right, 
#banner_home .carousel-control .icon-next, 
#banner_home .carousel-control .icon-prev {
    width: 50px;
}
.blue-bg {
    padding: 10px;
    margin: 0;
    text-align: center;
    background: #022950;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.form-section .form-box {
    background: #f5f5f5;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.form-section .form-box .wpcf7 .ajax-loader {
    position: absolute;
    right: 10px;
    top: 38%;
}
.form-section button, 
.form-section input, 
.form-section select, 
.form-section textarea {
    width: 100%;
    padding: 20px;
    min-height: 80px;
	border:0;
} 
.form-section input {
    border-right:1px solid #dedede;
}
.form-section .wpcf7-submit {
	background:#e35328;
	color:#fff;
}
.white-section {
	padding:50px 0 0;
}
.thin-title {
    font-size: 52px;
    font-weight: 100;
    color: #022950;
    max-width: 880px;
    margin: auto;
    margin-bottom: 30px;
}
.h3-title {
    font-size: 50px;
    font-weight: 500;
    color: #022950;
    max-width: 880px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
	text-align: center;
}
.pw-small {
    max-width:1000px;
	margin:0 auto;
}
.p-large {
    font-size: 18px;
	line-height:28px;
}
.p-large span{
    font-weight:600;
	color:#444;
}
.grey-section {
	background:#fff;
	position:relative;
	margin:100px 0;
}
.grey-section:before {
    position: absolute;
    content: "";
    background: #f2f2f2;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 80px;
}
.flex-container {
    display: flex;
    align-items: center;
}
.flex-bottom {
    display: flex;
    align-items: flex-end;
}
.course-title {
    font-size: 36px;
    font-weight: 300;
    color: #022950;
	text-align:center;
	margin-bottom: 20px;
}
.course-block {
    background: #fff;
    padding: 50px 20px;
    text-align: center;
	z-index:1;
	position:relative;
}
.course-block ul {
    text-align: left;
    list-style-image: url(../images/star-bullet.jpg);
    line-height: 35px;
	padding-left:30px;
    margin-bottom: 30px;
}
.course-block ul li {
    padding-left: 10px;
}
.o-btn {
    background: #e35328;
    padding: 10px 50px;
    border-radius: 30px;
    color: #fff;
	transition:all 0.2s;
}
.o-btn:hover {
    background: #022950;
    color: #fff;
	text-decoration:none;
}
.highlights-section {
    background: #0d223c url(../images/highlights.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 80px 0 40px;
	color:#fff;
	text-align:center;
}
.highlights-section .h3-title {
    color: #fff;
	margin-top:0;
    margin-bottom: 30px;
}
.counter-box-section {
	margin-top:80px;
}
.counter-box {
	position:relative;
}
.counter-box:after {
    position: absolute;
    content: "";
    width: 2px;
    background: #fff;
    right: 0;
    top: 60px;
    bottom: 90px;
}
.counter-box.last:after {
    width: 0;
}
.counter-box h3 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}
.counter-box h3 span {
    color: #e35328;
    font-size: 50px;
    font-weight: bold;
    line-height: 100px;
}
.promises-section {
	padding:100px 0;
}
.promises-block {
	padding:0;
	padding-left:50px;
	position:relative;
}
.thin-title {
    font-size: 36px;
    font-weight: 300;
    color: #022950;
	margin-bottom: 20px;
}
.promises-block-overlay {
    position: absolute;
    bottom: 50px;
    left: 100px;
    right: 50px;
    color: #fff;
    text-align: right;
    font-size: 36px;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.get-in-touch-section {
    background: #022950;
    padding: 50px 0;
    color: #fff;
}
.get-in-touch-section .thin-title {
    color: #fff;
	font-weight:400;
	margin-bottom:10px;
}
.get-in-touch .form-box .wpcf7 .ajax-loader {
    position: absolute;
    right: 10px;
    top: 38%;
}
.get-in-touch button, 
.get-in-touch input, 
.get-in-touch select, 
.get-in-touch textarea {
    width: 100%;
    padding: 10px 20px;
    min-height: 50px;
	border:0;
	border-radius:30px;
	color: #333;
} 
.get-in-touch .wpcf7-submit {
	background:#e35328;
	color:#fff;
}
.get-in-touch .wpcf7 .ajax-loader {
    position: absolute;
    right: 20px;
    top: 38%;
}
.why-spark-section {
	padding:80px 0;
	text-align:center;
}
.why-spark-section .h3-title {
    margin-top: 0;
}
.select-spark-block {
    margin-top: 50px;
}
.select-spark-box {
    padding	: 0 20%;
}
.select-spark-box p{
	text-align:justify;
}
.select-spark-box .h3-orange-border {
	position:relative;
	display:inline-block;
	font-size: 36px;
	font-weight: 400;
	color: #022950;
	text-align: center;
	margin-bottom: 30px;
}
.select-spark-box .h3-orange-border:before {
    position: absolute;
    content: "";
    background: #e35328;
    height: 3px;
    bottom: -10px;
    left: 30%;
    right: 30%;
}
.student-testimonials-section {
    background: #0d223c url(../images/testimonials-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
	text-align:center;
	background-attachment:fixed;
}
.student-testimonials-section .quote {
    margin-bottom: -50px;
    z-index: 1;
    position: relative;
}
.student-testimonials-section .h3-title {
	color:#fff;
	margin-top:0;
}
.student-testimonials-section .testimonial {
    background: #fff;
    padding: 100px 0 50px;
    position: relative;
    border-bottom: 10px solid #e35328;
}
.student-testimonials-section .testimonial p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 40px;
    font-style: italic;
}
.student-testimonials-section .testimonial p.quote-text {
    min-height:150px;
}
.student-testimonials-section .testimonial p.student-name {
    font-style: normal;
}
.student-testimonials-section .testimonial p.student-name span {
    color:#e35328;
}
.student-testimonials-section .slick-dots {
    bottom: -55px;
}
.student-testimonials-section .slick-dots li button:before {
    font-size: 20px;
	color: #fff;
	opacity:1;
}
.student-testimonials-section .slick-dots li.slick-active button:before {
    color: #e35328;
}


.philosophy-section {
	padding:100px 0;
	text-align:center;
}
.philosophy-section .h3-title {
    margin-top: 0px;
}
.philosophy-row {
	margin-top:80px;
	text-align:left;
}
.philosophy-row .philosophy-title {
    font-size: 24px;
    font-weight: 400;
    color: #022950;
    margin-bottom: 20px;
	text-transform:uppercase;
}
.philosophy-row .philosophy-title span {
    background: #e35328;
    width: 35px;
    height: 35px;
    float: left;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
    margin-top: -4px;
}
.philosophy-row .philosophy-desc {
	margin-bottom:50px;
}
.philosophy-row .philosophy-desc:last-child {
	margin-bottom:0;
}
.philosophy-block {
	padding:0;
	position:relative;
}

.career-section {
    background: #0d223c;
    padding: 50px 0;
	text-align:center;
}
.career-section  .h3-title {
    color: #fff;
	margin-top:0;
    margin-bottom: 30px;
}
.placement-section {
    background: #0d223c url(../images/placement.jpg) no-repeat;
	background-position:center bottom;
    background-size: cover;
    padding: 80px 0;
	color:#fff;
	text-align:center;
}
.placement-section .h3-title {
	font-size: 70px;
	margin-top:0;
    margin-bottom: 30px;
}
.placement-section .h3-title span {
    color: #e35328;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 45px;
	font-weight: 300;
}
.placement-section .logos {
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 0;
	margin-top: 100px;
}
.slick-initialized .slick-slide {
    display: block;
    border-left: 1px solid #aebec2;
}
.social-media-section {
    background: #0a3b76;
    text-align: center;
    padding: 20px 0 15px;
	position: relative;
}
.social-media-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.social-media-section ul li {
    border-right: 1px solid #fff;
    width: 60px;
    height: 22px;
    padding: 0;
    margin: 0;
    float: left;
}
.social-media-section ul li:last-child { 
    border-right: 0;
}
.social-media-section ul li a {
    color: #fff;
    font-size: 10px;
    text-align: left;
    padding: 0 15px;
}
.social-media-section ul li a:hover {
    color: #e35328;
}

.footer-section {
    background: #0d223c url(../images/footer.jpg) no-repeat;
	background-position:center bottom;
    background-size: cover;
	background-attachment:fixed;
    padding: 80px 0 0;
	color:#fff;
	font-size:14px;
	line-height: 30px;
}
.footer-section .thin-title {
	font-size: 30px;
	color:#fff;
	position:relative;
	margin-bottom:30px;
}
.footer-section .thin-title:before {
    position: absolute;
    content: "";
    background: #e35328;
    height: 2px;
    bottom: -10px;
    left: 0;
	width:20%;
}
.footer-section .quick-links {
	padding:0;
	margin:0;
	list-style:none;
}
.footer-section a {
	color:#fff;
	transition: all 0.2s;
}
.footer-section a:hover {
	color:#e35328;
	text-decoration:none;
}
.footer-section a.active {
    color: #e35328;
}
.copyright {
	background: #0a3b76;
    padding: 15px 0 5px;
	color:#fff;
	text-align:center;
	margin-top:50px;
}
.footer-form .wpcf7 .ajax-loader {
    position: absolute;
    right: 10px;
    top: 38%;
}
.footer-form button, 
.footer-form input, 
.footer-form select, 
.footer-form textarea {
    width: 100%;
    padding: 10px;
    min-height: 50px;
    border: 2px solid #001a33;
    margin-bottom: 10px;
    background: transparent;
    color: #fff;
}
.footer-form input[type=submit] {
	border:0;
    border-radius: 30px;
}
.footer-form input::-webkit-input-placeholder, 
.footer-form select::-webkit-input-placeholder {
    color: #fff;
} 
.footer-form option {
    background: #022950;
}
.footer-form .wpcf7-submit {
	background:#e35328;
	color:#fff;
}
.footer-form .wpcf7 .ajax-loader {
    position: absolute;
    right: 20px;
    top: 38%;
}
.footer-section .footer-logo {
    margin: 0 auto;
    margin-top: 50%;
    max-width: 250px;
}
#toTop {
    color: #fff;
    position: absolute;
    bottom: -20px;
    right: 25px;
	cursor:pointer;
}
.thankyou-section {
    padding: 120px 0 50px;
}
.thankyou-section .tick {
    max-width: 200px;
    margin: 20px auto;
}
.thankyou-section h1 {
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f55629;
}

/*============================================================================================================
About Us CSS
============================================================================================================*/
.grey-bg {
    background: #f5f5f5;
}
.right-bg {
    background: url(../images/about/who-we-are.jpg) no-repeat;
	background-position:top right;
    background-size: 50% auto;
}
.left-text-block {
	width:60%;
}
.left-bg {
    background: url(../images/about/vision.jpg) no-repeat;
	background-position:top left;
    background-size: 50% auto;
}
.right-text-block {
	width:60%;
	float:right;
}
.who-we-are-section {
    padding: 80px 0 0;
    margin: 80px 0 0;
}
.who-we-are-title {
    font-size: 50px;
    font-weight: 300;
    color: #022950;
    margin-bottom: 20px;
	text-transform:uppercase;
}
.who-we-are-block {
    background: #fff;
    padding: 50px;
    padding-left: 0;
    z-index: 1;
    position: relative;
}
.vision-mission-section {
    padding: 80px 0 0;
    margin: 80px 0;
}
.vision-mission-title {
    font-size: 50px;
    font-weight: 300;
    color: #022950;
    margin-bottom: 20px;
	text-transform:uppercase;
     margin-left: 30%;
}
.vision-mission-block {
    background: #fff;
    padding: 50px;
    z-index: 1;
    position: relative;
}
.about-quote-section {
    background: #0d223c url(../images/about/quote.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}
.about-quote-section .pw-small {
    max-width: 70%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 40px;
}
.about-quote-section .pw-small span {
    color:#e35328;
}


/*====================================================================================================
Course Page CSS
====================================================================================================*/
.course-section {
	padding:50px 0 60px;
	text-align:center;
}
.course-section .h3-title, .course-detail-section .h3-title {
    margin-top: 0;
}
.course-section .promises-section {
    padding: 50px 0 0;
	text-align:left;
}
.course-section .thin-title {
    color: #e35328;
	text-align:left;
}
.course-section .course-block ul {
    line-height: 45px;
    font-size: 18px;
}
.course-detail-section {
	padding:80px 0;
	text-align:center;
}
.course-detail-tabs {
    border-bottom: transparent;
    display: inline-block;
	margin:30px 0 50px;
}
.course-detail-tabs>li>a, 
.course-detail-tabs>li>a:focus, 
.course-detail-tabs>li>a:hover {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 10px 20px;
	margin:0 5px;    
	color: #737880;
}
.course-detail-tabs>li>a:focus, 
.course-detail-tabs>li>a:hover {
    background: #e35328;
    color: #fff;
}
.course-detail-tabs>li.active>a, 
.course-detail-tabs>li.active>a:focus, 
.course-detail-tabs>li.active>a:hover {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background: #e35328;
    color: #fff;
}
.course-detail-bg {
    background: url(../images/course/package-bg.jpg) no-repeat;
    background-position: left center;
    background-size: 100%;
    float: left;
}
.course-detail-text-bg {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    min-height: 600px;
}
.course-detail-text span {
    font-size: 18px;
    color: #e35328;
    font-weight: 500;
}
.course-detail-text {
    margin-top: 50px;
}
.course-sub-detail-box {
	background:#fff;
}
.course-sub-tabs {
    padding: 10% 5%;
	text-align:center;
	border:transparent;
}
.course-sub-tabs>li {
	float: none;
    display: inline-block;
	margin-bottom:5px;
}
.course-sub-tabs>li>a {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    border: 0;
}
.course-sub-tabs>li.active>a, 
.course-sub-tabs>li.active>a:focus, 
.course-sub-tabs>li.active>a:hover {
	background:#e35328;
    color: #fff;
	border:0;
}
.course-sub-tabs-list .course-block {
    padding: 0 10px 0 0 ;
    text-align: left;

}
.course-sub-tabs-list .course-block ul {
	line-height: 30px;
}
.course-sub-tabs-list .course-block .thin-title {
    color: #e35328;
    margin: 10px 0;
}


/*====================================================================================================
Blog Page CSS
====================================================================================================*/
.blog-section {
    padding: 50px 0;
}
.posted-details {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.posted-details span {
    font-size: 16px;
	color:#ea5224;
}
.blog-section .blog-title {
    font-size: 24px;
    line-height: 35px;
}
.blog-title-image {
    position: relative;
}
.blog-title-image-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 400px;
    padding: 20px 20px 0;
    background: rgba(255, 255, 255, 0.9);
}
.blog-title-image-overlay a,
.blog-title-image-overlay a:focus, 
.blog-title-image-overlay a:hover {
    color: #e35328;
    text-decoration:none;
}
.comment-form-author {
    float: left;
    padding: 10px;
    background: #f0f0f0;
    color: #444;
    border-right: 10px solid #fff;
	width: 50%;
}
.comment-form-email {
    float: left;
    padding: 10px;
    background: #f0f0f0;
    color: #444;
	width: 50%;
}
.comment-form-url {
    float: left;
    padding: 10px;
    background: #f0f0f0;
    color: #444;
    width: 100%;
}
.comment-form-comment {
    float: left;
    padding: 10px;
    background: #f0f0f0;
    color: #444;
    width: 100%;
}
.comment-section input, 
.comment-section textarea {
    width:100%;
	color:#444;
	border:0;
	padding: 5px 10px;
}
.comment-section .submit {
    max-width: 170px;
    background: #2c333e;
    color: #fff;
    border: 2px solid #2c333e;
    padding: 10px;
    text-align: center;
	transition:all 0.2s;
}
.comment-section .submit:hover {
    background: #fff;
    color: #2c333e;
    border: 2px solid #2c333e;
}
.comment-section .comment-reply-title {
    color: #2c333e;
    font-size: 22px;
}
.comment-section #comments {
    background: #2c333e;
    padding: 10px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
	display: none;
}
.comment-section .comment-author {
    text-transform: capitalize;
    float: left;
    width: 50%;
	min-height:35px;
}
.comment-section .comment-meta {
    float: right;
    width: 50%;
    text-align: right;
	min-height:35px;
}
.comment-section .comment-body {
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 20px;
}
.comment-section .comment-awaiting-moderation {
    float: right;
    width: 50%;
    text-align: right;
}
.comment-section .comment-reply-link{
    background: #2c333e;
    padding: 5px 10px;
    color: #fff;
	font-size:10px;
    text-decoration: none;
    border: 1px solid #2c333e;
	transition:all 0.1s;
}
.comment-section .comment-reply-link:hover{
    background: #fff;
    color: #2c333e;
    border: 1px solid #2c333e;
}
.comment-form-cookies-consent input {
    width: auto;
}

/*====================================================================================================
FAQ Page CSS
====================================================================================================*/
.faq-section {
	position:relative;
	padding:80px 0;
}
.faq-section .thin-title {
    color: #e35328;
}
.faq-section .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}
.faq-section .panel-heading {padding:0}
.faq-section .panel-title>.small, 
.faq-section .panel-title>.small>a, 
.faq-section .panel-title>a, 
.faq-section .panel-title>small, 
.faq-section .panel-title>small>a {
    color: #666;
    width: 100%;
    display: block;
    padding: 10px;
    background: url(../images/open-arrow.png) no-repeat;
	background-position:right center;
    background-position-x: 99%;
    font-weight: 400;
	box-shadow:none;
}
.faq-section .panel-title>a {
	font-size:20px;
	padding:20px 0;
}
.faq-section .panel-title>a:hover, .faq-section .panel-title>a:focus  {
    text-decoration: none;
}
.faq-section .panel-title .collapsed {
    background: url(../images/close-arrow.png) no-repeat;
	background-position:right center;
    background-position-x: 99%;
     border: 0;
} 
.faq-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background:transparent;
    padding: 20px 0;
     border: 0;
}
.faq-section .panel-title {
    border-bottom: 1px solid #cecece;
}
.faq-section .panel-default>.panel-heading {
	background-image:none;
	background-color: transparent;
}
.faq-row{
	margin-top:80px;
}
/*====================================================================================================
Contact Page CSS
====================================================================================================*/
.contact-page-section {
	padding:50px 0 0;
}
.contact-title {
    font-size: 50px;
    font-weight: 300;
    color: #022950;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact-orange {
    font-size: 24px;
    line-height: 35px;
    color: #e35328;
    font-weight: 400;
}
.address {
    font-size: 30px;
    font-weight: 100;
    line-height: normal;
    margin: 50px 0;
}
.contact-page-form {
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 50px;
	margin-bottom:-100px;
}
.contact-page-form .wpcf7 .ajax-loader {
    position: absolute;
    right: 10px;
    top: 38%;
}
.contact-page-form button, 
.contact-page-form input, 
.contact-page-form select, 
.contact-page-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    margin-top: 35px;
} 
.contact-page-form .wpcf7-submit {
	background:#e35328;
	color:#fff;
}
.contact-page-form input[type=checkbox], 
.contact-page-form input[type=radio] {
    line-height: normal;
    margin: 7px 5px !important;
    float: left;
    width: auto !important;
}
.contact-page-form .radio-div {	
     margin-top: 35px;
}
.contact-page-form .radio-div label {
    font-weight: 400;
    color: #e35328;
}
#contact-map {
	width:100%;
	height:600px;
}


/*====================================================================================================
Media Queries 
====================================================================================================*/
@media (max-width: 1080px) {
	body {
		font-size: 14px;
	}
	.logo {
		position: absolute;
		z-index: 1;
	}
	.navigation-bar {
		width: 100%;
		text-align: center;
	}
	.navbar-collapse {
		margin-top: 20px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.navigation-bar .navbar .navbar-nav > li > a.reg-btn {
		margin-left: 0;
	}
	.navbar-nav {
		display: inline-block;
	}
	.carousel-caption {
		font-size: 40px;
	}
	.carousel-caption span {
		font-size: 30px;
	}
	.form-section button, .form-section input, .form-section select, .form-section textarea {
		min-height: auto;
	}
	.thin-title, .course-title {
		font-size: 24px;
	}
	.h3-title {
		font-size: 40px;
	}
	.p-large {
		font-size: 15px;
		line-height: 24px;
	}
	.course-block ul {
		line-height: 26px;
	}
	.promises-block-overlay {
		font-size: 26px;
	}
	.philosophy-row .philosophy-desc {
		margin-bottom: 30px;
		line-height: normal;
	}
	.placement-section .h3-title {
		font-size: 50px;
		margin-bottom: 10px;
	}
	.placement-section .h3-title span {
		font-size: 35px;
	}
	.placement-section .logos {
		padding: 10px 0;
		margin-top: 40px;
	}
	.footer-section .footer-logo {
		max-width: 100%;
	}
	.who-we-are-section, .vision-mission-section {
		padding: 0;
	}
	.who-we-are-block {
		padding: 20px;
		padding-left:0;
	}
	.vision-mission-block {
		padding: 20px;
		padding-right:0;
	}
	.course-detail-bg {
		background-size: 100% 100%;
	}
	.course-sub-tabs > li > a {
		width: 130px;
		height: auto;
	}
}
@media (max-width:992px) {	
	.carousel-caption h1 {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 0px;
	}
	.carousel-caption h2 {
		font-size: 18px;
		margin-top: 10px;
	}
	
	.footer-section .footer-logo {
		margin-top:0;
		max-width: 250px;
		margin-bottom: 30px;
	}	
	.who-we-are-title, .vision-mission-title {
		font-size: 32px;
		margin-bottom: 0px;
	}
	.about-quote-section .pw-small {
		max-width: 50%;
		font-size: 15px;
		line-height: 24px;
	}
	.counter-box h3 span {
		font-size: 35px;
		line-height: 50px;
	}
	.course-detail-text-bg {
		padding: 20px 40px;
		min-height: auto;
	}
	.course-detail-text {
		margin-top: 10px;
	}
	.course-sub-tabs {
		padding: 30px;
		text-align: center;
		border: transparent;
	}
	.course-sub-tabs > li > a {
		width: auto;
		height: 80px;
	}
	.course-sub-tabs-list .course-block {
		float: left;
		width: 100%;
	}
	.course-detail-section {
		padding: 30px 0 0;
	}
	.course-detail-tabs {
		margin: 0px 0 30px;
	}
	.course-section .course-block ul {
		line-height: 28px;
		font-size: 16px;
	}
	.course-section .course-block {
		padding: 0;
	}
	.highlights-section {
		padding: 30px 0 20px;
	}
	.counter-box-section {
		margin-top: 30px;
	}
}
@media (max-width:767px) {	
	.flex-container{
		display:block;
	}
	#banner_home {
		margin-top: 65px;
	}	
	#banner_home .carousel-control {
		width: 40px;
	}
	#banner_home .carousel-control .glyphicon-chevron-left, 
	#banner_home .carousel-control .glyphicon-chevron-right, 
	#banner_home .carousel-control .icon-next, 
	#banner_home .carousel-control .icon-prev {
		width: 30px;
	}
	#banner_home .carousel-control {
		top: 90%;
	}
	.carousel-caption {
		top: auto;
		padding: 0;
		left: 10px;
		right: 10px;
		bottom: 20px;
	}
	.carousel-caption.right {
		left: 10px;
		right: 10px;
		top: auto;
		bottom: 20px;
	}
	.carousel-caption h1 {
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0px;
	}
	.carousel-caption h2 {
		font-size: 14px;
		margin-top: 10px;
	}
	.form-section input {
		border: 1px solid #dedede;
	}
	.form-section .form-box {
		padding: 20px;
	}
	.form-section button, .form-section input, .form-section select, .form-section textarea {
		margin-top: 5px;
	}
	.grey-section {
		background: #f2f2f2;
		margin: 0 0 10px;
		padding: 30px 0;
	}
	.highlights-section {
		background-attachment:fixed;
		padding: 30px 0;
	}
	.promises-section {
		padding: 30px 0;
	}
	.promises-block {
		padding: 15px;
	}
	.promises-block-overlay {
		font-size: 20px;
		text-align: center;
		left: 30px;
		right: 30px;
		top: 35%;
	}
	.get-in-touch-section {
		padding: 40px 0;
		text-align: center;
	}
	.get-in-touch input {
		margin: 10px 0;
	}
	.get-in-touch .wpcf7-submit {
		margin-top: -15px;
	}
	.why-spark-section,.student-testimonials-section, .philosophy-section, .career-section, .placement-section {
		padding: 30px 0;
	}
	.h3-title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.select-spark-block {
		margin-top: 20px;
	}
	.select-spark-box {
		padding: 20px;
	}
	.student-testimonials-section .quote {
		margin-bottom: -35px;
		max-width: 70px;
	}
	.student-testimonials-section .testimonial {
		padding: 50px 0 20px;
	}
	.student-testimonials-section .testimonial p {
		font-size: 16px;
		line-height: normal;
		padding: 20px;
	}
	.student-testimonials-section .testimonial p.quote-text {
		min-height: 100px;
	}
	.philosophy-row {
		margin-top: 30px;
	}
	.philosophy-block {
		padding: 15px;
	}
	.placement-section .h3-title {
		font-size: 30px;
	}
	.placement-section .h3-title span {
		font-size: 24px;
	}
	.footer-form, .contact-details {
		margin-bottom:30px;
	}
	.footer-section {
		padding: 30px 0 0;
	}
	.copyright {
		margin-top: 30px;
	}
	.course-block ul {
		margin-top: 20px;
	}
	.social-media-section ul li {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		width: 40px;
	}
	.social-media-section ul li a {
		padding: 0;
	}
	
	/*About*/
	.who-we-are-section, .vision-mission-section {
		margin: 30px 0 0;
	}
	.right-bg, .left-bg {
		background: no-repeat;
	}
	.left-text-block, .right-text-block {
		width: 100%;
	}
	.who-we-are-block, .vision-mission-block {
		padding: 0;
	}
	.who-we-are-title, .vision-mission-title {
		font-size: 28px;
		margin: 0;
	}
	.about-quote-section {
		background-size: unset;
		padding: 30px 0;
		height: auto;
	}
	.about-quote-section .pw-small {
		max-width: 100%;
		font-size: 15px;
		line-height: 24px;
		border: 2px dashed #e35328;
		padding: 20px;
	}
    .popup-title {
        font-size: 24px;
    }
    .modal-content {
        padding: 20px;
    }
    .modal-dialog {
        height: auto;
        background: #fff;
        border-radius: 0;
        display: block;
        align-items: center;
    }
	.modal-dialog:after { 
        display:none;
    }
    .modal-header {
        right: 0;
        top: 0;
    }
	
	/*FAQ*/
	.faq-section {
		position: relative;
		padding: 30px 0;
	}
	.faq-section .panel-title > a {
		font-size: 16px;
		padding: 15px 0;
		line-height: normal;
	}
	.faq-section .thin-title {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 0;
	}
	.faq-row {
		margin-top: 30px;
	}
	.faq-section .panel-title .collapsed, .faq-section .panel-title > a {
		background-size: 15px;
	}
	
	/*Course*/
	.course-section {
		padding: 30px 0 30px;
	}
	.course-section .promises-section {
		padding: 0;
		text-align: left;
	}
	.course-section .course-block {
		padding: 10px 20px;
	}
	.course-section .thin-title {
		text-align: center;
	}
	.course-section .course-block ul {
		line-height: 28px;
		font-size: 15px;
		margin-bottom: 0;
	}
	.course-detail-section {
		padding: 30px 0;
	}
	.course-detail-tabs > li {
		margin-bottom:10px;
		width:100%;
	}
	.course-detail-tabs {
		margin: 0;
	}
	.course-sub-tabs > li {
		margin-bottom: 5px;
		width: 100%;
	}
	
	/*Contat us*/
	.contact-page-section {
		padding: 30px 0 0;
	}
	.contact-title {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.contact-orange {
		font-size: 24px;
		line-height: normal;
	}
	.address {
		font-size: 24px;
		margin: 20px 0 50px;
	}
	.contact-page-form {
		padding: 20px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.contact-page-form button, .contact-page-form input, .contact-page-form select, .contact-page-form textarea {
		margin-top: 10px;
	}	
	#contact-map {
		width:100%;
		height:300px;
	}
}