@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body
{
	font-family:'Roboto', Helvetica, sans-serif;
	font-weight:400;
	font-size: 15px;
	color: #000;
	margin: 0;
	padding: 0; letter-spacing: 0.9px;
	background: #fff;
}

.margin-top-30{ margin-top: 30px; }
li.callphoneno:first-child {
    display: none;
}
h1,h2,h3,h4,h5
{
	font-weight: bold;
}
h1{
	font-size: 50px;
}
.pading-40 h2 {
    font-size: 25px;
    padding-bottom: 8px;
    margin: 0 0 20px 0; position: relative; font-weight: 700;
}

.pading-40 h2::after {
    background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 55px;
}



.video-frame-wrap {
    max-width: 700px;
    margin: 10px 0;
}

.video-frame-wrap iframe{
width: 100%;
border: 7px #ddd solid;
}



.link-btn {
    margin: 10px 0;
}

.link-btn a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #f2e8ae;
    color: #333;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.link-btn a:hover {
    background-color: #054477;
    color: #fff;
}

.outline-links{
	font-size: 15px;
	font-weight: bold;
	/*color: #333;*/
	margin-bottom: 15px;
	display: block;
	text-align: center;
	border: 1px solid #777;
	padding: 8px 10px;
}
.outline-links{
	background: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}
.outline-links:hover{
	color:#fff;
	text-decoration:none;
	border-color:#006699;
}
.outline-links:before {
	background: #006699 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 100%;
	z-index: -1;
}		
.outline-links:hover:before {
	color: #000;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.usefullinks {
    clear: both;
    float: left;
    width: 100%;
}

.usefullinks li{
    list-style: none;
}

.underline
{
	border-bottom: 2px solid #000;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
p
{
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 25px;

}
.gap
{
	height: 40px;
	
}
.clear
{
	
}
.nomargin, .nopadding
{
	padding: 0;
	margin: 0;
	
}
img
{
	max-width: 100%;
}

.nlu-page h1 {
    font-size: 32px;
    margin: 0px 0px 20px 0px;
}

.nlu-page h2 {
    font-size: 22px;
    margin: 20px 0px 20px 0px;
}

.nlu-page h3 {
    font-size: 22px;
    margin: 0px 0px 20px 0px;
}

.nlu-page h4 {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}
/*Menu*/
.navbar
{
	
	margin-bottom: 0;
	border-radius: 0;
	
	min-height: 43px;
	
}
.navbar-brand
{
	padding: 8px 15px;
	margin-right:20px;
	
}
.navbar-default,.navbar2 .navbar-nav > li > a
{
	color:#000 ; 
	margin-top: 5px;
	padding: 0 10px;
	line-height: 30px;
	background: transparent;font-weight: 500;

}

.dropdown-menu
{
	top: 57px;

}

.navbar2 .dropdown-menu
{
	top: 41px;
}


.navbar-default {
    background: #fff;
    border-bottom: none;
    height: auto;
    margin: 0;
    padding: 10px 0px;
    z-index: 999;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
	background: transparent;
	

}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
    padding: 15px 7px;
}

.navbar2-default
{
	background: #f7eab8;
	
}
.navbar-toggle
{
	border: 1px solid #fff;
}
.navbar-toggle .icon-bar
{
 border: 1px solid #ccc;

}
.top-button {
    background-color: #f15a22;
    color: #fff;
    padding: 6px 9px;
    margin-top: 7px;
    border-radius: 4px;
    font-weight: 500;
}
.top-button:hover
{color: #fff;}

.banner{
	padding: 0;
	margin: 0;
}
.banner .col-md-8
{
	padding: 0;
}

/*.bg-white
{
	background: #fff;
	padding: 20px;
}*/
.sidebar-wrapper {
    
    overflow: hidden;
   
	margin: 15px;
	
	
	
}
.sidebar-wrapper h3
{

background: #f3f3f3;
line-height: 28px;
padding: 12px 20px;
text-align: center;
	position: relative;
	margin: 0;
-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07);
-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07);
}
.widget-content
{
	background: #f9f9f9;
	margin: 0 0 30px;
	padding: 10px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	float: left;
}
.widget-content p
{
	
	border-bottom: 1px solid #ece7e7;
	padding: 1px 8px 8px;
}
.widget-content p:last-child
{
	border-bottom: none ;
	padding:0 8px;
}
.widget-content a
{
	color: #333;
}
.media_banner
{
/*height: 700px;
	overflow-y: scroll;*/
	background: #fff;
	margin: 0 0 30px;
	float: left;

}
.media_banner>img
{
	
	border: 1px solid #e6e7e8;
	padding: 8px;
		margin-bottom: 15px;

	
}
.feature_box
{
padding: 15px;
    box-shadow: 0 10px 30px 0 rgb(54 56 110 / 15%);
    background-color: #fff;
    text-align: center;
}

.feature_box a {
    color: #333;
    text-decoration: none;
}

.feature_box p
{
	margin: 0px;
}
.feature_box > a >img
{
 margin-bottom: 15px;  
 max-height: 75px;
	
}
/*.feature_box>img:hover {
   filter: url(filters.svg#grayscale); Firefox 3.5+ 
      filter: gray; 
      -webkit-filter: grayscale(1); 
      -webkit-transition: all .5s ease-in-out;  
    }
*/

/*artical css*/
.pg-block{
margin-bottom: 15px;
clear: both;
float: left;
width: 100%;
padding: 10px 15px;
background-color: #f8f8d8;
}

.pg-block:nth-of-type(2n+1){
background-color: #f8f8f8;
}

.pg-block h2{
    margin-top: 15px;
    margin-bottom: 0px;
}
.pg-block p {
    font-size: 16px;
	    letter-spacing: 0.7px;
	font-family: 'Roboto', Helvetica, sans-serif;
   
}

.pg-block h3{
margin: 10px 0;
font-size: 18px;
	font-family: 'Roboto', Helvetica, sans-serif;
    
}
.pg-block h1 {
    font-size: 28px;
	font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 600!important;
}


.feature_box>.price
{
position: absolute;
top: 120px;
right: 12px;
height: 50px;
width: 50px;
line-height: 12px;
text-align: center;
background-color: #e84013;
color: #ffffff;
font-size: 12px;
font-weight: 600;
border-radius: 50%;
z-index: 1;
padding-top: 10px
	
	}
.feature_box>a>h4
{
    margin-top: 0;
    color: #2b2f58;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner .right.carousel-control i{
	margin-right: 8px;
}

.banner .left.carousel-control i{
	margin-left: -28px;
}


.testimonial  .right.carousel-control i{
	margin-right: -53px;
	margin-top: 2px;
}

.testimonial  .left.carousel-control i{
	margin-left: -53px;
	margin-top: 2px;
}

/*.feature_box:hover
{

-webkit-transition: all .5s ease-in-out; 
	background-color: #212121;
	color: #fff;
}*/
.feature_box>.button
{

}
.feature_box>.button>.more-btn,.enroll_btn

{
	
}
.feature_box>.button>.enroll_btn
{
color: #f15a22;
    background-color: #fff;
    border: 1px solid #f15a22;
    float: right;
	

}
.feature_box>.button>.enroll_btn:hover
{
background:#f3f3f3;
	color: #ff692e;
}
.feature_box>.button>.more-btn

{
    background-color: #f15a22;
    color: #fff;
    font-size: 15px;
    padding: 5px 8px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #f15a22;
	
}
.feature_box > .button > .more-btn:hover
{
	background:#E55D0C;
	color: #fff;
}
.review-wrap .rating {
    display: inline-block;
    color: #e84013;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    line-height: 10px;
}
/*.exam,.colleges,.exams,.achiever,.testimonial,.offers,.about{
	margin: 0 0 50px 0;
	
}*/
.exam-btn ul
{
	margin-top: 0px;
	padding: 0;
	
}

	
	
.exam-btn ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    width: 103px;
    margin-right: 4px;
    text-align: center; font-size: 14px;
}


.accordion-section .panel-default > .panel-heading, .panel-default {
    border: 0;
    background:#f6f5f5;
    padding: 9px;
	}

.callphoneno4{
	
	
	display: none;
}
.accordion-section .panel-default .panel-title{
	font-weight: 500;
}

.accordion-section .panel-default .panel-title a {
display: block;
position: relative;
}
.accordion-section .panel-default .panel-title a:after {
font-family: 'FontAwesome';
font-style: normal;
font-size: 3rem;
content: "\f106";
color: #1f7de2;
float: right;
margin-top: -12px;
margin-right: -8px;
position: absolute;
right: 0;
top: 50%;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 16px;
	color: #666666
}

ul.list{
padding-left: 10px;
margin-bottom: 0;
}
.accordion-section ul{ padding:0px;}
.accordion-section ul li{
list-style: none;
position: relative;
margin-bottom: 10px;
padding-left: 16px;
	}

.accordion-section ul li:before{
color: #338cca;
text-align: center;
content: "\f105";
font-family: FontAwesome;
font-size: 17px;
position: absolute;
left: 0;
top: 0;
}

.accordion-section p{
	font-size: 14px; color:#000;
}

.table-color thead th{
	background-color: #338cca;
	color: #fff; 
}	


.ul-listing ul li{
float: left;
width: 33%;
padding: 0 16px;
}


.accordion-section .panel-body p:last-child,
.accordion-section ul li:last-child{
	margin-bottom: 0;
}


.nlu-form.form-content form{
	
	width: 100%;
	margin-top: 10px;
}


.exam-btn ul
{
	margin-top: 0px;
	padding: 0;
	
}


.contflglob .image-con img{
max-width: 32px;
margin-bottom: 10px;
}
.contflglob .fild-contnet a{
font-size: 14px;
line-height: 32px;
color: #006699;
}
.contflglob  .twolinecon a{
line-height: 16px;
}
.contflglob .fild-contnet a:hover{
color: #006699;
text-decoration:none;
}
.articles-con .fild-contnet{
margin-bottom:10px;
}
.freezone-con .fild-contnet{
width: 100%;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
padding: 10px 15px;
text-align: center;
}

.freezone-con .fild-contnet h3{
font-size: 14px;
margin-top: 0;
margin-bottom: 0;
position: relative;
padding-bottom: 5px;
font-weight: 400;
}		


.freezone-con .fild-contnet a {
color: #006699;
text-decoration: none;
font-weight: bold;
}

.global-con{
margin-bottom: 40px;
}
.global-con:last-child{
margin-bottom:0;
}
.categories-con {
margin-bottom:10px;
}
.categories-con .row .col-md-4:nth-child(3n + 1) {
clear: both;
}	 
.contflglob .image-con{
float: left;
width: 45px;
}
.contflglob .image-con img{

}
.contflglob .fild-contnet{
float: left;
width: calc(100% - 45px);
}
.contflglob h3{
line-height: 36px;
margin: 0;
}	

.contflglob .fild-contnet a{
font-size: 14px;
line-height: 32px;
color: #006699;
font-weight: 500;
}
.contflglob  .twolinecon a{
line-height: 16px;
}
.contflglob .fild-contnet a:hover{
color: #006699;
text-decoration:none;
}	

.feedback-block iframe{
	width:100%;
} 

#myList, #testi {text-align: center;}
#myList li, #testi li{ display:none; list-style:none;}
#loadMore, #loadMore2 {color:green;cursor:pointer;}
#loadMore:hover { color:black;}
#loadMore2:hover { color:black;}
#showLess, #showLess2 {color:red;cursor:pointer;display:none;}
#showLess:hover {color:black;}
#showLess2:hover {color:black;}
.feedback-block {position: relative; margin-bottom:25px;}
.feedback-block .inner-box {position: relative;padding: 10px 10px 0px 10px;border: 1px solid #ebebeb;text-align: left;background: #fff;transition: all 300ms ease 0s;box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);}
.feedback-block .inner-box .fa{ font-size:19px;}
.feedback-block .inner-box p:after,
.feedback-block .inner-box p:before{ position:absolute;font-family:"FontAwesome"; font-size:20px; color:#397999;}
.feedback-block .inner-box p:after{ content:"\f10e"; right:12px; }
.feedback-block .inner-box p:before{ content:"\f10d"; left:12px;}
.feedback-block .inner-box .author {position: relative;padding:10px 0 12px 0;background: #fafafa; text-align: center; 
	margin:0px -10px 0 -10px;display: block;border-top: 1px solid #eee; float: inherit;}
.feedback-block .inner-box .author h4 {font-size: 18px;font-weight: 600;color:#212333;margin: 6px 0 5px 0px;}
.feedback-block .inner-box .designation {
    font-size: 14px;
    line-height: 1.5em;
    color: #f15a22;
    font-weight: 500;
}
.feedback-block .inner-box .image {position: absolute;left: 45px;}
.feedback-block .inner-box .image img {width: 63px;margin: 0 auto;max-height: 63px;border-radius: 50%;border: 1px solid #d4d4d4;}
.feedback-block .inner-box:hover {transition: 0.5s;border: 1px solid #ebebeb;}
.feedback-block .inner-box p{ margin-bottom:10px;}
.more-load {color: #337ab7 !important;margin: 10px 0;border-radius: 2px;padding: 10px 20px;display: inline-block;border: 1px solid #777;font-size: 15px;
font-weight: bold;}
.more-load:hover{color: #fff !important;background:#006699;border-color: #006699;}
.show-less {color: #97124d !important; margin-top: 20px;border-radius: 2px;padding: 13px 20px;display: inline-block; border: 1px solid #777;font-size: 15px;
font-weight: bold;}
.show-less:hover{color: #fff !important;background:#97124d;border-color: #97124d;}	  

.live{



background: #ff6600;
text-align: center;
color: #fff;
border-radius: 2px;

} 

.check{

background: #fff;
color: #ff6600;
padding: 6px;
display: inline-block;
border-radius: 2px;
text-decoration: none;


}

.check:hover{
text-decoration: none;
}




@media (max-width:767px)
{

	.content-pages {
    padding: 5px 0; 
}	
	
	.h2, h2 {
    font-size: 21px;
}
.pading-40 h2 {
    font-size: 21px;
}	
	
	
		
	
.callphoneno1, .callphoneno2, .callphoneno3 {
    position: relative !important;
    width: 32% !important;
    display: inline-block !important;
    left: initial !important;
    bottom: initial !important;
    background: #fff;
    z-index: 111111!important;
}
	
	
.callphoneno1 .header-call,
.callphoneno2 .header-call,
.callphoneno3 .header-call{
position: fixed;
bottom: 0px;
		
	}	
	
	
.callphoneno1 .header-call a.popup-header-link b,
.callphoneno2 .header-call a.popup-header-link b,
.callphoneno3 .header-call a.popup-header-link b{
	font-size: 12px;
		
	}	
	
	}	
	
@media (max-width:600px)
{
.exam-btn ul li{	
width:138px;
text-align: center;
}
	
	
	
	

	

	
}

@media (max-width:480px)
{
.callphoneno1 .header-call a.popup-header-link b, 
.callphoneno2 .header-call a.popup-header-link b, 
.callphoneno3 .header-call a.popup-header-link b {
    font-size: 0;
}
	
	
.callphoneno1 .icon-header,
	.callphoneno2 .icon-header,
	.callphoneno3 .icon-header{
    position: absolute!important;
    left: 63px!important;
    top: 5px!important;
}	
	
	
}




.exam-btn ul li a
{
	color: #006699 ;
	display: inline;
	font-weight: bold;


}
.exam-btn ul li a:hover
{
	color: #fff;
}
.exam-btn ul li.last
{background: #ddd;}


.exam-btn ul li:hover
{
	color: #fff !important;
	background: #2098D1;
	text-decoration: none;

	transition: all .5s ease-in-out;


	
}


a.right
{
	float: right;
	text-decoration: underline;
	
	
}
.blogs
{
	margin: 0 0 30px;
	
	float: left;
}
.blog-post ul
{
	margin: 0;
	padding: 0;
}
.blog-post ul li
{
	transition: all .4s ease;
	margin-bottom: 7px;
	border: 1px solid #e3e2e2;
	padding: 6px;
	float: left;
	background: #fff;
	width: 100%;
	list-style: none;
	height: 95px;
	display: block;
	text-overflow: hidden;


}
.blog-post ul li .post-images
{
	

    margin: 0 10px 0 0;
    overflow: hidden;
    float: left;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}



.blog-post ul li a img
{
	width:80px;
	height: 80px;
	display: block;

	
}

.blog-post ul li a
{
	color: #333;
}
.form-area {
    margin: 0;
    background: #00000061;
    padding: 25px 15px;
    text-align: center;
}
.form-area .form-control {
    border-color: #fff;
    border-radius: 0px;
    height: 36px;
    box-shadow: initial;
}
.form-area .button, .orange-button {
    background-color: #f15a22;
    border: 0px;
    border-radius: 2px;
    font-size: 15px;
    padding: 0 15px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.9px;
}
/* Offers*/

.offers .col-md-4
{
	padding-left: 0;
}

.offers img {
    border: 1px solid #000;
   
    margin-bottom: 15px;
}



/* Testimonials*/
.border
{
	border: 1px dashed #ccc;
	padding-top: 20px;
}

#fade-carousel p {
    
     font-size:14px;
	min-height: 200px;
	
}
.carousel-control
{
	opacity: 1;
	width: 10%;
}
.carousel-control .icon-next, .carousel-control .icon-prev
{
	/*background: #000;*/
	font-size: 36px;
color: #000;
	
}
#fade-carousel p span{ font-size: 15px; color:#1E1D1D; font-weight: bold;margin: 10px 0;
    display: inline-block;}
#fade-carousel .carousel-control {
    font-size: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: initial;
    background: transparent;    border-radius: 50%;
    top: 36%;    margin: 0 20px;
    opacity: 1;
	
}
.profile-circle {
  
	text-align: center;
}
.profile-circle img{border-radius:50%; border: 5px solid #fff; width: 100px; }

/*.carousel-control.left
{
	font-size: 20px;
	left: -29px;
}
.carousel-control.right
{
	right: -29px;
}*/
/*aboutus*/

.aboutus{
	
}
/*video*/
.videos-con .imagefld-con{
	position: relative;
	margin-bottom: 15px;
}
.videos-con .imagefld-con:after{
	position: absolute;
    content: "";
    background-image: url(../img/play-button.png);
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.95;
}
.videos-con a:hover .imagefld-con:after{
	opacity:1;
}
.videos-con a:hover {
	text-decoration:none;
}
.popup-outer {
    min-width: 600px;
    max-width: 600px;
}
.youtube-player iframe{
float: left;
	width: 100%;
	height: 300px;
}

/* #Colobox css */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:url(../img/bg_img.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#cboxLoadedContent{
	position:relative;
}
#cboxClose {
	background-image: url(../img/cross.jpg);
    height: 36px;
    right: 0px;
    top: 5px;
    width: 36px;
    position: absolute;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-color: transparent;
	z-index: 999;
}
#inline_content{
	    padding: 20px;
}
#colorbox *, #colorbox *:focus{
	outline: 0px !important;
}



/*Franchisee*/
.franchisee
{
	padding: 10px;
	background: #219ccf;
	color: #fff;
}
.franchisee h3
{
	margin: 10px 0;
}
.franchisee .btn{
	border: 1px solid #fff;
	padding: 10px;
	background: transparent;
	color: #fff;
}
.franchisee .btn a
{
	color: #fff;
}
#footer {
    background: #d3f2fb;
	padding: 15px;
	color: #232323;
}
#footer h5{
	
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#232323;
}
#footer a {
    color: #232323;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#232323;
}
#footer ul.social li a:hover{
	color:#343738;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
.carousel-control.right,.carousel-control.left
{
	background: none;
}
.carousel-control .icon-next, .carousel-control .icon-prev
{
	width: 30px;
	height: 30px;
}
.navbar-right li + li
{
	margin-left: 0;
}

.callphoneno1 .header-call .popup-header-link {width: 100%;border-radius: 0;padding: 0 20px;padding-left: 20px;padding-left: 47px;line-height: 35px;min-height: 35px;
    background: #ffffff none repeat scroll 0 0;color: #000;border: 1px solid #FF692E; margin-left:0px;}
.callphoneno1 .menu-head-link {margin-left: 0;}
.callphoneno1 {position: fixed;bottom: 86px;left: 0;width: 100%; z-index:999;}
.callphoneno1 {display: block;}

.callphoneno2 .header-call .popup-header-link {width: 100%;border-radius: 0;padding: 0 20px;padding-left: 20px;padding-left: 47px;line-height: 35px;min-height: 35px;
    background: #ffffff none repeat scroll 0 0;color: #000;border: 1px solid #FF692E; margin-left:0px;}
.callphoneno2 .menu-head-link {margin-left: 0;}
.callphoneno2 {position: fixed;bottom: 0;left: 0;width: 100%; z-index:999;}
.callphoneno2 {display: none;}

.callphoneno3 .header-call .popup-header-link {width: 100%;border-radius: 0;padding: 0 20px;padding-left: 20px;padding-left: 47px;line-height: 35px;min-height: 35px;
    background: #ffffff none repeat scroll 0 0;color: #000;border: 1px solid #FF692E; margin-left:0px;}
.callphoneno3 .menu-head-link {margin-left: 0;}
.callphoneno3 {position: fixed;bottom: 0;left: 0;width: 100%; z-index:999;}
.callphoneno3 {display: none;}

.header-call .popup-header-link {background: #fff;color: #000;width: auto;float: left;margin-left: 26px;position: relative;margin-top: 5px;}
.icon-header {position: absolute;left: -36px;top: 5px;line-height: initial;}
.icon-header img {max-height: 31px;vertical-align: top;}
.popup-header-link b {font-size: 14px;line-height: 41px;vertical-align: top;float: left;font-weight: 400; margin-right: 16px;}
.menu-head-link {float: left; width:100%;}






/*
#testi{text-align: center;}

#testi li{ display:none; list-style:none;}
#loadMore2 {color:green;cursor:pointer;}
#loadMore2:hover { color:black;}
#showLess2 {color:red;cursor:pointer;display:none;}
#showLess2:hover {color:black;}*/


#testi li{ display:block; list-style:none;}

#testi .feedback-block .inner-box{
padding-left: 45px;
padding-right: 25px;
}


#testi .feedback-block .inner-box .author {

    padding: 10px 10px 12px 20px;
    margin: 25px -25px 0 -45px;

}

#testi .feedback-block{
min-height: 310px;
}

.two-button a{
background-color: #ff692e;
color: #fff;
padding: 7px 14px;
margin-right: 8px;
-webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
border-radius: 3px;
}

.two-button a:hover,
.two-button a:focus{
	background-color: #df591e;
	color: #fff;

}

.form-exam.form-content form{
float: left;
width: 100%;
margin-top: 0;
}


.form-exam.form-content .form-group{
	position: relative;
}


#myModal .modal-content{
padding-bottom: 10px;
float: left;
width: 100%;
}

.exam-pragraph-new{
	padding-left: 15px;
}

.content-pages-new{
	margin-top: 20px;
}

.clat{ padding:40px 0;}
.section.spot.clat h1 {font-size: 35px;font-weight: 700;margin-bottom: 15px;margin-top: 0;padding-bottom: 10px;position: relative;}
.section.spot.clat h1::before {background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;bottom: 0;content: "";height: 1px;left: 0;position: absolute;right: 0;width: 200px;}
.section.spot.clat h1::after {background: #FF5E14 none repeat scroll 0 0;bottom: 0;content: "";display: block;height: 2px;left: 0;position: absolute; right: 0;width: 70px;}

.section.spot.clat h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-bottom: 0px; text-align:center;
}
.section.spot.clat h2{ font-size:22px;}
.tele img{ margin-top:5px;}
.grey-clr{ background:#f3f3f3;}

tr:nth-child(2n) {
    background-color: #eee;
}
.section.spot.clat .table tbody > tr:first-child td {
    background-color: #ff692e!important; color:#FFFFFF; font-weight:bold;
}
.linear {
    background: linear-gradient(to left, #E1EFF4 50%, #EDF5F8 50%)
   }

.dates ul {font-size: 14px;list-style: outside none none;margin:0 0 0px 0;padding: 0;}
.dates ul li {list-style: outside none none;margin: 0;padding: 5px 0 5px 20px;position: relative; text-align:left;}
.dates ul li::before {color: #222;content:"\f105";font-family: "FontAwesome";font-size: 15px;left: 4px;position: absolute;top: 3px; }

.exam-corner {padding: 4px 4px 4px;box-shadow: 0px 0px 25px rgba(0,0,0,0.15);background: #006699;min-height: 360px;border: 4px solid #fff;}
.exam-corner ul {padding:10px 0 0 0px;text-align: left;position: relative; font-size:15px;}
.exam-corner ul li a{color:#000;}
.exam-corner ul li a:hover{color:#006699;}
.exam-corner ul li {list-style: outside none none;margin: 0;padding: 6px 0 6px 20px;position: relative; border-bottom: 1px solid #e7e7e7; line-height:24px;}
.exam-corner ul li::before {color:#FF692E;content:"\f105";font-family: "FontAwesome";font-size: 15px;left: 4px;position: absolute;top: 5px; }

.exam-corner h4{background:#FF5E14;color: #fff;padding: 10px 10px 10px 22px;margin: 0 -20px;}

.linkenroll {
    position: relative;
    color: #006699;
    padding-right: 25px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.linkenroll .fa {
    position: relative;
    margin-right: 3px; font-size:15px;
}


.hvr-shutter-in-horizontal {
    background: #FF692E none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
}
.hvr-shutter-in-horizontal::before {
    background: #405089 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(1);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.hvr-shutter-in-horizontal:hover::before, .hvr-shutter-in-horizontal:focus::before, .hvr-shutter-in-horizontal:active::before {
    transform: scaleX(0);
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white;
    text-decoration: none;
}


#header-clat {font-size: 16px;padding: 15px 0;width: 100%; z-index:111; }
.header-clat .navbar-nav > li > a .fa { color: #405089;}
.header-clat .navbar-nav > li > a {background-color: transparent;color: #000;font-weight: 600;line-height: 43px;padding: 0 10px; z-index:111;}
.header-clat .navbar-right > li {margin: 0 5px;}
.header-clat .navbar-nav > li > .dropdown-menu {top: calc(100% + 21px);min-width: 220px;border-radius: 0;padding: 0;border: none;}
.header-clat .navbar-nav > li > .dropdown-menu li a {line-height: 35px;font-size: 15px;border-bottom: 1px solid #f2f2f2;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background-color: transparent;border-color: #337ab7;}
.navbar-brand > img {max-width: 165px;}
.navbar-brand {height: auto;padding-bottom: 1px;padding-top: 10px;}
.btnsamecont1 {
    background-color: #FF5E14 !important;
    border-radius: 2px;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    margin-right: 0 !important;
    padding: 0 14px !important;
	
}
.header-clat .navbar-right > li span{ margin-right:10px; font-size:15px; text-transform:capitalize; font-weight:bold;}
.btnsamecont1.dist {
    display: inline-block !important;
}
.btnsamecont2 {
    background-color: #405089!important;
    border-radius: 2px;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    margin-right: 0 !important;
    padding: 0 14px !important;
}
.btnsamecont1 .fa, .btnsamecont2 .fa{ color:#FFFFFF!important; margin-right: 3px;}

.top-bnr{
    width: 100%;
    background: url(/images/world-map.png) center no-repeat #405089 !important;
    background-size: cover;
    color: #fff !important;
    background-size: auto 80% !important;
    font-size: 15px;
}

.top-bnr .hvr-shutter-in-horizontal {
    background: #FF692E none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #000;
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
}
.top-bnr .hvr-shutter-in-horizontal::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(1);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.top-bnr .hvr-shutter-in-horizontal:hover::before, .hvr-shutter-in-horizontal:focus::before, .hvr-shutter-in-horizontal:active::before {
    transform: scaleX(0);
}
.top-bnr .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white;
    text-decoration: none;
}
.disabled, [disabled], [disabled]{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.credential{font-family:'Roboto', Helvetica, sans-serif;}
.modal-header {background: #eaeaea;  }
button.close {background:#405089;border-radius: 50%;width: 30px;height: 30px;opacity: inherit;color: #fff!important;}
h4.modal-title {text-align: center;}
button.close:focus, button.close:hover {color: #fff;text-decoration: none;cursor: pointer;filter: alpha(opacity=50);opacity: initial;}
.modal-body p{ font-size:14px;}
.journey-tabs .nav-tabs li, .credential .nav-tabs li {margin-bottom: 0;}
.credential .nav-tabs li a {padding: 5px 15px;}
.journey-tabs .nav-tabs li a, .credential .nav-tabs li a {background-color: #e6e6e6;color: #333;border: none !important;padding: 10px 15px;font-size: 16px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
.journey-tabs .nav-tabs li.active > a, .journey-tabs .nav-tabs li > a:hover, .credential .nav-tabs li.active > a, .credential .nav-tabs li > a:hover {background-color:#405089;color: #fff;font-size: 16px;}
.credential .tab-content {background-color: #f3f3f3;padding: 20px;}
.credential .modal-dialog {width: 350px!important;}
.credential .form-control{ height:36px; border:1px solid #ccc; border-width:1px;}
.credential .form-group label{ color:#575757}
a:focus{ outline:none;}
.credential .btn-new .btn {background-color:#405089; border-color: #405089; width:100%; padding:10px 15px;}
.modal-backdrop.in {
    opacity: 0.7;
}

.mr-20{ margin-bottom:15px!important;}
.accordion-section .panel-default > .panel-heading, .panel-default {
    border: 0;
    background: #fff;
    padding: 7px 0;
}

.accordion-section .panel-default .panel-title a {
    display: block;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
	margin-right: -8px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 14px;
	color: #000
}
.accordion-section .panel-default h3.panel-title {
    text-align: left;
    margin: 0px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

/*----------------New Css---------------------------------------------*/
.lst-banner{
	background: url(https://clsite-file1.s3.amazonaws.com/6858_lst-new-bg.jpg) no-repeat scroll center bottom / cover;
    position: relative;
    padding: 0px 0px 0px 0px;
    overflow: hidden;}
	
.lst-banner::before {
    content: '';
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(28, 55, 91, .62);
    opacity: 0.2;
}
/*.lst-banner::after {
    content: '';
    position: absolute;
    z-index: 9;
    right: -390px;
    bottom: 0;
    background-image: url(https://clsite-file1.s3.amazonaws.com/6858_home-corner-right1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 725px;
    background-position: right;
}*/

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(
-60deg
, #333333 50%, #2900ff 50%);
    bottom: 0;
    left: -50%;
    opacity: .3;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}   

.home-content {
    position: relative;
    z-index: 9;
    color: #ffffff;
}

.form-area h3 {
    margin: 0 0 15px 0;
    font-size: 19px;
}
.lst-banner h1 {
    font-size: 40px;
    margin-bottom: 23px;
}

.product-grid {
    margin-bottom: 15px;
    text-align: center;
}
.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: #cdb4ff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 6px;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    border-radius: 3px;
    font-weight: 500;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.programe-list .container-fluid {
    padding: 0 20px;
}
.programe-list .container-fluid .col-md-4 {
    padding: 0 5px;
}
.three-part2 {
    background: #f6f9e6;
}
.programe-list h3 {
    margin: 0 0 15px 0; font-size: 20px;
}

.three-part2 {
    background: #f6f9e6;
    padding: 22px 15px;
}

.three-part1 {
    padding: 22px 15px;
}

.three-part3 {
    padding: 22px 15px;
}
.programe-list {
    background: linear-gradient(to right, #fafcff 0%,#fafcff 48%,#eefeff 48%,#eefeff 100%);
}

.pading-40{ padding: 40px 0px; position: relative;}

.twobtns>* {
    width: 48%;
}

.features .col-md-4:nth-child(3) ~ * {
    margin-top: 30px;
}

/* mCustom scroll bar settings */
.mCustomScrollbar{
    position: relative;
    height: 130px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;margin-bottom: 20px;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color:#f15a22;
}
.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgb(105, 204, 68);
}
.clat-ailet {
    border: 1px dashed #f15a22;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.clat-ailet p strong {
    font-size: 16px;
    color: #214584;
}
.ms ul{
    list-style: outside none none;
    margin: 0 0 0px 0;padding: 0;
}

.ms ul li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
}

.ms ul li::before {
   color: #FF692E;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;  font-weight: 600;   
}

.services-icon {
    float: left;
}

.services-icon img{
  max-width: 70px;
}

.services-pad {
    padding-left: 83px;
}
.services-pad h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.sixth-part {
    padding: 15px 0;
    border-bottom: 1px solid #528eb7;
    min-height: 147px;
}


.shadow {
    box-shadow: 0 7px 8px -1px rgb(160 160 160 / 10%);
    z-index: 999;
}

.outline-links{
    font-size: 12px;
    font-weight: 500;
    /*color: #333;*/
    margin-bottom: 15px;
    display: block;
    text-align: center;
    border: 1px solid #777; line-height: 18px;
    padding: 5px 6px;min-height: 48px;
}
.outline-links{
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}
.outline-links:hover{
    color:#fff;
    text-decoration:none;
    border-color:#006699;
}
.outline-links:before {
    background: #006699 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 100%;
    z-index: -1;
}

.outline-links:hover:before {
    color: #000;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.haif-bg{
    background: linear-gradient(to right, #fafcff 0%,#fbfdff 50%,#f8f9fb 50%,#f8f9fb 100%);z-index: 9;
}

.haif-bg .mCustomScrollbar {
    position: relative;
    height: 365px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 0px;
}
.line-h {
    line-height: 36px;
}

.bes-law-schools .exam-btn ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    width: 130px;
    margin-right: 4px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.6px;
}
.bes-law-schools .exam-btn ul li.with-big {
    width: 160px;
}
.author {
    display: inline-block;
    margin: 0px 0px 0px 25px;
    float: right;
}
.author img {
    border: 5px solid #04c0dc;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}
.mentors-details span {
    margin: 20px 0px 0px;
}
.mentors-details span {
    float: right;
    text-align: right;
    font-style: normal;
}

.testmonials-pull {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: none;
    position: relative; 
}


.testmonials-pull .slick-prev{
    left:0!important;
    background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);

}
.testmonials-pull .slick-next {
    right:0;
    background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}
.testmonials-pull .slick-arrow{
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: 32%;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    cursor: pointer;
    background-color:#0796ab!important;
    background-size: 18px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.mentors-details .mentor-profile {
    background-color: #adeaf3;
    text-align: left;
    padding: 30px 30px;
    position: relative;
    min-height: 235px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.mentors-details .mentor-profile:before {
    border-top-color: #adeaf3!important;
    border-width: 22px 0px 0px 33px!important;
    margin-left: 0px;
}
.mentors-details .mentor-profile:before {
    top: 100%;
    right: 130px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
} 

.mentors-details .mentor-profile:after {
    content: "";
    background: url(https://dtwhistledev.wpengine.com/wp-content/themes/whistle/images/quote.png) 0px 0px no-repeat;
    width: 81px;
    height: 71px;
    position: absolute;
    font-size: 300px;
    font-weight: normal;
    line-height: 40px;
    color: #ededed;
    left: 9px;
    top: 4px;
    z-index: 999;
}


.mentors-details .mentor-profile img,
.mentors-details .mentor-profile i{
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    border: 3px #fff solid;
    width: 80px;
    height: 80px;
    background-color: #fff;
    padding: 3px;
}

.mentors-details .mentor-profile i{
    text-align: center;
font-size: 34px;
line-height: 80px;
}

.mentors-details h5 {
    font-size: 18px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
    color: #010101;
}
.mentors-details h6 {
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
    color: #f15a22;
}
.rm-link {
    background-color: transparent;
    color: #f15a22 !important;
    padding: 3px 6px;
    border-radius: 0;
    float: left;
    font-size: 14px;
    border: 1px solid #ee6723;
}


/*----------------Rank Css start---------------------------------------------*/


.ranks-block{
position: relative;
float: left;
width: 100%;
margin: 10px 0 25px 0;
padding-left: 50px;
}

.ranks-block .ranks-user{
position: absolute;
float: left;
left: 0;
z-index: 9;
top: 50%;
transform: translateY(-50%);
}
.ranks-block .ranks-user img{
border: 5px solid #209ac02c;
width: 85px;
height: 85px;
border-radius: 50%;
background-color: #fff;
}

.ranks-block .ranks-content{
text-align: left;
position: relative;
float: left;
background-color: #0b8ab01c;
width: 100%;
padding: 5px 15px 5px 50px;
}

.ranks-block .ranks-content h4{
font-size: 18px;
color: #010101;
margin: 5px 0;
}

.ranks-block .ranks-content p{
margin-top: 0px;
padding: 0;
color: #333;
margin-bottom: 0;
}


.ranks-block .ranks-content:after {
content: "";
background-image: url(https://dtwhistledev.wpengine.com/wp-content/themes/whistle/images/quote.png);
width: 20px;
height: 20px;
position: absolute;
font-weight: normal;
line-height: 40px;
color: #ededed;
right: 10px;
top: 9px;
z-index: 999;
background-size: 20px;
background-repeat: no-repeat;
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);

}

/*----------------Rank Css close---------------------------------------------*/

/*----------------New Css---------------------------------------------*/

@media only screen and (max-width:992px){
.previous .hvr-shutter-in-horizontal{ margin-bottom:7px;}
.container{
		width: 100%;
	}

 ul.list li{
	font-size: 15px;
}	

.accordion-section .panel-default .panel-title {
    font-weight: 500;
    line-height: 18px;

}
.callphoneno4 .header-call .popup-header-link {
    background-color: #37D6FB;
}
	
.popup-header-link .icon-header {
    float: left;
    padding-right: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 16px;
}
	
	.callphoneno4 .header-call .popup-header-link b {
    color: #000000;
		    font-size: 15px;
    line-height: 20px;
    vertical-align: top;
    float: left;
    font-weight: 400;
}
	
	
	
	.popup-header-link .icon-header img {
    max-height: 22px;
		margin-right: 10px;
}
.callphoneno4{
	
	
	display: flex;
}	

.callphoneno4 .header-call .popup-header-link {
    width: 100%;
    padding: 7px 14px;
    margin-right: 0;
    border-radius: 0;
    min-height: inherit;
    line-height: 20px;
	margin-left:0;
}
	
	.callphoneno4{
		list-style: none;
	}
	
	.callphoneno4 > .menu-head-link{
		margin-bottom:10px;
		padding:0 15px;
	}
	
	.menu-app .icon-header{
		position:inherit!important;
		top: inherit!important;
		left:inherit!important;
	}
	
	
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	
	
	
	.navbar-right{
		
		
		font-size: 12px;
		
	}	
	
	.popup-header-link b{
		
			font-size: 12px;
		
		
	}
	
	.nav>li>a {
   
    padding: 10px 4px;
}
	
}

@media (max-width:600px){
.exam-btn ul li:hover{width: 120px;}
.exam-btn ul li a:hover{color: #fff;}

.feature_box>.button
{
	position: inherit;
	
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
    padding: 15px 21px;
}

	}
@media (max-width:600px)
{.youtube-player iframe{float: left;width: 300px;height: 300px;}
.popup-outer {min-width: 300px;max-width: 300px;}
}

@media only screen and (max-width:767px){

.navbar-brand{
	padding-top: 1px;
}


.programe-list {
    background: linear-gradient(to right, #fafcff 0%,#fafcff 48%,#fafcff 48%,#fafcff 100%);padding: 30px 0;
}
.three-part2 {
    background: none;
    padding:10px 5px;
}
.three-part1, .three-part3 {
    padding:0px 5px;
}
.lst-banner h1 {
    font-size: 25px;
    margin-bottom: 10px;margin-top: 0;
}
.lst-banner {
    padding: 20px 0px 20px 0px;margin-top: -20px;
}
.programe-list .container-fluid {
    padding: 0 15px;
}
.programe-list h3 {
    margin: 0 0 15px 0;
    font-size: 19px;
}
/*.line-hs{ line-height: 15px!important; }*/

.hvr-shutter-out-vertical {
line-height: 15px;
padding: 10px 10px;
display: flex;
justify-content: center;
align-items: center;
min-height: 50px;  
}

.feature_box .mCustomScrollbar {
    position: relative;
    height: initial;
      display: none;
}

.feature_box .twobtns{
	display: none;
}

.features .col-md-4{
	margin-top: 0!important;
	margin-bottom: 20px;
}

.features .col-md-4:nth-child(1) ~ * {
/*    margin-top: 30px;*/
}
.bes-law-schools .exam-btn ul li {
    width: 138px;
}
.bes-law-schools .exam-btn ul li.with-big {
    width: 138px;
}

.mentors-details h5 {
    font-size: 15px;
}
.mentors-details h6 {
    font-size: 14px;
}
.author {
    display: inline-block;
    margin: 0px 0px 0px 15px;
    float: right;
}
.author img {
    border: 5px solid #04c0dc;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.mentors-details .mentor-profile {
    background-color: #adeaf3;
    text-align: left;
    padding: 15px 15px;
    position: relative;
    min-height: 235px;
    margin-bottom: 30px;
    border-radius: 15px;
}

.mentors-details .mentor-profile p {
    font-size: 13px;
    margin: 0 0 10px;
    line-height: 21px; margin-bottom: 0;
}
.mentors-details .mentor-profile:before {
    top: 97%;
}
.mentors-details .mentor-profile:after {
    background-size: 71%;
}

.form-area {

    margin-top: 15px;
}




.btnsamecont1 {border-radius: 0;padding: 0 14px !important;text-align: center;margin: 8px 0;}
.btnsamecont2 {border-radius: 0;padding: 0 14px !important;text-align: center;}
#header-clat #navbar-collapse-1{ background:#f7f7f7;}
#header-clat {font-size: 15px;}
.header-clat .navbar-right > li { margin: 0 5px; border-bottom: 1px solid #d0d0d0;}
.exam-corner {min-height: inherit;border: 4px solid #fff;}
.section.spot.clat h3 {margin-bottom: 10px;margin-top: 15px;}
.credential .modal-dialog { width: auto !important;}
.credential .modal-header {padding: 12px 8px;}
.credential button.close {width: 26px;height: 26px;font-size:17px;}
.credential .modal-header .close {margin-top: -5px;}
.credential h4 {font-size: 16px;}

	

.exam-corner {padding: 0px 20px 20px;box-shadow: 0px 0px 12px rgba(0,0,0,0.11);margin-bottom: 20px;}
.section.spot.clat h1 {font-size: 28px;}
.tele img {margin-top: 15px;}
.linear {background: linear-gradient(to left, #f3f3f3 50%, #f3f3f3 50%);}
.section.spot.clat h2 {font-size: 20px;}
a.linkenroll {color: #006699; margin-bottom: 15px; display: block;}
.table {margin-bottom: 0px!important; margin-top: 0px!important;}
.previous .hvr-shutter-in-horizontal{ margin-bottom:7px;}



.exam-btn ul{text-align: center;}
#footer h5 {padding-left: 0;border-left: transparent;padding-bottom: 0px;margin-bottom: 10px;}

.callphoneno2 .icon-header {left: 10px;top: 6px;line-height: initial;}
.callphoneno2 {display: block;bottom: 43px;}
.callphoneno3 .icon-header {left: 10px;top: 6px;line-height: initial;}
.callphoneno3 {display: block;}
.popup-header-link b {font-weight: 600;}
	.callphoneno {display: none !important;}
.icon-header {position: absolute;left: 13px;top: 5px;line-height: initial;
	}

.dropdown-menu > li > a
	{
		color: #e9e0e0;
	}
	
	.feature_box
	{
		height: initial;
		min-height: 170px;
	}

.ul-listing ul li {
    width: 50%;
}
	.feature_box>.button>.enroll_btn{margin-bottom: 10px;}
	.feature_box>.button>.more-btn{margin-bottom: 10px;}
	.feature_box >a>h4{margin-top: 10px;}



form #captchaId {
    clear: both;
}

form #captchaId div {
    width: 100% !important;
}

form #captchaId div iframe {
    width: 100% !important;
}

.content-pages a {
    word-wrap: break-word;
    white-space: normal;
}

}

@media only screen and (max-width:550px){
.ul-listing ul li {
    width: 100%;
}

}



@media only screen and (max-width:347px){

/*.hvr-shutter-out-vertical {
    line-height: 32px;
    padding: 10px 10px;
}*/

.outline-links {
    line-height: 36px;
    padding: 5px 6px;
    min-height: 48px;
}


}

@media only screen and (max-width: 400px) and (min-width: 348px)  {
/*.hvr-shutter-out-vertical {
    line-height: 32px;
    padding: 10px 14px;
}
*/

}

@media only screen and (max-width:400px){
.two-button a{
min-width: 175px;
margin-bottom: 10px;
margin-right: 0;

}


.testi .feedback-block .inner-box .image {
    left: 25px;

}


}



@media only screen and (min-width:767px){
.callphoneno1 {display: none !important;}
}

@media (max-width: 991px) { 
	
	.subnavheaderlaw{
		display:none;
	}
	.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; } 
	.navbar-default{
		box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
		border: 0;
		padding: 10px 0;
	}
	.navbar-toggle{
		margin-bottom: 0;
		background-color: #ff6600;
		border-color: #ff6600 !important;
		margin-top: 0;
		margin-right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
    	border-color: #fff;
	}
	.navbar-collapse{
		margin-top: 15px;
   	 	padding: 0;
	}
	.navbar-nav{
		margin-top:0;
	}
	.navbar-nav>li.callphoneno{
		display:none;
	}
	
	.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 34px;
}
	
	.top-button{
		
		
		width: 100%
	}
}
@media (max-width: 767px) { 
	.subnavheaderlaw{
		display:none;
	}
	
	.feature_box>a>img {
    height: auto;
	}
	.feature_box p{
		
		display: none;
	}
	.feature_box>a>h4 {
		
		font-size: 15px;
		
	}
	.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; } 
	.navbar-default{
		box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
		border: 0;
		padding: 10px 20px;
	}
	.navbar-toggle{
		margin-bottom: 0;
		background-color: #ff6600;
		border-color: #ff6600 !important;
		margin-top: 0;
		margin-right: 0px;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
    	border-color: #fff;
	}
	.navbar-collapse{
		margin-top: 15px;
   	 	padding: 0;
	}
	.navbar-nav{
		margin-top:0;
	}
	.navbar-nav>li.callphoneno{
		display:none;
	}
	.top-button{
		
		
		width: 100%
	}
}


.contennewfld{
		
	}
	.contennewfld > ul{
	    margin: 0;
    padding: 0;
    margin-top: 30px;	
	}
	.contennewfld > ul li{
		    list-style: none;
    padding: 10px;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    width: 170px;
    margin-right: 10px;
    text-align: center;	
	}
	.contennewfld > ul li a{
		    padding: 2px;
    color: #006699;
    display: inline;
    font-weight: bold;
	}
	.contennewfld{
		
	}
	.contennewfld .contentfld{
		
	}
	.contennewfld .contentfld > p{
	
	}
	.contennewfld .contentfld p.margin0{
		margin-bottom: 4px;	
	}
	.contennewfld .contentfld ul{
	margin: 0;
    padding: 0;
    padding-left: 20px;	
	}
	.contennewfld .contentfld ul li{
		    font-size: 15px;
    color: #58585a;
    padding-top: 3px;
    padding-bottom: 3px;	
	}
	.contennewfld .contentfld ul li p{
		
	}
	.contennewfld .contentfld a{
		background-color: #ff692e;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    letter-spacing: 0.7px;
	}
.contennewfld .boxcreate{
    display: inline-block;
    width: 18.5%;
    vertical-align: top;
    margin-right: 1%;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    font-size: 15px;
    color: #58585a;
    letter-spacing: 0.7px;
    min-height: 160px;
	margin-bottom: 10px;
}
.contennewfld .boxcreate strong{
	    display: block;
    color: #000;
}
.contennewfld .boxcreate span{
	
}
.videoframeine{
    width: 280px;
    margin-top: 20px;
    display: inline-block;
    margin-right: 15px;
}
.videoutefld{
	
}
.contennewfld.inercopnflddiv .boxcreate{
	    min-height: 245px;
}
@media only screen and (max-width:767px){

	.haif-bg {
    background: linear-gradient(to right, #fafcff 0%,#fbfdff 50%,#fafcff 50%,#fafcff 100%);
    z-index: 9;
}
	.contennewfld .boxcreate{
		width: 100%;
    min-height: initial;
	}
	.contennewfld.inercopnflddiv .boxcreate{
	min-height: initial;	
	}
	.videoframeine{
		width: 100%;
		margin-right: 0;
	}

.nlu-page h1{
	font-size:26px;
}	

.nlu-page h2{
	font-size:18px;
}

body .starratingpagegl2{
        bottom:40px;
        padding: 8px;
    }

body .starratingpagegl2 h4 {
    margin-bottom: 5px;
    font-size: 14px;
}

#olark-wrapper .olark-launch-button-wrapper .olark-button-focus-wrapper{
top: -80px;
position: absolute;
right: 0;
}
 
 .custumbox{
 	float: none;
clear: both;
margin: 0 auto 20px auto !important;
 }

}


@media only screen and (max-width:480px){
.feature_box {
   min-height: 170px;
}

.feature_box> a > h4 {
    font-size: 13px;
}

}



li.callphoneno4.menu-app {
    display: none;
}

