@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
body {
  background: #f0f5f7; font-family: 'Poppins', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3c41;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700;
  color: #3a3c41;
}
a {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
label {
  color: #3a3c41;
  font-weight: 500;
  font-size: 16px;
}
/* slogan section */
.slogan-section {
  margin-bottom: 0px;
  text-align: center;
}
.slogan-section h2 {
  margin: 0 0 10px;
  font-weight: 600;font-family: 'Poppins', sans-serif;;
}
.text-left {
  text-align: left;
}
.line-section {
  margin-bottom: 20px;
}
.line-section h3,
.line-section h4,
.line-section h5 {
  margin: 0 0 20px;
}
.for-border {
  height: 11px;
  width: 100%;
  background: transparent url(../images/feature-border.png) center center no-repeat;
  border: none;
}
h2 {
  font-size: 20px;
}
h2.blue {
  font-weight: 800;
  color: #66c9e0;
}
h2.blue a {
  font-weight: 800;
  color: #66c9e0;
}
h2.blue a:hover {
  color: #65a1b0;
}
h3 {
  font-size: 24px;
  font-weight: 700;
}
h3 a {
  font-size: 24px;
  color: #3a3c41;
  font-weight: 700;
}
h3.blue {
  font-weight: 700;
  color: #66c9e0;
}
h3.blue a {
  font-weight: 800;
  color: #66c9e0;
}
h3.blue a:hover {
  color: #65a1b0;
}
h4 {
  font-size: 21px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #3a3c41;
}
h6 {
  font-size: 14px;
}
p {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}
.btn {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  color: #136d82;
}
input,
textarea {
  font-size: 14px;
  font-weight: 600;
  color: #9ba0aa;
  resize: none;
}
.read-more {
  font-size: 14px;
  font-weight:normal;
  background-color: #8b0303;
  padding: 4px 10px;
  color: #fff;
  text-decoration: none; border-radius:2px;
  display: inline-block; font-family: 'Poppins', sans-serif;; margin-top:20px;
}
.read-more:hover {
  color: #fff;
  background-color: #f15b5a;
  text-decoration: none;
}
.read-more.black {
  background-color: #3a3c41;
}
.read-more.black:hover {
  background-color: #f15b5a;
}
.read-more.red {
  background-color: #f15b5a;
}
.read-more.red:hover {
  background-color: #e15251;
}
.read-more.orange {
  background-color: #ffa13c;
}
.read-more.orange:hover {
  background-color: #e19132;
}
.read-more.yellow {
  background-color: #ffd543;
}
.read-more.yellow:hover {
  background-color: #e1b63f;
}
.read-more.green {
  background-color: #6dc068;
}
.read-more.green:hover {
  background-color: #65b760;
}
.common-style {
  padding: 81px 0;
}
.nothing-found {
  padding: 20px;
  background-color: #fff;
}
.arrow-style {
  padding-left: 0;
  text-align: left;
}
.arrow-style li {
  background: url("../images/list-arrow-style.png") left 3px no-repeat;
  padding-left: 25px;
  line-height: 21px;
  margin-bottom: 30px;
  color: #999ca5;
  list-style: none;
}
.plus-icon:after {
  content: url("../images/plus-red2.png");
  margin-left: 10px;
}
::-webkit-input-placeholder {
  color: #9ba0aa;
}
::-moz-placeholder {
  color: #9ba0aa;
}
:-ms-input-placeholder {
  color: #9ba0aa;
}
input:-moz-placeholder {
  color: #9ba0aa;
}
#message-sent {
  clear: both;
}
.gray-scale img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.gray-scale img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.isotope-wrapper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
/*------------------------------------------------------*/
/* WordPress Core
/*------------------------------------------------------*/
a img.alignnone,
.alignnone {
  float: none;
}
.aligncenter,
a img.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto;
}
a img.alignright,
.alignright {
  float: right;
  margin: 0 0 15px 20px;
}
a img.alignleft,
.alignleft {
  float: left;
  margin: 0 20px 15px 0;
}
p.wp-caption {
  margin: 0;
}
.wp-caption.alignnone {
  float: none;
}
.wp-caption.alignleft {
  float: left;
}
.wp-caption.alignright {
  float: right;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: #7b7d85;
}
blockquote p {
  margin-bottom: 0;
}
.wp-caption-text,
.gallery-caption {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: #888;
}
/*------------------------------------------------------*/
/* Similar Page styles
/*------------------------------------------------------*/
.banner {
  width: 100%;
  min-height: 180px;
}
.page-top {
  padding: 27px 0;
  background: #fff;
}
.page-top h1,
.page-top h2 {
  margin: 0 15px 0 0;
  font-size: 30px;
  font-weight: 400;
  float: left;
  line-height: 46px;
}
.bread-crumb {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 17px;
}
.bread-crumb .breadcrumb {
  padding: 0;
  background: none;
  border-radius: 0;
  margin: 0;
}
.bread-crumb .breadcrumb li {
  display: block;
  float: left;
}
.bread-crumb .breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.bread-crumb .breadcrumb li.active {
  color: #f15b5a;
}
.bread-crumb .divider {
  display: inline-block;
  background: url("../images/breadcrumbs-divider.png") center center no-repeat;
  width: 24px;
  height: 10px;
}
.bread-crumb a {
  font-weight: 400;
  color: #3a3c41;
  display: inline-block;
}
.bread-crumb a:hover {
  text-decoration: underline;
}
#search {
  margin-bottom: 0;
}
#search form {
  position: relative;
}
#search form input[type="text"] {
  background-color: #f0f5f7;
  width: 100%;
  padding: 13px 10px 13px 40px;
  border: none;
  outline: none;
  font-weight: 400;
  color: #3a3c41;
  margin-bottom: 0;
}
#search form input[type="submit"] {
  background: url("../images/search-submit.png") center no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 999;
  border: none;
  outline: none;
  padding: 0;
}
#filters {
  padding: 0;
  border-bottom: 1px solid #dcdee4;
  margin-bottom: 30px;
}
#filters li {
  list-style: none;
  display: inline-block;
  margin: 0 18px -1px 0;
  padding-bottom: 2px;
}
#filters li a {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
  display: inline-block;
  text-decoration: none;
}
#filters li:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #f15b5a;
}
#filters li:hover a {
  padding-bottom: 20px;
}
#filters li.active {
  padding-bottom: 0;
  border-bottom: 2px solid #f15b5a;
}
#filters li.active a {
  padding-bottom: 20px;
}
.pagination {
  display: block;
  text-align: center;
  margin-left: -8px;
}
.pagination a,
.pagination span {
  background-color: #fff;
  font-size: 16px;
  color: #3a3c41;
  display: inline-block;
  margin: 0 0 8px 8px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
}
.pagination a:hover,
.pagination span:hover {
  background-color: #66c9e0;
  color: #fff;
}
.pagination span.current {
  background-color: #66c9e0;
  color: #fff;
}
.social-icon ul {
  padding: 0;
}
.social-icon ul li {
  list-style: none;
  background-color: #dcdee4;
  display: inline-block;
}
.social-icon ul li a {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.social-icon ul li .fa {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 36px;
}
.social-icon ul li:hover {
  background-color: #66c9e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
code {
  white-space: normal;
}
#scroll-top {
  display: inline;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #67c9e0;
  text-align: center;
  display: table;
  z-index: 99999999;
}
.loader .table-cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 100%;
}
.loader h1 {
  margin-top: 2rem;
  font-size: 4rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 800;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form input[type="range"],
form input[type="password"],
form input[type="text"],
form textarea {
  width: 95%;
  height: auto;
  border: 1px solid #dcdee4;
  background-color: #fff;
  margin-bottom: -10px;
  padding: 8px 10px;
  color: #3a3c41;
  font-weight: 500;
}
form input[type="file"] {
  margin-bottom: 30px;
  color: #3a3c41;
}
form input[type="submit"] {
  padding: 4px 25px;
  background-color: #3a3c41;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
}
form input[type="submit"]:hover {
  background-color: #f15b5a;
}
form input.error,
form textarea.error {
  border: 1px solid #ff0000;
}
form fieldset label {
  font-size: 14px;
  color: #999ca5;
  font-weight: 500;
  border-bottom: 1px solid #dcdee4;
  padding: 5px;
  float: left;
}
form fieldset .common {
  display: inline-block;
  float: left;
  margin-left: 7px;
}
form p {
  margin: 0;
}
textarea,
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#error-container {
  margin: 0;
}
#error-container label {
  font-size: 14px;
  display: block;
}
/* IE8 Specific Styles */
.ie8 img {
  width: inherit;
  max-width: 100% !important;
  height: auto !important;
}
.ie8 .features-var-three .feature-icon img,
.ie8 .features-var-two .single-feature img,
.ie8 .home-testimonial .flexslider-three .slides img,
.ie8 .appoint-page .appoint-section .top-icon img {
  width: auto !important;
}
.ie8 .overlay {
  visibility: hidden;
}
/*------------------------------------------------------*/
/*  Header styles
/*------------------------------------------------------*/
.header-top {
  background-color: #60646d;
  padding: 11px 0;
}
.header-top p {
  color: #bbbfc9;
}
.header-top p span {
  color: #fefefe;
  white-space: pre;
}
.header-top #inspiry_language_list {
  margin-left: 5px;
  float: right;
}
.header-top #inspiry_language_list ul {
  list-style: none;
  padding: 0;
}
.header-top #inspiry_language_list ul li {
  float: left;
  margin: 0 0 0 10px;
}
.header-top #inspiry_language_list ul li img {  margin: 0 0 0 0;  vertical-align: bottom;}
.header-top #inspiry_language_list ul li span {  font-size: 12px;}
.header-top #inspiry_language_list ul li a { font-size: 12px;  color: #bbbfc9;}
.header-top #inspiry_language_list ul li a:hover {  color: #fefefe;}
.nav-toggle {  display: none;}
#header { padding: 0px 0;  background: #fff;}
#header .logo {  float: left;}
#header .logo h1 {  margin: 0;}
#header .logo h1 a {  font-size: 30px;  font-weight: 800;}
#header .logo img {  margin-top: 7px;}
nav.main-menu {  float: right;}
nav.main-menu ul {  list-style: none;  margin: 0;  padding: 0;}
nav.main-menu ul > li {  margin: 0;  float: left;  position: relative;}
nav.main-menu ul > li > a {width:100%; display:block; padding:8px 15px; text-decoration:none; color:#60646d; font-size:16px; font-weight:400; text-align:left;
}
nav.main-menu ul > li ul { z-index:9999; padding:0; margin:0; position:absolute; top:36px; left:0; width:190px; display:none; background-color:#67c9e0;}
nav.main-menu ul > li ul li { list-style: none; float: none; position: relative; border-bottom: 1px solid #73d1e7;}
nav.main-menu ul > li ul li a { font-size: 14px; color: #fff; padding: 10px 20px; }
nav.main-menu ul > li ul li:hover a { background-color: #53c3dd;}
nav.main-menu ul > li ul li ul { position: absolute;left: 190px; top: 0;}
nav.main-menu ul > li:hover > a, nav.main-menu ul > .current-menu-item > a { background-color: #67c9e0;  color: #fff;}

/*------------------------------------------------------*/
/* Main Slider styles
/*------------------------------------------------------*/
.home-slider {
  position: relative;
}
.home-slider .flexslider {
  min-height: 300px;
}
.home-slider .flexslider.loading {
  min-height: 550px;
  background: transparent url('../images/slider-loader.gif') no-repeat center center;
}
.home-slider .content-wrapper {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 999;
}
.home-slider .slide-content {
  width: 44%;
}
.home-slider .slide-content h1 {
  font-size: 48px;
  margin: 0 0 20px;
  font-weight: 400;
}
.home-slider .slide-content h1 span {
  font-weight: 800;
}
.home-slider .slide-content h1:after {
  
  margin-left: 10px;
}
.home-slider .slide-content p {
  font-size: 18px;
  color: #3a3c41;
  margin-bottom: 20px;
  line-height: 26px;
}
.home-slider .slide-content .btn {
  padding: 10px 30px;
  background-color: #f15b5a;
}
.home-slider .slide-content .btn:hover {
  background-color: #3a3c41;
  color: #fff;
}
.home-slider .slide-content.display-bg {
  background-color: rgba(225, 255, 255, 0.6);
  padding: 20px;
}
.home-slider .slide-content.display-bg h1 {
  font-size: 42px;
}
.home-slider .appointment {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.home-slider .make-appoint {
  font-size: 15px;
  background-color: #3a3c41;
  display: block;
  text-align: left;
  position: relative;
  z-index: 99;
  padding: 7px 15px;
}
.home-slider .make-appoint i {
  width: 42px;
  padding: 9px 0;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.home-slider .make-appoint:hover {
  background-color: #000;
  color: #fff;
}
.home-slider .make-appoint.open i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}
.home-slider .appointment-two input[type="submit"] {
  margin-top: 15px;
}
.home-slider .variation-two .appointment-form {
  padding: 30px 20px;
}
.home-slider .variation-two #appointment-loader {
  margin-top: 15px;
}
.home-slider .make-appoint-one {
  width: 22%;
}
.home-slider .make-appoint-one .make-appoint .fa {
  background: none;
}
.home-slider .appointment-form {
  background-color: #67c9e0;
  padding: 16px 10px 15px;
  position: relative;
  z-index: 99;
}
.home-slider .appointment-form label.error {
  display: none !important;
}
.home-slider .common {
  padding-left: 9px;
  padding-right: 9px;
}
.home-slider input[type="text"],
.home-slider input[type="email"],
.home-slider input[type="number"],
.home-slider textarea {
  background: none;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #adebfa;
  width: 100%;
  display: inline-block;
  resize: none;
  padding: 0px 5px 5px 5px;
  margin-bottom: 0;
}
.home-slider textarea {
  height: auto;
  margin: 0;
  line-height: 20px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.home-slider input[type="text"]:focus,
.home-slider input[type="email"]:focus,
.home-slider textarea:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}
.home-slider input[type="text"],
.home-slider input[type="email"] {
  margin-bottom: 23px;
}
.home-slider input[type="submit"] {
  font-size: 14px;
  font-weight: 700;
  border: 0;
  padding: 6px 19px;
  color: #3a3c41;
  background-color: #fff;
  border: none;
  border-image: none;
  letter-spacing: 0;
  outline: none;
}
.home-slider input[type="submit"]:hover {
  background-color: #3a3c41;
  color: #fff;
}
.home-slider input[type="submit"]:focus {
  outline: none;
  background-color: #fafafa;
  color: #3a3c41;
}
.home-slider input.error,
.home-slider textarea.error {
  border: 0;
  border-bottom: 2px solid #ff0000;
}
.home-slider input.error:focus,
.home-slider textarea.error:focus {
  border-bottom: 2px solid #fff;
}
.home-slider ::-webkit-input-placeholder {
  color: #fff;
}
.home-slider :-moz-placeholder {
  color: #fff;
}
.home-slider ::-moz-placeholder {
  color: #fff;
}
.home-slider :-ms-input-placeholder {
  color: #fff;
}
.home-slider #message-sent {
  clear: both;
  padding: 10px 0;
  font-weight: 600;
  color: #fff;
  display: none;
}
#appointment_form_one #app-message {
  margin-top: 5px;
  margin-bottom: 0;
}
#appointment_form_one #appointment-loader {
  margin-top: 10px;
}
.appoint-var-three {
  padding: 40px 0;
  background-position: 85% 0;
  background-repeat: no-repeat;
  background-color: #f0f5f7;
}
.appoint-var-three .slogan-section {
  text-align: left;
  margin-bottom: 30px;
}
.appoint-var-three .slogan-section h3 {
  margin: 0 0 10px;
}
.appoint-var-three .appointment-form input[type="text"],
.appoint-var-three .appointment-form input[type="email"],
.appoint-var-three .appointment-form textarea {
  background: none;
  border: 0;
  border-bottom: 2px solid #d3d8da;
  width: 100%;
  display: inline-block;
  resize: none;
  padding: 0px 5px 5px 5px;
}
.appoint-var-three .appointment-form input[type="text"]:focus,
.appoint-var-three .appointment-form input[type="email"]:focus,
.appoint-var-three .appointment-form textarea:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}
.appoint-var-three .appointment-form ::-webkit-input-placeholder {
  color: #a7adaf;
}
.appoint-var-three .appointment-form :-moz-placeholder {
  color: #a7adaf;
}
.appoint-var-three .appointment-form ::-moz-placeholder {
  color: #a7adaf;
}
.appoint-var-three .appointment-form :-ms-input-placeholder {
  color: #a7adaf;
}
.appoint-var-three .appointment-form input[type="text"],
.appoint-var-three .appointment-form input[type="email"] {
  margin-bottom: 23px;
}
.appoint-var-three .appointment-form input[type="submit"] {
  font-size: 14px;
  border: 0;
  padding: 10px 20px;
  color: #fff;
  background-color: #f15b5a;
  margin: 5px 0 20px;
}
.appoint-var-three .appointment-form input[type="submit"]:hover {
  background-color: #898e99;
}
.appoint-var-three .appointment-form input.error,
.appoint-var-three .appointment-form textarea.error {
  border: 0;
  border-bottom: 2px solid #ff0000;
}
.appoint-var-three .appointment-form #appointment-loader {
  margin: 8px 0 0 20px;
}
.appoint-var-three .appointment-form #message-sent {
  clear: both;
  font-weight: 600;
  font-size: 16px;
}
#appointment-loader {
  display: none;
}
/*------------------------------------------------------*/
/* Home Contents
/*------------------------------------------------------*/
.default-contents {
  margin: 60px 0;
}
/*------------------------------------------------------*/
/* Home Features Styles
/*------------------------------------------------------*/
.home-features {
  padding: 90px 0 30px;
  background-color: #fff;
}
.home-features .features-intro h2 {
  margin: 0 0 30px;
  font-weight: 400;
}
.home-features .features-intro p {
  margin-bottom: 30px;
}
.home-features .features-intro .read-more {
  background-color: #f15b5a;
  color: #fff;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 16px;
}
.home-features .features-intro .read-more:hover {
  background-color: #3a3c41;
  color: #fff;
}
.home-features .single-feature {
  margin-bottom: 60px;
}
.home-features .single-feature h3 {
  margin: 0 0 15px;
  font-size: 22px;
}
.home-features .icon-wrapper {
  text-align: right;
}
.home-features .icon-wrapper .fa {
  font-size: 60px;
  color: #67c9e0;
}
/*------------------------------------------------------*/
/* Home Features Variation Two
/*------------------------------------------------------*/
.features-var-two {
  padding: 90px 0 30px;
  background-color: #fff;
}
.features-var-two .slogan-section {
  margin-bottom: 50px;
}
.features-var-two .single-feature {
  margin-bottom: 60px;
}
.features-var-two .single-feature img {
  margin: 0 auto 30px;
}
.features-var-two .single-feature h3 {
  margin: 0 0 20px;
  font-size: 18px;
}
.features-var-two .single-feature h3 a {
  font-size: 18px;
}
.features-var-two .single-feature .feature-border {
  height: 11px;
  background: transparent url(../images/feature-border.png) no-repeat center center;
  margin: 0 0 20px;
}
/*------------------------------------------------------*/
/* Home Features Variation Three
/*------------------------------------------------------*/
.features-var-three {
  padding: 90px 0 30px;
  background-color: #fff;
}
.features-var-three .slogan-section {
  margin-bottom: 60px;
}
.features-var-three .single-feature {
  margin-bottom: 55px;
}
.features-var-three .single-feature h5 {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 18px;
}
.features-var-three .single-feature h5 a {
  font-size: 18px;
}
.features-var-three .single-feature p {
  color: #b0b1b6;
}
.features-var-three .feature-icon img {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.features-var-three .single-feature:hover img {
  -webkit-transform: rotatey(180deg);
  -moz-transform: rotatey(180deg);
  -o-transform: rotatey(180deg);
}
/*------------------------------------------------------*/
/*  Home Team Styles
/*------------------------------------------------------*/
.home-doctors { text-align: center;  padding: 30px 0 30px;}
.home-doctors .common-doctor {  background-color: #fff;}
.home-doctors .common-doctor figure {  overflow: hidden;}
.home-doctors .common-doctor h5 {  margin: 0 0 10px;}
.home-doctors .common-doctor h5 a{font-family: 'Poppins', sans-serif;; font-weight:600; font-size:16px; }
.home-doctors .common-doctor .for-border {  margin-bottom: 20px;}
.home-doctors .common-doctor .text-content {  padding: 5px 5px 10px;}
.home-doctors.doctors-var-two {  text-align: left;  background-color: #fff;}
.home-doctors.doctors-var-two .slogan-section {  text-align: left;}
.home-doctors.doctors-var-two .common-doctor {  background-color: transparent;}
.home-doctors.doctors-var-two .common-doctor .for-border {  display: none;}
.home-doctors.doctors-var-two .common-doctor .text-content {  padding: 20px 0 20px;}
.home-doctors.doctors-var-two .text-center {  text-align: left;
}
/*------------------------------------------------------*/
/* Home Blog Styles
/*------------------------------------------------------*/
.home-blog {  padding: 90px 0;  background-color: #fff;}
.home-blog .common-blog-post {  background-color: #f0f5f7;}
.home-blog .common-blog-post figure {  overflow: hidden;}
.home-blog .common-blog-post .text-content {  padding: 25px;  text-align: left;}
.home-blog .common-blog-post .text-content h5 {  margin: 0 0 10px;}
.home-blog .common-blog-post .text-content p {  margin: 0 0 15px;}
.home-blog .common-blog-post .entry-meta {  margin: 0 0 15px;  font-style: italic;}
.home-blog .common-blog-post .entry-meta time {  color: #a1a9b0;}
.home-blog .common-blog-post .entry-meta a {  text-transform: capitalize;  font-weight: 500;}
.home-blog .common-blog-post .for-border {  margin: 0 0 15px;}
.home-blog .common-blog-post .gallery-slider {  margin: 0;}
.home-blog .common-blog-post .video {  margin: 0;}
.home-blog .video .video-wrapper {  padding-bottom: 61.0%;}
.home-blog.blog-var-two .slogan-section {  text-align: left;}
.home-blog.blog-var-two .common-blog-post {  background: transparent;}
.home-blog.blog-var-two .common-blog-post .text-content {  padding: 25px 0 10px;}
.home-blog.blog-var-two .entry-meta {  margin: 0 0 20px;  font-style: normal;}
.home-blog.blog-var-two .for-border {  display: none;}


/*------------------------------------------------------*/
/* Gallery Slider
/*------------------------------------------------------*/

.gallery-slider {  position: relative;  zoom: 1;  margin: 0;  padding: 0;  margin-bottom: 24px;}
.gallery-slider.loading {  min-height: 220px;  background: #f0f5f7 url('../images/loader.gif') no-repeat center center;}
.gallery-slider .slides {  zoom: 1;}
.gallery-slider .slides img {  width: 100%;  display: block;}
.gallery-slider .slides > li {  display: none;  -webkit-backface-visibility: hidden;}
.gallery-slider .flex-direction-nav a {  width: 40px;  height: 40px;  border-radius: 0;  margin-top: -20px;}
.gallery-slider .flex-direction-nav .flex-prev {
  background: #67c9e0 url("../images/prev-icon.png") center center no-repeat;
  font-size: 0;  left: -20px;  background-size: inherit;}
.gallery-slider .flex-direction-nav .flex-next {
  background: #67c9e0 url("../images/next-icon.png") center center no-repeat;
  font-size: 0;  right: -20px;  background-size: inherit;}
.gallery-slider:hover .flex-prev {  opacity: 0.7;  left: 0px;}
.gallery-slider:hover .flex-next {  opacity: 0.7;  right: 0px;}
.gallery-slider:hover .flex-next:hover,
.gallery-slider:hover .flex-prev:hover {  opacity: 1;}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	
  .gallery-slider .slides img {    margin-left: -1px;  }
  .gallery-slider .flex-direction-nav .flex-prev {    margin-left: -0.5px;  }
  .safari .gallery-slider .slides img {    margin-left: 0;  }
  .safari .gallery-slider .flex-direction-nav .flex-prev {    margin-left: 0;  }
  .safari .gallery-single #carousel .flex-viewport {    padding: 8px;  }
  
}

/*------------------------------------------------------*/
/*  Home Testimonial Styles
/*------------------------------------------------------*/
.home-testimonial {
  padding: 0px 0;}.home-testimonial .flexslider-three {  position: relative;  zoom: 1;  margin: 0;  padding: 0;}
.home-testimonial .flexslider-three .slides {  zoom: 1;}
.home-testimonial .flexslider-three .slides img {  margin-bottom: 36px;}
.home-testimonial .flexslider-three .slides > li {  display: none;  -webkit-backface-visibility: hidden;}
.home-testimonial .flexslider-three .flex-direction-nav a {  top: -16px;  width: 14px;  height: 17px;  font-size: 0;  -webkit-transition: none 0;
  transition: none 0;}
.home-testimonial .flexslider-three .flex-direction-nav .flex-prev {  left: 64%;
  opacity: 1;  background: url("../images/prev-icon-two-sprite.png") 0px 0px no-repeat;}
.home-testimonial .flexslider-three .flex-direction-nav .flex-next {  right: 8%;  opacity: 1;
  background: url("../images/next-icon-two-sprite.png") 0px 0px no-repeat;}
.home-testimonial .flexslider-three:hover .flex-next:hover {  background-position: 0px -37px;}
.home-testimonial .flexslider-three:hover .flex-prev:hover {  background-position: 0px -37px;}
.home-testimonial blockquote { background:url(../images/open-quote.png) left -6px top -17px no-repeat;  border: none;  font-family: 'Droid Serif', serif;  padding: 0;  margin: 0 0 10px;}
.home-testimonial blockquote p{text-align:justify; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; line-height:25px; color:#6a7177;}
.home-testimonial .testimonial-footer h3 {  margin: 0 0 10px;}
.home-testimonial .testimonial-footer .for-border {  margin: 0 0 10px;}
.testimonial-push-down {  height: 100px;  background-color: #fff;}
.home-testimonial.testimonial-var-two .flexslider-three {
  margin-top: -147px;
}
/*------------------------------------------------------*/
/* Home Services styles
/*------------------------------------------------------*/
.home-services {  padding: 90px 0;  background-color: #fff;}
.home-services .slogan-section {  text-align: left;}
.tab-main .tab-title {  border-bottom: 1px solid #dcdee4;  padding: 15px 10px;  position: relative;  z-index: 999;  cursor: pointer;}
.tab-main .tab-title h6 {  font-size: 14px;  font-weight: 500;  -webkit-transition: all 0.2s;  transition: all 0.2s;  margin: 0;}
.tab-main .tab-title:hover h6 {  margin-left: 5px;}
.tab-main .tab-title.active {  background-color: #f0f5f7;  margin-right: -1px;}
.tab-main .tab-title.active h6 {  margin-left: 10px;  font-weight: 700;}
.tab-main .tab-content {  background-color: #f0f5f7;  border: 1px solid #dcdee4;  margin-left: -30px;  min-height: 290px;  height: auto !important;  height: 290px;}
.tab-main .tab-content .content {  display: none;  padding: 30px;}
.tab-main .tab-content h5 {  margin: 0 0 15px;}
.tab-main .tab-content p {  margin-bottom: 28px;}
.tab-main .tab-title:first-of-type {  margin-top: 30px;}
.tab-main .tab-title.active:first-of-type {  border-top: 1px solid #dcdee4;}

/*------------------------------------------------------*/
/*  Home Sidebar styles
/*------------------------------------------------------*/
.home-Sidebar .services-widget {  margin-bottom: 75px;}
.home-Sidebar .feature-video-widget .slogan-section {  margin-bottom: 30px;}
.home-Sidebar .feature-video-widget .read-more {  margin-top: 30px;}

/*------------------------------------------------------*/
/* Footer styles
/*------------------------------------------------------*/
#main-footer {
  background-color: #3a3c41;
  padding: 10px 0 30px 0;
  color: #9ba0aa;
  line-height: 24px; margin-top:15px;
}
#main-footer .widget h3.title {
  margin-bottom: 30px;
  color: #f0f5f7;
  font-size: 18px;
  font-weight: 700;
}
#main-footer .widget p {
  margin-bottom: 25px;
}
#main-footer .widget a {
  color: #b5bac6;
}
#main-footer .widget a:hover {
  color: #cbd1de;
}
#main-footer .widget ul {
  border-color: #4a4c52;
}
#main-footer .widget ul li {
  border-color: #4a4c52;
}
#main-footer .widget .tagcloud a {
  color: #fff;
}
#main-footer .widget label {
  color: #9ba0aa;
}
#main-footer .widget input[type="text"] {
  background-color: #515359;
  border: none;
  padding: 4px 15px;
  margin-bottom: 13px;
  width: 100%;
  color: #fff;
  outline: none;
  overflow: hidden;
}
#main-footer .widget input[type="text"]:focus {
  background-color: #696c74;
}
#main-footer .widget input[type="submit"] {
  border: none;
  background-color: #67c9e0;
  color: #fff;
}
#main-footer .widget input[type="submit"]:hover {
  background-color: #4dbed9;
}
#main-footer .widget .wp-email-capture-widget {
  margin: 20px 0;
}
#main-footer .appoint-widget span {
  border-bottom: 1px solid #4a4c52;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
}
#main-footer .appoint-widget span:last-child {
  border-bottom: none;
}
#main-footer #wp_email_capture > form > div {
  background: transparent !important;
  color: #e0e0e0;
  margin: 0 0 15px !important;
  width: 100%;
}
/*------------------------------------------------------*/
/* Footer Bottom
/*------------------------------------------------------*/
.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid #4a4c52;
  padding-top: 26px;
}
.footer-bottom p {
  color: #7a7d86;
}
.footer-bottom .footer-social-nav {
  margin: 0;
  padding: 0;
  float: right;
}
.footer-bottom .footer-social-nav li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
}
.footer-bottom .footer-social-nav li .fa {
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #53565c;
}
.footer-bottom .footer-social-nav li .fa:hover {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: -2px;
}
.footer-bottom .footer-social-nav li a {
  width: auto;
  height: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-bottom .footer-social-nav li a:hover {
  text-decoration: none;
}
/*------------------------------------------------------*/
/* Scroll Top
/*------------------------------------------------------*/
a#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 80px;
  height: 42px;
  width: 42px;
  z-index: 9999;
  line-height: 3em;
  background: #8b0303 url("../images/scroll-top.png") center center no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50px;
}
a#scroll-top:hover {
  background-color: #52abc0;
}

.testimonial{ width:240px; padding:10px 0px 0px 0px; float:right; background:#fff; border:1px solid #ccc; margin-right:0px; margin-left:10px; border-radius:2px; 	}
.testimonial h3{ font-size:14px !important;}
.testimonial h2{  background:#60646D; color:#fff; padding:8px 0px 8px 30px; font-size:16px; text-align:left;}

.menu{width:100%; height:40px; background:#60646D;}
.menu_inner{ width:1200px; height:40px; margin:0 auto;  }
.menu_inner ul{ padding:0px; margin:0px; }
.menu_inner ul li{ list-style:none; float:left; line-height:40px; }
.menu_inner ul li a{ text-decoration:none; color:#fff; padding:8px 10px; font-family: 'Poppins', sans-serif;; text-shadow:0px 1px 1px #000; }
.menu_inner ul li a:hover, .active_menu{ color:#FDF04E !important;  background:#595759}

.menu_inner ul li ul{ position:absolute; display:none; width:235px; background:#60646D; z-index:1000; border:5px solid #fff; border-top:none; border-radius:0px 0px 10px 10px;}
.menu_inner ul li:hover ul{ display:block;}
.menu_inner ul li ul li{ float:left; width:223px; line-height:32px; }
.menu_inner ul li ul li a{ float:left; width:223px; border-bottom:1px solid #595759; padding:0px 10px 0px 40px; background:url(../images/breadcrumbs-divider2.png) center left 20px no-repeat; }
.menu_inner ul li ul li a:hover{  background:#595759 url(../images/breadcrumbs-divider2.png) center left 20px no-repeat;}
.faangledown{ background:url(../images/menu-drop.png) center no-repeat; width:11px; height:10px; }

.common-doctor figure{ width:25%; float:left; margin-top:12px;}
.text-content{ width:75%; float:right; }

.demo-1{ display:none; }
.jdyfgte{ margin-bottom:5px !important;}
.longline{ width:100%; height:auto; position:absolute; color:#fff; font-family: 'Poppins', sans-serif;; padding:5px 0px; font-size:20px; text-align:center; margin-top:-46px;  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); z-index:10000;}

.slide-content{ width:1100px !important; text-align:center !important; padding-top:40px !important; }
.slide-content h1{ font-family: 'Poppins', sans-serif;; color:#000; font-size:30px !important; }
.slide-content a{ font-family: 'Poppins', sans-serif;; font-weight:normal; padding:5px 20px !important; border-radius:3px; }

.schedule{ width:100%; height:auto; border-bottom:3px solid #000; border-top:3px solid #000; background:url(../images/stats-background.jpg) center top repeat; margin-bottom:20px;}
.classes_schedule{  height:auto; margin:0 auto;}
.slogansection{ width:auto; text-align:center;  color:#EEE;}
.slogansection h2{ color:#fff;font-family: 'Poppins', sans-serif;;  font-weight:normal; }
.dates_main{ width:auto; height:auto;}

.date_main{ width:200px; height:210px; padding:10px 0px; margin:10px; float:left; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1); border:1px solid #615015; border-radius:5px; }
.date{ background:url(../images/date.png) center no-repeat; width:107px; height:95px; margin:0 auto; text-align:center; padding-top:28px; font-size:14px; font-weight:bold; }
.date span {color:#fff;font-family: 'Poppins', sans-serif;; font-size:17px; }
.date_text{ width:130px; margin:0 auto; height:auto; color:#fff;  }
.date_text h3 {color:#DBC164; font-family: 'Poppins', sans-serif;; font-size:17px; font-weight:normal; text-align:center; }
.date_text ul{ padding:0px; margin:0px; }
.date_text ul li{ list-style:none; font-size:12px; line-height:22px; }
.date_text ul li.li1{ background:url(../images/clock.png) center left no-repeat; padding-left:25px;}
.date_text ul li.li2{ background:url(../images/location.png) center left no-repeat; padding-left:25px;}

.contenfhg{ width:880px;}
.contenfhg p{ text-align:left !important; margin-bottom:15px; padding-right:10px; }

.map{ width:550px; height:200px; background:#ccc; float:right; border-radius:5px; line-height:200px; font-family: 'Poppins', sans-serif;; text-align:center; color:#000; font-size:18px;  }


.innerpage_banner{ width:100%; height:200px; border-bottom:3px solid #60646D; }
.aboutus{ background:url(../images/innerpage_banners/aboutus.jpg) center top no-repeat; margin-bottom:15px; }
.events{ background:url(../images/innerpage_banners/events.jpg) center top no-repeat; margin-bottom:15px; }
.onlineexam{ background:url(../images/innerpage_banners/onlineexam.jpg) center top no-repeat; margin-bottom:15px; }
.onlinetraining{ background:url(../images/innerpage_banners/onlinetraining.jpg) center top no-repeat; margin-bottom:15px; }
.registration{ background:url(../images/innerpage_banners/registration.jpg) center top no-repeat; margin-bottom:15px; }
.services{ background:url(../images/innerpage_banners/services.jpg) center top no-repeat; margin-bottom:15px; }
.testimonials{ background:url(../images/innerpage_banners/testimoial.jpg) center top no-repeat; margin-bottom:15px; }
.contact{ background:url(../images/innerpage_banners/contact.jpg) center top no-repeat; margin-bottom:15px; }
.gallery{ background:url(../images/innerpage_banners/gallery.jpg) center top no-repeat; margin-bottom:15px; }
.login{ background:url(../images/innerpage_banners/login.jpg) center top no-repeat; margin-bottom:15px; }
.cifs{ background:url(../images/innerpage_banners/cifs.jpg) center top no-repeat; margin-bottom:15px; }
.hvac{ background:url(../images/innerpage_banners/hvac.jpg) center top no-repeat; margin-bottom:15px; }
.diploma{ background:url(../images/innerpage_banners/diploma.jpg) center top no-repeat; margin-bottom:15px;}
.franchisee{ background:url(../images/innerpage_banners/franchisee.jpg) center top no-repeat; margin-bottom:15px; }
.ciadessss{ background:url(../images/innerpage_banners/civil.jpg) center top no-repeat; margin-bottom:15px; }
.pptc{ background:url(../images/innerpage_banners/pptc.jpg) center top no-repeat; margin-bottom:15px; }



.innerpage_banner h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #fff;
    font-family: 'Poppins', sans-serif;;
    font-size: 20px;
    height: auto;
	position:absolute; margin-top:165px; font-weight:normal;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    z-index: 10000;
}

.second_heading{ float:left; font-family: 'Poppins', sans-serif;; color:#EF4524 !important; font-weight:normal;  font-size: 23px; margin-top:5px;}

.couresss{ width:auto; height:auto; text-align:left;}
.couresss ul{ }
.couresss ul li{ list-style:none; padding:8px 0px 8px 40px; height:45px; float:left; width:268px; background:url(../images/innerpage_banners/handli.png) top left no-repeat; font-weight:bold;}

input, select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    
    height: 30px;
    padding: 2px 5px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 240px;
}

textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
   
    height: auto;
    padding: 2px 5px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 240px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
    border-color: rgba(82, 168, 236, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6) !important;
    outline: 0 none !important;
}
.buton{ background:#2D98D2; width:auto; padding:3px 18px; color:#fff; border:1px solid #20429B; border-radius:3px; }
.buton:hover{ color:#000; }

.contact_text{  font-size:14px; line-height:25px;}
.contact_text span{ font-weight:bold; font-size:16px; color:#921B2E; }

.liststst{ padding:0px; margin-left:20px; margin-botom:0px;}
.liststst li{  text-align:left; font-size:12px; padding:2px; }

.fasidier{ background:#fff; border:3px solid #ccc; border-radius:5px; }

.photos img{ margin:0px 5px;}

.marhdhd{ width:auto; height:auto; background:#F0F5F7; padding:20px; border:1px solid #ccc; margin-top:20px; margin-right:15px;}
.marhdhd img{ width:200px; height:120px; border:3px solid #ccc; border-radius:2px; margin:0px 5px;}

.radiofd{ width:20px; height:10px;}


.stellarnav { position: relative; width: 100%; z-index: 9900; line-height: normal; }
.stellarnav a { color: #777; }
.stellarnav ul { margin: 0; padding: 0; text-align: center; }
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.stellarnav li a { padding: 8px 15px; display: block; text-decoration: none; color: #777; font-size: inherit; font-family: inherit; box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }

/* main level */
.stellarnav > ul > li { display: inline-block;  }
.stellarnav > ul > li > a { padding: 12px 13px; }

/* first level dd */
.stellarnav ul ul { top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #ddd; }
.stellarnav li li { display: block; }

/* second level dd */
.stellarnav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.stellarnav > ul > li.drop-left > ul { right: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 220px; }

/* light theme */
.stellarnav.light { background: rgba(255, 255, 255, 1); }
.stellarnav.light a { color: #000; }
.stellarnav.light ul ul { background: rgba(255, 255, 255, 1); }
.stellarnav.light li a { color: #000; }

/* dark theme */
.stellarnav.dark { background: rgba(0, 0, 0, 1); }
.stellarnav.dark a { color: #FFF; }
.stellarnav.dark ul ul { background: rgba(0, 0, 0, 1); }
.stellarnav.dark li a { color: #FFF; }
/* sticky nav */
.stellarnav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x { overflow-x: hidden; }

/* general styling */
.stellarnav li.has-sub > a:after { content: ''; margin-left: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #FFF; display: inline-block; }
.stellarnav li li.has-sub > a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #FFF; position: relative; top: 4px; }
.stellarnav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #FFF; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.stellarnav.desktop li.has-sub a { padding-right: 5px; }
.stellarnav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile { display: none; }

/* svg icons */
.stellarnav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */

.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.stellarnav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.stellarnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; }
.stellarnav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.stellarnav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.stellarnav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.stellarnav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.stellarnav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

.stellarnav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.stellarnav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.stellarnav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.stellarnav.light .icon-close:before { border-color: #000; }
.stellarnav.light .icon-close:after { border-color: #000; }
.stellarnav.dark .icon-close:before { border-color: #FFF; }
.stellarnav.dark .icon-close:after { border-color: #FFF; }

/* mobile nav */
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px; box-sizing: border-box; }
.stellarnav .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
.stellarnav .menu-toggle span.bars span { display: block; width: 15px; height: 2px; border-radius: 6px; background: #777; margin: 0 0 3px; }
.stellarnav .full { width: 100%; }
.stellarnav .half { width: 50%; }
.stellarnav .third { width: 33%; text-align: center; }
.stellarnav .location-btn-mobile.third { text-align: center; }
.stellarnav .location-btn-mobile.half { text-align: right; }
.stellarnav.light .third, .stellarnav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.left .third, .stellarnav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.right .third, .stellarnav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child { border-left: 0; }
.stellarnav.dark .third, .stellarnav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.left .third, .stellarnav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.right .third, .stellarnav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child { border-left: 0; }
.stellarnav.light .menu-toggle span.bars span { background: #000; }
.stellarnav.dark .menu-toggle span.bars span { background: #FFF; }
.stellarnav.mobile { position: static; }
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { position: relative; display: none; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul > li { display: block; }
.stellarnav.mobile > ul > li > a { padding: 6px 15px; }
.stellarnav.mobile ul { background: rgba(221, 221, 221, 1); }
.stellarnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.stellarnav.mobile ul ul ul { left: auto; top: auto; }
.stellarnav.mobile li.drop-left ul ul { right: auto; }
.stellarnav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile li a.dd-toggle { border: 0; }
.stellarnav.mobile.light li a.dd-toggle { border: 0; }
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile { display: inline-block; }
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.stellarnav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.stellarnav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.stellarnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.stellarnav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; z-index: 100000000; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.stellarnav.mobile.right > ul { right: 0; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; }
.stellarnav.mobile.left > ul { left: 0; }
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half { text-align: center; }
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third { text-align: center; }
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third { text-align: left; }
.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.stellarnav.desktop li.mega ul ul { background: none; }
.stellarnav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.stellarnav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.stellarnav.desktop li.mega ul ul { width: auto; }
.stellarnav.desktop > ul > li.mega { position: inherit; }
.stellarnav.desktop > ul > li.mega > ul { width: 100%; }
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.stellarnav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.stellarnav.desktop li.mega li li a { padding: 5px 15px; }
.stellarnav.desktop li.mega li.has-sub a:after { display: none; }
.stellarnav.desktop > ul > li.mega > ul > li > a { color: yellow; }
/* mega dd */


/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
	.stellarnav { overflow: hidden; display: block; }
	.stellarnav ul { position: relative; display: none; }
}

/* mobile nav */
@media only screen and (max-width : 420px) {
	.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none; }
	    .testimonial {
    width: 100%;
    
	}
	.testmoniel {
    width: 100%; height: auto;
    
}
.studentspeak {
    width: 100%;
    height: auto;

}
.studentspeak p {
    height: auto; }
}
