@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Roboto:700');


body {
	font-family:'Roboto', sans-serif;
	background: #fff;
	margin:0px auto;
}
html, body{
	font-family:'Roboto', sans-serif;
  margin:0px; 
  padding:0px;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p{
	font-family: 'Roboto', sans-serif;
	color:#333;
	padding:0;
	line-height:28px;
  text-align: justify;
}
h1,
.h1{
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
}
h2,
.h2{
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
}
h3,
.h3{
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
}
h4,
.h4{
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
}
h5,
.h5{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
}
h6,
.h6{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
}
.no_padding{
	padding:0;
}
.no_margin{
	margin:0;
}
.padding_row{
	padding:30px 0px;
}
.welcome_index {
	background:#f9f9f9;
}
.heading_h4{
	color:#000;
	text-transform:uppercase;
	padding:20px 0;
	text-align:center;
	font-weight:bold;
}
.heading_h4_1{
	color:#000;
	text-transform:uppercase;
	padding:20px 0;
	font-weight:bold;
}
.index_h4{
	font-size:24px;
	font-weight:bold;
	color:#2b977a;
	text-transform:uppercase;
}
.profile_index_left{
	margin:10px 0;
	text-align:center;
	padding: 15px 10px;
    background: #f1f1f17d;
    border: 1px solid #ccc;
}
.profile_index_left a{
	text-align: center;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 8px 35px;
	transition:0.5s;
    border: 1px solid #37bb77;
}
.profile_index_left a:hover{
	background:#37bb77;
	color:#fff;
	transition:0.5s;
	border: 1px solid #37bb77;
}
.profile_index_left h6{
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.profile_index_left_img{
	width:64px;
	margin:15px auto;
}
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */
.testimonial_para{
	text-align:justify;
	padding: 0 25px;
    color: #fff;
}
.ceo{
    color: #fff;
}
.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

@media (max-width: 768px) { 

    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }

.testimonials_index{
    background:url(../images/slider-bg.jpg);
    height: 500px;
    padding-top: 50px;
    position: relative;
/*    background: #f9f9f9;*/
	background-size:cover;
/*	background-attachment:fixed;*/
/*    background-position: 100%;*/
}
.testimonials_index h4{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    text-shadow: 1px 1px 15px rgba(0,0,0,0.3);
    font-weight: 700;
    color: #009769;
    text-transform: uppercase;
}
.testimonials_index {
    
}
.box_1 {
  width: 100%;
  position: absolute;
  top:50px;
/*  background: rgba(255,255,255,0.2);*/
  padding: 0;
/*  border: 2px solid rgb(55, 187, 119);*/
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.box_1 button:focus{
    outline: none!important;
}
.button {
  font-size: 1em;
  padding: 30px;
  background:#999999ab;
  border: 2px solid rgb(55, 187, 119);
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #37bb77;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:99;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
    color: #159957;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    padding: 15px 0;
}
.popup .close {
  position: absolute;
  top: 81px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.main_navigation_logo a{
	color:#fff;
	text-decoration:none;
	font-size:26px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.footer_bottom{
	background:#333;
}
.footer_bottom p{
	color:#ddd;
	text-align:center;
	padding:5px 0 0 0;
}
.footer_bottom p a{
	color:#37bb77;
	font-weight:bold;
	letter-spacing:1px;
}
footer{
	background:#000;
}
.footer_left h5,
.footer_mid h5,
.footer_right h5{
	color:#37bb77;
	text-transform:uppercase;
}
.footer_left ul{
	list-style:none;
	padding:0;
}
.footer_left ul li{
	float:none;
}
.footer_left ul li .fa{
	font-size:12px;
	color:#fff;
	padding-right:5px;
}
.footer_left ul li a{
	color:#fff;
	display:inline-block;
	text-decoration:none;
	padding:4px 0;
	letter-spacing:0.3px;
	transition:0.5s;
}
.footer_left ul li a:hover{
	padding-left:5px;
	transition:0.5s;
}
.footer_right p{
	color:#fff;
	letter-spacing:0.3px;
	font-weight:normal!important;
}
.footer_top{
	background:#fff;
	background-size:cover;
    padding: 80px 0;
	background-attachment:fixed;
}
.footer_top h4{
	    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
	font-size:20px;
}
.footer_top h5{
	font-family: Roboto;
    color: #009769;
    font-size: 3.125em;
    line-height: 1;
    font-weight: 700;
}
.footer_top_para{
	color: #000!important;
    font-size: 20px!important;
    line-height: 26px;
    /* padding: 25px 0; */
    text-align: justify;
}
.footer_top_a{
	color: #000;
    text-transform: uppercase;
    text-decoration: none!important;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #000;
    transition: 0.5s;
}
.footer_top_a:hover{
	background:#37bb77;
	color:#fff;
	transition:0.5s;
	border:1px solid #37bb77;
}
.footer_top_1{
	margin-top: 30px;
	font-size:24px;
}
.footer_top_1 a .fa{
	color:#fbc00c;
}
.footer_top_1 a{
	text-decoration:none;
	color:#000;
	display:inline-block;
	border-radius:5px;
	padding:8px 18px;
	transition:0.6s;
	margin:0;
	border:3px solid rgb(55, 187, 119);
}
.footer_top_1 a:hover{
	background:rgb(55, 187, 119);
	transition:0.6s;
	color:#fff;
}
.footer_mid p{
	color:#fff;
}
.footer_icons{
	display:inline-block;
}
.footer_icons ul {
	list-style:none;
	padding:0;
}
.footer_icons ul li {
	float:left;
}
.footer_icons ul li a{
	display:block;
	padding:5px 15px 5px 0;
}
.btn-primary_1,.btn-primary_1:hover,
.btn-primary_1:focus {
    color: #2c9a6d;
    background-color: #fff;
    border-color: #fff;
}
.pull-right {
    margin-top: 15px;
	margin-bottom: 15px;
    float: right;
}
.buttons_carosel{
	background:#2c9a6d;
}
.class_page_right{
	background: #2b9679;
    padding: 10px 0;
    display: inline-block;
}
.class_page_right h6{
	color: #fff;
    margin: 0 15px;
    background: #2b9679;
    font-size: 18px;
    padding: 30px 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.class_page_right h6 span{
	color:#fff;
	padding:6px 0;
	text-align:center;
	font-size:14px;
}
.class_form input{
	width:100%;
	height:35px;
	padding:5px 10px;
	border:1px solid #ccc;
}
.class_form input:focus,
.class_form select:focus,
.class_form textarea:focus{
	outline:none;
	border:1px solid #999;
	background:rgb(255, 221, 222);
}
.class_form select{
	width:100%;
	height:35px;
    color: #666;
	padding:5px 10px;
}
.class_form textarea{
	width:100%;
	padding:5px 10px;
	border:1px solid #ccc;
}
.class_form{
	margin:5px 0;
}
.class_form input::placeholder,
.class_form textarea::placeholder{
    color: #666;
}
.class_form button{
	width: 40%;
    background: transparent;
    height: 40px;
    margin: 0px auto;
    float: right;
    text-align: center;
    color: #fff;
    display: inline-block;
    border: 1px solid #f9f4f4;
    border-radius: 2px;
    transition: 1s;
}
.class_form button:hover{
	background:#fff;
	color:#000;
	transition:1s;
}
.class_form button:focus{
	outline:none;
}
.col-item iframe{
	border:8px solid #ddd;
}
.hovering_index{
	background:#f1f1f1;
}
.about_banner{
	background:url(../images/bg_about.jpg);
	height:350px;
	background-size:cover;
}
@import url(../../code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip0013 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.snip0013 img {
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0013 > div {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
}
figure.snip0013 > div a {
  color: #ffffff;
}
figure.snip0013 > div a i {
      font-size: 18px;
    padding: 5px 10px;
  opacity: 0;
  top: 50%;
  margin-top:20px;
  position: relative;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
}
figure.snip0013 > div a i.left-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
figure.snip0013 > div a i.right-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
figure.snip0013 > div::before {
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0013:hover img {
  opacity: 0.35;
}
figure.snip0013:hover > div i {
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0013:hover > div i.left-icon {
  -webkit-transform: translate3d(-25%, -50%, 0);
  transform: translate3d(-25%, -50%, 0);
}
figure.snip0013:hover > div i.right-icon {
  -webkit-transform: translate3d(25%, -50%, 0);
  transform: translate3d(25%, -50%, 0);
}
figure.snip0013:hover > div::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.about_page{
	background:#f9f9f9;
  margin:50px 0px 0px 0px;
}
.about_page_left p{
	line-height:28px;
	text-align:justify;
}
.about_page_1{
	background:#fff;
}
.team_left h6,
.team_mid h6,
.team_right h6{
	    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px;
    margin: 0;
    margin-top: 65px;
}
.team_left p,
.team_mid p,
.team_right p{
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
.contact_address{
  margin: 100px 0px 0px 0px!important;
}
.contact_banner{
	background:url(../images/bg_contact.jpg);
	height:250px;
	background-size:cover;
}
.address_1 {
	background:#37bb77;
	border:1px solid #999;
}
.address_1 h5{
	color:#fff;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.address_1 p{
	text-align:center;
	color:#fff;
}
.add_img{
	width:64px;
	margin:20px auto;
}
.form_contact label {
    color: #000;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 8px 23px;
    margin-top: 10p;
}
.form_contact input{
	width:100%;
	height:35px;
	border:1px solid #333;
	padding:8px 10px;
	margin:6px 0;
}
.form_contact input:focus{
	outline:none;
	border:1px solid #37bb77;
}
.form_contact textarea{
	width:100%;
	border:1px solid #333;
}
.form_contact textarea:focus{
	outline:none;
	border:1px solid #37bb77;
}
.contact_form button{
	background:#fff;
	border:1.5px solid #37bb77;
	padding:8px 30px;
	margin-top:10px;
	letter-spacing:1px;
	float:right;
	transition:0.7s;
}
.contact_form button:hover{
	background:#37bb77;
	color:#fff;
	transition:0.7s;
}
.inner_course_1{
	text-transform:uppercase;
	letter-spacing:1px;
	width:100%;
	height:50px;
	color:#fff;
	padding:10px 10px;
/*
	background: #ff6969;
    background: -moz-linear-gradient(45deg, #ff6969 35%, #ffba00 100%);
    background: -webkit-linear-gradient(45deg, #ff6969 35%, #ffba00 100%);
    background: linear-gradient(45deg, #ff6969 35%, #ffba00 100%);
*/
}

/*
.inner_course_1:hover{
	background: #ffba00 ;
    background: -moz-linear-gradient(45deg,  #ffba00 35%, #ff6969 100%);
    background: -webkit-linear-gradient(45deg, #ffba00  35%, #ff6969  100%);
    background: linear-gradient(45deg, #ffba00  35%, #ff6969 100%);
}
*/
.active_topics{
    position: absolute;
    width: 24px;
    left: 6px;
    top: 45%;
    height: 2px;
    background: #059668;
    -webkit-transform: rotate(-90deg);
}
.active_topics_1{
    position: absolute;
    width: 24px;
    left: 6px;
    top: 55%;
    height: 2px;
    background: #059668;
    -webkit-transform: rotate(-90deg);
}
.inner_course_2{
	text-transform:capitalize;
	letter-spacing:1px;
	width:100%;
	height:100%;
	color:#333;
/*	padding:10px 10px;*/
    padding:10px 0px;
    border-bottom: 1px solid #ccc;
/*
	background: #23c599;
    background: -moz-linear-gradient(45deg, #23c599 35%, #00d2ff 100%);
    background: -webkit-linear-gradient(45deg, #23c599 35%, #00d2ff 100%);
    background: linear-gradient(45deg, #23c599 35%, #00d2ff 100%);
*/
}
.inner_course_3 {
	text-transform:uppercase;
	letter-spacing:1px;
	width:100%;
	height:50px;
	color:#000;
	padding:10px 10px;
    background: #c953bf;
    background: -moz-linear-gradient(45deg, #c953bf 35%, #ff479e 100%);
    background: -webkit-linear-gradient(45deg, #c953bf 35%, #ff479e 100%);
    background: linear-gradient(45deg, #c953bf 35%, #ff479e 100%);
}
.inner_course_3:hover{
	background: #c953bf;
    background: -moz-linear-gradient(45deg, #ff479e  35%, #c953bf 100%);
    background: -webkit-linear-gradient(45deg, #ff479e  35%, #c953bf  100%);
    background: linear-gradient(45deg, #ff479e  35%, #c953bf  100%);
}
.topics {
    color: #212121!important;
    font-family: "Roboto",sans-serif;
}
.inner_course_left p a{
	color:#616262;
	text-decoration:none;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}
.inner_course_left h4,
.inner_course_right h4{
	font-weight:bold;
	padding:10px 0px;
	font-size:20px;
}
.inner_course_left p a .fa{
	padding-right:10px;
}
.course_fa{
/*	padding-left:20px;*/
	font-size:12px;
	transition:0.6s;
}
.course_fa a{
	transition:0.6s;
}
.inner_course_2 input{
    margin: 5px 10px 5px 5px;
    cursor: pointer;
}
/*
.course_fa a:hover{
	padding-left:7px;
	transition:0.6s;
}
*/
.course_fa .fa{
	font-size:14px;
	padding-right:7px;
}
.course_fa input[type='radio']:after {
        width: 13px;
        height: 13px;
        border-radius: 15px;
        top: 0px;
        left: -1px;
        position: relative;
        background-color: #ccc;
        content: '';
        display: inline-block;
        visibility: visible; 
        border: 2px solid #999;
    }

.course_fa input[type='radio']:checked:after {
        width: 13px;
        height: 13px;
        border-radius: 15px;
        top: 0px;
        left: -1px;
        position: relative;
        background-color: #ccc;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #999;
    }
.radiostyle {
    display:inline-block;
    width:19px;
    height:19px;
    background-color: blue;
    /*or instead of color use some image*/
}
.course_fa input[type='radio']:checked:active {
        width: 13px;
        height: 13px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #000;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #999;
    }
.inner_course_right{
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
    padding: 20px 30px;
	background:#fff;
}
.inner_course_right ul {
	list-style:none;
}
.inner_course_right ul li{
	float:none;
}
.img_inner_course {
	width:64px;
}
.inner_course_list{
	border: 1px solid #ccc;
    display: flow-root;
/*    padding: 3px 0;*/
	margin:10px 0;
}
.inner_course_list:hover{
	border:1px solid #37bb77;
	box-shadow: 0 0 9px 0px #37bb77;
}
.inner_course_list ul{
	list-style:none;
	padding:0;
}
.inner_course_list ul li{
	float:left;
}
.inner_course_list ul li a{
	text-decoration:none;
	line-height:18px;
}
.class_list_1{
/*	padding-left:10px;*/
}
.class_list_2{
	padding-left:30px;
}
.class_list_2 a{
	color:#3E3E44;
	font-size:20px;
	display:block;
	padding-top:12px;
}
.class_list_2 span{
	color:#333;
	font-size:14px;
}
.class_list_3{
	float:right!important;
}
.class_list_3 a{
    display: block;
    padding: 20px;
	color:#999;
}
.class_list_3 a:hover{
	color:#37bb77;
}
.courses_1_1{
	padding: 20px 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 3px #ccc;
	background:#fff;
}
.courses_1_1 h3{
	color:#000;
}
.courses_1_1 h6{
	    color: #333;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 2px solid #b4b4b4;
}
.inner_course h4{
	font-size:21px;
}
.inner_class_login{
	    text-align: center;
    border: 2px dashed #ccc;
    padding: 20px;
}
.inner_class_login h3{
	color:#333;
	font-size:36px;
	text-align:center;
}
.inner_class_login p{
	color: #000;
    font-weight: bold;
	font-size:16px;
}
.inner_class_login p a{
	color:#009769;
	display:inline-block;
	font-size:18px;
	border:2px solid #009769;
	padding:10px 30px;
	margin:15px 10px;
	text-decoration:none;
	text-transform:uppercase ;
	border-radius:5px;
	transition:0.6s;
}
.inner_class_login p a:hover{
	background:#009769;
	transition:0.6s;
	color:#fff;
}
.inner_navigation ul{
    list-style: none;
}
.inner_navigation ul li{
    float: left;
}
@-webkit-keyframes HeroBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes HeroBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.list_hadoop{
    margin-left: 40px;
}
.list_hadoop ul{
   margin-top: 8px;
}
.list_hadoop ul li{
    padding: 5px 0
}
.panel {
  border-radius: 5px;
}
label {
  font-weight: 300;
}
.panel-login {
   border: none;
  -webkit-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
  -moz-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
  box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
  }
.panel-login .checkbox input[type=checkbox]{
  margin-left: 0px;
}
.panel-login .checkbox label {
  padding-left: 25px;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
.panel-login .checkbox {
 padding-left: 20px;
}
.panel-login .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.panel-login .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: 0px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.panel-login .checkbox input[type="checkbox"] {
  opacity: 0;
}
.panel-login .checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.panel-login .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.panel-login>.panel-heading .tabs{
  padding: 0;
}
.panel-login h2{
  font-size: 20px;
  font-weight: 300;
  margin: 30px;
}
.panel-login>.panel-heading {
  color: #848c9d;
  background-color: #e8e9ec;
  border-color: #fff;
  text-align:center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: 0px;
  padding: 0px 15px;
}
.panel-login .form-group {
  padding: 0 30px;
}
.panel-login>.panel-heading .login {
  padding: 20px 30px;
    background: #37bb77;
    color: #fff;
  border-bottom-leftt-radius: 5px;
}
.panel-login>.panel-heading .register {
  padding: 20px 30px;
  background: #2d3b55;
  border-bottom-right-radius: 5px;
}
.panel-login>.panel-heading a{
  text-decoration: none;
  color: #666;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login>.panel-heading a#register-form-link {
  color: #fff;
  width: 100%;
  text-align: right;
}
.panel-login>.panel-heading a#login-form-link {
  width: 100%;
  text-align: left;
}

.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
  height: 45px;
  border: 0;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px;
  padding: 6px 0px;
}
.panel-login input:hover,
.panel-login input:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.btn-login {
  background-color: #E8E9EC;
  outline: none;
  color: #2D3B55;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #37bb77;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-register {
  background-color: #E8E9EC;
  outline: none;
  color: #2D3B55;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #37bb77;
}
.panel:hover {
    border:none!important;
}
.class_page_left{
	background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
    min-height: 500px;
    padding: 33px;
    position: relative;
    -webkit-transition: margin 0.3s ease 0s;
    transition: margin 0.3s ease 0s;
    z-index: 2;
}
.class_page_left a{
	text-decoration:none;
}
.class_page_left_1{
	text-align:center;
	border: 1px solid transparent;
    -webkit-box-shadow: 0 5px 14px rgba(255,105,105,0.3);
    box-shadow: 0 5px 14px rgba(255,105,105,0.3);
}
.class_page_left_1:hover{
	border:1px solid #ff6969;
}
.class_page_left_1 img{
	color: #fff;
    padding: 5px;
    font-size: 30px;
	margin-top:-22px;
    border-radius: 100%;
	background: #ff6969;
    background: -moz-linear-gradient(45deg, #ff6969 35%, #ffba00 100%);
    background: -webkit-linear-gradient(45deg, #ff6969 35%, #ffba00 100%);
    background: linear-gradient(45deg, #ff6969 35%, #ffba00 100%);
}
.class_page_left_1 p{
	letter-spacing:1px;
	color:#000;
	padding:10px 0;
	font-size:18px;
}
.class_page_left_2{
	text-align:center;
	border: 1px solid transparent;
    -webkit-box-shadow: 0 5px 14px rgba(35,197,153,0.3);
    box-shadow: 0 5px 14px rgba(35,197,153,0.3);
}
.class_page_left_2:hover{
	border:1px solid #23c599;
}
.class_page_left_2 img{
	color: #fff;
    padding: 5px;
    font-size: 30px;
	margin-top:-22px;
    border-radius: 100%;
	background: #23c599;
    background: -moz-linear-gradient(45deg, #23c599 35%, #00d2ff 100%);
    background: -webkit-linear-gradient(45deg, #23c599 35%, #00d2ff 100%);
    background: linear-gradient(45deg, #23c599 35%, #00d2ff 100%);
}
.class_page_left_2 p{
	letter-spacing:1px;
	color:#000;
	padding:10px 0;
	font-size:18px;
}
.class_page_left_3{
	text-align:center;
	    border: 1px solid transparent;
    -webkit-box-shadow: 0 5px 14px rgba(201,83,191,0.3);
    box-shadow: 0 5px 14px rgba(201,83,191,0.3);
}
.class_page_left_3:hover{
	border:1px solid #c953bf;
}
.class_page_left_3 img{
	color: #fff;
    padding: 5px;
    font-size: 30px;
	margin-top:-22px;
    border-radius: 100%;
	background: #c953bf;
    background: -moz-linear-gradient(45deg, #c953bf 35%, #ff479e 100%);
    background: -webkit-linear-gradient(45deg, #c953bf 35%, #ff479e 100%);
    background: linear-gradient(45deg, #c953bf 35%, #ff479e 100%);
}
.class_page_left_3 p{
	letter-spacing:1px;
	color:#000;
	padding:10px 0;
	font-size:18px;
}
.class_page_left_4{
	text-align:center;
	border: 1px solid transparent;
    -webkit-box-shadow: 0 5px 14px rgba(0,186,255,0.3);
    box-shadow: 0 5px 14px rgba(0,186,255,0.3);
}
.class_page_left_4:hover{
	border:1px solid  #00baff;
}
.class_page_left_4 img{
	color: #fff;
    padding: 5px;
    font-size: 30px;
	margin-top:-22px;
    border-radius: 100%;
	background: #00baff;
    background: -moz-linear-gradient(45deg, #00baff 35%, #00f6ff 100%);
    background: -webkit-linear-gradient(45deg, #00baff 35%, #00f6ff 100%);
    background: linear-gradient(45deg, #00baff 35%, #00f6ff 100%);
}
.class_page_left_4 p{
	letter-spacing:1px;
	color:#000;
	padding:10px 0;
	font-size:18px;
}
.class_page_left_5{
	margin-top:35px;
	text-align:center;
	border: 1px solid transparent;
    -webkit-box-shadow: 0 5px 14px rgba(255,89,89,0.3);
    box-shadow: 0 5px 14px rgba(255,89,89,0.3);
}
.class_page_left_5:hover{
	border:1px solid #ff5959;
}
.class_page_left_5 img{
	color: #fff;
    padding: 5px;
    font-size: 30px;
	margin-top:-22px;
    border-radius: 100%;
	background: #ff5959;
    background: -moz-linear-gradient(45deg, #ff5959 35%, #ff479e 100%);
    background: -webkit-linear-gradient(45deg, #ff5959 35%, #ff479e 100%);
    background: linear-gradient(45deg, #ff5959 35%, #ff479e 100%);
}
.class_page_left_5 p{
	letter-spacing:1px;
	color:#000;
	padding:10px 0;
	font-size:18px;
}
.class_page_left_6{
	margin-top:35px;
	text-align:center;
	border: 1px solid transparent;
    -webkit-box-shadow: 0 5px 14px rgba(0,191,225,0.3);
    box-shadow: 0 5px 14px rgba(0,191,225,0.3);
}
.class_page_left_6:hover{
	border:1px solid #00bfe1;
}
.class_page_left_6 img{
	color: #fff;
    padding: 5px;
    font-size: 30px;
	margin-top:-22px;
    border-radius: 100%;
	background: #00bfe1;
    background: -moz-linear-gradient(45deg, #00bfe1 35%, #ee7fff 100%);
    background: -webkit-linear-gradient(45deg, #00bfe1 35%, #ee7fff 100%);
    background: linear-gradient(45deg, #00bfe1 35%, #ee7fff 100%);
}
.class_page_left_6 p{
	letter-spacing:1px;
	color:#000;
	padding:10px 0;
	font-size:18px;
}
.class_page_left_7{
	margin-top:35px;
	text-align:center;
	border: 1px solid transparent;
    -webkit-box-shadow: 0 5px 14px rgba(255,105,105,0.3);
    box-shadow: 0 5px 14px rgba(255,105,105,0.3);
}
.class_page_left_7:hover{
	border:1px solid #ff6969;
}
.inner_course h6{
    color: #000;
    font-size: 22px;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 30px;
}
.inner_course h4 a{
    color:#333;
    font-size: 14px;
}
.inner_course h4 .fa{
    font-size: 12px;
}
.class_page_left_7 .fa{
	color: #fff;
    padding: 16px;
    font-size: 30px;
	margin-top:-10px;
    border-radius: 100%;
	background: #ff6969;
    background: -moz-linear-gradient(45deg, #ff6969 35%, #ffba00 100%);
    background: -webkit-linear-gradient(45deg, #ff6969 35%, #ffba00 100%);
    background: linear-gradient(45deg, #ff6969 35%, #ffba00 100%);
}
.class_page_left_7 p{
	letter-spacing:1px;
	color:#000;
	padding:10px 0;
	font-size:18px;
}
.inner_course_left{
	/* box-shadow: -12px -8px 24px -9px rgba(0, 0, 0, 0.15); */
    padding: 15px 18px 15px 12px;
    margin-right: -18px;
    margin-left: 17px;
	background:#f3f6f7;
}
.radio_active{
    
}
.inner_course h4{
	color: $000;
    font-size: 30px;
    padding: 10px 20px;
    /* font-weight: 600; */
    margin: 0;
}
.modal.fade.in .lab-modal-body {
  bottom: 0;
  opacity: 1;
}
.lab-modal-body p {
  margin: 0 0 1.62rem 0;
  line-height: 1.62;
  font-weight: 300;
  font-size: 1.62rem;
  color: #666;
}

.lab-modal-body {
  position: relative;
    margin: 0 auto 0;
/*    padding: 40px;*/
    max-width: 100%;
    height: 100%;
    background-color: rgba(248, 250, 247, 0.97);
/*    border: 1px solid #BEBEBE;*/
    border:none;
/*    opacity: 1!important;*/
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}
.close {
	margin-top: -70px;
    margin-right: 20px;
    text-shadow: 0 1px 0 #ffffff;
}
.call_form button:focus{
	outline:none;
}
.popup-button {
  margin-top: 70px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus {
    color: #000;
    background-color:transparent!important;
    border-color: transparent!important;
    border: 1px soloid transparent!important;
}
.btn-group-lg>.btn, .btn-lg {
    font-family: roboto;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 24px;
    margin-left: 0px;
    line-height: 1.3333333;
    border-radius: 4px;
    float: left;
}
.sr-only1{
	font-size: 36px;
    color: #000;
}
.call_form{
	position: absolute;
    width: 650px;
    top: 26%;
    left: 0;
    right: 0;
    margin: 0px auto;
    background: #fff;
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.12);
}
.call_form h4{
	margin: 0 0 16px 0;
	padding: 20px 38px;
	text-align: left;
	color: #000;
	background: #fbc00c;
	font-weight: 400;
	font-size: 24px;
	font-family:Roboto;
}
.call_form h6{
    font-family: roboto;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    margin: 40px 0;
    padding-left: 75px;
    color: #000;
}
.class_form_1{
    margin-left: 35px;
}
.class_form_1 ul{
	list-style:none;
}
.class_form_1 ul li{
	float: left;
    display: block;
    padding-top: 16px;
    border: 1px solid #ccc;
}
.class_anchor {
	float: left;
    display: block;
    background: #04815b;
    margin: 0;
	color:#fff;
	font-size:14px;
    border: 1px solid #ccc;
}
.class_form_1 ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	background:#04815b;
}
.class_form_1 ul li input{
	border: none;
    width: 100%;
    padding: 0px 10px;
}
.class_form_1 ul li input::placeholder{
	font-family: roboto;
    color:#999;
    font-weight: 300;
	font-size:16px;
}
.class_form_1 ul li input:focus{
	outline:none;
}
.class_form_1 ul li {
    float: left;
    display: block;
    text-align: center;
    padding-top: 16px;
    border: 1px solid #ccc;
}
.class_form_11 ul li{
	float: left;
    display: block;
    padding-top: 16px;
	padding-left:15px;
    border: 1px solid #ccc;
}
.call_me_1 {
	width: 80px;
	height: 50px;
	padding-top:20px;
}
.call_me_2{
	width:325px;
	height:50px;
}
.call_me_3 {
	width: 100px;
	height: 50px;
	padding-top: 14px !important;
}
.call_form p{
	letter-spacing: 0;
    margin:0 0 30px 0;
    text-align: center;
    text-shadow: none;
    color: #666;
    font-weight: 400 !important;
    padding-right: 22px;
    font-size: 14px;
    font-family: roboto;
}
.class_eg{
	text-align: center!important;
    padding-right: 8.5em!important;
    color: #8A8A8A!important;
    margin: 0!important;
}
.class_eg_1{
	text-align:center;
	padding-left: 11.5em;
	color:#8A8A8A;
}
.modal {
    padding-right: 0!important;
}
.group_margin_side_right{
	margin-right:20px !important;
}
.group_margin_side_left{
	margin-left:20px !important;
}
.panel-group{
	margin:0;
}
.panel-heading{
	padding:0;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    margin-left: 17px;
    margin-right: -20px;
}
.list-group{
    list-style: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #f3f6f7;
    border: 1px solid transparent;
}
.panel-group .panel {
    margin-bottom: 0;
    /* border-radius: 0px!important; */
    border: none!important;
}  
.list-group-item a{
	text-decoration: none;
    display: block;
	color:#333;
    padding: 0px 6px;
    border-bottom: 1px solid #ccc;
    margin: 0px 15px;
    line-height: 30px;
}  
.panel-heading h1{
	color:#000;
	padding:5px 15px;
}
.panel-heading h1 a{
	text-decoration:none;
    font-size: 18px;
}
.panel-heading h1 {
    color: #000;
    padding: 12px 32px;
    font-size: 23px;
    font-weight: 600;
}
.panel:hover {
    border: none!important;
}
.panel:hover {
    border: none!important;
}
.panel-default {
    border-color: #f3f6f7!important;
}
#accordion .glyphicon { 
	margin-right:10px; 
}
.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
}
.panel-collapse>.list-group {
	margin-bottom: 0;
}
.panel-collapse .list-group .list-group {
	margin: 0;
	margin-top: 0px;
}
.panel-collapse .list-group-item li.list-group-item {
	margin: 0 -15px;
	border-top: none !important;
	border-bottom: 0;
	padding-left: 30px;
}
.panel-collapse .list-group-item li.list-group-item:last-child {
	padding-bottom: 0;
}
.panel-collapse div.list-group div.list-group{
	margin: 0;
}
.panel-collapse div.list-group .list-group a.list-group-item {
	border-top: none !important;
	border-bottom: 0;
	padding-left: 30px;
}
.panel-collapse .list-group-item li.list-group-item {
	border-top: 1px solid #DDD !important;
}
.popover-example {
  margin: 0 0 10px;
  list-style: none;
}
.popover-example li {
  display: inline-block;
  margin: 4px;
  padding: 0px;
}
.btn:focus {
  outline: none;
}
.modExample .btn {
  margin: 4px 8px 4px 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden!important;
}

@media (max-width: 1500px){
.modal-open .modal {
    overflow-y: auto!important;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close {
    position: absolute;
    left: -5%;
    top: 23px;
    font-size: 24px;
    -webkit-transition: transform ease-out .1s;
    -moz-transition: transform ease-out .1s;
    -ms-transition: transform ease-out .1s;
    -o-transition: transform ease-out .1s;
    transition: transform ease-out .1s;
    transform: rotate(0deg);
}
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #000;
}
.modal-dialog,
.modal-dialog1{
	height: 100%;
    background: #ececec;
}
.modal-dialog1{
	height:100%;
}
.modal-dialog,
.modal-dialog1 {
    width: 100%;
	height: auto;
	margin:0;
}
.modal-body {
    position: relative;
    padding: 0!important;
    margin: 0!important;
}
.modal-content{
	height:100%;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0px!important;
    outline: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

    margin: 0;
}
.modal-header {
    min-height: 0!important;
    padding: 0!important;
    border-bottom: none!important;
}
#myModal11,
#myModal12{
	padding:0px !important;
	height:100%!important;
}
.create_account_right{
	width:580px;
	margin:auto;
}
.create_account_right_1{
	margin-top:50px;
}
.create_account_right .close {
    margin-top: 5px!important;
    border-radius: 50px;
    margin-right: 0!important;
    text-shadow: 0 1px 0 #ffffff;
}
.create_account_right button.close {
	-webkit-appearance: none;
	padding: 0 !important;
	cursor: pointer;
	background: rgba(0,0,0,.1) !important;
	border: 0;
	height: 38px;
	width: 38px;
}
.create_account_right button.close:hover{
	background:rgba(0,0,0,.3)!important;
}
.create_account_left{
	height:1000px;
	width:100%;
    background: #099A6F;
    padding: 30px 38px;
}
.create_account_right{
	height: 670px;
}
.create_account_right button:focus{
	outline:none;
}
.create_account_left h4{
	    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 100!important;
    padding-top: 9px;
    padding-bottom: 10px;
    color: #FFF;
    padding-right: 50px;
}
.create_account_left ul li{
 font-family: 'Roboto', sans-serif;
    float: none;
    text-align: left;
    font-weight: 300;
    display: block;
    text-shadow: none;
    line-height: 32px;
    padding: 1px 0 15px 6px;
    color: #fff;
    /* margin: 10px 0; */
    font-style: inherit;
    font-weight: 400;
    font-size: 18px;
}
.create_account_left ul li .fa{
        padding-right: 15px;
    font-style: oblique;
    font-size: 16px;
    font-weight: normal;
    line-height: 0;
    -webkit-transform: rotate(-16deg);
}
.create_account_form input{
	    width: 100%;
    height: 38px;
    border: none;
	font-size:18px;
	background:rgb(247, 252, 251);
    border-bottom: 2px solid #ccc;
    padding: 5px 0px;
    margin: 25px 5px;
}
.create_account_form input:focus{
	outline:none;
	font-size:11px;
}
.create_account_form select:focus{
	outline:none;
}
.create_account_form select{
	    width: 90%;
    color: rgb(107, 101, 101);
    height: 38px;
    border: none;
    /* font-size: 10px; */
    font-size: 14px;
    background: #f7fcfb;
    border-bottom: 2px solid rgb(192, 191, 191);
    padding: 5px 0px;
    margin: 0;
}
.bg_form select{
	background:rgb(236, 254, 212);
}
.create_account_form_radio { 
	font-size:16px;
	text-align:center;
}
/*.create_account_form_radio input{
	width:1.2em;
	height:1.2em;
	cursor:pointer;
}*/
.create_account_form_button{
	text-align:center;
}
.create_account_form_radio input:focus{
	outline:none;
}
.create_account_form_button button{
	color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background-color: #099A6F;
    border: none;
    border-radius: 10px;
    padding: 0 24px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 40px;
}
.account_text_left input{
    background: transparent;
    border: none;
    color:#357a91;
}
.account_text_left input:focus{
    outline: none;
}
.account_text_left p{
	    color: #333!important;
    text-align: left;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    text-shadow: none;
    padding: 15px 0px;
}
.account_text_right p{
	    color: #333!important;
    text-align: right;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    text-shadow: none;
    padding: 15px 0px;
}
.btn-default {
        color: #333;
    font-size: 12px;
    font-weight: 500;
    background-color: #fbc00e!important;
    border-color: #fbc00e!important;
    margin-top: 20px!important;
    padding: 5px 18px;
}
.btn-default_1 {
	font-family: roboto;
    color: #FFF!important;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent!important;
    border-color: transparent!important;
    margin-top: 20px!important;
}
.btn-default:hover{
	text-decoration:underline!important;
}
.create_button {
    position: absolute;
    right: 35px;
    top: 13px;
}
.create_button_1 {
	position: absolute;
	right: 40px;
	top: 12px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: ;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1!important;
}
.close img{
    margin: 10px;
}
.facebook_right{
	position:relative;
	top:15.7%;
	display:inline-block;
}
.login_index_main{
	width:100%;
}
.login_index_main_1{
	position:relative;
}
.login_index_main_1 span{
	margin: 45px 0 0 0;
	display: block;
	color: rgba(85,85,85,0.6);
	font-size: 16px;
}
.login_index_main_1 span::before{
	content: "";
    position: absolute;
    top: 13px;
	left: 126px;
    width: 30px;
    height: 1px;
    background: #666;
}
.login_index_main_1 span::after{
	    content: "";
    position: absolute;
    top: 13px;
    right: 126px;
    width: 30px;
    height: 1px;
    background: #666;
}
.login_index_main h3{
	margin-top:50px;
}
.login_index_main h3 a{
    font-family: 'Roboto',sans-serif;
    display: inline-block;
    line-height: 74px;
    width: 580px;
    margin-right: 5px;
    padding-left: 2px;
    height: 74px;
    background-color: #4966a4;
    font-size: 30px;
    text-decoration: none;
    color: #fff !important;
    border-radius: 15px;
    text-align: center;
}
.login_index_main h3 a:hover{
	background:#395180;
}
.login_button{
	position: relative;
	top: 34px;
}
.login_button_left p{
	    font-family: inherit;
    text-align: left;
    font-weight: 400;
    text-shadow: none;
    font-size: 15px;
    color: #acacac!important;
    line-height: 22px;
}
.login_button_left p a{
	color:#ff6000;
}
.popup_login_to_register{
	font-size: 18px;
    color: #089a6e!important;
	font-weight:normal!important;
}
.login_button_right{
	float: right;
}
.login_button_right a{
	color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background-color: #099A6F;
    border: none;
    border-radius: 10px;
    padding: 16px 42px;
    font-size: 16px;
	text-decoration:none;
}
.login_button_right a:hover{
	background:#2c9a6fbd;
}
.box {
    position: relative;
    margin: 0 auto;
    top: 18px;
    left: 0;
    border: none;
    z-index: 200;
    right: 0;
    width: 580px;
    color: #666;
    background: transparent;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
    overflow: hidden;
    padding: 30px 0;
}
.group 			  { 
  position:relative; 
  margin-bottom: 35px; 
  margin-left: 0;
}
.group_1 {
    position: relative;
    margin-bottom: 35px;
    margin-left: 11px;
    margin-right: 35px;
}
.group_pin {
    position: relative;
    margin-bottom: 35px;
    margin-left: -4px;
    margin-right: 34px;
}
.group_mobile{
	position: relative;
    margin-bottom: 35px;
    margin-left: -4px;
    margin-right: 35px;
}
.inputMaterial 				{
  font-size:18px;
  /* padding:10px 10px 10px 5px; */
  /* display:block; */
  /* margin-bottom:30px ; */
  width:100%;
  height:39px;
  background:transparent;
  border:none;
  border-bottom:2px solid rgb(192, 191, 191);
}
.inputMaterial:focus {
	outline:none;
}

label{
  color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 7px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.label_1{
	color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:11px;
  top:7px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.label_2{
	color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:10px;
  top:7px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label 		{
      top: -20px;
    font-size: 11px;
    color: #009688;
    font-weight: 100;
    text-transform: uppercase;
}
.bar 	{ 
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    background: rgb(255, 221, 222);
} 
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background: #009688; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
 .bar:before { 
  left:50%; 
 } 
 .bar:after { 
   right:50%;  
 } 
 .inputMaterial:focus{
	 background:rgb(255, 221, 222);
 }
 .inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
   width:50%;
 } 
 .inputMaterial:focus ~ .highlight { 
   -webkit-animation:inputHighlighter 0.3s ease; 
   -moz-animation:inputHighlighter 0.3s ease; 
   animation:inputHighlighter 0.3s ease;
 } 
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
.banner_search::placeholder{
	color:#CCC!important;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
    border: none;
    outline: none;
    color: #fff !important;
}
.select_drop ul { 
        height: 28px;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.list-unstyled{
	height:200px;
}
.select_drop ul li { 
	padding: 3px 8px;
    z-index: 2;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.select_drop ul li:not(.init) { float: left; width: 300px; display: none; background: #e6e6e6; }
.select_drop ul li:not(.init):hover, ul li.selected:not(.init) { background: #09f; color:#fff; }
.select_drop li.init { cursor: pointer; width:100%;}
.radio_align{
	text-align: center;
}
.radio_align_2{
	text-align: center;
}
.radio_align_3{
    text-align: center;
}
.radio_align input, .radio_align_2 input,
.radio_align_3 input {
     cursor: pointer;
}
input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #fff;
}
input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #099a6f;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #fff;
}

#login-modal .modal-dialog {
    width: 100%;
}

#login-modal input[type=text], input[type=password] {
	margin-top: 0;
}
/*
.modal-backdrop.in {
    filter: alpha(opacity=500);
    opacity: 1;
}
*/

.modal-content {
    background-color: #ececec;
    border:none;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 0;
}
#content {
/*    text-align: left;*/
/*  height:4000px;*/
}

.wiggle {
    display: inline-block;
    margin: 0 auto;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    background: #fbc00e;
    padding: 5px 10px;
    margin-top: 24px;
    border-radius: 4px;
    /* width: 100%;
    height: 100%; */
    /* -webkit-animation: wiggle 3s cubic-bezier(.9,.20,.20,.9) infinite alternate; */
    /* box-shadow: 10px 10px 1px 0 rgba(0,0,0,.15); */
}
.wiggle:hover {
    color: #000!important;
    text-decoration: none;
}
.short-animate {
  -webkit-transition:.5s ease-in-out;
  -moz-transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
}

.long-animate {
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}
.lightbox {
  position:fixed;
  top:-100%;
  bottom:100%;
  left:0;
  right:0;
  background:#fff;
  z-index:501;
/*  opacity:1;*/
}
/*

.lightbox img {
	position:absolute;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  max-width:0%;
  max-height:0%;
}
*/

#lightbox-controls {
  position:fixed;
  height:70px;
  width:70px;
  top:-70px;
  right:0;
  z-index:502;
  background:rgba(0,0,0,.1);
}

#close-lightbox {
  display:block;
  position:absolute;
  overflow:hidden;
  height:50px;
  width:50px;
  text-indent:-5000px;
  right:10px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

#close-lightbox:before {
  content:'';
  display:block;
  position:absolute;
  height:0px;
  width:3px;
  left:24px;
  top:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

#close-lightbox:after {
	content:'';
  display:block;
  position:absolute;
  width:0px;
  height:3px;
  top:24px;
  left:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s 1s ease-in-out;
  -moz-transition: .5s 1s ease-in-out;
  -ms-transition: .5s 1s ease-in-out;
  -o-transition:.5s 1s ease-in-out;
  transition:.5s 1s ease-in-out;
}

.lightbox:target {
  top:0%;
  bottom:0%;
/*  opacity:1!important;*/
}

/*
.lightbox:target img {
  max-width:100%;
  max-height:100%;
}
*/

.lightbox:target ~ #lightbox-controls {
  top:0px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:after {
  width:50px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:before {
  height:50px;
}

@-webkit-keyframes wiggle {
	0% {
	  -webkit-transform:rotate(2deg);
  }
  20% {-webkit-transform:rotate(-2deg);}
  40% {-webkit-transform:rotate(2deg);}
  60% {-webkit-transform:rotate(-2deg);}
  80% {-webkit-transform:rotate(2deg);}
	100% {-webkit-transform:rotate(-2deg);}
}
.country_class1{
    background: #fff;
    background: #fff;
    height: 31px;
}
.card__image:hover{
	position: absolute;
	width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
    background-size: cover;
    background-position: 50% 50%;
	backface-visibility: hidden;
}

.card__image{
	transform: scale(1.06);
	transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.card{
	width: 500px;
    height: 316px;
    overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	text-align: center;
	box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}
.testimonial-widget{
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
}
.testimonial{
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.current{
    opacity: 1;
    position: relative;
    z-index: initial;
   -webkit-animation:(fadein .7s ease);
  }
.prev-testimonial,
.next-testimonial{
  position: absolute;
  @include appearance(none);
  background-color: transparent;
  border: none;
  width: 30px;
  top: 110px;
  text-indent: -9999px;
  cursor: pointer; 
}
.prev-testimonial:before,
.next-testimonial:before{
    content: "";
/*    background-color: white;*/
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    @include transform(rotate(45deg));
  }
.prev-testimonial:focus,
.next-testimonial:focus{
    outline: none;
  }
.prev-testimonial{
  left: 0; 
}
.prev-testimonial:before{
    top:40px;
    left: 40px;
    -webkit-transform: rotate(45deg);
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }
.next-testimonial{
  right: 0;
}
.next-testimonial:before{
    top:40px;
    right: 40px;
    -webkit-transform: rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
/*
.testimonial__mug{
  width: 100px;
  height: 100px;
  margin: 16px auto;
  @include border-radius(50%);
  overflow: hidden;
}
*/
.testimonial__mug{
    float: left;
}
.testimonial-widget p{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-align: justify;
}
.grey-out{
  opacity:1;
}
.wrap{
/*  padding-top: 100px;*/
  width: 100%;
  margin: 0 auto;
}
.test_left {
    padding-right: 15px;
}
.test_right {
    padding-left: 15px;
}
.student_details ul{
    list-style: none;
    padding: 0;
}
.student_details ul li{
    float: left;
    display: block;
}
.student_details ul li h6{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    padding-top: 15px;
    padding-left: 14px;
}
.student_more_details a{
    text-decoration: none;
    color: #fff;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    float: right;
    display: block;
    padding: 8px 15px;
    border: 2px solid #fff;
    border-radius: 6px;
    margin-right: 15em;
    transition: 0.5s;
}
.student_more_details a:hover{
    background: #fff;
    color:#000;
    transition: 0.5s;
}
#slider .container-fluid{
    padding: 0 15px;
}
#slider .slider-inner{
    padding: 0;
}
.slider-inner .item img{
    display: inline-block;
/*    width: 100%;*/
    height: auto;
}
.slider-inner h1{
    color: purple;
}
.item p{
    color: #fff;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

/*.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    zoom: 1;
    margin: 5px;
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #666;
    filter: Alpha(Opacity=50);
    opacity: .5;
}*/
.owl-prev {
    position: absolute;
    top: 0;
    color: transparent;
    display: block;
    width: 80px;
    height: 80px;
    background: transparent;
}
.owl-prev::before{
    content: '';
    position: absolute;
    left: 15px;
    top: 0px;
    width: 50px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-223deg);
}
.owl-prev::after{
    content: '';
    position: absolute;
    top: 32px;
    left: 15px;
    width: 50px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(39deg);
}
.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    display: block;
    width: 80px;
    height: 80px;
    background: transparent;
}
.owl-next::before{
    content: '';
    position: absolute;
    right: 15px;
    top: 0px;
    width: 50px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(223deg);
}
.owl-next::after{
    content: '';
    position: absolute;
    top: 32px;
    right: 15px;
    width: 50px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-39deg);
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ddd
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.html) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.modal-dialog_1, .modal-dialog_2 {
      max-width: 1000px;
      margin: 30px auto;
}
.modal-body {
  position:relative;
  padding:0px;
}
.modal-body button:focus{
    outline: none!important;   
}
.black{
    background: #000;
}
.close_1 {
    position: absolute;
    right: -45px;
    top: -15px;
    border: none;
    background: transparent;
    z-index: 99999;
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}
.modal-open .modal {
    overflow-y: hidden!important;
}
.test_imm_video{
    background: #000;
}
.v-center {
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}
.btn:hover {
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 1000px;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { 
	width:100%; 
    height: 100%;
	background:#000;
}
}
#popup1{
	top:0!important;
}
#somevid, .somevid {
    width: 1000px;
    margin: 30px auto!important;
}
.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

span.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 20%;
  right: 2%;
  text-decoration: none;
  color: #fff;
}

span.close:hover {
  color: #fff;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
#somevid,.somevid{
	width:1100px;
}
.more_stories{
    position: absolute;
    right: 10%;
    bottom: -45px;
}
.more_stories a{
    float: right;
    color: #ddd;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 2px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: 0.5s;
}
.more_stories a:hover{
    background: #fff;
    color: #000;
    transition: 0.5s;
}
.stories_page_left{
    font: 600 28px 'Roboto',sans-serif;
    color: #212121;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 7px;
    margin-bottom: 20px;
    margin-left: 40px;
}
.student_story_review p{
    font: 14px/18px 'Roboto',sans-serif,Helvetica,sans-serif;
    color: #4f4f4f;
    text-align: justify;
    line-height: 24px;
}
.student_story_img{
    width: 82px;
    margin: 0px auto;
}
.student_details{
    color: #4f4f4f;
    font-size: 16px;
    font-weight: bold;
}
.test_im_stories{
/*
	background-color: #fff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
    min-height: 800px;
*/
    padding: 33px;
    position: relative;
    -webkit-transition: margin 0.3s ease 0s;
    transition: margin 0.3s ease 0s;
    z-index: 2;
}
.student_stories{
    margin-bottom: 50px;
    display: inline-block;
}
.more_stories_page{
    background-image: url(../images/bg_stories.jpg);
}
.stories_list{
    box-shadow: 0 0 7px 3px #00000078;
}