<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General &amp; Basic Styles   */
/*   02 - Header &amp; Navigation      */
/*   03 - Intro      			   */
/*   04 - Services         		   */
/*   05 - Our Process          	   */
/*   06 - About	, About-1   	   */
/*   07 - Promo LIne           	   */
/*   08 - Statistic Banner         */
/*   09 - Team			           */
/*   10 - Big Promo Line 	  	   */
/*   11 - MailChimp Form  	   	   */
/*   12 - Portfolio        		   */
/*   13 - Features List      	   */
/*   14 - Testimonials Rotator 	   */
/*   15 - Clients		 	  	   */
/*   16 - Pricing				   */
/*   17 - Blog		 	  	   	   */
/*   18 - Bottom Promo Line	   	   */
/*   19 - FAQs					   */
/*   20 - Contacts		  	   	   */
/*   21 - Call To Action   		   */
/*   22 - Footer		 	  	   */
/*   23 - Scroll to Top	 	  	   */
/*   24 - Contact Form Response    */ 



/* ==========================================================================
   01. GENERAL &amp; BASIC STYLES
   ========================================================================== */

body {
	color: #444;
	font-size: 15px;
	font-family: "Roboto",Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
}

/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/

.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0ea29d; 
	z-index: 999999; 
}

.loader {
	position: absolute;
	top: 50%; 
	left: 50%; 
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url(../img/icons/loader.GIF);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100px 100px;
}

/*------------------------------------------*/
/*	CONTENT WRAPPER
/*------------------------------------------*/

#content_wrapper  {
	margin-top: 0px;
	overflow: hidden;
}

/*------------------------------------------*/
/*	HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

	font-family: "Roboto",Helvetica,sans-serif;
	font-weight: 600;
	margin-top: 0; 
	margin-bottom: 10px;
}
h2
{
	font-size:28px;
color: #333; margin-bottom: 30px;
}
h4
{	color: #333;
font-size:15px;
font-weight:bold;
}
h3 {
	font-size: 24px;
	line-height: 15px;
	font-weight: 300;
	margin-bottom: 20px;

}

h4.small-title, .statistic-text {
	font-size: 16px;
	font-weight: 900;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;		
}

/*------------------------------------------*/
/*	 PARAGRAPHS
/*------------------------------------------*/

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px; letter-spacing:1.2px;

}

/*------------------------------------------*/
/*	 LISTS
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 LINK SETTINGS
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 BUTTON SETTINGS
/*------------------------------------------*/

.btn {
	background-color: #ff692e;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-color:#ff692e;
	
	padding:10px 20px;
	margin-top: 0px;
	margin-right: 10px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	text-align:left;
}

.btn:hover,.btn-primary:focus {
	background-color: #ff692e !important;
	color: #fff;
}
, 

/*------------------------------------------*/
/*	 SECTION TITLEBAR
/*------------------------------------------*/

.titlebar {
	margin-bottom: 60px;
	text-align: center;
}

.titlebar h3 {
	color: #2c2c2c;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;	
}

.titlebar p {
	color: #444;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
}

.titlebar p:after {
    display: block;
    content: "";
    height: 1px;
    width: 180px;
	background: #bbb;
    margin: 25px auto 0;
    position: relative;
}



/* ==========================================================================
   02. HEADER &amp; NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	height: 60px;
	padding: 17px 15px;
}
   
/*------------------------------------------*/
/*	 Navigation Bar    
/*------------------------------------------*/

.navbar {	
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.navbar-fixed-top { 
	background-color: #fff;
	border-bottom: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);	
}         

/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

/*.navbar-nav &gt; li &gt; a {
	color: #222;
	font-size: 13px;
	line-height: 60px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 0 12px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}*/

/*------------------------------------------*/
/*	 Navigation Menu Hover/Active
/*------------------------------------------*/

.navbar-nav &gt; li &gt; a:hover,
.navbar-nav &gt; li &gt; a.selected-nav {
	color: #ff692e;
	background-color: transparent;
}

.navbar-nav &gt; li &gt; a:focus {
	background-color: transparent;
}

/*------------------------------------------*/
/*	 Responsive Menu Button    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
	background-color: transparent;
    padding: 10px;
	margin: 11px 30px 11px 0;
	border: none;
	color: #fff;
	border: 2px solid #333;
}

.navbar-toggle .icon-bar {
	background-color: #333;
}



/* ==========================================================================
   03. INTRO
   ========================================================================== */

#intro {
	width: 100%;
	background-image: url(https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/open-mock/6858_intro-bkg.jpg);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover; padding:40px 0;
	border-bottom: 1px solid #ccc;

}

/*------------------------------------------*/
/*	 INTRO CONTENT
/*------------------------------------------*/

#intro_content {
	
}
#intro h1 {	
	color: #fff;
	font-size: 46px;
	font-weight: 300;
	line-height: 60px;
	margin-bottom: 20px; font-weight: 600;

}

#intro h2 {	
	color: #fff;
	font-size: 29px;
	font-weight: 500;
	margin-bottom:20px;
}
#intro h2 span {
    color: #FF692E;
font-weight: 900 !important;
font-size: 36px;
background:    #fff;
    padding: 0 10px;
    border-radius: 5px;
}


.intro_text p {	
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.mari-20{ margin-bottom: 20px; }
.whitecolor * {
    color:#fff;
    font-size: 16px;
}
.clander-icon {
    padding: 0 0 0 56px;
    margin: 15px 0;
    position: relative;
}
.whitecolor [class$="icon"] strong::after {
    background-position: left top;
    background-repeat: no-repeat;
    content: "";
    font-size: 16px;
    font-weight: bold;
    height: 64px;
    left: 0;
    line-height: 25px;
    padding-left: 80px;
    position: absolute;
    width: 50px;
    background-size: 55%;
}
[class*="clander"] strong::after {
    background-image: url(https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/open-mock/6858_date.png);
    margin-bottom: 20px;
}
.daata-icon {
    padding: 0 0 0 50px;
    margin: 15px 0;
    position: relative;
}
[class*="daata"] strong::after {
    background-image: url(https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/open-mock/6858_venue.png);
    margin-bottom: 20px;
}
.raata-icon {
    padding: 0 0 0 56px;
    margin: 15px 0;
    position: relative;
}
[class*="raata"] strong::after {
    background-image: url(https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/open-mock/6858_money.png);
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 INTRO BUTTON
/*------------------------------------------*/

.intro_button .btn {
	font-size: 14px;
	margin-top: 25px;
	padding: 14px 28px;
}

.intro_button .btn:hover {
	background-color: #0b7d79;
}

/*------------------------------------------*/
/*	 Transparent Button
/*------------------------------------------*/

.intro_button .btn.btn-tra {
	background-color: transparent;
	padding: 13px 26px;
	margin-right: 15px;
	border: 2px solid #fff;
}

.intro_button .btn.btn-tra:hover {
	background-color: #0b7d79;
	border-color: #0b7d79;
	color: #fff;
}

/*------------------------------------------*/
/*	 INTRO REGISTER FORM 
/*------------------------------------------*/

.panel
{
	border-radius:0 !important;
	padding:0px !important;
}

.form-control:focus {
    border-color: #0ea29d;
	box-shadow:none;
}

.form_register h4 {
	font-size: 18px;
    line-height: 30px;
	font-weight: 900;
	letter-spacing: 0px;

    margin-bottom: 15px;
}

.form_register p {
    margin-top: 10px;
	padding: 0 20px;
}

.form_register a {
	color: #0ea29d;
	font-weight: 600;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
  border: 1px solid #f3f3f3;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    height: 39px;
    margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea {
	background-color: #f5f5f5;
	color: #222;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
	color: #fc0000;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
}

/*------------------------------------------*/
/*	 Register Form Button
/*------------------------------------------*/

#form_register_btn .btn {
	font-size: 14px;
	margin-top: 0px;
	padding: 7px 50px;
}



/* ==========================================================================
   04. SERVICES
   ========================================================================== */

#services {
	padding-top: 50px;
	padding-bottom: 25px;
}

/*------------------------------------------*/
/*	 SERVICE BOX 
/*------------------------------------------*/

.service-box {
    margin-bottom: 10px;
    min-height: 100px;
}

/*------------------------------------------*/
/*	 Service Box Content
/*------------------------------------------*/

.service-box-icon {
	float: left;
	padding-right: 5px;
}

.service-box-icon i {
	color: #0ea29d;
	font-size: 30px;
	margin-right: 10px;
}

.service-box-title h4 {
    padding-top: 6px;
    font-size: 18px;
}

.service-box-content p {
	margin-bottom: 0;
}
.neet .service-box:nth-child(2) ~ * {
    margin-top: 30px;
}


/* ==========================================================================
   05. OUR PROCESS
   ========================================================================== */

#our-process {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 100px;
}

.our-process-item p {
	margin-bottom: 0px;
}

/*------------------------------------------*/
/*	Our Process Image
/*------------------------------------------*/

.our-process-item .img-responsive {
	margin-bottom: 20px;
}	



/* ==========================================================================
   06. ABOUT, ABOUT-1 
   ========================================================================== */

#about, #about-1 {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------------------------------*/
/*	ABOUT, ABOUT-1  Small Title
/*------------------------------------------*/

#about h4.small-title, 
#about-1 h4.small-title { 
	font-size: 17px; 
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	TABS
/*------------------------------------------*/

#tabs-holder { 
	margin-top: 40px;
}

.tab-pane { 
	padding: 15px 5px;
}

/*------------------------------------------*/
/*	TABS NAV
/*------------------------------------------*/

.nav-tabs &gt; li &gt; a {
	background-color: #f5f5f5;
    color: #444;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;	
	margin-right: 3px;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

.nav-tabs &gt; li &gt; a:hover,
.nav-tabs &gt; li.active &gt; a, 
.nav-tabs &gt; li.active &gt; a:hover, 
.nav-tabs &gt; li.active &gt; a:focus {
	background-color: #fff;
	color: #222;
}

/*------------------------------------------*/
/*	  ABOUT-1 VIDEO LINK
/*------------------------------------------*/ 

#about-1 .video-block {
	position: relative;
	padding-bottom: 60.25%;
	margin-top: 30px;
	height: 0;
	overflow: hidden;
}

#about-1 .video-block iframe,
#about-1 .video-block object,
#about-1 .video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

/*------------------------------------------*/
/*	  ABOUT-1 ACCORDION
/*------------------------------------------*/ 

#accordion { 
	margin-top: 40px;
}

/*------------------------------------------*/
/*	Accordion Panel
/*------------------------------------------*/

.panel-group .panel {
    margin-bottom: 0px;
    border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*------------------------------------------*/
/*	Accordion Panel Title
/*------------------------------------------*/

.panel-heading {
    padding: 0;
    border: 0 !important;
}

.panel-title &gt; a {
    display: block;
    padding: 15px;
}

#about-1 h4.small-title.panel-title {
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 0px;	
}

/*------------------------------------------*/
/*	Accordion Panel Content 
/*------------------------------------------*/

.panel-body {
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
}



/* ==========================================================================
   07. PROMO LINE
   ========================================================================== */
   
#promo {
	background-color: #0ea29d;
	padding-top: 100px;
	padding-bottom: 70px;	
} 

/*------------------------------------------*/
/*	PROMO LINE IMAGE
/*------------------------------------------*/

.promo-image .img-responsive { 
	display: inline-block; 
} 

.promo-line-image {
	margin-bottom: 50px;
}

/*------------------------------------------*/
/*	Promo Line Rotator Nav
/*------------------------------------------*/

.promo-image .flex-control-paging li a { 
	background: #0b7d79; 
	border: 2px solid #0b7d79;
}

/*------------------------------------------*/
/*	PROMO LINE TEXT
/*------------------------------------------*/

#promo-content h3 {
	color: #fff;	
} 

#promo-content p {
	color: #fff;
	margin-bottom: 10px;	
}

/*------------------------------------------*/
/*	 Transparent Button
/*------------------------------------------*/

#promo-content .btn.btn-tra {
	background-color: transparent;
	padding: 10px 20px;
	margin-top: 20px;
	margin-right: 15px;
	border: 2px solid #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#promo-content .btn.btn-tra:hover {
	background-color: #0b7d79;
	border-color: #0b7d79;
	color: #fff;
}



/* ==========================================================================
   08. STATISTIC BANNER
   ========================================================================== */  
   
#statistic_banner {
	background-image: url(../img/parallax_bg/statistic.jpg); 
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------------------------------*/
/*	  STATISTIC BLOCK
/*------------------------------------------*/ 

.statistic-number {
	color: #fff;
	font-size: 75px;
	line-height: 75px;
	font-weight: 900;
	letter-spacing: 1px;	
	margin-bottom: 10px;
}

.statistic-text {
	color: #fff;
	margin-bottom: 10px;
}

.statistic-block p {
	color: #fff;
	padding: 0 5px;
	margin-bottom: 0;
}



/* ==========================================================================
   09. TEAM
   ========================================================================== */
   
#team {
	padding-top: 100px;
	padding-bottom: 50px;	
}

/*------------------------------------------*/
/*	  TEAM MEMBER
/*------------------------------------------*/

.team-member {
	margin-bottom: 50px;
}

/*------------------------------------------*/
/*	  Team Member Photo
/*------------------------------------------*/

.team-member .img-responsive {
	display: inline-block;
}

/*------------------------------------------*/
/*	  Team Member Meta
/*------------------------------------------*/

.team-img-meta h5 {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;	
	margin: 20px 0px 5px;
}

.team-img-meta h6 {
	font-size: 13px;
	color: #0ea29d;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

/*------------------------------------------*/
/*	  Team Member Social Icons 
/*------------------------------------------*/

.team-member-socials {
	text-align: right;
	display: inline-block;
	margin: 0 auto;
}

.team-member-socials li {
	float: left;
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
    clear: none !important;
}

.page_social {
	color: #666;
	font-size: 15px; 
    text-align: center;
    display: block;
	padding-right: 15px;
    text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Team Member Social Icons Hover 
/*------------------------------------------*/

.page_social.ico_facebook:hover {color: #3b5998;}
.page_social.ico_twitter:hover {color: #00a9ed;}
.page_social.ico_behance:hover {color: #00a8e7; }
.page_social.ico_google_plus:hover {color: #cd1111;}
.page_social.ico_linkedin:hover {color: #015886;}
.page_social.ico_dribbble:hover {color: #d92d84;}
.page_social.ico_instagram:hover {color: #beb3a8;}
.page_social.ico_pinterest:hover {color: #ac281a;}
.page_social.ico_dropbox:hover {color: #008ad2;}
.page_social.ico_skype:hover {color: #00a9ed; }
.page_social.ico_youtube:hover {color: #cd1b20; }
.page_social.ico_tumblr:hover {color: #3a5976;}
.page_social.ico_vimeo:hover {color: #00adee;}
.page_social.ico_flickr:hover {color: #d2d2d2;}
.page_social.ico_github:hover {color: #222;}
.page_social.ico_renren:hover {color: #364a83;}
.page_social.ico_vk:hover {color: #3b5998; }
.page_social.ico_xing:hover {color: #015f5e;}
.page_social.ico_weibo:hover {color: #be4443;}
.page_social.ico_rss:hover {color: #ff6600;}
.page_social.ico_digg:hover {color: #222;}
.page_social.ico_deviantart:hover {color: #57675d;}
.page_social.ico_envelope:hover {color: #999;}
.page_social.ico_delicious:hover {color: #0A0A0A; }



/* ==========================================================================
   10. BIG PROMO
   ========================================================================== */

#big-promo {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------------------------------*/
/*	 BIG PROMO IMAGE
/*------------------------------------------*/
	
.big-promo-image .img-responsive { 
	display: inline-block; 
} 

/*------------------------------------------*/
/*	 BIG PROMO CONTENT
/*------------------------------------------*/

.big-promo-content h3 {
	margin-bottom: 30px;
}

.big-promo-content p {
	margin-bottom: 15px;
}



/* ==========================================================================
   11. MAILCHIMP NEWSLETTER FORM
   ========================================================================== */

#newsletter { 
	background-color: #0ea29d;
	background-image: url(../img/parallax_bg/newsletter.png);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 40px; 
	padding-bottom: 30px;
}

/*------------------------------------------*/
/*	  NEWSLETTER TITLE
/*------------------------------------------*/

#newsletter h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 5px;	
}

#newsletter h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0px;
}

/*------------------------------------------*/
/*	  Newsletter Form Input
/*------------------------------------------*/

#newsletter form input[type="email"] {
    background-color: #fff;
	width: 60%;
	color: #414141;
	font-size: 14px;
    font-weight: 300;
    padding: 18px 24px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#newsletter form input[type="submit"] {
	width: 35%;
	background-color: #0b7d79;
	color: #fff;
	font-size: 14px;
    font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
    margin-left: 3px;
    padding: 16px 22px;
	border: 2px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#newsletter form input[type="submit"]:hover {
	background-color: #444;
	border-color: #444;
}

#newsletter .message {
	font-size: 14px;
	margin-top: 20px;
}



/* ==========================================================================
   12. PORTFOLIO
   ========================================================================== */

#portfolio {
	padding-top: 100px;
	padding-bottom: 70px;
	position: relative;
}

/*------------------------------------------*/
/*	  PORTFOLIO TITLEBAR
/*------------------------------------------*/ 

#portfolio .titlebar {
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  PORTFOLIO FILTER BUTTONS
/*------------------------------------------*/ 

#gallery-filter {
	margin-bottom: 30px;
}

.btn-toolbar .btn-group {
    float: none;
}

/*------------------------------------------*/
/*	   Button Settings
/*------------------------------------------*/ 

#gallery-filter .btn-group &gt; .btn {
	background-color: #f5f5f5;
    color: #444;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 14px;
	margin-top: 0;
	margin-right: 3px;
	text-shadow: none;
	-webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
     box-shadow: 0 0 0 0;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out; 
}

.btn-group &gt; .btn:first-child:not(:last-child),
.btn-group &gt; .btn:last-child:not(:first-child) {
 	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------*/
/*	   Filter Button Hover
/*------------------------------------------*/ 

#gallery-filter .btn-group &gt; .btn:hover {
	background-color: #0ea29d;
	color: #fff;
}

/*------------------------------------------*/
/*	  Filter Button Active
/*------------------------------------------*/ 

#gallery-filter .btn-group &gt; .btn.active,
#gallery-filter .btn-group &gt; .btn.focus {
	background-color: #0ea29d;
	color: #fff;
	box-shadow: 0 0 0 0;
	cursor: default;
}

/*------------------------------------------*/
/*	  PORTFOLIO IMAGES HOLDER
/*------------------------------------------*/ 

.portfolio-items-list {
	margin: 0;
}

/*------------------------------------------*/
/*	  Portfolio Item
/*------------------------------------------*/ 

.portfolio-item {
	position: relative;	
	display: none;
    opacity: 0;
	-moz-opacity: 0; 
	padding: 0 15px;
	text-align: center;
	margin-bottom: 30px;
}

.portfolio-item a {
	cursor: url(../img/icons/pointer.png),crosshair;
}

.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.overlay-content h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
}

.overlay-content h5 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 162, 157, .75);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover &gt; img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.hover-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
}

.portfolio-item:hover .overlay-content {
	bottom: 42%;
	opacity: 1; 
	-moz-opacity: 1; 
}



/* ==========================================================================
   13. FEATURES LIST   
   ========================================================================== */

#features-list {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	padding-top: 100px;	
}

/*------------------------------------------*/
/*	  FEATURES LIST IMAGE
/*------------------------------------------*/

.features-list-image {
	padding-right: 40px;
}

.features-list-image .img-responsive {
	display: inline-block;
}

/*------------------------------------------*/
/*	  Features List Content
/*------------------------------------------*/

.features-list-content h3 {
	margin-top: 10px;
}

.features-list-content p {
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  List
/*------------------------------------------*/

.list li {
	position: relative;
}

/*------------------------------------------*/
/*	  List Icon
/*------------------------------------------*/

.list-icon {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
	color: #0ea29d;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
}

/*------------------------------------------*/
/*	  List Content
/*------------------------------------------*/

.list-content {
	padding-left: 40px;

}



/* ==========================================================================
   14. TESTIMONIALS ROTATOR
   ========================================================================== */
   
#testimonials_rotator {
	background-image: url(../img/parallax_bg/testimonials.jpg); 
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 80px;
	color: #fff;
}

/*------------------------------------------*/
/*	 Testimonials Titlebar
/*------------------------------------------*/

#testimonials_rotator .titlebar h3 {
	color: #fff;
}

/*------------------------------------------*/
/*	 Testimonials Settings
/*------------------------------------------*/
   
.testimonials {
	margin-bottom: 60px;
}

/*------------------------------------------*/
/*	  Testimonial Message Avatar 
/*------------------------------------------*/ 

.flexslider .slides .testimonials img {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 0 auto 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

/*------------------------------------------*/
/*	 Testimonial Message Text
/*------------------------------------------*/

.client-msg p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	line-height: 32px;
    padding: 10px 15%;
}

/*------------------------------------------*/
/*	 Message Author
/*------------------------------------------*/

.testimonials p.author {
	color: #0ea29d;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	 Testimonial Rotator Nav
/*------------------------------------------*/

.flex-control-paging li a {
	background: #444;
	border: 3px solid #444;
}

.flex-control-paging li a:hover { 
	background: #0ea29d;
	border: 3px solid #0ea29d; 
}

.flex-control-paging li a.flex-active { 
	background: #0ea29d;
	border: 3px solid #0ea29d; 
}



/* ==========================================================================
   15. CLIENTS
   ========================================================================== */
 
#clients {
	background-color: #f5f5f5; 
	border-bottom: 1px solid #eee;
	padding-top: 60px;
	padding-bottom: 60px;
}

/*------------------------------------------*/
/*	 CLIENT LOGO
/*------------------------------------------*/

.item {padding: 0 10px;}



/* ==========================================================================
   16. PRICING 
   ========================================================================== */

#pricing {


} 

/*------------------------------------------*/
/*	 PRICING TABLE
/*------------------------------------------*/

#price_1, #price_2, #price_3, #price_4 {
	margin-bottom: 50px;
	padding: 0 5px;
}

.pricing-table {
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*	 Table Header
/*------------------------------------------*/

.pricing-table h3 {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 80px;	
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
} 

/*------------------------------------------*/
/*	 Table Price Plan
/*------------------------------------------*/

.pricing-table .price {
	background-color: #ddd;
	height: 120px;
	color: #6f6f6f;
	font-weight: 900;
	line-height: 120px;
}

.price-row .price span {
	font-size: 80px;
	letter-spacing: -2px;
}

.price-row .price sup {
    top: -24px;
	font-size: 40px;
	font-weight: 500;
}

/*------------------------------------------*/
/*	 Table Body
/*------------------------------------------*/

.pricing-table ul.features {
	color: #333;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
    padding: 5px 40px;
}

.pricing-table ul.features li {
    border-bottom: 1px solid #ccc;
    padding: 13px 0; 
}

/*------------------------------------------*/
/*	 Table Button
/*------------------------------------------*/

.pricing-table .btn {
	background-color: #333;
	color: #fff;
	margin: 30px 0;
}

.pricing-table .btn:hover {
	background-color: #0b7d79;
	color: #fff;
}

/*------------------------------------------*/
/*	 Table Highlight
/*------------------------------------------*/

.pricing-table.highlight  {
	background-color: #0ea29d;
	border-color: #0ea29d;
	color: #fff;
}

.pricing-table.highlight h3 {
	color: #fff;
}

.pricing-table.highlight .price {
	background-color: #0b7d79;
	color: #fff;
}

.pricing-table.highlight ul.features {
	color: #fff;
}

.pricing-table.highlight ul.features li {
    border-color: #0b7d79;
}

/*------------------------------------------*/
/*	 Table Highlight Buttons
/*------------------------------------------*/

.pricing-table.highlight .btn:hover {
	background-color: #333;
}



/* ==========================================================================
   17. BLOG
   ========================================================================== */

#blog {
	border-top: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 50px;
} 

/*------------------------------------------*/
/*	  BLOG ARTICLE
/*------------------------------------------*/ 

#blog article {
	margin-bottom: 50px;  
}

/*------------------------------------------*/
/*	  Blog Post Titlebar
/*------------------------------------------*/ 

#blog .blog-post-titlebar h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin: 20px 0 5px;
}

/*------------------------------------------*/
/*	  Blog Post Meta
/*------------------------------------------*/ 

.blog-post-info {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 10px;
	font-style: italic;
}

.blog-post-info a {
	color: #0ea29d;
	font-weight: 600;
}

.blog-post-info a:hover {
	color: #222;
	text-decoration: underline;
}

/*------------------------------------------*/
/*	  Blog Post Description
/*------------------------------------------*/ 

.blog-post-desc p {
	color: #666;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Article Link
/*------------------------------------------*/ 

.article_link a {
	background-color: transparent;
	color: #999;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 8px 14px;	
	border: 2px solid #999;
}

.article_link a:hover {
	background-color: #0ea29d;
	color: #fff;
	border-color: #0ea29d;
}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/ 

.video-block {
	position: relative;
	padding-bottom: 75.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}



/* ==========================================================================
   18. BOTTOM PROMO LINE 
   ========================================================================== */ 

#bottom-promo_line {
	background-image: url(../img/parallax_bg/bottom-promo-line.jpg); 
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}   

/*------------------------------------------*/
/*	 BOTTOM PROMO LINE CONTENT
/*------------------------------------------*/  

#bottom-promo_line h2 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 900; 
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#bottom-promo_line p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
}

/*------------------------------------------*/
/*	 BOTTOM PROMO LINE Button
/*------------------------------------------*/  

#bottom-promo_line .btn { 
	margin-top: 10px;
}

/*------------------------------------------*/
/*	 Transparent Button
/*------------------------------------------*/

#bottom-promo_line .btn.btn-tra {
	background-color: transparent;
	padding: 9px 18px;
	margin-top: 10px;
	margin-right: 15px;
	border: 2px solid #fff;
}

#bottom-promo_line .btn.btn-tra:hover {
	background-color: #0b7d79;
	border-color: #0b7d79;
	color: #fff;
}



/* ==========================================================================
   19. FAQs 
   ========================================================================== */

#faq {
	
}
#faq .service-box-content{box-shadow: 0 5px 47.2px 11.8px rgba(19,30,74,.1); padding:20px;    min-height: 170px;}
#faq .service-box:nth-child(2) ~ * {
    margin-top: 30px;
}

.question {
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  Question Settings
/*------------------------------------------*/

.faq-question-label {
	color: #0ea29d;
	font-size: 15px;
	font-weight: 900;
	padding-right: 5px;
}

.question h4 {
	font-size: 14px;
	font-weight: 900;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
}

/*------------------------------------------*/
/*	  Answer Settings
/*------------------------------------------*/

.faq-answer-label {
	color: #000;
	font-weight: 900;
	padding-right: 5px;
}

.question p {
	color: #444;
	margin-bottom: 0;
}



/* ==========================================================================
   20. CONTACTS 
   ========================================================================== */

#contact {
	padding-top: 50px;
	/* padding-bottom: 37px; */
} 

/*------------------------------------------*/
/*	  CONTACT INFO 
/*------------------------------------------*/

.contact-data {
	margin-bottom: 25px;
}

.contact-data h4.small-title {
	margin-bottom: 10px;
}

.contact-data p {
	color: #9b9b9b;
	margin-bottom: 5px;
}

.contact-data a {
	color: #0ea29d;
	font-weight: 900;
}

.contact-data a:hover {
	color: #222;
	text-decoration: underline;
}



/* ==========================================================================
   21. CALL TO ACTION 
   ========================================================================== */

#call-to-action {
	background-color: #0ea29d;
	background-image: url(../img/parallax_bg/call-to-action.png);
	background-attachment: fixed !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
}

/*------------------------------------------*/
/*	 CALL TO ACTION TEXT
/*------------------------------------------*/

#call-to-action h3 {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

#call-to-action p { 
	color: #fff; 
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	 Transparent Button
/*------------------------------------------*/

#call-to-action .btn.btn-tra {
	background-color: transparent;
	padding: 15px 50px;
	margin-top: 0;
	margin-right: 0;
	border: 2px solid #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#call-to-action .btn.btn-tra:hover {
	background-color: #444;
	border-color: #444;
	color: #fff;
}



/* ==========================================================================
   22. FOOTER
   ========================================================================== */ 
 
#footer {
	padding-top: 80px;
	padding-bottom: 70px;
}

/*------------------------------------------*/
/*	 FOOTER COPYRIGHT  
/*------------------------------------------*/

#footer_copyright p {
	color: #444;
	line-height: 26px;
	margin-bottom: 0;
	/* margin-left: 7px	; */
}

#footer_copyright p span {
	color: #0ea29d;
	font-weight: 700;
}

/*------------------------------------------*/
/*	 FOOTER LINKS  
/*------------------------------------------*/

.contact-socials {
	display: inline-block; 
	padding-left: 0;
}

.contact-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	padding: 0;
}

.foo_link {
	text-align: center;
	color: #444;
	font-size: 15px;
    line-height: 26px;
	margin: 0 7px;
    display: block;
}

.foo_link:hover {
	color: #0ea29d;
	text-decoration: underline;
}



/* ==========================================================================
   23. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(65, 65, 65, 0.65);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(14, 162, 157, 1);	
}

nav a#pull {  
    display: none;  
}


/* ==========================================================================
   24. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */
   
#form_response {
	margin: 50px auto; 
}

#form_response .img-responsive { 
	display: inline-block;
}

#form_response h1 {
	font-size: 22px; 
	font-weight: 900;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

#form_response p {
	font-size: 16px; 
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 5px;
}

#form_response p span { 
	font-size: 18px; 
	font-weight: 900;
}

#form_response .btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 15px 40px;
	margin-top: 25px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#form_response .btn:hover {
	background-color: #0b7d79;
}

@media (min-width : 900px) {
	
	.marTopForm{
		margin-top:0px;
	}
}

.headFont{
	font-size: 22px !important;
    font-weight: 300 !important;
}


.form-box {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f0f3f7;
    border-radius: 2px;
    display: block;
    margin-top: 0px;
    padding: 25px 25px;
}
.form-control {
    background: #fbfdff none repeat scroll 0 0;
    border: 1px solid #dde6ef;
    border-radius: 0;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 5px;
}
.form-box .btn {
    background-color: #ff692e;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    padding: 10px 30px;
    width: 100%; text-align:center;
}
.mb-20 {
    margin-bottom: 20px;
}

.form-box h4 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 5px;
    text-align: center;
}
.redio {
    margin-bottom: 10px;
}
.redio label {
    color: #888888;
    font-weight: bold;
    margin-right: 10px;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}
.redio input {
    margin-right: 10px !important;
}
.intro_text {
    margin-top: 0px;
}
.spcing{ padding:40px 0;}
.boxex-con2 {
    padding: 20px 33px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    background: rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
}
.boxex-con2 h4 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    position: relative;
	text-align: center;
	    min-height: 100px;
}
.boxex-con2 h4::before {
   position: absolute;
content: '';
background:
#FF5E14;
bottom: 0px;
width: 50px;
height: 2px;
left: 0;
right: 0;
margin: 0 auto;
}
.bg-process{background: url(https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/open-mock/6858_bg.jpg) no-repeat scroll center center / cover; position: relative;padding: 30px 0px;}
.ctabutton {
    background-color: #18AB7E;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 5px;
    border: none;
    font-weight: 500;
}
.grey{padding: 30px 0px;background: #eaeaea;}

.benefits {
    position: relative;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
    padding: 25px 20px; text-align: center;min-height: 290px;
}
.benefits h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
}
.benefits span {
		font-size: 28px;
		font-weight: 700;
		color: #fff;
		line-height: 50px;
		margin-bottom: 15px;
		background:#6b2ace;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		text-align: center;display: inline-block;
}
.benefits p { margin-bottom: 0px;}

.benefits2{ background:#fff;}
.benefits2 p span {
    color: #fff;
    font-weight: 600;
    background: #ff6600;
    padding: 5px 10px;
    border-radius: 2px;
	font-size: 14px;
}

.sm ul {list-style: outside none none;margin:0 0 10px 0;padding: 0;}
.sm ul li {list-style: outside none none;margin: 0;padding: 5px 0 5px 30px;position: relative; color: #fff; }
.sm ul li::before {color: #222;
content: "\f105";
font-family: "FontAwesome";
font-size: 13px;
left: 0;
position: absolute;
top: 7px;
background: #fff;
border-radius: 50%;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;}

.ms ul {list-style: outside none none;margin:0 0 10px 0;padding: 0;}
.ms ul li {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 2px 27px;
    position: relative;
    color:#555;
}
.ms ul li::before {
    color:#fff;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 12px;
	left: 0;
	position: absolute;
	top: 5px;
	background:#FF692E;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
}

.theme-accordion-s1 .panel + .panel { margin-top: 15px;}

.howtostartr {background-color: #fff; }
.howtostartr h3 {color:#1d274e;font-size: 20px;font-weight: 600;margin-top: 0px;padding-bottom: 15px;margin-bottom: 0px;}
.top30 { margin-top: 30px;}
.top90 { margin-top: 90px;}
.howtostartr p {line-height: 1.81;color:#555;}
.howtostartr .btn-warning {background-color:#FF692E;color:#fff;}
.howtostartr .btn-warning, .howtostartr .btn-warning-outline {
border-radius: 2px;font-size: 15px;padding: 0 15px;font-weight: 600;line-height: 48px;border-color:#FF692E;
text-shadow: initial; font-family: 'Poppins', sans-serif;}
.analysis p{margin-bottom:0px;}

.reslt-region{ text-align:center;background-color:#F0FBFF;background-image: url(../images/dots.png);
background-size: cover;position: relative;font-size: 15px;overflow: hidden;}


.white, .text-white {
    color: #ffffff;
}
.anatomy {
    position: relative; padding: 80px 0;
}
.anatomy .bg-overlay {
    background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
}

/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

.align-middle {
    vertical-align: middle!important;
}
.video-player-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 360px;
    background-image: url(../img/vido-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; z-index: 9;
}
.wrap-small {
    width: 500px;
    height: 367px;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    left: -15px;
    top: -24px;
    z-index: 9;
}

.video-player a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    background-color: #ff4e56;
color:    #fff;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.video-player a:hover {
    background-color: #ff4e56;
    color: #fff;
}

.video-player a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #ff4e56;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.video-player a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #ff4e56;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}



.video-cont.two .video-player {
    margin: 50px 0 0;
}


.bg-dark {
    background: #6b2ace none repeat scroll 0 0;
    position: relative;
    z-index: 1;
}
.bg-dark::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}
section {
    padding: 50px 0;
    position: relative;
}
.white, .text-white {
    color: #ffffff;
}
.bg-dark ul {list-style: outside none none;margin:0 0 10px 0;padding: 0; letter-spacing:1.2px;}
.bg-dark ul li {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 2px 27px;
    position: relative;
    color:#fff;
}
.bg-dark ul li::before {
   color: #fff;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 2px;  font-weight: 600;   
}
.benefits2 p span {
    color: #fff;
    font-weight: 600;
    background: #ff6600;
    padding: 5px 10px;
    border-radius: 2px;
}


.testmonials-pull {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: none;
    position: relative;z-index: 1;
    overflow: hidden;
}

.testmonials-pull::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 120%;
    width: 200%;
    background: #f5f5ff;
    z-index: -1;
    transform: translate3d(-50%,-50%,0);
    border-radius: 50%;

}
.testmonials-pull .slick-prev{
    left: -40px!important;
	background-image: url(https://www.careerlauncher.com/cat-mba/testseries/images/left-arrow.png);

}
.testmonials-pull .slick-next {
    right: -40px;
	background-image: url(https://www.careerlauncher.com/cat-mba/testseries/images/right-arrow.png);
}
.testmonials-pull .slick-arrow{
	position: absolute;
	z-index: 9;
	border: 0;
	background-repeat: no-repeat;
	font-size: 0;
	top: 45%;
	width: 35px !important;
	height: 35px !important;
	padding: 0;
	cursor: pointer;
	background-color:#6b2ace !important;
	background-size: 18px;
	background-position: center;
	border-radius: 50%;
}
.testmonials-pull .slick-arrow {
    top: 40%;
}


.boxes-testmonials{
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.05);
    background-color: #fff;
	-webkit-transform: scale(.95);
    transform: scale(.95);
	margin-top: 0px;
}
.boxes-testmonials a{
	color: #222;
	text-decoration:none;
}
.boxes-testmonials a em{
	color:#006699;
}

.box-top{
	padding: 30px 20px 50px;
	position:relative;
}
.box-top .categorydefin{
	/*! /*! position: absolute; */ */
    right: 5px;
    top: 13px;
    color: #035ccc;
    border: 1px solid #035ccc;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 12px;
}
.box-top .nightclasses{
	color: #008640;
    border-color: #008640;
}	
.box-top .testseries{
	color: #FF692E;
    border-color: #FF692E;
}
.box-top .classroom{
	color: #FF8000;
    border-color: #FF8000;
}
.box-top .smartcatcracker{
	color: #900c3e;
    border-color: #900c3e;
}
.box-top .gdpi{
	color: #800080;
    border-color: #800080;
}
.box-top .categorydefin span{

}
.box-top .quotes-img{
	padding-bottom: 20px;
}
.box-top .quotes-img img{
	max-width: 30px;
}
.box-top p{
	margin: 0;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;color: #555; min-height:340px;
}
.box-bttm{
	background-color: #fff;
    padding: 30px 30px 30px;
    border-top: 1px solid #eee;
    position: relative;
	height: 105px;
}
.box-bttm .stude-img{
	position: absolute;
    left: 0;
    width: 100%;
    top: -30px;
}
.stude-img img{
	max-height: 60px;
    border-radius: 50%;
    max-width: 60px;border: 2px solid #39117B;
	padding: 5px;
}
.box-bttm h3{
	font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}
.box-bttm h4{
	margin-bottom: 0;
    font-size: 14px;
    font-weight: 400; 
}
.box-bttm em{
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.boxes {
    padding: 6px;
}
.neet {
    background: #eefeff;
}
.feature-hover {
	border-color: #6b2ace transparent;
	border-style: solid;
	border-width: 0 0 50px 50px;
	bottom:0px;
	content: "";
	cursor: pointer;
	position: absolute;
	right: 0px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.feature-hover&gt;span {
	color: #fff;
	display: block;
	left: -31px;
	padding: 3px 10px;
	position: absolute;
	top: 18px;
}

.reslt-region{ text-align:center;background-color:#F0FBFF;background-image: url(../img/dots.png);
background-size: cover;position: relative;font-size: 15px;overflow: hidden;}

.features-section{ position:relative;}
.features-section .feature-grids .grid {
padding:30px 10px 30px 75px;box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);position: relative;text-align: left;background: #fff;}
.features-section .icon { position: absolute; left: 16px;}
.features-section .icon img{max-width: 50px;}
.features-section .count { font-size: 25px; font-weight: 700;color:#1d274e;}
.features-section p {font-weight:400;letter-spacing: 0.3px;}
.container-fluid.reslt-four {
    padding: 0 52px;
}


@media only screen and (max-width: 767px) { 
.wrap-small { display:none;
}
.btn {
    font-size: 16px;
    width: 100%;
}
.anatomy {
    position: relative;
    padding: 50px 0;
}
#features .col-md-3:nth-child(1) ~ * {
    margin-top: 30px;
}
h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}
.testmonials-pull .slick-next {
    right: 10px;
}
.testmonials-pull .slick-prev {
    left: 10px !important;
}
.neet .service-box:nth-child(1) ~ * {
    margin-top: 30px;
}
#faq .service-box:nth-child(1) ~ * {
    margin-top: 30px;
}
.service-box-title h4 {
    padding-top: 6px;
    font-size: 16px!important;
}

}</pre></body></html>