@import url('https://d0d4b4.claudeassets.com/20220706023408cs_/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;}

p {
color:#333333;
}
.ul-black
{
color:#333333;
}
/*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:rgba(2,41,80,0.9);
    padding: 0px 0px 10px 0px;
    
    top: 0;
    z-index: 10;
    width: 100%;
}

.logo {
    max-width: 200px;
    float: left;
    margin-top: 12px;
}
  .mobbr1
  {
	display:none;
  }
  .mobsh
{
	display:none;
}
.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: 42%;
}
.carousel-caption h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    letter-spacing: 2px;
    text-shadow: none;
}
.carousel-caption h2 {
    font-size: 22px;
    color: #e35328;
    text-shadow: none;
    font-weight: 400;
    text-align: left;
    margin-top: 15px;
}
.carousel-caption.right {
    left: 10%;
    right: 45%;
    top: 42%;
}	
.carousel-caption.right.inside {
    top: 45%;
}
.carousel-caption.right.inside h2 {
    margin-top: 10px;
}
.carousel-caption.course-caption {
    left: 75%;
    right: 5%;
    top: 35%;
}
.carousel-caption.course-caption1 {
    left: 70%;
    right: 5%;
    top: 20%;
}
.carousel-caption.course-caption2 {
    left: 70%;
    right: 5%;
    top: 40%;
}
.carousel-caption.course-caption.right {
    left: 9%;
    top:35%;
}
.pd5
{
	padding-top:5px !important;
}
#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;
}
.abtpad
{
	padding:50px 0px !important;
}
.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: 0px;
    margin-bottom: 30px;
	text-align: center;
}
.pw-small {
    max-width:1000px;
	margin:0 auto;
	color:#ffffff;
}
.p-white{
color:#ffffff;
}
.p-large {
    font-size: 18px;
    line-height:28px;
}
.p-large-txt {
    font-size: 28px;
    line-height:32px;
}
.p-sub
{
	color:#e35328; 
	font-size: 21px;
        line-height:24px;
	margin-top:20px;
}
.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: 0px;
    bottom: 0px;
}
.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-title1 {
    font-size: 20px;
    font-weight: 400;
    color: #022950;
    text-align:left;
    margin-bottom: 20px;
}
.course-block {
    background: #fff;
    padding: 25px 20px 55px;
    text-align: center;
     z-index:1;
    position:relative;
    top:35px;
}
.course-block ul {
    text-align: left;
    list-style-image: url(https://20259f.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/images/star-bullet.jpg);
    line-height: 35px;
	padding-left:30px;
    margin-bottom: 15px;
}
.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;
}
.o-btn-course {
    background: #e35328;
    padding: 4px 20px;
    border-radius: 30px;
    color: #fff;
    transition:all 0.2s;
    float:left;
    font-size:14px;
}
.o-btn-course:hover
{
	 color: #fff;
}
.o-btn-course:visited{
 	color: #fff;
}
.o-btn-course-c {
    background: #e35328;
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff;
    transition:all 0.2s;
    font-size:14px;
    
}
.o-btn-course-c:hover
{
	 color: #fff;
}
.o-btn-course-c:visited{
 	color: #fff;
}
.o-btn-course-p {
    background: #e35328;
    padding: 4px 26px;
    border-radius: 30px;
    color: #fff;
    transition:all 0.2s;
    float:left;
    font-size:18px;
    margin-top:20px;
}
.o-btn-course-p:hover
{
	 color: #fff;
}
.o-btn-course-p:visited{
 	color: #fff;
}
.h3-orange-border1:before {
    position: absolute;
    content: "";
    background: #e35328;
    height: 2px;
    bottom: -10px;
    left: 17%;
    right: 17%;
}
.h3-orange-border1 {
	position: relative;
    display: inline-block;
    
}
.highlights-section {
    background: #0d223c url(https://3eb4e2.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/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: 18px;
    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: 20px;
    right: 50px;
    color: #fff;
    text-align:left;
    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(https://6d2c58.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/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 {
   
    padding: 30px 0 20px;
    position: relative;
    
}
.student-testimonials-section .slick-slide {
    background: #fff;
    margin:0px 40px;
    border-bottom: 10px solid #e35328;
	padding:30px;
	min-height:450px;
	margin-top:100px !important;
}
.poabi
{
	position:absolute;
	top:-20%;
	left:34%
}
.relpo
{
	position:relative;
}
.student-testimonials-section .testimonial p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 40px;
    font-style: normal;
	padding:50px 0px 0px;
	text-align:left;
	line-height:1.44;
}
.student-testimonials-section .testimonial p.quote-text {
    min-height:150px;
}
.student-testimonials-section .testimonial p.student-name {
    font-style: normal;
	padding-top:15px;
}
.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:#f7f7f7;
	background-position:top;
    background-size: cover;
   padding: 8% 0px;
	color:#fff;
	text-align:center;
}
.placement-section .h3-title {
	font-size: 40px;
	margin-top:0;
    margin-bottom: 20px;
}
.placement-section .h3-title span {
    color: #e35328;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 400;
}
.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;
}
.whsect
{
	padding:70px 0px !important;
}
.footer-section {
    background: #0d223c url(https://79053a.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/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: 220px 0 130px;
}
.thankyou-section .tick {
    max-width: 150px;
    margin: 20px auto;
}
.thankyou-section h1 {
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f55629;
}
a:hover
{
	text-decoration:none !important;
}
.register{
	float:right;background-color:#05111e;padding:0px 15px;margin-top:-2px;
	border-radius:30px;border:2px solid #e35328;
}
.mobtop
{
	width:100%;background-color:#05111e;
	display:block;
}
.after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:block;
   background: rgba(0, 0, 0, .4);
}
.textinsti
{
	font-size:28px;
	color:#ffffff;
}
.textinsti1
{
	font-size:20px;
	color:#ffffff;
	margin-top:10px;
}
.marenr
{
	margin-top:20px;
}
.item-ani
{
	position: absolute;
  	display: block;
	top: -120px;
    	width: 100%;
    	font-size: 2em;
	animation-duration: 30s;
	animation-timing-function: ease-in;
	animation-delay: 1s;
	animation-name: banner-txt;
	opacity:0;
}
.txtbg
{
	background-color:#e35328;padding:0px 10px;
}
@keyframes banner-txt {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 3%; opacity: 1; }
  
}
.item-ani-1
{
	position: absolute;
  	display: block;
	top:10px;
    	width: 100%;
    	font-size: 2em;
	animation-duration: 30s;
	animation-timing-function: ease-in;
	animation-delay: 3s;
	animation-name: banner-txt-1;
	opacity:0;
}
@keyframes banner-txt-1 {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 3%; opacity: 1; }
}
.item-ani-2
{
	position: absolute;
  	display: block;
	top: -40px;
    	width: 100%;
    	font-size: 2em;
	animation-duration: 30s;
	animation-timing-function: ease-in;
	animation-delay: 3s;
	animation-name: banner-txt-2;
	opacity:0;
}
@keyframes banner-txt-2 {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 3%; opacity: 1; }
}
.padheadr
{
	padding:7px 30px;
}
.regbtn1
{
	color:#ffffff;font-size:14px;font-weight:bold;letter-spacing:1px;
}
.regbtn1:hover
{
	color:#ffffff;
}
.grey-patch
{
	background:#e35328;
	padding:40px 0px;
}
.o-btn-1 {
	background: #022950;
    
    padding: 10px 50px;
    border-radius: 30px;
    color: #fff;
    transition: all 0.2s;
   cursor:pointer;
}
.o-btn-1:hover {
	background: #e35328;
    	color: #fff;
	border:1px solid #ffffff;
}
.o-btn-1:visited
{
	color: #fff;
}
.o-btn-2 {
	background: #022950;
    
    padding: 10px 50px;
    border-radius: 30px;
    color: #fff;
   
   cursor:pointer;
}
.o-btn-2:hover {
	background: #e35328;
    	color: #fff;
	border:1px solid #ffffff;
}

.o-btn-2:visited
{
	color: #fff;
}
/*.carousel-inner>.item
{
	-webkit-transition: -webkit-transform .10s ease-in-out !important;
    -o-transition: -o-transform .10s ease-in-out !important;
    transition: transform .10s ease-in-out !important;
}*/
.order {
 	position:absolute;
	padding:0px 30px;
	top:0px;
	right:0px;
   	text-align:center;
  	opacity: 1;
   	color:#fff;
  	 -webkit-animation: bounce .9s infinite;
  	-moz-animation: bounce .9s infinite;
  	animation: bounce .9s infinite;
}
.nocomments
{
	display:none;
}
.clrdh
{
	color:#737880;
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
   transform: scale(1.1);
  }
  100% {
   transform: scale(1);
  }
}
@-moz-keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
   transform: scale(1.1);
  }
  100% {
   transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
   transform: scale(1.1);
  }
  100% {
   transform: scale(1);
  }
}
 .toplink
{
	color:#fff;
	padding:20px;
	font-size:16px;
}
 .mrtpbm
{
	margin:20px 0px;
}
.hidpd
{
	display:block;
}
.visipd
{
	display:none;
}

/*============================================================================================================
About Us CSS
============================================================================================================*/
.grey-bg {
    background: #f5f5f5;
}
.right-bg {
    background: url(https://ef854d.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/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(https://fdc15d.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/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(https://1ee51a.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/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: 15px 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: 15px 20px;
    background: #e35328;
    color: #fff;
}
.course-detail-bg {
    background: url(https://18dd30.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/images/course/package-bg.jpg) no-repeat;
    background-position: left center;
    background-size: 100%;
    float: left;
    position:relative;	
}
.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;
}
.align
{
	text-align:left;
}
.mrtpfact
{
	padding-top:50px;
}
/*====================================================================================================
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(https://574766.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/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(https://11cb5c.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/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: 35px;
    text-transform: uppercase;
}
.contact-orange {
    font-size: 24px;
    line-height: 35px;
    color: #e35328;
    font-weight: 400;
}
.address {
    font-size: 20px;
    font-weight: 100;
    line-height: normal;
    margin: 10px 0;
    margin-bottom: 40px;
}
.contactdetail {
    margin-bottom: 10px;
}
.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:500px;
}
.Pearson-Enquiry button, 
.Pearson-Enquiry input, 
.Pearson-Enquiry select, 
.Pearson-Enquiry textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    margin-top: 35px;
} 
.Pearson-Enquiry .wpcf7-submit {
	background:#e35328;
	color:#fff;
	width:auto;
}
.tableblog table {
   border-collapse: collapse;
  width: 100%;
}

.tableblog td, .tableblog th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  color:#333;
}
.blg
{
   color:#333;
}

/*====================================================================================================
Testimonials Page CSS
====================================================================================================*/

.border-circle
{
	border-radius:50%;
	width:150px;
}
.padtest
{
	padding:30px 0px;
	cursor:pointer;
}
.nametest
{
	margin-top:15px;
	font-size:18px;
	color:#e35328;
	font-weight:400;
}
.cmpynm
{
	font-size:16px;

}
.nametest1
{
	
	font-size:22px;
	color:#e35328;
	font-weight:400;
}
.cmpynm1
{
	margin:5px 0px;
	font-size:18px;
	font-weight:400;

}
.brrtbm
{
	border-right:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
}
.testpad{
	padding:0px 30px;
}
.desg
{
	font-size:18px;
	color:#999999;
	margin-bottom:20px;
	font-weight:400;
}
.htkave
{
	height:150px;
}
.plus:after {
    position: absolute;
    content: "+";
    right: auto;
}
.percent:after {
    position: absolute;
    content: "%";
    right: auto;
}
.no:before
{
 
    content: "NO";
    
}


/*====================================================================================================
Python course page
====================================================================================================*/

.pynfact
{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
/*====================================================================================================
Pearson course page
====================================================================================================*/

.imgwd
{
	width:120px;
	height:80px;
}


.h3-title-p {
    font-size: 50px;
    font-weight: 500;
    color: #022950;
    max-width: 880px;
    margin: auto;
    margin-bottom: 30px;
    text-align:left;
}
.why-img
{
	margin:28px 15px;
}
.marper
{
	margin:30px 0px;
}

.icon-bg
{
	width:110px;
	height:110px;
	background:#ffffff;
	//box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	padding:20px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e35328;
}
.icon-bg:hover .overlay 
{
	opacity: 1;
	transition: .5s ease;
}
.text {
 
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}

.white-section1
{
	padding:50px 0px;
}
.white-section2
{
	padding:50px 0px;
}
.mar-p
{
	margin-right:10px;
}
.posab
{
	position:absolute;
	top:0px;
	right:90px;
	margin:55px 0px
}
.marblocks
{	
	margin-bottom:75px;
}
.head-txt
{
	font-size:19px;
	color:#e35328;
	font-weight:400;
}
.h3-title-person
{
    font-size:50px;
    font-weight: 500;
    color: #022950;
    max-width: 880px;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
}
.h3-title-person-cli
{
    font-size:50px;
    font-weight: 500;
    color: #022950;
    margin-bottom: 10px;
    text-align:center;
}
.h3-title-person-cli1
{
    font-size:50px;
    font-weight: 500;
    color: #022950;
    margin-bottom: 40px;
    text-align:center;
}
.h3-title-person-frm
{
    font-size:35px;
    font-weight: 500;
    color: #022950;
    margin-bottom: 10px;
    text-align:center;
}
.pearson-img
{
	width:250px;
	margin-top:30px;
}
.parallax {
  
  min-height: 300px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.listyl
{
	list-style-image: url(https://20259f.claudeassets.com/20220706023408im_/https://spark3e.com/wp-content/themes/spark3e/images/star-bullet.jpg);
	position:relative;
}
.btmli
{
	margin-bottom:10px;
	padding-left:10px;
	font-size:16px;
}
.marimg
{
	margin-bottom:4px;
}
.fntper
{
	font-size:16px;
}

ul.list-default li:hover {
    background-color: #fff;
    padding-left: 1.85em;
}
ul.list-default {
   
    padding: 0;
    margin: 1.5em 0;
}
ul.list-default li:before {
    content: "*";
    font-family: FontAwesome;
    font-size:16px;
    position: absolute;
    left: 0;
    top: 0em;
}
ul.list-default li
{
	transition: all 0.25s ease-in-out;

}
.btmim
{
	margin-bottom:20px;
	width:48px;
	
}
.box
{
	
    	padding: 20px;
	height:325px;
	border:1px solid #e3e3e3;
	margin:15px;
}
.box:hover
{
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	border: 1px solid #e35328;
}
.box1
{
	
    	padding: 20px;
	height:420px;
	border:1px solid #e3e3e3;
	margin:15px;
}
.box1:hover
{
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	border: 1px solid #e35328;
}
.fntft
{
	font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
}
.btmbtn
{
	margin:10px 0px 30px;
	line-height:20px;
	height:130px;
	font-weight:500;
}
.tpmps
{
	margin-top:30px;
}
.mr-5-btm
{
	margin-bottom:70px;
}
.padpern
{
	padding:0px 80px;
}
.pad-0
{
	padding:0px;
}
.pad-2
{
	padding:2px;
}
.pad-lft
{
	padding:50px;
}
.tplftsect
{
	top:45px;
}
.ulpad
{
	padding:20px;
}
.logopos
{
	position:absolute;
	top:80%;left:81%;
	height:150px;width:150px;
	background:#ffffff;
	box-shadow: 0 2px 2px rgba(0, 0,0,0.3);
	padding:40px 10px;
}

.padtpbm
{
	padding:18% 40px;
}

.flft
{
	float:left;
}
.frht
{
	float:right;
}
.mrhdal
{
	margin:2px 20px;
	color: #022950;
}
.bmmr3
{
	margin-bottom:20px;
}
.perft
{
	font-size:28px;
	color:#ffffff;
	margin-bottom:40px;
}
.prmr
{
	margin:30px 0px;
}
.course-title2 {
    font-size: 26px;
    font-weight: 400;
    color:#e35328;
    text-align: left;
    margin-bottom: 10px;
}
.listfnt2
{
	font-size:20px;
	color:#022950;
	font-weight:400;
	margin:15px 0px;
}
.mtb
{
	margin:10px 0px;
}
.notfnt
{
	color:#e35328;
	font-size:20px;
	font-weight:400;
	padding:20px 15px 10px;
}
.rlpd
{
	padding:0px 15px;
}
.disipad
{
	display:none;
}
.inner-title
{
	font-size:52px !important;
	line-height:48px !important;
} 
.h3-title-nw2
{
	font-size:30px !important;
	line-height:36px !important;
	color:#022950 !important;
	font-weight:500 !important;
	margin-bottom:20px !important;
}
.pdrtlf1
{
	padding:0px 10px;
}
.txtalgn
{
	text-align:left;
	font-size:26px;
	margin-bottom:10px;
}
.activepg
{
	color:#e35328;
}
.whtanchr
{
	color:#ffffff;
}
.whtanchr:hover
{
	color:#e35328;
}
.fnttag
{
	font-size:32px !important;
}
.toplink:hover
{
	color:#e35328 !important;
}
.bxsh
{
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
}
.lftper
{
	left:5%;
}
.rtper
{
	right:5%;
}
.subhd3
{
    text-align: left;
    margin-top: 15px;
    font-size: 24px;
    color: #e35328;
}
.deim
{
	display:block !important;
}
.mbim
{
	display:none !important;
}
h1.item-ani.blue {
    color: #fff !important;
}
/*====================================================================================================
Media Queries 
====================================================================================================*/
@media (max-width: 1920px) and (min-width:1800px) 
{
	.carousel-caption h1
	{
		font-size: 62px;
       		line-height: 68px;
	}
	.carousel-caption h2 {
    		font-size: 36px;
	}
	.item-ani
	{
		top: -80px;
	}
	.item-ani-1
	{
		position: absolute;
  		display: block;
		top: 150px;
	}
	.item-ani-2
	{
		top: 60px;
	}

	.padheadr
	{
		padding:15px 30px;
	}
	.regbtn1
	{
		font-size:18px;
	}
	.p-large-txt {
    		font-size: 36px;
    		line-height: 40px;
	}
	.p-sub {
    		color: #e35328;
    		font-size: 24px;
    		line-height: 30px;
    		margin-top: 26px;
	}
	.fntper
	{
		font-size:20px;
	}
	 .toplink
	{
	
		font-size:22px;
	}
	.tplftsect {
    		top: 130px;
	}
	.pad-lft {
    		padding: 80px 50px;
	}
	.btmli
	{
		margin-bottom:20px;
		padding-left:10px;
		font-size:20px;
	}
	.btmim {
    		
    		width: 60px;
	}
	.course-title1
	{
		font-size:24px;
	}
	.box
	{
	 	
		height:298px;
		border:1px solid #e3e3e3;
		margin-right:25px;
		margin-left:25px;
	}
	.btmbtn
	{
		height:100px;
	}
	.padtpbm {
    		padding: 10% 40px;
	}
	.bmmr3 {
    		margin-bottom: 50px;
	}
	.pdlr1
	{
		padding:0px 9%;
	}
	.course-block ul li
	{
		font-size:22px;
		padding-top:8px;
	}
	.course-block {
   		padding:0px 40px 95px 12%;
		top:95px;
	}
	.carousel-caption.course-caption.right {
    		left: 21%;
	}
	.navigation-bar .navbar .navbar-nav>li>a
	{	
		font-size:15.8px;
	}
	.nav>li>a {
    		padding: 15px 12px;
	}
	
	.course-detail-text span {
    		font-size: 24px;
		line-height:36px;
	}
	.course-detail-text {
   		font-size: 19px;
	}
	.course-sub-tabs {
    		padding: 36% 5%;
	}
	.pdrtlf1
	{	
		font-size:18px;
	}
	.course-sub-tabs-list .course-block {
    		padding: 0 10px 0 35px;
	}
    .carousel-caption h2 {
    font-size: 30px;
    max-width: 670px;
    }
}
@media only screen and (max-width:1800px) and (min-width:1600px)
{
	.course-block ul li
	{
		font-size:18px;
	}
	.course-block {
   		padding:40px 40px 75px;
		top:70px;
	}
	
	.pdrtlf1
	{
		font-size:18px;
	}
}
@media only screen and (max-width:1600px) and (min-width:1400px)
{
	
	.course-block {
		top: 0px;
		padding: 0px 20px 55px;
	}
	.course-block ul li
	{	
		font-size:24px;
		line-height: 37px;
	}
	.pdrtlf1
	{
		font-size:18px;
	}
}
@media only screen and (max-width:1440px) and (min-width:1400px)
{
	.course-block ul li
	{	
		font-size:19px;
		line-height: 32px;
	}
}
@media (min-width: 1685px) {
	.hid
	{	
		display:none;
	}
	.course-sub-tabs>li>a
	{
		width:auto;
	}
}
@media (max-width: 1280px) {
	.tplftsect {
    		top: 15px;
	}
	.carousel-caption h1
	{
		font-size: 34px;
  		line-height: 34px;
	}
	.item-ani-1
	{
		top:0px;
	}
	.item-ani-2
	{
		top:-32px;
	}
    .carousel-caption h2 {
    max-width: 450px;
}
}
@media (max-width: 1200px) {
	.course-sub-tabs>li>a
	{		
		width:180px;
		height:auto;
	}
	.logo {
    		max-width: 160px;
	}
	.nav>li>a
	{
		padding:15px 10px;
	}	
	.navigation-bar .navbar .navbar-nav>li>a {
    		font-size: 13px;
	}
	.course-block ul
	{
		line-height: 30px;
    		padding-left: 15px;
	}
	.course-block
	{
		top:25px;
	}	
	.course-sub-tabs {
    		padding: 65% 5%;	
	}
	.hid
	{
		display:none;
	}
	.course-block ul li {
    		font-size: 18px;
    		line-height: 32px;
	}
   }
@media (max-width: 1160px) {
	.mrhdal {
         	margin: 2px 10px;
	}
	.box {
		margin:10px 0px;
	}
	.o-btn-1
	{
		padding: 10px 40px;
	}
	.textinsti
	{
		font-size:26px;
	}
	.textinsti1
	{
		font-size:18px;
	}
	.logo
	{
		max-width:185px;
	}
	.navigation-bar .navbar .navbar-nav>li>a
	{
		font-size:12px;
	}
	
	.carousel-caption h1
	{
          font-size: 34px;
  	  line-height: 34px;
	}
	.item-ani-1
	{
		top:-20px;
	}
	.item-ani-2
	{
		top:-50px;
	}
		
}

@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: 30px;
		margin-bottom: 10px;
	}
	.placement-section .h3-title span {
		font-size: 22px;
	}
	.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: 150px;
		height: auto;
	}
	.navigation-bar .navbar .navbar-nav>li>a
	{
		color:#333;
	}
	.navbar-collapse
	{
		    background: #fff;
	}	
	.mrhdal {
    		margin: 2px 10px;
	}
	.carousel-caption h1 {
    		font-size: 30px;
    		line-height: 32px;
	}
	.blog-title-image-overlay
	{
		max-width: 375px;
	}
	.course-block
	{
		top: 25px;
	}
	
	.course-block ul
	{	
		padding-left:25px;
	}
	.course-block {
    		padding: 25px 8px 55px;
	}
	.counter-box h3 {
   		font-size: 17px;
	}
    .carousel-caption h2 {
    max-width: 400px;
    font-size: 20px;
    }
}
@media (max-width:1024px) {
	.nametest
	{
		font-size: 15px;
	}
	.cmpynm {
    		font-size: 14px;
	}
	.carousel-caption h1 {
    		font-size: 29px;
       		line-height: 30px;
	}
	.textinsti1 {
    		font-size: 18px;
	}
	.textinsti {
    		font-size: 26px;
	}
	.wdedu
	{
		width:380px;
	}
	.h3-title-person
	{
	       font-size: 40px;
	       margin-bottom: 15px;
	}
	.padpern {
    		padding: 0px 45px 0px 100px;
	}
	.h3-title-p
	{
		font-size: 40px;
	       margin-bottom: 15px;
	}
	.ulpad {
    		padding: 0px 20px;
	}
	.pad-lft {
    		padding: 30px;
	}
	.tplftsect {
    		top: 0px;
	}
	.wdt
	{
		width:200px;
	}
	.wdt1
	{
		width:160px;
	}
	.h3-title-person-cli
	{
		font-size: 40px;
	}
	.h3-title-person-cli1
	{
		font-size: 40px;
	}	
	.wd-50
	{
		width:50%;
	}	
	.wd-100
	{	
		width:100%;
	}
	.posab {
    		position: relative;
    		right: 0px;
    	}
	.disipad
	{
		display:block;
	}
	.disdesk
	{
		display:none;
	}
	.wd-33
	{
		width:30%;
		margin: 15px;
	}
	.marblocks
	{
		margin-bottom:0px;
	}
	
	.head-txt {
    		font-size: 18px;
		margin-bottom:7px;
	}
	.maricall
	{
		margin:15px;
	}
	.tpicons
	{
		margin-top:50px;
	}
	.box {
		margin:10px 0px;
	}
	.inner-title
	{
		font-size:40px !important;
		line-height:42px !important;
	} 
	.course-block
	{
		top:13px;
	}
	.course-block {
    		padding: 25px 5px 55px;
	}
	.student-testimonials-section .slick-slide
	{
		min-height:515px;
	}
	.student-testimonials-section .testimonial p
	{
		padding:40px 0px 0px;
	}
    .carousel-caption h2 {
    font-size: 18px;
    max-width: 370px;
    }
}

@media (max-width:994px) {
	
	.carousel-caption h1 {
    		font-size: 27px;
    		line-height: 30px;
	}
    .contact-title {
    font-size: 40px;
    }
}

@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 5px;
		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 30px;
	}
	.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;
	}
	.course-block ul
	{
		padding-left:10px;
	}
}
@media (max-width:991px) {	
	 .o-btn-1
	{
		padding: 10px 25px;
	}	
	.textinsti1
	{
		font-size:14px;
	}
	.textinsti
	{
		font-size:19px;
	}
	.get-in-touch input
	{
		margin-bottom:10px;
	}
	.logopos
	{
		left:80%;
	}
	.wdedu {
    		width: 300px;
	}
	.padpern {
    		padding: 0px 0px 0px 105px;
	}
	.wd-33 {
          width: 28%;
          margin: 15px;
	}
	.disipad {
    
    		margin-bottom: 100px;
	}
	.h3-title-person
	{
	       font-size: 36px;
	       margin-bottom: 15px;
	}
	
	.h3-title-p
	{
		font-size: 36px;
	       margin-bottom: 15px;
	}
	.h3-title-person-cli
	{
		font-size: 36px;
	}
	.h3-title-person-cli1
	{
		font-size: 36px;
	}
	.pad-lft {
    		padding: 22px 25px;
	}
	.text-justify
	{
		text-align:inherit;
	}	
	.btmmr4
	{
		margin-bottom:30px;
	}
	.btmim {
    		 width: 44px;
		margin-bottom:15px;
	}
	.course-title1 {
    		font-size: 18px;
	}
	.box {
    		padding: 20px 10px;
    		height: 305px;
	}
	.box1 {
    		padding: 15px;
  		margin: 15px 0px;
	}
	.promises-block-overlay {
    		font-size: 24px;
	}
	.pad0
	{
		padding:0px;
	}
	.course-block
	{
		padding: 25px 10px 55px 25px;
	}
	.hid
	{
		display:none;
	}
	
}
@media (max-width:870px) {
	.wdin
	{
		width:100%;
	}
	.btmbtn
	{
		height:90px;
	}
	.box {
    		padding: 20px;
    		height: 270px;
	}
	.padtpbm {
    		padding: 0% 40px 2%;
	}
	.white-section1 {
    		padding: 65px 0px;
	}
	.perft {
    		font-size: 24px;
	}
	.p-large-txt {
    		font-size: 22px;
    		line-height: 28px;
	}
	.p-sub {
       		font-size: 16px;
    		line-height: 20px;
    	}
	.carousel-caption h1 {
    		font-size: 18px;
    		line-height: 22px;
	}
         .fnt
        {
            font-size:18px !important;
         }
	.item-ani {
           top: -50px;
         }
	.item-ani-1 {
   
    		top: 30px;
	}
	.item-ani-2
	{
		top: 0px;
	}
	@keyframes banner-txt {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 2%; opacity: 1; }
  
	}
	@keyframes banner-txt-1 {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 2%; opacity: 1; }
  
	}
	@keyframes banner-txt-2 {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 2%; opacity: 1; }
  
	}
	.carousel-caption h2 {
    		font-size: 16px;
    		margin-top: 10px;
	}
	.select-spark-box .h3-orange-border
	{
		font-size: 22px;
	}
    .carousel-caption h2 {
    font-size: 14px;
    margin-top: 10px;
    max-width: 285px;
    }

}
@media (max-width:812px) {	
	.promises-block-overlay
	{
		font-size:22px;
	}
	.p-large-txt {
    		font-size: 21px;
    		line-height: 24px;
	}
	.p-sub
	{
		 font-size: 17px;
    		line-height: 18px;
	}
        .fnt
       {
          font-size:19px !important;
       }

	.student-testimonials-section .slick-slide
	{
		padding:30px 0px;
	}
	.student-testimonials-section .testimonial p
	{
		padding:60px 20px 0px !important;
	}
	.student-testimonials-section .testimonial p.pd5
	{
		padding-top:5px !important;
	}
	.poabi {
       left: 38.5%;
	}
	.student-testimonials-section .testimonial .student-name
	{
		padding-top:15px !important;
	}
	.student-testimonials-section .slick-slide
	{
		min-height:380px;
	}
	.counter-box h3 {
		font-size: 12.2px;
	}
	.galpad
	{
		padding-top:8%;
	}	
	.wdt
	{
		width:180px;
	}
	.wdt1
	{
		width:140px;
	}
	.inner-title
	{
		font-size:33px !important;
		line-height:38px !important;
	} 
        .item-ani {
           top: -50px;
         }
	.item-ani-1 {
   
    		top: 30px;
	}
	.item-ani-2
	{
		top: 0px;
	}
	.select-spark-box .h3-orange-border {
		font-size:20px;
	}
	.h3-title {
    		font-size: 36px;
		margin-bottom:20px;
	}
	.student-testimonials-section .testimonial p
	{
		   font-size: 20px;
    		   line-height: 30px;
		   padding:20px;
	}
	@keyframes banner-txt {
		0%, 8.3% { left: 0%; opacity: 0; }
  		8.3%,100% { left: 4%; opacity: 1; }
	}
	@keyframes banner-txt-1 {
		0%, 8.3% { left: 0%; opacity: 0; }
  		8.3%,100% { left: 4%; opacity: 1; }
	}
	@keyframes banner-txt-2 {
		0%, 8.3% { left: 0%; opacity: 0; }
  		8.3%,100% { left: 4%; opacity: 1; }
	}
	#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:35px;
	}
	.carousel-caption h1
	{
		font-size:19px;
	}
	.blog-title-image-overlay {
    		position: relative;
		max-width: 100%;
	}
	.mbhid1
	{
		display:none;
	}
	.pospd
	{
		position:relative;
		top:60px;
	}
	.mrtpbm {
    		margin: 20px 0px 40px;
	}
	.course-block ul li {
    		line-height: 22px;
		font-size: 15px;
	}
	.course-block {
    		top: 10px;
    		min-height: 320px;
	}
	.counter-box h3 span {
    		font-size: 30px;
    		line-height: 45px;
	}
	.course-section .course-block {
    		padding: 7% 0px;
	}
	.course-section .promises-section {
    		padding: 0px 0 0;
	}
	.h3-title-nw2 {
    		font-size: 26px !important;
    		line-height: 32px !important;
	}
}

@media (max-width:768px) {	
	.galpad
	{
		padding-top:11%;
	}
	.wdt
	{
		width:160px;
	}
	.wdt1
	{
		width:120px;
	}
	.whypad1
	{
		padding-top:9%;
	}
	.white-section1 {
    		padding: 65px 0px;
	}
	.carousel-caption.course-caption
	{
		top:32%;
	}
	.carousel-caption.course-caption.right	
	{
		top:32%;
	}
	.carousel-caption h1
	{
		font-size:18px;
	}
	.carousel-caption h2
	{
		font-size:16px;
	}
	.course-block {
    		top: 0px;
    		min-height: 320px;
	}
	.hidpd
	{
		display:none;
	}
	.visipd
	{	
		display:block;
	}
	.wdpadc
	{
		width:100%;
	}
	.lftper
	{
		left:0%;
	}
	.rtper
	{
		right:0%;
	}
	.course-block ul {
    		padding-left: 25px;
	}
	.course-block ul {
		margin-top: 20px;
	}
    .carousel-caption h2 {
    font-size: 14px;
    max-width: 268px;
    margin-bottom: 10px;
    }
}
@media (max-width:767px) {	
        
	.counter-box.last1:after {
    		width: 0;
	}
	.pdimtxt
	{
		padding:25px 20px;
	}
	.p-large-txt {
    		font-size: 20px;
    		line-height: 22px;
	}		
	.flex-container{
		display:block;
	}
	#banner_home {
		margin-top: 0px;
	}	
	#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: 38%;
		padding: 0;
		left: 315px;
		right: 10px;
		bottom: 20px;
	}
	.carousel-caption.right {
		left: 10px;
		right: 10px;
		top: 38%;
		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: 18px;
		text-align: left;
		left: 0px;
		right: 30px;
		top: 60%;
	}
	.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;
	}
	
	.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: 30px;
	}
	.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;
	}
	.item-ani-1
	{
		top:12px;
	}
	.item-ani-2
	{
		top:-10px;
	}
         .item-ani-22 {
      		top: 95px !important;
                font-size:16px !important;
         }
	.textinsti
	{
		font-size: 24px;
		text-align:center;
	}
	.textinsti1
	{
		font-size: 18px;
		text-align:center;
	}	
	.logopos {
    		left: 60%;
		top:74%;
	}
	.padpern {
    		padding: 0px 20px;
	}
	.whypad1
	{
		padding-top:10%;
	}
	.galpad
	{
		padding-top:0%;
	}
	.course-sub-tabs > li > a
	{
		width:auto;
	}
	.course-block {
    		padding: 25px 20px 55px;
	}
	.tpmr1
	{
		margin-top:36px;
	}
	.course-block
	{
		min-height:auto;
	}
	.align
	{
		text-align:center;
	}
	.p0pd
	{
		padding:0px;
	}
    .carousel-caption {
    left: 368px;
    }
}

@media (max-width:750px)
{
	@keyframes banner-txt {
		0%, 8.3% { left: 0%; opacity: 0; }
  		8.3%,100% { left: 5%; opacity: 1; }
	}
	@keyframes banner-txt-1 {
		0%, 8.3% { left: 0%; opacity: 0; }
  		8.3%,100% { left: 5%; opacity: 1; }
	}
	@keyframes banner-txt-2 {
		0%, 8.3% { left: 0%; opacity: 0; }
  		8.3%,100% { left: 5%; opacity: 1; }
	}
	.student-testimonials-section .slick-slide {
		min-height: 310px;
	}
	.student-testimonials-section .testimonial p {
		padding: 75px 20px 0px !important;
	}
	.student-testimonials-section
	{
		padding:55px 0px;
	}
    .mobbr1 {
    display: block;
}
}

@media (max-width:736px)
{
	.whypad1 {
    		padding-top: 7%;
	}
	.inner-title
	{
		font-size:30px !important;
		line-height:35px !important;
	} 
	.select-spark-box .h3-orange-border {
    		font-size: 30px;
	}
	.carousel-caption.course-caption {
    		top: 46%;
	}
	.carousel-caption.course-caption.right	
	{
		top:46%;
	}
        .mobbr1
        {
		display:block;
        }
}
@media (max-width:700px)
{
	.box1 
	{
		height:460px;
	}
}
@media (max-width:667px)
{
	.whypad1 {
    		padding-top: 0%;
	}
	.counter-box h3 {
    		font-size: 14px;
	}
	.inner-title{

		font-size:28px !important;
		line-height:32px !important;
	} 
	.promises-block-overlay {
    		font-size: 17px;
	}
	.carousel-caption h1 {
    		font-size: 15px;
         }
         .carousel-caption {
  	    left: 321px;
         }
         .fnt
        {
		font-size:15px !important;
	}	
}
@media (max-width:665px)
{
	.btmbtn {
    		height: 120px;
	}
	.box {
   		height: 290px;
		padding:15px;
	}
	.pd0
	{
		padding:8px;
	}
}
@media (max-width:600px)
{
	.wd-50
	{
		width:100%;
	}
	.nonmob
	{
		display:none;
	}
	.whypad1 {
    		padding-top: 0%;
	}
	.white-section1 {
    		padding: 60px 0px;
	}	
	.wd-33 {
    		width: 100%;
	}	
	.wdicon
	{
		width: 40px;
	}
	.counter-box h3 {
    		font-size: 14px;
   		 text-transform: initial;
	}
	.counter-box h3 span {
    		font-size: 30px;
	}
	.fullwd
	{
		width:100%;
	}
	.h3-title-person
	{
	       font-size: 30px;
	       margin-bottom: 15px;
	}
	
	.h3-title-p
	{
		font-size: 30px;
	       margin-bottom: 15px;
	}
	.h3-title-person-cli
	{
		font-size: 30px;
	}
	.h3-title-person-cli1
	{
		font-size: 30px;
	}
	.box1 
	{
		height:490px;
	}
	.inner-title
	{
		font-size:24px !important;
		line-height:28px !important;
	} 
	.counter-box:after
	{	
		width:0px;
	}
	.head-txt
	{
		text-align:center;	
	}
	.wd100
	{
		width:100%;
	}
	.promises-block-overlay {
    		left:8px;
		font-size:20px
	}
	@keyframes banner-txt {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 7%; opacity: 1; }
  
	}
	@keyframes banner-txt-1 {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 7%; opacity: 1; }
  
	}
	@keyframes banner-txt-2 {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 7%; opacity: 1; }
  
	}
	.carousel-caption h2 {
    		font-size: 12px;
    		margin-top: 10px;
            max-width: 234px;
	}
         .item-ani-22 {
  	    font-size: 13px !important;
	  }
         .carousel-caption {
   		 left: 268px;
	 }
	.select-spark-box .h3-orange-border
	{
		font-size: 22px;
	}
	.posted-details
	{
		margin-top:0px;
	}
	.h3-title-nw2 {
    		font-size: 19px !important;
    		line-height: 24px !important;
	}
	.deim
	{
		display:none !important;
	}
	.mbim
	{
		display:block !important;
	}
	.subhd3 {
 		font-size: 18px;
	}
}
@media (max-width:550px) {
	.boxin
	{
		width:100%;
		padding: 0px;
	}
	.btmbtn {
    		height: 70px;
	}
	.box {
    		height: 245px;
	}
	perft {
    		font-size: 20px;
	}
	.padtpbm {
    		padding: 0% 10px 2%;
	}
	.box1 {
    		height: 420px;
	}
	.grey-patch
	{
		padding:20px 0px;
	}
	.o-btn-1 {
    		padding: 10px 15px;
    		font-size: 12px;
	}
   .carousel-caption h2 {
    max-width: 176px;
    font-size: 9px;
    }
    .item-ani-22 {
    font-size: 11px !important;
    top: 69px !important;
}
}
@media (max-width:480px) {	
	.toplink
	{	
		padding:20px 4px;
	}
	.logo
	{
		max-width:150px;
		margin-top:0px;
	}
	.navbar
	{
		min-height: auto;
	}
	.textinsti
	{
		font-size: 20px;
	}
	.textinsti1
	{
		font-size: 16px;
		
	}
	@keyframes banner-txt {
	0%, 8.3% { left: 0%; opacity: 0; }
  	8.3%,100% { left: 7%; opacity: 1; }
  
	}

	@keyframes banner-txt-1 {
		0%, 8.3% { left: 0%; opacity: 0; }
  		8.3%,100% { left: 7%; opacity: 1; }
	}
	@keyframes banner-txt-2 {
		0%, 8.3% { left: 0%; opacity: 0; }
  		8.3%,100% { left: 7%; opacity: 1; }
	}
	.navbar-toggle
	{
		margin-top:0px;
	}
    .carousel-caption {
    right: 0px;
    left: 256px;
    }
    .carousel-caption h2 {
    max-width: 165px;
    font-size: 9px;
    }
    .item-ani-22 {
    font-size: 11px !important;
    padding: 4px 15px !important;
}
}
@media (max-width:420px) {	
	.regbtn1
	{
		font-size:12px;
	}
	.register
	{
		    padding: 0px 4px;
	}
	.textinsti
	{
		font-size:18px;
	}
	.textinsti1
	{
		font-size:14px;
	}
	.h3-title-person
	{
	       font-size: 28px;
	       margin-bottom: 15px;
	}
	
	.h3-title-p
	{
		font-size: 28px;
	       margin-bottom: 15px;
	}
	.h3-title-person-cli
	{
		font-size: 28px;
	}
	.h3-title-person-cli1
	{
		font-size: 28px;
	}
	.perft {
    		font-size: 19px;
	}
	.fntper {
    		font-size: 14px;
	}
	.carousel-caption h1 {
    		font-size: 14px;
	}
	.carousel-caption.course-caption2 {
    		left: 60%;
	}
	.carousel-caption.course-caption.right {
    		left: 9%;
		top: 52%;
    		
	}
	.h3-title {
   		margin-top:0px
	}
	.inner-title
	{
		font-size:22px !important;
		line-height:27px !important;
	} 
	.promises-block-overlay {
    		
		font-size:19px
	}
	.carousel-caption h2 {
		
		margin-top: 0px;
	}
	.carousel-caption.course-caption {
    		top: 52%;
	}
	.counter-box h3 {
    		font-size: 13px;
    	}
	.blog-section .blog-title {
    		font-size: 21px;
    		line-height: 26px;
	}
	.h3-title-nw2 {
    		font-size: 20px !important;
    		line-height: 24px !important;
	}
	.course-block ul li {
    		line-height: 25px;
    		font-size: 15px;
	}
	.subhd3 {
    		font-size: 16px;
    		margin-top: 3px;
	}
	.student-testimonials-section .border-circle {
		width: 124px;
	}
	.student-testimonials-section .testimonial p
	{
		padding:40px 20px 0px !important;
	}
	.poabi {
       left: 30%;
	}
	.student-testimonials-section .slick-dots li button:before
	{
		font-size:12px;
	}
        .mobhid
	{
		display:none !important;
	}
	.carousel-caption {
    		left: 194px;
	}
	.item-ani-22 {
    		/*font-size: 12px !important;
                top:15px !important;*/
                /*padding:5px 16px !important;*/
    padding: 2px 11px !important;
	}
.item-ani-22 {
    font-size: 10px !important;
    top: 20px !important;
}
.carousel-caption h2 {
    font-size: 8px !important;
    max-width: 127px;
}

}
@media (max-width:375px) {	
	.toplink
	{
		font-size:12px;
	}
         .fnt
         {
		font-size:13px !important;
          }
         .item-ani-22 {
  		  font-size: 11px !important;
      		 padding: 3px 14px !important;
          }
	.logopos
	{
		top:70%;
		left:54%;
	}
	.btmbtn {
    		height: 95px;
	}
	.box {
    		height: 275px;
	}
	.promises-block-overlay {
    		
		font-size:19px
	}
	#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: 24px;
	}
	.carousel-caption {
    		left: 178px;
	}
	.carousel-caption h1 {
    		font-size: 13px;
	}
	.carousel-caption h2
	{
    		font-size: 12px;
	}
	.counter-box h3 {
    		font-size: 11.5px;
	}
	.inner-title {
    		font-size: 20px !important;
    		line-height: 25px !important;
	}
	.subhd3 {
    		font-size: 14.5px;	
	}
	.carousel-caption.course-caption.right {
    		left: 6%;
   	}
	.poabi {
		left: 27%;
		top:-17%;
	}
	.mobsh
	{
		display:block;
	}
    .carousel-caption h2 {
    max-width: 150px;
}
}
@media (max-width:360px) {	
	
	.btmbtn {
    		height: 110px;
	}
	.perft {
    		font-size: 17px;
	}
	.carousel-caption h1 {
    		font-size: 13px;
	}
	.inner-title
	{
		font-size:19px !important;
		line-height:22px !important;
	} 
	.promises-block-overlay {
    		
		font-size:18px
	}
	.carousel-caption h2 {
    		font-size: 11px;
	}
	.item-ani-22 {
   	    padding: 1px 14px !important;
	}
	.subhd3 {
    		font-size: 14px;
	}
	.student-testimonials-section .border-circle {
		width: 110px;
	}
	.student-testimonials-section .testimonial p {
		padding: 30px 20px 0px !important;
		font-size:14px;
	}
	.poabi {
       top: -16%;
	}
	.student-testimonials-section .slick-slide
	{
		min-height:325px;
	}
    .carousel-caption h2 {
    font-size: 7px !important;
    max-width: 130px !important;
    }
    .carousel-caption {
    left: 168px;
}
}
@media (max-width:320px) {
	.wdedu {
    		width: 260px;
	}
	.logopos
	{
		height:130px;
		width:130px;
		padding:30px 0px;
	}
	.item-ani {
    		top: -35px;
	}
	.item-ani-2 {
   		 top: 0px;
	}
	.btmbtn {
    		height: 120px;
	}
	.toplink {
    		font-size: 11px;
	}	
	.regbtn1 {
    		font-size: 11px;
	}
	.carousel-caption.course-caption2 {
    		left: 60%;
    		right: 5%;
    		top: 49%;
	}
	.carousel-caption h1 {
    		font-size: 11px;
	}
	.carousel-caption h2 {
    		font-size: 11px;
	}
	.promises-block-overlay {
    		
		font-size:16px
	}
	.counter-box h3 {
    		font-size: 9.8px;
	}
	.subhd3 {
    		font-size: 12.3px;
	}
	.student-testimonials-section .slick-slide
	{
		margin:0px 20px;
	}
    .carousel-caption h2 {
    font-size: 7px !important;
    max-width: 124px !important;
    }
.carousel-caption {
    left: 152px;
}
}
/*
     FILE ARCHIVED ON 02:34:10 Jul 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:40:36 Sep 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.583
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.059
  esindex: 0.009
  cdx.remote: 21.377
  LoadShardBlock: 250.174 (3)
  PetaboxLoader3.resolve: 143.145 (4)
  PetaboxLoader3.datanode: 115.076 (4)
  load_resource: 90.729
*/