@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #333;
  font-family:"Roboto", sans-serif;
  overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h2 {
  color: #000;
  font-weight: 600;
}
h4 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}
h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}
a {
  letter-spacing: 2px;
  text-decoration: none;
}
ul {
  letter-spacing: 1px;
}
li {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
}
p {
	color: #353535;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: initial;
	line-height: 21px;
	margin-bottom: 20px;
}
span {
  letter-spacing: 1px;
}
.img-fluid {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
}
.btn {
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 26px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: #5ec200;
  letter-spacing: initial;
  margin-bottom:5px;
}
.btn-default:hover {
  color: #fff;
  background-color: #4b9307;
}
.btn-primary:hover{
	border-color: initial;
}
.btn-primary{
	color: #fff;
	background-color: #003869;	
}
.fa {
  font-size: 13px;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #5ec200;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 64px;
  transition: background 0.5s;
}
.mdsi:hover{
    text-decoration:none!important;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  
}

.accordian-item-header p{
    font-size: 18px!important;
    text-decoration: none;
    width: 100%;
    display: block;
    font-weight: bold;
    text-transform: initial;
    letter-spacing: normal;
    color: #003869;
    padding-right: 30px;
}



.back-to-top:focus {
  background: #5ec200;
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #55b03f;
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  z-index: 3;
  transition: all 0.5s ease;
  padding-top: 10px;
}
#header #logo {
  padding: 3px 0 0 0;
}
#header #logo h1 {
  color: #505050;
  font-family: "Philosopher", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}
#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
#header #logo h1 a span {
  color: #5ec200;
}
#header #logo img {
  padding: 0;
  margin: 0;
  width: 300px;
}
@media (max-width:460px){
	#header #logo img { width: 240px; }
}
.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero.home-banner {
  width: 100%;
  height: calc(88vh - 90px);
  background: url(../img/banner.jpg) center top no-repeat;
  background-size: cover;
}
#hero.about-banner {
  width: 100%;
  height: calc(80vh - 160px);
  background: url(../img/about-banner.jpg) center top no-repeat;
  background-size: cover;
}
#hero.courses-banner {
  width: 100%;
  height: calc(80vh - 160px);
  background: url(../img/banner.jpg) center top no-repeat;
  background-size: cover;
}
#hero.franchise-banner {
  width: 100%;
  height: calc(80vh - 160px);
  background: url(../img/franchise-banner.jpg) center top no-repeat;
  background-size: cover;
}
#hero.contact-banner {
  width: 100%;
  height: calc(80vh - 160px);
  background: url(../img/contact-banner.jpg) center top no-repeat;
  background-size: cover;
}
#hero {  
  position: relative;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 5vw;
  font-weight: 700;
  line-height: 6vw;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#hero h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
#hero img {
  max-width: 95%;
  margin-bottom: 30px;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #5ec200;
  background: #fff;
  color: #5ec200;
  text-decoration: none;
}
#hero .btn-get-started:hover {
  background: #5ec200;
  color: #fff;
}
#hero .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
}
#hero .btns a:hover {
  color: #5ec200;
}
.banner-bottom{	
	padding: 10px;
}
.banner-bottom h4{
	margin-bottom:0px;
	color: #003768;
	letter-spacing: initial;
	font-size:18px;
}
.banner-bottom p{
	margin-bottom:0px;
	line-height: 15px;
	color: #003768;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 14px 0 0 0;
}
@media (max-width: 1024px) {
  #nav-menu-container {
    display: none;
  }
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 5px;
  text-decoration: none;
  display: inline-block;
  color: #003768;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #122e48;
}
.nav-menu > li {
  margin-left: 10px;
}
.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #5ec200;
}
.nav-menu ul ul {
  margin: 0;
}
.nav-menu li .btns {
	padding: 3px 18px;
	color: #fff;
	transition: 0.3s;
	display: block;
	font-size: 14px;
	text-transform: none;
	background: #5ec200;
	margin-top: 5px;
	border-radius: 5px;
}
.nav-menu li .btns:hover {
	color: #fff;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #555;
  font-size: 24px;
}
@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #5ec200;
}
#mobile-nav ul .menu-item-active {
  color: #5ec200;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-title{
	margin-bottom:20px;
}
.section-title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  letter-spacing: initial;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #003768;
  font-size: 4vw;
}
@media (max-width: 860px) {
	.section-title h2 {
		font-size: 8vw;
	}
}
.section-title .separator {
  margin: 0;
  font-size: 3vw;
margin-bottom: 5vw;
}
.separator {
	color: #003768;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}
#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}
#get-started .feature-block h4 {
  margin-bottom: 20px;
}
#get-started .feature-block p {
  margin-bottom: 20px;
}
#get-started .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}
#get-started .feature-block a:hover {
  color: #5ec200;
}
/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#features .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}
#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}
#features .feature-block h4 {
  margin-bottom: 20px;
}
#features .feature-block p {
  margin-bottom: 0;
}
/* Screenshots Section
--------------------------------*/
.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}
.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}
.owl-item img {
  cursor: pointer;
}
.owl-stage-outer {
  margin-bottom: 30px;
}
.owl-theme .owl-nav {
  display: none;
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5ec200;
}
.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}
/* Team Section
--------------------------------*/
#course .course-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 35px 20px;
  border-radius: 2px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  #course .course-block {
    margin-bottom: 30px;
  }
}
#course .course-block img.icon {
  width: 80px;
}
#course .course-block h4 {
  color: #003869;
  font-size: 16px;
  margin: 10px 0px;
  line-height: 25px;
  min-height: 80px;
}
#course .course-block .course-content {
  background: rgba(94, 194, 0, 0.92) none repeat scroll 0 0;  
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  top: 280px;
  bottom:0px;
  left: 0;
  padding: 40px 25px;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}
#course .course-block .course-content p {
  display: block;
  width: 100%;
  color: #fff;
}
#course .course-block:hover .course-content {
  top: 0px;
  transition: all 0.5s ease-in-out 0s;
}
/* Student Reviews Section
--------------------------------*/
#reviews {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#reviews .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 20px 20px;
  text-align:center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.71);
  min-height: 135px;
}
#reviews .feature-block img{
	margin-top: -60px;
	width: 80px;
	border-radius:50%;
	margin-left: 38%;
}
@media (max-width: 991px) {
  #reviews .feature-block {
    margin-bottom: 30px;
  }
}
#reviews .feature-block h4 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 12px
}
#reviews .feature-block p {
  margin-bottom: 20px;
  text-align:center;
}
#reviews .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}
#reviews .feature-block a:hover {
  color: #f4ca00;
}
.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}
.carousel-indicators li {
  margin: 0;
}
/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
  }
}
#blog .block-blog img {
  width: 100%;
}
#blog .block-blog .content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}
#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}
#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}
#blog .block-blog .content-blog h4 a:hover {
  color: #5ec200;
}
#blog .block-blog .content-blog > span {
  float: left;
  font-size: 12px;
}
#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}
#blog .block-blog .content-blog a.readmore:hover {
  color: #5ec200;
}
/* Contact Section
--------------------------------*/
#contact .info {
  color: #222;
}
#contact .info i {
  font-size: 32px;
  color: #5ec200;
  float: left;
}
#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}
#contact .info .email p {
  padding-top: 5px;
}
#contact .social-links {
  padding-bottom: 20px;
}
#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5ec200;
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#contact .social-links a:hover {
  background: #55b03f;
  color: #fff;
}
#contact .form #sendmessage {
  color: #5ec200;
  border: 1px solid #5ec200;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1;
}
#contact .form button[type="submit"] {
  background: #5ec200;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#contact .form button[type="submit"]:hover {
  background: #92d283;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #2a2c30;
  padding-top: 50px;
}
.footer .footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}
.footer .footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer .list-menu > h4 {
	color: #fff;
	padding-bottom: 5px;
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-weight: 500;
}
.footer .list-menu ul li{
	line-height: 22px;
}
.footer .list-menu ul li a {
  color: #fff;
  font-size: 15px;
  padding-left: 0px;
  text-decoration: none;
  letter-spacing: 0;
}
.footer .copyrights {
	background: #5ec200;
	margin-top: 50px;
	text-align: center;
	padding: 10px;
	color: #fff;
}
.footer .copyrights p, .footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
}
.footer .copyrights p a, .footer .copyrights .credits a {
  letter-spacing: 0;
  color: #5ec200;
}
.bg-gray{
	background:#ececec;
}
.bg-green{
	background:#5ec200;
}
.bg-darkblue{
	background:#003869;
}
.bg-darkblue .section-title h2{
	color:#fff;
}
.bg-green p{ color:#fff; }
.bg-green h3{
	color:#fff;
	margin-bottom:5px;	
}
#faq .panel-group .panel-default{
	padding: 8px 15px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 4px;
}
#faq .panel-group .panel-collapse{
	margin-top:10px;
}
#faq .panel-group .panel-heading h4 a,
#faq .panel-group .panel-heading h4 a:hover
{
	font-size:16px;
	text-decoration:none;
	width: 100%;
	display: block;
	text-transform: initial;
	letter-spacing: normal;
	color: #003869;
	padding-right: 30px;
}
#faq .panel-group .panel-heading h4 a:after
{
    content: '\2212';
	color: #fff;
	font-weight: normal;
	float: right;
	margin-left: 5px;
	background: #5ec200;
	border-radius: 50%;
	padding: 0px 10px;
	margin-top: 1px;
	font-size: 14px;
	position: absolute;
	right: 20px;
}
#faq .panel-group .panel-heading h4 a.collapsed:after
{
    content: "\002B";
}






#faq .panel-group .panel-heading p a,
#faq .panel-group .panel-heading p a:hover
{
	font-size:16px;
	text-decoration:none;
	width: 100%;
	display: block;
	font-weight:bold;
	text-transform: initial;
	letter-spacing: normal;
	color: #003869;
	padding-right: 30px;
}
#faq .panel-group .panel-heading p a:after
{
    content: '\2212';
	color: #fff;
	font-weight: normal;
	float: right;
	margin-left: 5px;
	background: #5ec200;
	border-radius: 50%;
	padding: 0px 10px;
	margin-top: 1px;
	font-size: 14px;
	position: absolute;
	right: 20px;
}
#faq .panel-group .panel-heading p a.collapsed:after
{
    content: "\002B";
}




























#faq .panel-group .panel-body
{
	font-size:14px;
}
.img-responsive{
	width:100%;
}
.social-media .icon{
	width:95px;
}
.social-media h4{
	font-size: 18px;
}
.social-media h3{
	font-size: 32px;
}
.social-media .instagram h4, .social-media .instagram h3, .social-media .instagram p{ color:#e77eaa;}
.social-media .facebook h4, .social-media .facebook h3, .social-media .facebook p{ color:#4367b3;}
.social-media .g-plus h4, .social-media .g-plus h3, .social-media .g-plus p{ color:#dd4b39;}
.social-media .twitter h4, .social-media .twitter h3, .social-media .twitter p{ color:#1ba1f1;}
.social-media .youtube h4, .social-media .youtube h3, .social-media .youtube p{ color:#cc181e;}
#why-isdm .feature-block{
	text-align:center;
	padding: 20px 5px;
}
#why-isdm .feature-block h4{
	text-align:center;
	color:#fff;
	margin: 15px 0px;
}
#batches .batch-block{
	background: #fff none repeat scroll 0 0;
padding: 20px 10px;
text-align: center;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
#batches .batch-block h3{
	font-size:20px;
}
.jst-days, .jst-hours, .jst-minutes, .jst-seconds{
display: inline-block;
background: #003768;
margin: 5px;
padding: 10px;
font-size: 30px;
font-weight: 700;
border-radius: 3px;
height:65px;
min-width:65px;
color: #fff;
}
.jst-days::after, .jst-hours::after, .jst-minutes::after, .jst-seconds::after{
display: block;
margin-top: 14px;
font-size: 10px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 0px;	
}
.jst-days::after{
content: "Days";
}
.jst-minutes::after{
content: "minutes";
}
.jst-hours::after{
content: "hours";
}
.jst-seconds::after{
content: "seconds";
}
.why-do-block{
	border-radius:5px;
	padding: 25px 17px;
}
.why-do-block.skyblue{
	background:#e5ebf0;
}
.why-do-block.lightgreen{
	background:#eff9e5;
}
.why-do-block.pink{
	background:#fff4eb;
}
.why-do-block.purple{
	background:#f3ebf3;
}
.why-do-block h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.why-do-block ul li{
	list-style:none;
	margin-bottom: 9px;
	line-height: 15px;
	font-size: 15px;
	letter-spacing: 1px;
	padding-left: 20px;
}
.why-do-block ul{
	padding:0px;
}
.why-do-block ul li:before{
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #5ec200;
	margin-right: 5px;
	margin-left: -20px;
}
.expert-block p{
	margin-bottom:8px;
}
.expert-block h4{
	color: #003869;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
#contactBar{
	background:#003768;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 99;
}
#contactBar a{
	letter-spacing:0px;
	color:#fff;
	font-weight:600;
	text-decoration:none;
}
#contactBar a i{
	background:#55b03f;
	padding:10px;
	border-radius:50%;
	font-size: 17px;
	margin-right: 10px;
}
@media (max-width:980px){
	#contactBar a span{display:none;}
}
@media (min-width:576px){
	.container {
		max-width: 540px;
	}
}
@media (min-width:768px){
	.container {
		max-width: 720px;
	}
}
@media (min-width:992px){
	.container {
		max-width: 960px;
	}
}
@media (min-width:1200px){
	.container {
		max-width: 1200px;
	}
}
#student-review .owl-stage-outer{
	padding: 60px 0px 10px 0px;
}
#student-review .owl-nav{
	position: absolute;
	top: 45%;
	width: 100%;	
}
#student-review .owl-nav .owl-prev{
	float:left;
	margin-left:-10px;
}
#student-review .owl-nav .owl-next{
	float:right;
	margin-right:-10px;
}
.image-popup img{
	margin-bottom:20px;
	border: 1px solid #ccc;
}
.expertBottomText{
color: #003869;
text-transform: initial;
line-height: 3vw;
font-size: 3vw;
font-family: "Philosopher", sans-serif;
}
.previous-students .student-block, .team .team-block{
	margin-bottom:10px;
}
.previous-students .student-block p.name{
	color: #5ec200;
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}
.team .team-block p.name{
	color: #fff;
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}
.previous-students .student-block p.batch-name{
	color:#fff;
}
.stats h4{
	margin-top: 5px;
	margin-bottom: 0px;
	color: #5ec200;
	letter-spacing: initial;
	font-size: 18px
}
.stats p{
	margin-bottom: 15px;
	line-height: 15px;
	color: #fff;
}
.isdm-career{
	padding-left:30px;
}
.isdm-career li{
	letter-spacing: normal;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
	list-style: none;
	padding-left:10px;
}
.isdm-career li:before{
	content: "\f054";
	font-family: FontAwesome;
	font-size: 11px;
	background: #5ec200;
	color: #fff;
	border-radius: 50%;
	left: 15px;
	position: absolute;
	width: 24px;
	height: 24px;
	padding: 0px 9px;
}
.bg-green .isdm-career li:before{
	background: #003869;
}
.bg-green .isdm-career li{
	color:#fff;
}
.isdm-proud{
	padding-left:0px;
}
.isdm-proud li{
	letter-spacing: normal;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	list-style: none;
	padding-left:28px;
}
.isdm-proud li:before{
	content: "\f054";
	font-family: FontAwesome;
	font-size: 11px;
	background: #5ec200;
	color: #fff;
	border-radius: 50%;
	left: 18px;
	position: absolute;
	width: 18px;
	height: 21px;
	padding: 1px 6px;
}
.list{
	padding-left:15px;
}
.list li{
	letter-spacing: normal;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	list-style: none;
	padding-left:10px;
}
.list li:before{
	content: "\f054";
	font-family: FontAwesome;
	font-size: 11px;
	background: #5ec200;
	color: #fff;
	border-radius: 50%;
	left: 15px;
	position: absolute;
	width: 18px;
	height: 21px;
	padding: 1px 6px;
}
.why-franchise{
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.why-franchise h3, .why-franchise p{
	color:#fff;
}
.office-address h5{
	color:#003768;
	font-size: 18px;
	font-weight: 600;
}
.training-centers .address{
	display:none;
	margin-bottom: 30px;
}
.training-centers .address.show {
  display: block;
}
.training-centers .address .content{
	background:#fff;
	border-radius: 5px;
	padding: 20px;
}
.training-centers .address .content h4{
	color: #003461;
	font-size: 20px;
	letter-spacing: normal;
	text-transform: capitalize;	
}
.training-centers .address .content p.get-direction{
	margin-bottom: 0px;
}
.training-centers .address .content p.get-direction a{
	color:#5ec200;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:normal;
}
.training-centers .address .content p.get-direction a i{
	color: #fff;
	background: #5ec200;
	padding: 5px 7px;
	border-radius: 50%;
	font-size: 9px;
	vertical-align: top;
}
.blog-list .blog{
	display:none;
	margin-bottom: 30px;
}
.blog-list .blog.show {
  display: block;
}
.blog-list .blog .content{
	background:#fff;
	border-radius: 5px;
	padding: 20px;
}
.blog-list .blog .content h4{
	line-height: 20px;
	margin-bottom: 10px;
}
.blog-list .blog .content h4 a{
	color: #003461;
	font-size: 20px;
	letter-spacing: normal;
	text-transform: capitalize;
	line-height: 20px;
	text-decoration:none;
}
.blog-list .blog .content p{
	margin-bottom: 25px;
}
.blog-list .blog .content p.get-direction{
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
}
.blog-list .blog .content p.get-direction a{
	color:#5ec200;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:normal;
}
.blog-list .blog .content p.get-direction a i{
	color: #fff;
	background: #5ec200;
	padding: 5px 7px;
	border-radius: 50%;
	font-size: 9px;
	vertical-align: top;
}
.blog-detail{
	background:#fff;
	padding:20px;
}
.blog-detail h2{
	margin-bottom:20px;
	font-size:30px;
}
.blog-detail .image img{
	margin-bottom:20px;
	border-radius:5px;
}
#myBtnContainer{
	margin-bottom:20px;
	text-align: center;
}
#myBtnContainer .btn{
	background:none;
	color: #535151;	
	border-radius:0px;
	padding:0px;
	padding-bottom:10px;
	margin: 0px 10px;
	border-bottom: 4px solid transparent;
}
#myBtnContainer .btn.active{
	background:none;
	color: #5ec200;
	border-bottom: 4px solid #5ec200;	
}
#myBtnContainer .blogTab.btn{
	background:none;
	color: #535151;	
	border-radius:5px;
	padding:5px 20px;
	margin: 0px 10px;
	font-size: 20px;
}
#myBtnContainer .blogTab.btn.active{
	color: #fff;
	background: #5ec200;	
}
.bg-img {
  background: transparent url(../img/subscribe.png) no-repeat center top fixed;
  background-size: cover;
}
.bg-img .overlay {
  background: linear-gradient(rgba(35, 35, 35, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}
.bg-img h2{
	color:#fff;
}
.newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 5;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 45px;
  text-align: center;
  width: 65%;
  background: #fff;
  margin: 5px;
}
@media (max-width: 575px) {
  .newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}
.newsletter .form-control:focus {
  border-color: #71c55d;
  box-shadow: none;
  outline: 0 none;
}
.newsletter .btn {
	padding: 12px 20px;
	margin-top: 4px;
}
@media (max-width: 575px) {
  .newsletter .btn {
    width: 100%;
  }
}
.newsletter .btn:hover {
  background: #55b03f;
}
.newsletter .btn .fa {
  padding-right: 10px;
}
.placement-steps .step-box{
	border: 2px solid #5ec200;
	padding: 40px 26px 0px;
	min-height: 165px;
}
.placement-steps .steps{
	font-size: 25px;
	background: #003768;
	display: inline-grid;
	color: #fff;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	line-height: 58px;
	border-radius: 50%;
	border: 2px solid #5ec200;
	margin-bottom: -29px;
}
.faq-box h4.panel-title{
	color:#fff;
	text-align:left;
	font-size: 20px;
}
.faq-box .panel-body{
	color:#fff;
	text-align:left;
	margin-bottom: 24px;
}
.modal-header .close {
padding: 0px;
margin: 0px;
color: #fff300;
position: absolute;
right: 0;
top: -23px;
opacity: initial;
}
.modal {
    display: none; 
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(00, 37, 68, 0.8);
}
.modal-body{
	background: #5ec200;
	border-radius: 4px;
}
.modal-dialog {
    max-width: 720px;
    margin: 7.75rem auto;
}
.modal-header {
	padding: 0px;
border-bottom: none;
}
.modal h3{
	margin-bottom:20px;
	color: #fff;
}
.modal .border-left{
	border-right: 1px solid #ccc;
}
.modal .btn{
	width: 100%;
}
.modal h4{
	font-size:20px;
	font-weight: 500;
	margin-bottom: 10px;
}
#enquirePopup .modal-dialog {
    max-width: 445px;
}
.location{
	border:2px solid #003768;
	border-radius: 5px;
	padding: 10px;
	margin-top: 40px;
	background: #ececec;
}
.location h4{
	font-size: 24px;
	background: #5ec200;
	display: inline-block;
	padding: 0px 20px;
	border-radius: 5px;
	line-height: 38px;
	position: relative;
	top: -28px;
	color: #fff;
}
.location img{
	width:60px;	
}
.location .get-direction a{
	color: #003768;
	text-decoration: none;
}
.top-brand img{
	width:80px;
	margin:20px;
}
.demo-class-banner h3{
	color:#fff;
}
.demo-class-banner ul{
	padding-left:0px;
	margin-top: 15px;
}
.demo-class-banner ul li{
	letter-spacing: normal;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	list-style: none;
	padding-left:35px;
	color:#fff;
}
.demo-class-banner ul li:before{
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 11px;
	background: #5ec200;
	color: #fff;
	border-radius: 50%;
	left: 18px;
	position: absolute;
	width: 21px;
	height: 21px;
	padding: 1px 5px;
}
.demo-class-banner .form{
	background: #5ec200;
	padding: 35px;
	border-radius: 5px;
}
.demo-class-banner .form h4{
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 16px
}
.success-students .student-block{
	margin-bottom: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
.success-students .student-block p.name{
	color: #003869;
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 0px;
	font-size: 18px;
}
.success-students .student-block p.course{
	color:#003869;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
}
.success-students .student-block p.message{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-style: italic;
	color: #5d5d5d;
}
.success-students .student-block p{
	font-size: 14px;
	padding:10px;
	padding: 0px 5px;
}
.success-students .student-block .btn{
	margin-bottom:-20px;
}
.success-students .student-block .student-content-box{
	min-height:160px;
}

/* Mobile Friendly table */
.divtable .tr {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #ccc;
}

.divtable .th,
.divtable .td {
  padding: 5px 10px;
  float: left;
}

.divtable .th { font-weight: bold; }

.firstname { width: 70%; }

.lastname { width: 30%; }
.accordion-xs-toggle {
	color:#003768;
	font-weight: 500;
}
@media (max-width: 767px) {

.accordion-xs .headings { display: none; }

.accordion-xs .tr { border-bottom-color: #fff; }

.accordion-xs .th,
 .accordion-xs .td {
  float: none;
  width: auto;
  padding: 0;
}

.accordion-xs .accordion-xs-toggle {
  background-color: #003768;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}



.accordion-xs .accordion-xs-toggle.collapsed:after { content: '\2212'; }

.accordion-xs-collapse .inner { padding: 10px; }

.accordion-xs-collapse .td:before { font-weight: bold; }

.accordion-xs-collapse .lastname:before { content: 'ISDM: '; }

.accordion-xs .accordion-xs-toggle:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
}
.social-media a{
	text-decoration:none;
}

.accordian{width:90%;max-width:1000px;margin:2rem auto}.accordian-item{background-color:#fff;color:#414141;margin:1rem 0;border-radius:.5rem;    text-align: start;}.accordian-item-header{padding:.5rem 3rem .5rem 1rem;min-height:3.5rem;line-height:1.25rem;display:flex;align-items:center;position:relative;cursor:pointer}.accordian-item-header h4{font-size:16px!important}.accordian-item-header::after{content:"\002B";font-size:22px;font-weight:700;color:#003869!important;position:absolute;right:1rem}.accordian-item-header.active::after{content:"\2212"}.accordian-item-body{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.accordian-item-body-content{padding:1rem;line-height:1.5;border-top:1px solid #34495e}