@import 'fonts.css';
@import 'font-awesome.css';

body{color:#8e9da5; font-family: 'new_ciclefina'; padding:0px; margin:0px;}
h1, h2, h3, h4, h5, h6{font-family: 'fredoka_oneregular';color:#7f7f7f;}
p, ul li, ol li{font-family: 'new_ciclefina'; font-size:20px; color:#000000;}
p strong, ul li strong, ol li strong{font-family: 'new_ciclefina';}
a{
/*color:inherit;*/
transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;}
a:hover, a:focus, a:active{color:#2cb1da; text-decoration:none;}
.fa{font-size:20px;}
/****helper classes*****/
.pad0{padding-left:0px;padding-right:0px;}
.margauto{float:inherit; margin:auto; }
.carousel-inner>.item>a>img,
.carousel-inner>.item>img{width: 100%;}
/****Common Css classes*****/
.text-wrning{color:#eaa028;}
/****required****/
.hiddn{opacity: 0;}
.visible{opacity: 1;}
/****button css****/
.btn-xl{
    text-transform:uppercase;
    background-color:#393d3c;
    /*border: 0px;*/
    color:#8e9da5;
    font-family: 'new_ciclefina';
    padding:6px 30px;
    display: inline-block;
    text-shadow:none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    font-size:16px;
    border-radius: 12px;
    border: #000;
    border-style: solid;
    border-width: 1px;
   
    }
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active{
    text-decoration:none;
    background-color:#8e9da5;
    border: 0px;
    color:#393d3c;
    outline:none;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline:none;outline-offset:0px;}
.btn-inverse{background-color:#008080;color:#ffffff;}    
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active{background-color:#2cb1da;color:#ffffff;}
/****Button icon css****/
.btn-xl .btn-icon img, .btn-xl .btn-icon-hover img{margin-left:15px;}
.btn-xl .btn-text{vertical-align:bottom;}
.btn-icon{transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.btn-icon-hover{display:none;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;opacity:0;}
.btn-xl:hover .btn-icon-hover, .btn-xl:focus .btn-icon-hover, .btn-xl:active .btn-icon-hover{display:inline-block;opacity:1;}
.btn-xl:hover .btn-icon, .btn-xl:focus .btn-icon, .btn-xl:active .btn-icon{display:none;opacity:0;}
/****Navbar****/
header{border-top:30px solid #393d3c;}
.navbar-inverse {background-color: transparent;border-color: transparent;border: 0px;margin-bottom:0px;min-height:inherit;}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header { margin-right: 0px;margin-left: 0px;}
.navbar-brand{height:auto;}
.navbar-btn{margin-top:0px;margin-bottom:6px;padding:6px 50px;}
.navbar-inverse .navbar-toggle {border-color: #393d3c;background-color:#393d3c;}
/****Navbar Navigation link****/
ul.navigation_link li{font-size:26px;}
ul.navigation_link li>a{padding:10px 28px;color:#4c5f68;}

.navbar-inverse .navbar-nav>li>a {color: #4c5f68;}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {color: #9d9d9d;background-color: transparent;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {color: #4c5f68;background-color: transparent;}


/****Social icon css****/
ul.social{margin-bottom:0px;}
ul.social>li{padding-top: 0px;padding-bottom: 0px;padding-right: 2px;padding-left: 2px;}
ul.social .fa.item{
    font-size: 20px;
    padding: 8px;
    background-color:#7f8c8d;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    text-decoration: none;}
/****footer****/
footer p, footer ul li, footer ol li{color:#8e9da5;}
footer{background-color:#e6e6e6;padding-top: 20px;padding-bottom:20px;}
footer .footer_heading{font-size:47px;margin-top:4px;margin-bottom:0px;}
footer ul li,footer p {font-size:22px;font-family: 'new_ciclegordita';}
/****main-page****/
body.main-page{background-image:url(../images/three-main-bg.png);background-repeat:no-repeat;background-position:bottom center;background-size: 300px;width: 100%;}
body.main-page .text-wrning{color:#eaa028;margin-top: 0px;font-size: 18px;}
body.main-page footer p{font-family: 'new_ciclefina';}
/****inner-page-2****/
body:not(.main-page) section{padding-top:80px;}
.strip{margin-top:px;padding-top:10px;padding-bottom:10px;}
.strip:nth-of-type(1){margin-top:30px;}
.strip:nth-last-child(1){margin-bottom:80px;}



.strip {
    height: 200px;
    -webkit-transition: width 0.3s ease, margin 0.3s ease;
    -moz-transition: width 0.3s ease, margin 0.3s ease;
    -o-transition: width 0.3s ease, margin 0.3s ease;
    transition: width 0.3s ease, margin 0.3s ease;
}
.span0 {
    width: 0;
    margin-left: 0;
}
.span1 {
    width: 0;
    margin-left: 100%;
}

.main-heading{font-size:30px;}
.strip-headding{font-size:75px;line-height: 55px;text-align:center;display:inline-block;}
.strip-six  .strip-headding{text-align:left;}
.text-left .strip-headding{margin-left:10%;}
.text-right .strip-headding{margin-right:10%;}
.strip-one.text-right .strip-headding{margin-right:17%;}
.strip-five.text-left .strip-headding{margin-left:19%;}

.after:after{ font-family: 'FontAwesome';
    content: "\f067";
    float: right;
    font-size: 36px;
    margin: 0;
    color: #000000;
    position: absolute;
    z-index: 1;
    right:-50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);}
.before:after{ font-family: 'FontAwesome';
    content:"\f067";
    float: right;
    font-size: 36px;
    margin: 0;
    color: #000000;
    position: absolute;
    z-index: 1;
    left:-50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);}
    
/*Tab-panel*/
.tab_panel_section{/*display:inline-block;*/width:100%;}
.ul-pills-wraper{padding-left:5%;padding-right:5%;}
.nav-pills{background-color:#ffffff;}
.nav-pills>li+li{margin-left:0px;}
.nav-pills>li>a {font-size:28.00px; border-radius: 0px; background-color:#ffffff; color:#8e9da5; border: 2px solid transparent;padding: 12px 56px 12px 0px;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {color: #8e9da5;background-color: #ffffff;border: 2px solid transparent;}
.nav-pills>li>a:focus, .nav-pills>li>a:hover {text-decoration: none; background-color: #ffffff; color: #8e9da5; border: 2px solid transparent;}
.nav-pills>li { margin-right: 0px;}
/*Tab-content*/
.tab_panel_section>.ul-pills-wraper>.nav-pills{border-bottom: 30px solid #8acfc1;}
.tab_panel_section>.tab-content{margin-top:-6px;}

/*Inner-Tab-Panel*/
.tab-inner-title{color:#000000;font-size: 75px;line-height: 55px;text-align: center;display: inline-block;text-align:left;margin-top: 5px;}
.tab-inner-title small{color:#000000;font-size: 45px;}
.nav-pills.inner-pills>li>a:focus, .nav-pills.inner-pills>li>a:hover{color: #eaa028;}
.nav-pills.inner-pills>li.active>a, .nav-pills.inner-pills>li.active>a:focus, .nav-pills.inner-pills>li.active>a:hover {color: #eaa028;}

.pills-left-pad{background-color:#8acfc1;padding-left:15%;}
.inner-pills.nav-pills>li>a{padding: 12px 58px 12px 15px;}
/*Inner-Tab-Panel-rounded-bluebox*/
.blue-box{border-radius:22px; padding-top:30px;padding-bottom:30px; margin-top:-20px;
}
.blue-box.rounded-one{background-color:rgba(138, 207, 193, 0.20);margin-top:0px;}
.blue-box.rounded-two{background-color:rgba(138, 207, 193, 0.40);}
.blue-box.rounded-three{background-color:rgba(138, 207, 193, 0.60);}
.blue-box ul li{font-size:42.82px;color:#4c5f68;width:33%;vertical-align:middle;line-height:1.1;}
.blue-box ul li a{display:inline-block;text-align:left;}
.blue-box p{font-size:21px;color:#000000;}
.blue-box .btn-xl{background-color:rgba(184, 225, 220, 1.0);font-size:38.82px;color:#4c5f68;padding: 15px 51px;}
.blue-box.rounded-three ul li{margin-top:15px;}

/*Testimonial*/
.testimonial{padding-left:5%;padding-right:5%;/*display:flex;align-items: center;*/margin-top:30px;margin-bottom:30px;}
.testimonial-quate{background-color:#ddc092;padding: 20px 40px 10px; border-radius:22px;}
.testimonial-quate p{font-size:26px;color:#fff;}
.testimonial-quate p large{font-size:42px;line-height:1.1;}
.testimonial-quate:after{width: 0; 
  height: 0; 
  border-top: 0px solid transparent;
  border-bottom: 38px solid transparent;
  border-right: 140px solid #ddc092;
  content:"";
  position:absolute;
  top:60px;
  left:-140px;}
  
/*Inner-Tab-Panel-Squre-bluebox*/
.fa.fa-chevron-right{vertical-align:bottom;}
.fa.fa-chevron-right:first-child{margin-left:20px;}
.blue-square-box{background-color:#b9e2da;padding-top:30px;padding-bottom:30px; margin-top:30px;}
.blue-square-box p{color:#000000;padding-left:5%;}
.rgt-img{position: absolute;z-index: 999;top: 0px;right: 4%;width: 22%;}

/*Prising-table*/
.prising-table{margin-bottom:40px;}
.table-title{font-size:45px; color:#000000;margin-top:20px;margin-bottom:20px;}
.prize-title{font-size:30px; color:#4c5f68;margin-top:0px;margin-bottom:10px;}
.prising-column{box-shadow: 10px 10px 15px #ddd; padding-left:15px;padding-right:15px; padding-top:10px;padding-bottom:30px;position:relative;min-height:450px;}
.prising-column ul li{font-size:18px; line-height:26px;margin-bottom:15px; color:#000000;}
.most{border-radius:22px;padding:5px 15px;background-color:#d1e8e3; color:#000000;font-size:25px;position:absolute;top:0px;}
.platinum{color:#4c5f68;}
.gold{color:#e5c12c;}
.silver{color:#bac3c6;}
.bronze{color:#7c7035;}

/*Accordian*/
#accordion{margin-top:0px;margin-bottom:60px;}
#accordion .panel-title{font-size:24px;color:#000000;font-family: 'new_ciclegordita';}
i.more-less{font-size:14px;font-weight:normal;top:-2px;}
.panel-default>.panel-heading{color: #000000;background-color: #d1e8e3;border:0px;border-radius: 22px;}
.panel-group .panel {border-radius: 0px;border: 0px;}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{border:0px;}
/**new css start here **/


.live_location{ background:#2783c0; padding:2px 0;}
.live_location h1{color:#fff;font-size: 40px;}
#gmap_canvas{ width:100%!important;}
.live{ padding-bottom:70px;}
.f3 h1{color:#000000; margin: 30px 0 50px 0;    display: inline-block;}
.f3 h1 b{ font-size:60px;}
.f3_img{ background:#eaa028; padding-top:40px;}
.onl1 h1{color: #bfc8cc;
    font-size: 36px;
   margin: 30px 0 0 0;
    font-weight: 100;}
.onl1 p{color: #bfc8cc;
    font-size: 25px;
    text-transform: capitalize;
    margin: 0;}
.onl2 h4{font-size:22px; color:#808787; font-weight:400; font-family:inherit;}	
.onl2 ul li,.onl3 ul li{ font-size:22px; color:#808787; text-align: left;}	
.onl2 h1{font-weight:400;color:#313131;font-family:inherit;display: block;}
.pilss22{border-bottom: 30px solid #eaa028!important;}
.greence h2{color:#000;font-family:inherit;font-weight:bold;text-align:center;}
.greence a{background:#8acfc1;font-size: 36px;text-transform:uppercase;border-radius: 14px;padding: 5px 80px;color:#fff;font-style: italic; display:inline-block;}
.greence h3{color: #8e9da5;
    font-weight: bold;
    font-family: inherit;}
.ceform input{
    background: #f2f2f2;
    border-radius: 14px;
    height: 60px;
    border: 1px solid #899093;
    width: 50%;
    margin: 104px 0 0px 0;
    }	
.ceform a{background:#5fa300;font-size: 36px;text-transform:uppercase;border-radius: 14px;padding: 5px 80px;color:#fff;font-style: italic;display:inline-block;margin: 40px 0 70px 0;}	
.ceform  h1{color:#000;font-family:inherit;font-weight:bold;/* margin: 40px 0 70px 0; *//* display: inline-block; */}
.ceform p{ font-size:20px; text-align:right;}
.ceform p span{ color:#8acfc1;}
.ceform{ margin-top:50px;}
.greence{padding-bottom: 50px;}
.ceform  h2{ margin-top:40px;}

#primary_nav_wrap
{
	margin-top:15px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}



#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

.pad0 ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left: 25px;
	background:#fff;
	padding:0;
}

.pad0 ul ul li
{
	float:none;
	width:200px;
	list-style: none;
}

.pad0 ul ul a
{
	line-height:120%;
	padding:10px 15px
}

.pad0 ul ul ul
{
	top:0;
	left:100%
}

.pad0 ul li:hover > ul
{
	display:block
}

.4img img{ width:100%;}
.titlebg h2{font-family: inherit;}
.titlebg h5{ margin-top: 16px;
    display: inline-block;
    line-height: 30px;}
.blues{background: #2ab7e8;text-align:center;padding: 60px 0 0 0;overflow: hidden;}	
.blues h1{color:#fff;font-size: 105px;}
.blueone{ height:50px; background:#2783c0; width:100%; position:relative;}
.blueone:after{
    position: absolute;
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 24px solid #2783c0;
    border-bottom: 24px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 50px;
    left: 48%;
}
.mike h2{color:#94a1a6;font-family:inherit;font-size:36px;text-transform:capitalize;margin: 50px 0 40px 0;display: inline-block;}
.mike p{color:#7e8781; font-size:18px; margin:20px 0;}
.mike p span{ font-size:30px;}
.mike img{ margin-top:140px;}
.mike{ padding-bottom:50px;}
.howtolrn h1{color:#8e9da5;font-size: 66px;text-transform:capitalize;font-family: inherit;font-weight: bold;margin: 30px 0 50px 0;}
.howtolrn{ padding-bottom:30px;}
.bluetwo{ width:1005; overflow:hidden; height:50px; background:#2783c0;}
.ourteam1 h1{color:#8e9da5;font-size: 87px;font-family:inherit;font-weight: bold;}
.ourteam1 img{ width:100%;}
.ourteam1 a{ padding:10px 50px; background:#dbf9cf; border-radius:10px; text-transform:uppercase; font-size:30px; color:#000; display:inline-block; text-align:center; border:1px solid #bbe9cd;}
.applybtn{ text-align:center;margin-top: 40px;}
.ourteam1 p{ font-size:20px; color:#6b746a; margin:20px 0;}
.blogbanner img{ width:100%;}
.bloghed h2{ color:#000; font-weight:normal}
.blg{ margin-top:67px;}
.blgcnt h1{ color:#000; text-align:center; margin-bottom:10px;}
.blgcnt p{ margin-bottom:40px}
p.bloginfo{ font-size:20px; color:#000; margin-bottom:30px; text-align:center}
.blgleft{margin-top: 93px;}
.blgleft h3{ font-size:20px; color:#000; font-weight: normal; font-family: 'new_ciclefina'; line-height:24px;}
.blgfrm{ margin-top:25px;}
.blgfrm input[type="text"]{ width:80%; padding:7px 10px; border-radius:7px; border:1px solid #e3e5e6; outline:none; margin-bottom:3px;}
.blgfrm label { display:block; font-family: 'new_ciclefina';font-size: 17px;color: #000; margin-bottom: 10px;}
.t1 input[type="text"]{ width:100%; padding:7px 10px; border-radius:7px; border:1px solid #e3e5e6; outline:none; margin-bottom:3px;}
.t1 label{ display:block; font-family: 'new_ciclefina';font-size: 17px;color: #000; margin-bottom: 10px;}
.infosb{ margin-left:41%;}
.blgfrm input[type="submit"] { background:#5fa300; padding:7px 10px; border-radius:7px; border:none; color:#fff; width:80%; font-size:18px; text-align:center; text-transform:uppercase; margin-top:10px;}
.t1 input[type="submit"] { background:#5fa300; padding:7px 10px; border-radius:7px; border:none; color:#fff; width:80%; font-size:23px; text-align:center; text-transform:uppercase; font-style:italic}
.t1{width:62%; padding-bottom:130px;}
	.t2{border-radius: 9px;
    width: 200px;
    background-color: #1dc320;
    color: white;}
	.t3{margin-left: 39%;}
	#t4{height: 23px;
    width: 23px;
   }
   .t1 h3{ margin:20px 0px 30px; color:#000; text-align:right; font-family: 'new_ciclefina'; font-size:28px;}
   .setimge{ position:relative;}
   .mange{     position: absolute;
    right: 15px;
    top: 13px;}
	.sharethis { float:left; margin-right:20px; font-size:20px;}
	.cmt textarea{ background:#e6e6e6; width:40%; height:110px; border:none; margin-bottom:30px;}
	.flashcard{ background:#999999;}
	.flashcard h1{ color:#fff; text-align:center; font-size:70px; line-height:80px;} 
	.flashcard .lft{ margin-top:50px;}
	.flashcard .lft p { color:#ffffff;}
	.flasmain{ margin:40px auto 30px;}
	.tumbimages{ padding:0 10% 10%; overflow:hidden}
	.tumbimages img{ margin-bottom:30px;}
	.reviewsumb textarea{ background:#ddc092; color:#fff; width:100%; overflow:hidden; border-radius:20px; padding:10px; outline:none; min-height:40px;}
	.reviewsumb{ margin-bottom:12px;}
	.reviewsumb a{ display:block; color:#000;}
	.hre{    font-family: 'new_ciclefina'; color:#000; font-size:30px; margin-top:80px;}
	.frm label{ text-align:left; margin-left:10%}
	.frm  input[type="text"]{ width:90%;}
	.frm input[type="submit"] {      padding: 7px 15px; width:auto; font-style:italic;    color: #fff;    font-size: 22px;    text-transform: uppercase;}
	.flshft{text-align: right;    display: block;    float: right;    margin-top: 90px;}
	.fblike{ margin-top:40px;}
	.fblogo{ float:left;margin-right:30px;}
	h1.fbheading , .fbsubheading{ color:#000; font-family: 'new_ciclefina'; font-size: 28px; font-weight: bold;     padding-top: 10px;  }
	h1.fbheading span{ font-size:18px;}
	p.fbcontent{ font-weight:bold; margin-top:20px;}
	.padd{padding:0px;}
	p.padd{ font-weight:bold; font-size:22px;}
	.brd{ border:1px solid #ddd;}
	.brd img {    padding-right: 19px;}
	.view{ color:#a5a2a5; font-size:20px; padding-right:31px;}
	.likesection{ padding:10px 0px; }
	.share{ padding:10px 0px; border-top:1px solid #ddd;}
@media(min-width:768px){
.logo {

width: 230px;

}
.navbar-nav {
    float: right;
    margin: 0;
}
ul.navigation_link{padding-top:20px;padding-bottom:20px;}
.navbar-brand{height:auto;padding-left:0px;padding-top:5px;}
ul.navigation_link li:first-child>a{padding-left:14px;}
/*main-page*/
body.main-page{display: table;height: 100vh;}
body.main-page header{display: table-header-group;}
body.main-page header .navbar-inverse{border-top: 30px solid #393d3c;}
body.main-page section{display: table-cell;vertical-align: middle;}
body.main-page footer{display: table-footer-group;background-color:transparent;}
body.main-page .text-wrning{color:#eaa028;padding-left: 155px;margin-top: -10px;font-size: 28px;}
body.main-page ul.social{padding-top:65px;}
body:not(.main-page) .footer_right{padding-top:0px;}

}
@media(min-width:992px) and (max-width:1199px){
ul.navigation_link li>a {padding: 10px 10px;}

.prize-title {
    font-size: 24px;
    }
footer .footer_heading {font-size: 42px;}
footer ul li, footer p {font-size: 20px;}

.blue-box ul li, .blue-box .btn-xl{font-size: 32px;}
.nav-pills>li>a, .inner-pills.nav-pills>li>a{font-size: 24px;padding: 12px 30px 12px 0px;}

.testimonial-quate p {font-size: 22px;}
.testimonial-quate p large{font-size: 36px;}
}
@media(min-width:768px) and (max-width:991px){
ul.navigation_link li {font-size: 20px;}
ul.navigation_link li>a {padding: 10px 10px;}

.prize-title {
    font-size: 20px;
    }

.blue-box ul li, .blue-box .btn-xl{font-size: 32px;}
.nav-pills>li>a, .inner-pills.nav-pills>li>a{font-size: 24px;padding: 12px 30px 12px 0px;}

footer{padding-bottom:10px;}
footer .footer_heading {font-size: 30px;}
footer ul li, footer p {font-size: 15px;}
ul.social>li {padding-right: 0px;padding-left: 0px;}
ul.social .fa.item {font-size: 18px;padding: 8px;width: 30px;height: 30px;line-height: 16px;}
body:not(.main-page) .footer_right {padding-top: 0px;}

.blue-box ul li, .blue-box .btn-xl{font-size: 24px;}

.testimonial-quate p {font-size: 18px;}
.testimonial-quate p large{font-size: 30px;}
}

@media(max-width:467px){

.blue-box .btn-xl {
    width: 100px !important;
    height: 140px;
    
    }
    
    .blue-box .btn-xl {
	padding: 15px 0px;
}
    
    .blue-box .btn-xl {
    font-size: 20px !important;
        word-break: break-word;
}
    
}

@media (min-width:468px) and(max-width:767px){

.blue-box .btn-xl {
    max-width: 150px !important;
    height: 140px;
    
    }

}

@media(max-width:767px){



.nav-pills>li {
    float: none !important;
}

.logo {

width: 80%;

}
.navbar-nav {
    margin: 7.5px 5px;
}
.text-right {
    text-align: center !important;
    margin-left: 0% !important;
}

.navbar-toggle {
    
	margin-top: 0px !important;
    margin-left:6px;
    border-radius: 0px 0px 4px 4px;
}

.topright {

position: absolute;
top: 0px;
right: 10px;
}

.navbar-toggle {
    position: absolute;
    top: 0px;
    left: 4px;
}

.main-heading {
    font-size: 24px;
}

.btn.btn-xl.navbar-btn.navbar-right {

    float: right;
}
.navbar-brand>img {
   /* margin: 25px 0px 0px 0px !important; */
   margin-top: 15px !important;
}
.strip-headding {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    
    }
    .text-left {
    text-align: center;
}
.strip-four.text-left .strip-headding {
    margin-left: 20% !important;
}
.strip-five.text-left .strip-headding {
    margin-left: 20% !important;
}
.strip-six.text-left .strip-headding {
    margin-left: 20% !important;
}

.strip-one.text-right .strip-headding {
    margin-right: 0% !important;
    margin-left: 10% !important;
}

.strip-three.text-right .strip-headding {
    margin-right: 0% !important;
    margin-left: 10% !important;
}
.strip-two.strip {
    margin-top: px;
    padding-top: 0px !important;
    padding-bottom: 10px;
}

    .pad0 ul ul{ position:static!important; background:none!important;}
	.pad0 ul ul li a{ color:#fff;}
    .btn.btn-xl.navbar-btn.navbar-right{ float:right;} 
    .navbar-brand{display:block;float:initial;padding-left:0px;padding-right:0px;}
    .navbar-brand>img{margin:auto;}
    .navbar-btn{margin-top:0px;vertical-align: text-bottom;}
    .navbar-toggle{position:absolute;}
    .navbar-inverse .navbar-nav>li>a{padding:10px 15px; color:#FFF;}
	.navbar-inverse .navbar-nav>li.active>a {color:#FFF;}
	
    .footer_left, .footer_right, .footer_link{text-align:center;}
    ul.social{padding-top:0px;}
    ul.social li{padding-bottom: 4px;}
    .text-left .strip-headding{margin-left:0%;}
    .text-right .strip-headding{margin-right:0%;}
    .after{padding-right:70px;}
    .before{padding-left:70px;}
    .after:after{right:20px;}
    .before:after{left:20px;}
    
    .blue-box ul li{width:32%;}
    .blue-box ul li, .blue-box .btn-xl{font-size: 22px;}
    .nav-pills>li>a, .inner-pills.nav-pills>li>a{font-size: 30px;padding: 0px 49px 0px 0px;}
    
    body:not(.main-page) section {padding-top: 50px;}
    .testimonial-img>img{width:40px;}
    .testimonial-quate p {font-size: 16px;}
    .testimonial-quate p large{font-size: 28px;}
    .testimonial-quate:after {border-bottom: 18px solid transparent;border-right: 35px solid #ddc092;top: 107px;left: -35px;}
    
    .tab-inner-title {font-size: 50px;line-height: 40px;}
    .tab-inner-title small {font-size: 32px;}
    .blg,.blgleft{ margin-top:3px;}
	.navbar-nav {
    background: #393d3c;
    display: inline-block;
    border-radius: 10px; padding:20px 0}
	.blues{ padding:0px!important;}
	.blues h1{ font-size:40px;}
	.ourteam1 h1{ font-size:42px;}
	.howtolrn h1{ font-size:45px; margin-bottom:10px;}
	.mike img{ margin-top:17px; text-align:center}
	.t1 { width:100%;}
	.infosb{ margin-left:0px;}
	.mange{right:-23px;}
	.tumbimages{ padding:0px;}
	.flashcard h1 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 43px;}
}

@media(max-width:480px){
	.tumbimages .col-xs-6{ width:100%;}
	.tumbimages .col-xs-6 img{}
	.sh img{ width:100%;}
	h1.fbheading{ font-size:20px;}
}