/*------------------------------------------------------------------
[Table of contents]

General Styling
Header
Footer
About Us
Blog
Contact
Portfolio
Sidebar
Typography
Elements [Forms, buttons etc..]
Other Plugins

[/Table of contents]
-------------------------------------------------------------------*/


.panel-group-courses {
  margin-bottom: 0px;
}
.panel-group-courses .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group-courses .panel + .panel {
  margin-top: 0px;
}
.panel-group-courses .panel-heading {
  border-bottom: 0;
}
.panel-group-courses .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px solid #cccccc;
}
.panel-group-courses .panel-footer {
  border-top: 0;
}
.panel-group-courses .panel-footer + .panel-collapse .panel-body {
  border-bottom: 0px solid #cccccc;
}


.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.alert-light-blue { border-color: #ffffff; background: #f8f8f8; color: #000000; }
.alert-light-white { border-color: #ededed; background: #ffffff; color: #000000; }
p.alert-white-articles { border-color: #FFFFFF; background: #ffffff; font-color: #000000; color: #000000; }
.alert-light-white-zero { border-color: #ededed; background: #ffffff; color: #000000;}
.alert-light-grey { border-color: #333; background: #333; color: #333; }
.alert-light-red { border-color: #CB2D11; background: #fff; color: #CB2D11; }
.alert-red { border-color: #CB2D11; background: #CB2D11; color: #FFFFFF; }

.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
.first-line,
.solution-line {
  font-family: 'Lato', sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
body {
  font-family: "Lato", sans-serif;
}
section {
  padding: 70px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #4f4f4f;
}

p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 300;
  color: #000000;
}


p.courses {
  color: #000000;
  line-height: 15px;
  font-weight: 300;
}

p.courses-whitebox {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 15px;
  font-weight: 400;
  color: #000000;
}

.the-course-date {
  font-size: 13px;
  font-weight: 700;
}
.quote_start {
  font-style: italic;
}
.clients {
  color: #E1AE29;
}
.bg-info,
.bg-warning,
.bg-danger {
  padding: 15px;
  font-size: 16px;
}
.grey{
  background-color: #eeeeee;
}
.grey .accent-button a {
  background-color: #eeeeee!important;
}
.site-header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #2F2E3B;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.site-header .header-info {
  overflow: hidden;
  border-bottom: 1px solid #403F4D;
}
.site-header .header-info ul {
  float: right;
  list-style: none;
  padding: 7px 0px 5px;
  margin: 0px;
}
.site-header .header-info ul .language {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px;
}
.site-header .header-info ul .language .showLink {
  position: relative;
  color: #777777;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
  border-left: 1px solid #d4dee1;
  padding-left: 10px;
}
.site-header .header-info ul .language .hideLink {
  border-left: 1px solid #d4dee1;
  padding-left: 10px;
  top: 0;
  left: 0;
  position: relative;
  color: #777777;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
}
.site-header .header-info ul .language #example {
  margin-top: -1px;
  display: none;
}
.site-header .header-info ul .language #example ul {
  z-index: 21;
  position: absolute;
  padding: 0;
  margin-top: 0px;
  list-style: none;
  background-color: #eeeeee;
}
.site-header .header-info ul .language #example ul li {
  border-bottom: 1px solid #d4d4d4;
  border-left: none;
  display: block;
  margin: 0px;
  width: 110px;
  padding: 7px 15px;
}
.site-header .header-info ul .language #example ul li a {
  color: #515151;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
}
.site-header .header-info ul .language #example ul li a:hover {
  color: #E1AE29;
  transition: all 0.3s;
}
.site-header .header-info ul .language #example ul li:last-child {
  border-bottom: none;
}
.site-header .header-info ul .language #example ul li:last-child a {
  color: #515151;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
  background-color: transparent;
  text-transform: capitalize;
  padding: 0px;
}
.site-header .header-info ul .language #example ul li:last-child a:hover {
  color: #E1AE29;
  transition: all 0.3s;
}
.site-header .header-info ul li {
  display: inline-block;
  color: #777777;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
  padding-left: 15px;
  margin-right: 10px;
  border-left: 1px solid #d4dee1;
}
.site-header .header-info ul li i {
  margin-right: 5px;
  margin-left: 5px;
}
.site-header .header-info ul li a {
  color: #E1AE29;
  text-transform: uppercase;
}
.site-header .header-info ul li:first-child {
  border-left: none;
}
.site-header .header-info ul li:last-child {
  border-left: none;
}

.site-header .main-header .logo {
  float: left;
  line-height: 75px;
  padding: 0 0 20px 0;
}
@media (max-width: 991px) {
  .site-header .main-header .logo {
    padding-right: 20px;
    margin-right: 10px;
    max-width: 100px;
  }
  .site-header .main-header .logo img{
    max-width: 100px;
  }
  .header-right-cart {
    padding: 10px 30px 10px!important;
    border-left: 1px solid #403F4D;
    border-right: 1px solid #403F4D;
  }
  .header-right-toggle {
    margin: 4px 0px 0px 20px!important;
  }
}
.scrolled-header {
  /* background-color: rgba(250, 250, 250, 0.97);*/
  background-color: #2F2E3B;
  top: 0;
}
.basketround{
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #E1AE29;
  position: relative;
  z-index: 9;
  margin-top: -53px;
  margin-left: 20px;
}
.basketcount{
  font-size: 12px;
  color: #fff;
  position: relative;
  z-index: 10;
  margin-top: -49px;
  display: block;
  margin-left: 27px;
  font-weight: 700;
}
.header-right-cart {
  line-height: 75px;
  padding: 10px 60px 10px;
  font-size: 22px;
  border-left: 1px solid #403F4D;
}
.header-right-cart a {
  color: #E0E0E1;
}
.header-right-toggle {
  margin-top: 20px;
  margin-right: 20px;
}
.header-right-toggle a {
  padding-left: 7px;
  margin-top: 25px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #E1AE29;
  display: inline-block;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
}
a.side-menu-button i {
  margin-right: 6px;
}
input[type="submit"] {
  cursor: pointer!important;
}
.courses-submenu {
  text-align: left;
  position: absolute;
  top: 100%;
  width: 100%;
  margin: 0;
  padding: 5px 50px;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.courses-submenu .course-submenu-item {
  border: 1px solid #E1AE27;
  background-color: #2F2E3B;
  display: block;
  margin: 5px 0px;
  padding: 10px;
  min-height: 95px;
}
.courses-submenu .course-submenu-item a{
  color: #fff;
}
.col-submenu {
  padding: 0 5px;
}
.col-submenu span{
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-family: 'Lato', sans-serif;
  border-right: 1px solid #E1AE27;
  margin: 5px 10px;
  padding: 20px;
  min-height: 95px;
  color: #E1AE27;
  font-size: 36px;
  float: left;
}
.dropdown-basket {
  text-align: left;
  position: absolute;
  top: 100%;
  right: 10%;
  width: 290px;
  background: #fff;
  border-top: 5px solid #E1AE27;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-shadow:    6px 6px 8px rgba(0,0,0,0.05);
  -webkit-box-shadow: 6px 6px 8px rgba(0,0,0,0.05);
  box-shadow:         6px 6px 8px rgba(0,0,0,0.05);
}
nav.main-navigation {
  position: relative;
  display: block;
  z-index: 20;
  float: right;
  padding: 0;
}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 37px 15px 38px;
}
nav.main-navigation ul li ul.sub-menu {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background: #fff;
  border-top: 5px solid #E1AE27;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-shadow:    6px 6px 8px rgba(0,0,0,0.05);
  -webkit-box-shadow: 6px 6px 8px rgba(0,0,0,0.05);
  box-shadow:         6px 6px 8px rgba(0,0,0,0.05);
}
.dropdown-basket p,
nav.main-navigation ul li ul.sub-menu li {
  border-top: none;
  display: block;
  padding: 0;
  margin: 10px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.dropdown-basket p a {
  color: #E1AE29;
  font-size: 13px;
  font-weight: 700;
}
.dropdown-basket .total {
  color: #E1AE29;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  border: 0;
}
nav.main-navigation ul li ul.sub-menu li a {
  color: #B0B0BE;
  font-size: 13px;
  font-weight: 700;
}
nav.main-navigation ul li ul.sub-menu li a:hover {
  color: #E1AE29;
}
nav.main-navigation ul li ul.sub-menu li:last-child {
  float: none;
  padding-bottom: 0px;
  border-bottom: none;
}
.header-right-cart:hover .dropdown-basket,
nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.courses-submenu-open {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
  color: #E0E0E1;
  line-height: 18px;
  font-size: 15px;
  font-weight: 300;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 10px 0;
  }
}
nav.main-navigation ul a:hover {
  color: #E1AE29;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  border-color: transparent;
  background-color: transparent;
}
#search .btn span {
  background-color: #E1AE29;
  padding: 15px 20px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 2px;
  display: inline-block;
  border-color: transparent;
}
#search .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search .close {
  outline: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background-color: #E1AE29;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style: none;
  float: left;
}
nav.responsive-menu ul li {
  margin: 1px 0px;
  display: block;
  position: relative;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  color: #ffffff;
}
nav.responsive-menu ul li .show-submenu i {
  width: 47px;
  height: 47px;
  background-color: #E1AE29;
  text-align: center;
  display: inline-block;
  line-height: 47px;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 0px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 25px;
  color: #ffffff;
  top: 6px;
}
nav.responsive-menu ul li .sub-menu li a {
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
nav.responsive-menu ul li .sub-menu li:last-child {
  padding: 0 0 0px 10px;
  margin: 0 0 10px 0px;
  border-bottom: 1px solid #2F2E3B;
}
nav.responsive-menu ul li .sub-menu a {
  padding: 10px 30px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 13px;
  background-color: #2F2E3B;
  margin-right: 15px;
  margin-top: 1px;
}
nav.responsive-menu a {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  padding: 15px 15px;
  margin: 0;
  color: #ffffff;
  background-color: #2F2E3B;
  border-bottom: 1px solid #403F4D;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #2F2E3B;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu.open { visibility: visible; }
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer {
  background-color: #EEEEEE;
  width: 100%;
  padding: 90px 0px 0px 0px;
}
footer .partners-logo {
  padding: 15px 0 60px;
}
footer .partners-logo a {
  margin-left: 20px;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.5px;
  font-size: 15px;
  padding: 10px 0;
}
footer .partners-logo img {
  width:100%;
  max-width: 153px;
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
footer .partners-logo img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
footer .footer-widget {
  text-align: center;
}
footer .footer-widget p {
  color: #494949;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  padding-top: 40px;
}
footer .footer-widget h2 {
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0px;
}
footer .footer-widget .line-dec {
  width: 44px;
  height: 1px;
  background-color: #E1AE29;
  margin: 25px 0px;
}
footer .footer-widget .educa-info .text-button {
  margin-top: 15px;
}
@media (max-width: 991px) {
  footer .footer-widget .featured-links {
    margin-top: 60px;
  }
}
footer .footer-widget .featured-links ul {
  padding: 0;
  margin-left: 15px;
  list-style: circle;
  color: #E1AE29;
  display: inline-block;
}
footer .footer-widget .featured-links ul li {
  margin-top: 2px;
  margin-bottom: 10px;
}
footer .footer-widget .featured-links ul li a {
  color: #d6d6d6;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
footer .footer-widget .featured-links ul li a:hover {
  color: #E1AE29;
  transition: all 0.3s;
}
footer .footer-widget .featured-links ul li:before {
  color: #E1AE29;
}
footer .footer-widget .featured-links ul:last-child {
  margin-left: 45px;
}
@media (max-width: 991px) {
  footer .footer-widget .university-address {
    margin-top: 60px;
  }
}
footer .footer-widget .university-address ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-widget .university-address ul li {
  display: inline-block;
  color: #d6d6d6;
  margin-bottom: 20px;
  margin-left: 0px;
}
footer .footer-widget .university-address ul li i {
  font-size: 17px;
  height: 25px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 991px) {
  footer .footer-widget .newsletters {
    margin-top: 60px;
  }
}
footer .footer-widget .newsletters ::-webkit-input-placeholder {
  color: #d6d6d6;
}
footer .footer-widget .newsletters :-moz-placeholder {
  /* Firefox 18- */
  color: #d6d6d6;
}
footer .footer-widget .newsletters ::-moz-placeholder {
  /* Firefox 19+ */
  color: #d6d6d6;
}
footer .footer-widget .newsletters :-ms-input-placeholder {
  color: #d6d6d6;
}
footer .footer-widget .newsletters input {
  margin-top: 15px;
  border: 1px solid #31383c;
  margin-bottom: 20px;
  background-color: #202a2f;
  width: 100%;
  padding-left: 35px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #777777;
  height: 40px;
  outline: none;
}
footer .footer-widget .newsletters input[class='email'] {
  background-image: url(../images/email-icon.png);
  background-position: 10px;
  background-repeat: no-repeat;
}
footer .copyright-menu {
  margin-top: 80px;
  border-top: 1px solid #C8C8CA;
  border-bottom: 1px solid #C8C8CA;
}
footer .copyright-menu .copyright-text {
  margin-top: 20px;
}
footer .copyright-menu .copyright-text p {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: #494949;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  font-weight: bold;
}
footer .copyright-menu .menu {
  float: right;
  margin-top: 20px;
}
footer .copyright-menu .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .copyright-menu .menu ul li,
.widget-subscribe-icons ul li {
  margin-right: 12px;
  display: inline-block!important;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.widget-subscribe-icons ul li a,
footer .copyright-menu .menu ul li a {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #494949;
  letter-spacing: 0.5px;
}
.widget-subscribe-icons ul li a:hover,
footer .copyright-menu .menu ul li a:hover {
  color: #E1AE29;
  transition: all 0.3s;
}
section.our-skills {
  padding: 0px 0px 70px 0px;
  background-color: #1f272b;
}
section.our-skills .fun-facts {
  background-color: #a12c2f;
}
section.our-skills .fun-facts .fact-item {
  padding: 15px 0px;
  border-right: 1px solid #1f272b;
  display: inline-block;
  width: 24.738%;
  text-align: center;
}
section.our-skills .fun-facts .fact-item .fact-holder {
  cursor: pointer;
  position: relative;
}
section.our-skills .fun-facts .fact-item .fact-holder h4 {
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
section.our-skills .fun-facts .fact-item .fact-holder img {
  display: block;
  margin: 0 auto;
}
section.our-skills .fun-facts .fact-item .fact-holder span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
section.our-skills .fun-facts .fact-item .fact-holder .hover-content {
  -moz-transform: translate3d(0, -15px, 0);
  -o-transform: translate3d(0, -15px, 0);
  -ms-transform: translate3d(0, -15px, 0);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
section.our-skills .fun-facts .fact-item .fact-holder .hover-content i {
  left: -4px;
  width: 101.5%;
  background-color: #a12c2f;
  display: inline-block;
  position: absolute;
  color: #E1AE29;
  font-size: 22px;
  padding: 15px 0px 20px 0px;
}
section.our-skills .fun-facts .fact-item:first-child .hover-content i {
  left: 0;
  width: 100%;
}
section.our-skills .fun-facts .fact-item:last-child {
  border-right: none;
}
section.our-skills .fun-facts .fact-item:hover .hover-content {
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}
section.our-skills .section-heading {
  margin-top: 120px;
}
section.our-skills .section-heading h1 {
  color: #ffffff;
}
section.our-skills .skill-item {
  margin-top: 60px;
}
section.our-skills .skill-item h6 {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  margin: 0px;
  margin-bottom: -30px;
}
section.our-skills .skill-item span {
  margin-bottom: 5px;
  margin-left: 75%;
  font-size: 12px;
  color: #222222;
  font-family: 'Lato', sans-serif;
  background-color: #E1AE29;
  display: inline-block;
  position: relative;
  width: 30px;
  text-align: center;
  line-height: 20px;
  height: 20px;
}
section.our-skills .skill-item .bg-bar {
  margin-top: 10px;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
section.our-skills .skill-item .fill-bar {
  width: 78%;
  height: 8px;
  background-color: #E1AE29;
  margin-top: -8px;
}
section.our-skills .second-item span {
  margin-left: 89%;
}
section.our-skills .second-item .fill-bar {
  width: 92%;
}
section.our-skills .third-item span {
  margin-left: 82%;
}
section.our-skills .third-item .fill-bar {
  width: 85%;
}
section.our-skills .fourth-item {
  padding-bottom: 30px;
}
section.our-skills .fourth-item span {
  margin-left: 67%;
}
section.our-skills .fourth-item .fill-bar {
  width: 70%;
}
@media (max-width: 991px) {
  .testimonials-news .university-news {
    margin-top: 60px;
  }
}
.testimonials-news .news-item {
  margin-bottom: 40px;
}
.testimonials-news .news-item img {
  float: left;
  margin-right: 20px;
}
.testimonials-news .news-item ul {
  padding-top: 10px;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .testimonials-news .news-item ul {
    padding-top: 0px;
  }
}
.testimonials-news .news-item ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.testimonials-news .news-item ul li:first-child {
  border-left: none;
  padding-left: 0px;
}
.testimonials-news .news-item ul li:last-child {
  border-right: none;
}
.testimonials-news .news-item h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.university-news .section-heading p {
  padding-bottom: 20px;
}
.university-news .news-item {
  margin-top: 30px;
  display: block;
}
@media (max-width: 991px) {
  .university-news .news-item {
    text-align: center;
  }
}
.university-news .news-item .thumb-holder {
  margin-right: 25px;
  float: left;
  position: relative;
}
@media (max-width: 991px) {
  .university-news .news-item .thumb-holder {
    float: none;
    margin-right: 0px;
  }
}
.university-news .news-item .thumb-holder img {
  width: 270px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .university-news .news-item .thumb-holder img {
    width: 100%!important;
  }
}
.university-news .news-item .thumb-holder .hover-content {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 270px;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  .university-news .news-item .thumb-holder .hover-content {
    width: 100%;
  }
}
.university-news .news-item .thumb-holder .hover-content i {
  margin-top: 100px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .university-news .news-item .thumb-holder .hover-content i {
    margin-top: 40%;
  }
}
.university-news .news-item .right-content {
  border-top: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  padding: 0px 20px;
  height: 220px;
}
@media (max-width: 991px) {
  .university-news .news-item .right-content {
    border-left: 2px solid #eeeeee;
    border-top: none;
    height: auto;
  }
}
.university-news .news-item .right-content ul {
  padding-top: 20px;
  list-style: none;
}
@media (max-width: 991px) {
  .university-news .news-item .right-content ul {
    margin-left: 0px;
    padding-left: 0px;
  }
}
.university-news .news-item .right-content ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.university-news .news-item .right-content ul li:first-child {
  border-left: none;
  padding-left: 0px;
}
.university-news .news-item .right-content ul li:last-child {
  border-right: none;
}
.university-news .news-item .right-content h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.university-news .news-item .right-content h4:hover {
  color: #E1AE29;
  transition: all 0.5s;
}
.university-news .news-item .right-content .line-dec {
  width: 44px;
  height: 1px;
  background-color: #eeeeee;
  margin-left: 275px;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .university-news .news-item .right-content .line-dec {
    margin-left: auto;
    margin-right: auto;
  }
}
.university-news .news-item .right-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .university-news .news-item .right-content p {
    padding-bottom: 20px;
  }
}
.university-news .news-item:hover .hover-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.classic-posts .classic-item {
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #eeeeee;
}
.classic-posts .classic-item .img_right,
.classic-posts .classic-item .img_right_s {
  width: inherit;
  float: left;
  padding: 0 20px 20px 0;
}
.classic-posts .classic-item img {
  width: 100%;
  overflow: hidden;
}
.classic-posts .classic-item ul {
  padding-top: 10px;
  margin-top: 10px;
  list-style: none;
}
.classic-posts .classic-item ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.classic-posts .classic-item ul li em {
  font-style: normal;
  color: #E1AE29;
}
.classic-posts .classic-item ul li:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: -40px;
}

.classic-posts .classic-item ul li:last-child {
  border-right: none;
}
.classic-posts .classic-item h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.classic-posts .classic-item .buttons {
  margin-top: 30px;
}
.classic-posts .classic-item .accent-button {
  display: inline-block;
}
.classic-posts .classic-item .second-button,
.courses-list.second-button button,
.courses-list .accent-button button,
.courses-list .second-button,
.courses-list .accent-button {
  display: inline-block;
  margin-left: 15px;
}
.classic-posts .single-item .accent-button,
.classic-posts .single-item .second-button {
  display: inline-block;
}
.classic-posts .single-item .second-button {
  margin-left: 15px;
}
.second-button button {
  border: 0px;
  color: #fff;
}
.classic-posts .classic-item .second-button a,
.second-button button {
  background-color: #E1AE29;
  padding: 15px 30px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
.classic-posts .classic-item .second-button a i {
  margin-left: 5px;
}
.classic-posts .block-quote {
  background-color: #a12c2f;
  padding: 45px 75px;
}
.classic-posts .block-quote i {
  color: #ffffff;
  float: left;
  margin-left: -30px;
  font-size: 18px;
}
.classic-posts .block-quote p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.classic-posts .block-quote h6 {
  margin-top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.grid-news .grid-item {
  margin-bottom: 30px;
}
.grid-news .grid-item img {
  width: 100%;
  overflow: hidden;
}
.grid-news .grid-item .down-content {
  border: 2px solid #eeeeee;
  padding: 0px 20px;
}
.grid-news .grid-item .down-content ul {
  padding-top: 10px;
  margin-top: 10px;
  list-style: none;
}
.grid-news .grid-item .down-content ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.grid-news .grid-item .down-content ul li em {
  font-style: normal;
  color: #E1AE29;
}
.grid-news .grid-item .down-content ul li:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: -40px;
}
.grid-news .grid-item .down-content ul li:last-child {
  border-right: none;
}
.grid-news .grid-item .down-content h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.grid-news .grid-item .down-content .text-button {
  margin-top: 15px;
  padding-bottom: 25px;
}
.down-content-buttons {
  padding-top: 10px;
  display: block;
  vertical-align: bottom;
  border-top: 1px solid #aaa;
 /* height: 100px;*/
  width: 100%;
}

.down-content-buttons .remove_button {
 }


.down-content-buttons span {

 }



.single-post .single-item img {
  /* width: 100%;*/
  overflow: hidden;
}
.single-post .single-item .share {
  padding: 10px 0;
}
.single-post .single-item .share img {
  width: inherit;
}


.new-blog h4 {
  font-size: 28px !important;
  text-transform: none !important;;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
  font-weight: bold !important;
}
.new-blog  ul {
  margin-top: 0px  !important;
  padding-top: 0px !important;
}

.new-blog  ul li {
  border-right: none !important; border-left:none !important;  font-size: 16px !important;
}

.new-profile { text-align: center;}
.new-profile .trainerPic {
  border-radius: 50%;
}
.new-profile h3 {font-size:20px; font-weight: bold; color:#4f4f4f; text-align: left; margin-bottom: 0px; padding-bottom: 0px; margin-top: 30px; padding-top: 0; padding-left: 30px;}
.new-profile p { font-size: 16px; color:#a1a1a1; text-align: left; padding: 0 30px;}
.new-profile p a img { margin-right: 20px;}
.new-profile p {line-height: 170%; margin-top: 10px;}

.new-profile h4 { font-size: 22px; font-weight: bold; color:#4f4f4f;}
.new-profile h5 { font-size: 16px; color:#a1a1a1; }

.new-blog ul li:last-child em { color:#a8a8a8 !important; font-size: 16px !important;}
.new-blog .accent-button em { margin-left: 40px; color:#a8a8a8; font-size: 16px; font-style: normal; }
.new-blog { border-bottom: none !important;}

.pagination { line-height: 150%; text-align: center; display: inherit;}
.pagination a { padding: 15px 20px; text-align: center; border:1px solid #dcdcdc; color:#dcdcdc;  }
.pagination strong { padding: 15px 20px; text-align: center; border:1px solid #e1ae29; color: #e1ae29; }

.what-is-nlp { padding-left: 0 !important;; padding-right: 0 !important;}
.what-is-nlp p,.what-is-nlp h2,.what-is-nlp h3,.what-is-nlp h4, .what-is-nlp h5, .what-is-nlp ul {max-width: 800px; margin: 20px auto;}
.what-is-nlp ul { padding-left: 20px; color: #4f4f4f; font-family: "Lato", sans-serif; font-weight: 300;}
.what-is-nlp h5 { font-size: 18px; color:#4f4f4f;}
.what-is-nlp h2, .what-is-nlp h3 , .what-is-nlp h4 { font-size: 22px; color:#4f4f4f;}

.nlp-banner-1, .nlp-banner-bottom { max-width: 1170px; width: 100%;}
.nlp-relative { position: relative; display: block;  height: 518px; }
.nlp-relative img { position: absolute; top:0; left:0; width: 100%; max-width: 1400px; }



.classic-news .classic-item p,
.contact-info .contact-item p,
.single-course .single-item p,
.single-course .course-item p,
.single-post .classic-item p,
.single-post .single-item p,

.classic-news .classic-item li,
.contact-info .contact-item li,
.single-course .single-item li,
.single-course .course-item li,
.single-post .classic-item li,
.single-post .single-item li{
  font-size: 16px;
}
.single-course .course-item p, .single-course .course-item li {
  color: #4f4f4f;
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-family: 'Lato', sans-serif;
  line-height: 25px;
}
.single-post .single-item .right img{
  width: inherit;
  float: right;
  padding: 0 0 20px 20px;
}
.product-desc img:first-of-type {
  width: inherit;
  float: right;
  padding: 0 0 20px 20px;
}
.remove_button {
border: 0;
background: transparent;
}
.total-cart {
  margin: 10px 0;
  font-size: 16px;
}
.contact-info,
.contact-form,
.single-post,
.single-course,
.courses-list,
.classic-news {
  background-color: #F7F7F7;
  padding: 5px 0;
}
.single-post .single-item ul {
  padding-top: 10px;
  margin-top: 10px;
  list-style: none;
}
.single-post .single-item ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.single-post .single-item ul li em {
  font-style: normal;
  color: #E1AE29;
}
.single-post .single-item ul li:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: -40px;
}
.single-post .single-item ul li:last-child {
  border-right: none;
}
.single-post .single-item .block {
  background-color: #eeeeee;
  padding: 30px 45px;
  margin: 30px 0px;
}
.single-post .single-item .block em {
  font-weight: 300;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #a8a8a8;
}
.single-post .single-item h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.single-post .single-item .tags-share {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.single-post .single-item .tags-share .tag {
  margin-top: 20px;
}
.single-post .single-item .tags-share .tag i {
  color: #E1AE29;
  margin-right: 6px;
}
.single-post .single-item .tags-share .tag p {
  display: inline;
  color: #222222;
}
.single-post .single-item .tags-share .tag span a {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
  margin-left: 5px;
}
.single-post .single-item .tags-share .tag span a:hover {
  color: #E1AE29;
  transition: all 0.5s;
}
.single-post .single-item .tags-share .share .second-button {
  text-align: right;
  margin-top: -42px;
  padding: 10px 0px;
}
.single-post .single-item .tags-share .share .second-button a {
  background-color: #E1AE29;
  padding: 15px 30px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 2px;
  display: inline-block;
}
.single-post .single-item .tags-share .share .second-button a i {
  margin-left: 5px;
}
.single-post .comments {
  margin-top: 60px;
}
.single-post .comments .heading h2 {
  padding: 5px 10px;
  border-left: 3px solid #E1AE29;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .comments .comment-item {
  margin-top: 40px;
  padding-bottom: 20px;
  padding-right: 80px;
  border-bottom: 1px solid #eeeeee;
}
.single-post .comments .comment-item img {
  max-width: 100%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.single-post .comments .comment-item h4 {
  padding-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.single-post .comments .comment-item span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.single-post .comments .comment-item .reply-button {
  float: right;
  margin-top: -20px;
}
.single-post .comments .comment-item .reply-button a {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  color: #a8a8a8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .comments .comment-item .reply-button a:hover {
  color: #E1AE29;
  transition: all 0.5s;
}
.single-post .comments .comment-item p {
  margin-left: 74px;
  margin-top: 20px;
}
.single-post .comments .replied-comment {
  margin-left: 74px;
}
.single-post .leave-comment {
  margin-top: 40px;
  padding-bottom: 40px;
}
.single-post .leave-comment .heading h2 {
  padding: 5px 10px;
  border-left: 3px solid #E1AE29;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .leave-comment .comment-form {
  margin-top: 40px;
}
.single-post .leave-comment .comment-form input {
  border: 2px solid #eeeeee;
  width: 100%;
  height: 44px;
  outline: none;
  margin-bottom: 30px;
  padding-left: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.single-post .leave-comment .comment-form textarea {
  border: 2px solid #eeeeee;
  width: 100%;
  max-width: 100%;
  min-height: 190px;
  max-height: 220px;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 30px;
}
section.contact-info {
  padding: 0px;
}
section.contact-info .contact-content .contact-item {
  width: 33%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  section.contact-info .contact-content .contact-item {
    width: auto;
    display: block;
    border-right: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px;
  }
  .nlp-relative { height: 327px; }
}
section.contact-info .contact-content .contact-item i {
  color: #E1AE29;
  font-size: 18px;
}
section.contact-info .contact-content .contact-item h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 15px 0px;
}
section.contact-info .contact-content .last-contact {
  border-bottom: none;
}
.location-contact p {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.contact-form .location-contact .widget-heading {
  padding: 10px 20px;
}
.contact-form .location-contact .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.contact-form .location-contact .content-map {
  padding: 30px;
}
.contact-form .location-contact .content-map #map {
  width: 100%;
  height: 345px;
}
@media (max-width: 767px) {
  .contact-form .message-form {
    margin-top: 40px;
  }
}
.message-form .widget-heading {
  padding: 10px 20px;
}
.message-form .widget-heading {
  padding: 10px 0;
}
.message-form .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.message-form .message-content {
  padding: 30px;
}
.reg-form .message-content {
  padding: 15px;
}
.message-form .message-content .captcha {
  margin-top: 14px;
}
.message-form .message-content input,
.message-form .message-content select {
  border: 2px solid #eeeeee;
  width: 100%;
  height: 44px;
  outline: none;
  margin-bottom: 30px;
  padding-left: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.message-form .message-content input[type=checkbox],
.message-form .message-content input[type=radio]
{
  height: inherit;
  outline: none;
  width: inherit;
}
.message-form .message-content textarea {
  border: 2px solid #eeeeee;
  width: 100%;
  max-width: 100%;
  min-height: 190px;
  max-height: 220px;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 30px;
}
section.gallery-four #projects-filter {
  padding-bottom: 30px;
  text-align: center;
}
section.gallery-four #projects-filter a {
  margin: 0px 10px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #777777;
  padding: 2px 5px;
}
section.gallery-four #projects-filter a:hover {
  color: #E1AE29;
  transition: all 0.3s;
}
section.gallery-four #projects-filter a.active {
  border-bottom: 1px solid #E1AE29;
  color: #E1AE29;
}
section.gallery-four .item {
  margin-top: 30px;
  text-align: center;
}
section.gallery-four .item .thumb-holder {
  position: relative;
}
section.gallery-four .item .thumb-holder img {
  width: 100%;
}
section.gallery-four .item .thumb-holder .hover-content {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
section.gallery-four .item .thumb-holder .hover-content i {
  top: 45%;
  position: absolute;
  left: 46%;
  background-color: #E1AE29;
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  color: #222222;
}
section.gallery-four .item .down-content {
  background-color: #eeeeee;
  padding: 0px 20px;
}
section.gallery-four .item .down-content h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 7px;
  padding-top: 20px;
  margin-top: 0px;
}
section.gallery-four .item .down-content span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
  display: block;
  padding-bottom: 18px;
}
section.gallery-four .item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
#Container .mix {
  display: none;
}
.lightbox-target {
  margin-top: 50%;
  background-color: #ffffff;
  padding: 30px;
}
.lightbox-target h4 {
  font-size: 24px;
  margin-top: 25px;
  letter-spacing: 0.5px;
}
.lightbox-target p {
  margin-top: 10px;
}
.lightbox-target .gallery-slider img {
  width: 100%;
  z-index: 9!important;
  position: relative;
}
.lightbox-target .gallery-slider .flex-direction-nav {
  position: absolute;
  top: 46%;
  margin-top: -20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .lightbox-target .gallery-slider .flex-direction-nav {
    top: 7%;
  }
  .nlp-relative { height: 327px; }
}
.lightbox-target .gallery-slider .flex-direction-nav li {
  display: inline-block;
}
.lightbox-target .gallery-slider .flex-direction-nav a.flex-prev:before {
  position: absolute;
  opacity: 1;
  z-index: 999999;
  left: 60px;
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  content: '\f060';
  color: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
}
.lightbox-target .gallery-slider .flex-direction-nav .flex-next:before {
  position: absolute;
  opacity: 1;
  right: 60px;
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  content: '\f061';
  color: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
}
.lightbox-target .gallery-slider .flex-control-paging {
  display: none;
}
.lightbox-target .gallery-information {
  margin-top: 30px;
  background-color: #eeeeee;
  padding: 10px 35px;
}
.lightbox-target .gallery-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lightbox-target .gallery-information ul li {
  text-align: right;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
}
.lightbox-target .gallery-information ul li span {
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #a8a8a8;
  display: inline-block;
}
.lightbox-target .gallery-information ul li:last-child {
  border-bottom: none;
}
.lightbox-target .left-images {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .lightbox-target .left-images {
    display: none;
  }
}
.lightbox-target .left-images img {
  max-width: 100%;
  margin: 0px 10px;
}
#light-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#light-box.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#light-box .close {
  outline: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background-color: #E1AE29;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
.popular-courses {
  background-color: #eeeeee;
}
.recently-viewed-section {
  background-color: #F7F7F7 !important;
}

.popular-courses .section-heading h1 {
  margin-bottom: 0px;
}
.popular-courses .section-heading img {
  padding-top: -5px;
}
.popular-courses .section-heading p {
  padding-bottom: 40px;
}
.popular-courses .course-item {
  margin: 0 5px;
}
.popular-courses .course-item img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.popular-courses .course-item .down-content {
  background-color: #ffffff;
  margin-top: -10px;
}
.popular-courses .course-item .down-content img {
  margin-left: 15px;
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-top: -27px;
  border: 2px solid #ffffff;
}
.popular-courses .course-item .down-content h6 {
  padding: 6px 20px 0;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #989898;
  line-height: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: italic;
}
.popular-courses .course-item .down-content .price-red {
  float: right;
}
.popular-courses .course-item .down-content .price-red span {
  position: relative;
  z-index: 10;
  margin-top: -21px;
  display: block;
  margin-left: 32px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.popular-courses .course-item .down-content .price-red .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #a12c2f;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.popular-courses .course-item .down-content .price-yellow {
  float: right;
}
.popular-courses .course-item .down-content .price-yellow span {
  position: relative;
  z-index: 10;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.popular-courses .course-item .down-content .price-yellow .base {
  position: relative;
  z-index: 9;
  width: 74px;
  height: 25px;
  line-height: 0;
  border: 13px solid #E1AE29;
  left: 0;
  top: 10px;
}
.popular-courses .course-item .down-content h4 {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #4F4F4F;
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 9px;
}
.popular-courses .course-item .down-content p {
  padding: 15px 0px;
  border-top: 1px solid #C8C8CA;
  color: #4F4F4F;
  line-height: 18px;
  font-size: 15px;
  margin: 0 20px;
  font-weight: 300;
}
.popular-courses .course-item .down-content .text-button {
  margin-left: 20px;
  padding-bottom: 20px;
}
.our-teachers .owl-pagination,
.popular-courses .owl-pagination {
  margin-top: 40px;
  opacity: 1;
  display: inline-block;
}
.our-teachers .owl-pagination .owl-page span,
.popular-courses .owl-pagination .owl-page span {
  display: block;
  width: 24px;
  height: 5px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-color: #8597A1;
  border-radius: 2px;
}
.pre-featured {
  background-color: #a12c2f;
  margin-bottom: 30px;
  min-height: 68px;
}
.pre-featured h4 {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  float: left;
  margin-left: 20px;
  margin-top: 28px;
  padding-bottom: 25px;
}
.pre-featured .right-content {
  text-align: right;
}
.pre-featured .right-content .input-select {
  margin: 20px 10px;
  display: inline-block;
}
.pre-featured .right-content .input-select select {
  background-color: transparent;
  cursor: pointer;
  border-color: transparent;
  padding: 5px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pre-featured .right-content .input-select select option {
  font-size: 10px;
  color: #777777;
  margin-bottom: 15px;
}
.pre-featured .right-content .input-select:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #ffffff;
  z-index: 1;
  text-align: right;
  width: 100%;
  height: 100%;
  margin-right: 15px;
  pointer-events: none;
  box-sizing: border-box;
}
.pre-featured .right-content .grid-list {
  float: right;
  display: block;
  padding: 15px 20px 25px 0px;
}
.pre-featured .right-content .grid-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pre-featured .right-content .grid-list ul li {
  margin: 0 2px;
  display: inline-block;
}
.pre-featured .right-content .grid-list ul li a {
  color: #ffffff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  border: 1px solid #b74043;
  background-color: transparent;
}
.courses-grid .course-item {
  margin-top: 30px;
}
.courses-grid .course-item img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.courses-grid .course-item .down-content {
  border: 2px solid #eeeeee;
  margin-top: -12px;
}
.courses-grid .course-item .down-content img {
  margin-left: 15px;
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-top: -12px;
  border: 2px solid #ffffff;
}
.courses-grid .course-item .down-content h6 {
  padding-top: 6px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-left: 70px;
}
.courses-grid .course-item .down-content .price-red {
  float: right;
}
.courses-grid .course-item .down-content .price-red span {
  position: relative;
  z-index: 10;
  margin-top: -21px;
  display: block;
  margin-left: 32px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.courses-grid .course-item .down-content .price-red .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #a12c2f;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.courses-grid .course-item .down-content .price-yellow {
  float: right;
}
.courses-grid .course-item .down-content .price-yellow span {
  position: relative;
  z-index: 10;
  margin-top: -21px;
  display: block;
  margin-left: 32px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.courses-grid .course-item .down-content .price-yellow .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #E1AE29;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.courses-grid .course-item .down-content h4 {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.courses-grid .course-item .down-content p {
  padding: 0px 20px;
}
.courses-grid .course-item .down-content .text-button {
  margin-left: 20px;
  padding-bottom: 20px;
}
.courses-list .request-information {
  margin-top: 30px;
}
.courses-list .course-item {
  margin-top: 30px;
  background-color: #fff;
}
.courses-list .course-item img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-left: -15px;
}
@media (max-width: 991px) {
  .courses-list .course-item img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .remove_button {
  }
}
.courses-list .course-item .down-content {
  min-height: 180px;
}
@media (max-width: 991px) {
  .courses-list .course-item .down-content {
    float: none;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px;
  }
}
.courses-list .course-item .down-content img {
  margin-left: -24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-top: -2px;
  border: 2px solid #ffffff;
}
@media (max-width: 991px) {
  .courses-list .course-item .down-content img {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: -24px;
  }
}
.courses-list .course-item .down-content h6 {
  margin-top: -30px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .courses-list .course-item .down-content h6 {
    margin-top: 12px;
    margin-left: 10px;
  }
}
.courses-list .course-item .down-content .price-red {
  float: right;
}
.courses-list .course-item .down-content .price-red span {
  position: relative;
  z-index: 10;
  margin-top: -29px;
  display: block;
  margin-left: 32px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.courses-list .course-item .down-content .price-red .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #a12c2f;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.courses-list .course-item .down-content .price-yellow {
  float: right;
}
.courses-list .course-item .down-content .price-yellow span {
  position: relative;
  z-index: 10;
  margin-top: -29px;
  display: block;
  margin-left: 32px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.courses-list .course-item .down-content .price-yellow .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #E1AE29;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.courses-list .course-item .down-content h4 {
  margin-top: 25px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 991px) {
  .courses-list .course-item .down-content h4 {
    margin-top: 25px;
  }
}
.courses-list .course-item .down-content p {
  padding: 0px 20px;
  display: inline-block;
}
.courses-list .course-item .down-content .text-button {
  margin-left: 20px;
  margin-top: 5px;
  padding-bottom: 20px;
}
.single-course .course-item {
  margin-top: 30px;
}
.course-tabs .nav-tabs {
  border-bottom: 1px solid #E1AE29;
  margin-bottom: 25px;
}
.course-tabs .nav-tabs li a {
  font-size: 16px;
  font-weight: 700;
}
.course-tabs .nav > li > a:hover,
.course-tabs .nav > li > a:focus {
  background-color: transparent;
  border:0;
  border-bottom: 4px solid #E1AE29;
}
.course-tabs > .nav-tabs > li.active > a,
.course-tabs > .nav-tabs > li.active > a:hover,
.course-tabs > .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #E1AE29;
}
.course-tabs > .single-course .course-item .up-content img {
  position: relative;
  margin-left: 15px;
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: -20px;
  border: 2px solid #ffffff;
  z-index: 9999;
}
.tab-content img {
  height: auto;
  width: 100%;
}
.single-course .course-item .up-content h6 {
  padding-top: 0px;
  margin-bottom: -5px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-left: 70px;
}
.single-course .course-item .up-content .price-red {
  float: right;
}
.single-course .course-item .up-content .price-red span {
  position: relative;
  z-index: 10;
  margin-top: -5px;
  display: block;
  margin-left: 32px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.single-course .course-item .up-content .price-red .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #a12c2f;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.single-course .course-item .up-content h4 {
  margin-top: 20px;
  font-size: 24px;
  letter-spacing: 0.5px;
  margin-left: 0px;
  line-height: 20px;
  margin-bottom: 15px;
}
.single-course .course-item .up-content p {
  padding-bottom: 15px;
}
.single-course .course-item .up-content .text-button {
  margin-left: 20px;
  padding-bottom: 20px;
}
.single-course .course-item .courses-slider {
  margin-top: 19px;
}
.single-course .course-item .courses-slider .flex-control-thumbs {
  text-align: center;
}
.single-course .course-item .courses-slider .flex-control-thumbs li {
  width: 162px;
  margin: 30px 5px;
  float: none;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 991px) {
  .single-course .course-item .courses-slider .flex-control-thumbs li {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .single-course .course-item .courses-slider .flex-control-thumbs li img {
    width: 80px;
  }
}
.single-course .course-item .courses-slider .flex-direction-nav {
  display: none;
}
.single-course .description h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.single-course .topics h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.single-course .topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.single-course .topics ul li {
  margin: 5px 0px 20px 0px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #777777;
}
.single-course .topics ul li i {
  color: #E1AE29;
  margin-right: 8px;
}
.single-course .accordions h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.single-course .accordions .accordion,
.single-course .accordions .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-course .accordions .accordion {
  overflow: hidden;
}
.single-course .accordions .accordion-section {
  margin-bottom: 1px;
}
.single-course .accordions .second-accordion-section-title {
  background-color: transparent!important;
  border: 2px solid #eeeeee;
}
.single-course .accordions .second-accordion-section-title em {
  margin-right: 10px;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  padding: 5px;
  color: #ffffff;
  background-color: #E1AE29 !important;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-style: normal;
}
.single-course .accordions .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  background: #eeeeee;
  transition: all linear 0.15s;
}
.single-course .accordions .accordion-section-title h6 {
  padding-right: 20px;
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
}
.single-course .accordions .accordion-section-title em {
  margin-right: 10px;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  padding: 5px;
  color: #ffffff;
  background-color: #a12c2f;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-style: normal;
}
.single-course .accordions .accordion-section-title span {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #a8a8a8;
  letter-spacing: 0.5px;
}
.single-course .accordions .accordion-section-title .first-icon i {
  margin-top: 2px;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  border-right: 1px solid #d5d5d5;
  color: #E1AE29;
  padding-right: 10px;
  margin-right: 10px;
}
.single-course .accordions .accordion-section-title .second-icon i {
  margin-top: -3px;
  margin-left: 15px;
  margin-right: 0px;
  float: right;
  font-size: 18px;
}
.single-course .accordions .accordion-section-title.active {
  color: #222222;
}
.single-course .accordions .accordion-section-title.active .second-icon i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.5s;
}
.single-course .accordions .accordion-section-content {
  padding: 15px;
  display: none;
}
.our-teachers {
  background-color: #eee;
}
.our-teachers .section-heading p {
  padding-bottom: 60px;
}
.our-teachers .teacher-item {
  text-align: left;
  background-color: #fff;
  margin: 0px 27px;
}
@media (max-width: 991px) {
  .our-teachers .teacher-item {
    margin-bottom: 30px;
  }
}
.our-teachers .teacher-item .thumb-holder {
  position: relative;
}
.our-teachers .teacher-item .thumb-holder img {
  width: 100%;
}
.our-teachers .teacher-item .thumb-holder .hover-content {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.our-teachers .teacher-item .thumb-holder .hover-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.our-teachers .teacher-item .thumb-holder .hover-content ul li {
  display: inline-block;
  margin-top: 30%;
  margin-left: 8px;
  margin-right: 8px;
}
.our-teachers .teacher-item .thumb-holder .hover-content ul li a {
  color: #ffffff;
}
.our-teachers .teacher-item .thumb-holder .hover-content ul li a:hover {
  color: #E1AE29;
  transition: all 0.3s;
}
.our-teachers .teacher-item .down-content {
  padding: 0px 20px 20px;
}
.our-teachers .teacher-item .down-content h4 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 30px 0 10px;
  margin-top: 0px;
}
.our-teachers .teacher-item .down-content span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #a8a8a8;
  font-style: italic;
}
.our-teachers .teacher-item .down-content p {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #C8C8CA;
  color: #4F4F4F;
  line-height: 18px;
  font-size: 15px;
  font-weight: 300;
}
.our-teachers .teacher-item:hover .hover-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}
section.teachers-page {
  margin-top: -30px;
}
section.teachers-page .teacher-item {
  text-align: center;
  margin-top: 30px;
}
section.teachers-page .teacher-item img {
  width: 100%;
  overflow: hidden;
}
section.teachers-page .teacher-item .down-content {
  border: 2px solid #eeeeee;
  padding: 15px;
}
section.teachers-page .teacher-item .down-content h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 5px;
}
section.teachers-page .teacher-item .down-content span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
section.teachers-page .teacher-item .down-content p {
  margin-top: 15px;
  padding-bottom: 5px;
}
section.teachers-page .teacher-item .down-content ul {
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  list-style: none;
  position: relative;
}
section.teachers-page .teacher-item .down-content ul li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
section.teachers-page .teacher-item .down-content ul li a {
  color: #222222;
}
section.teachers-page .teacher-item .down-content ul li a:hover {
  color: #E1AE29;
  transition: all 0.3s;
}
section.teachers-page .teacher-item:hover img {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s;
}
section.single-teacher .single-teacher-item {
  border: 2px solid #eeeeee;
  padding: 20px;
}
section.single-teacher .single-teacher-item img {
  width: 100%;
  overflow: hidden;
}
section.single-teacher .single-teacher-item .contact-form h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 20px 0px;
}
section.single-teacher .single-teacher-item .contact-form input {
  border: 2px solid #eeeeee;
  width: 100%;
  height: 44px;
  outline: none;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
section.single-teacher .single-teacher-item .contact-form textarea {
  border: 2px solid #eeeeee;
  width: 100%;
  max-width: 100%;
  min-height: 90px;
  max-height: 140px;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 20px;
}
section.single-teacher .single-teacher-item .right-info {
  width: 100%;
  display: inline-block;
}
@media (max-width: 991px) {
  section.single-teacher .single-teacher-item .right-info {
    margin-top: 60px;
  }
}
section.single-teacher .single-teacher-item .right-info .name {
  float: left;
}
section.single-teacher .single-teacher-item .right-info .name img {
  max-width: 74px!important;
}
section.single-teacher .single-teacher-item .right-info .name h2 {
  font-size: 24px;
  letter-spacing: 0.5px;
  margin: 0px;
  padding-bottom: 5px;
}
section.single-teacher .single-teacher-item .right-info .name span {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  color: #a8a8a8;
  display: block;
  padding-bottom: 20px;
}
section.single-teacher .single-teacher-item .right-info .icons {
  float: right;
}
section.single-teacher .single-teacher-item .right-info .icons ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
section.single-teacher .single-teacher-item .right-info .icons ul li {
  display: inline-block;
  margin-left: 15px;
}
section.single-teacher .single-teacher-item .right-info .icons ul li a {
  color: #222222;
}
section.single-teacher .single-teacher-item .right-info .icons ul li a:hover {
  color: #E1AE29;
  transition: all 0.3s;
}
section.single-teacher .single-teacher-item .description {
  display: inline-block;
  margin-top: 20px;
}
section.single-teacher .single-teacher-item .description h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 25px 0px 10px 0px;
}
section.single-teacher .single-teacher-item .description em {
  font-style: normal;
  font-weight: 500;
}
section.single-teacher .single-teacher-item .description ul {
  padding: 10px 0px;
  margin-top: 70px;
  list-style: none;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  section.single-teacher .single-teacher-item .description ul {
    margin-top: 40px;
  }
}
section.single-teacher .single-teacher-item .description ul li {
  display: inline-block;
  margin-right: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
section.single-teacher .single-teacher-item .description ul li i {
  color: #E1AE29;
  margin-right: 8px;
}
section.single-teacher .single-teacher-item .description ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
section.single-teacher .single-teacher-item .description ul li a:hover {
  color: #E1AE29;
  transition: all 0.5s;
}
section.single-teacher .single-teacher-item .description ul li:last-child {
  margin-right: 0px;
}
.events-grid .event-item {
  margin-top: 30px;
}
.events-grid .event-item .thumb-holder {
  position: relative;
}
.events-grid .event-item .thumb-holder img {
  width: 100%;
}
.events-grid .event-item .thumb-holder .hover-content {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.events-grid .event-item .thumb-holder .hover-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 15px;
}
.events-grid .event-item .thumb-holder .hover-content ul li {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
.events-grid .event-item .thumb-holder .hover-content ul li a {
  color: #ffffff;
}
.events-grid .event-item .thumb-holder .hover-content ul li i {
  color: #E1AE29;
  margin-right: -1px;
}
.events-grid .event-item .thumb-holder .hover-content ul li:last-child {
  float: right;
  margin-right: 30px;
}
.events-grid .event-item .thumb-holder .hover-content ul li:last-child i {
  margin-right: 5px;
}
.events-grid .event-item .down-content {
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}
.events-grid .event-item .down-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #eeeeee;
}
.events-grid .event-item .down-content ul li {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #777777;
  border-right: 2px solid #eeeeee;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .events-grid .event-item .down-content ul li {
    border-right: none;
  }
}
.events-grid .event-item .down-content ul li i {
  color: #E1AE29;
  font-size: 16px;
  margin-right: 10px;
  float: left;
}
.events-grid .event-item .down-content ul li:last-child {
  padding-right: 0px;
  margin-left: 20px;
  border-right: none;
}
.events-grid .event-item .down-content h4 {
  line-height: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-top: 22px;
  margin-top: 0px;
}
.events-grid .event-item .down-content .date {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 15px;
  float: left;
  width: 46px;
  height: 46px;
  background-color: #a12c2f;
  text-align: center;
  display: inline-block;
  line-height: 46px;
  border-radius: 50%;
}
.events-grid .event-item .down-content .date p {
  font-family: 'Lato', sans-serif;
  margin-left: 0px;
  margin-top: 5px;
  font-size: 14px;
  color: #ffffff;
  padding: 0px;
}
.events-grid .event-item .down-content .date span {
  margin-left: 0px;
  margin-top: -10px;
  display: block;
  font-size: 11px;
  text-transform: capitalize;
}
.events-grid .event-item .down-content p {
  margin-top: 30px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.events-grid .event-item:hover .hover-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.events-calendar .pre-featured .grid-list ul li a {
  color: #ffffff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 10px;
  display: inline-block;
  border: 1px solid #b74043;
  background-color: transparent;
}
.events-calendar .up-days {
  text-align: center;
}
.events-calendar .up-days ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  background-color: #eeeeee;
}
.events-calendar .up-days ul li {
  width: 13.95%;
  margin-right: 0px;
  text-align: center;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.events-calendar .up-days ul li:last-child {
  margin-right: 0px;
  border-right: none;
}
.events-calendar .calendar-posts ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
.events-calendar .calendar-posts ul li {
  position: relative;
  margin-bottom: -6px;
  margin-right: -5px;
  width: 14.35%!important;
  height: 114px;
  border: 1px solid #eeeeee;
  display: inline-block;
}
.events-calendar .calendar-posts ul li span {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px 15px 10px 0px;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #222222;
}
.events-calendar .calendar-posts ul .calendar-1 {
  background-image: url(../images/calendar-1.jpg);
  cursor: pointer;
}
.events-calendar .calendar-posts ul .calendar-1 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-1:hover span {
  color: #E1AE29;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-2 {
  background-image: url(../images/calendar-2.jpg);
}
.events-calendar .calendar-posts ul .calendar-2 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-2:hover span {
  color: #E1AE29;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-3 {
  background-image: url(../images/calendar-3.jpg);
}
.events-calendar .calendar-posts ul .calendar-3 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-3:hover span {
  color: #E1AE29;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-4 {
  background-image: url(../images/calendar-4.jpg);
}
.events-calendar .calendar-posts ul .calendar-4 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-4:hover span {
  color: #E1AE29;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-5 {
  background-image: url(../images/calendar-5.jpg);
}
.events-calendar .calendar-posts ul .calendar-5 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-5:hover span {
  color: #E1AE29;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-6 {
  background-image: url(../images/calendar-6.jpg);
}
.events-calendar .calendar-posts ul .calendar-6 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-6:hover span {
  color: #E1AE29;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-7 {
  background-image: url(../images/calendar-7.jpg);
}
.events-calendar .calendar-posts ul .calendar-7 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-7:hover span {
  color: #E1AE29;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .next-month span {
  color: #a8a8a8;
}
.single-event .event-slider {
  padding-bottom: 37px;
  text-align: center;
}
.single-event .event-slider ul li {
  position: relative;
}
.single-event .event-slider ul li img {
  width: 100%;
}
.single-event .event-slider .flex-control-nav {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-top: -37px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -45px;
}
.single-event .event-slider .flex-control-nav li {
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.single-event .event-slider .flex-control-paging li a {
  width: 11px;
  height: 11px;
  border-radius: 50%!important;
  display: block;
  border: 2px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
  text-indent: -9999px;
}
.single-event .event-slider .flex-control-paging li a:hover {
  border-color: #E1AE29;
  transition: all 0.3s;
}
.single-event .event-slider .flex-control-paging li a.flex-active {
  border-color: #E1AE29;
  cursor: pointer;
}
.single-event .event-item .up-content {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.single-event .event-item .up-content img {
  float: left;
  width: 44px;
  border: 2px solid #E1AE29;
  border-radius: 50%;
  margin-right: 15px;
}
.single-event .event-item .up-content h6 {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 300;
  letter-spacing: 0.2px;
  padding-top: 5px;
  float: left;
}
.single-event .event-item .up-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.single-event .event-item .up-content ul li {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #777777;
  margin-left: 20px;
}
.single-event .event-item .up-content ul li i {
  color: #E1AE29;
  margin-right: 5px;
}
.single-event .event-item .down-content {
  display: block;
}
.single-event .event-item .down-content h4 {
  font-size: 24px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-event .event-item .down-content p {
  margin-bottom: 45px;
}
.single-event .event-item .accordions h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.single-event .event-item .accordions .accordion,
.single-event .event-item .accordions .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-event .event-item .accordions .accordion {
  overflow: hidden;
}
.single-event .event-item .accordions .accordion-section {
  margin-bottom: 1px;
}
.single-event .event-item .accordions .accordion-section-title {
  width: 100%;
  display: inline-block;
  transition: all linear 0.15s;
}
.single-event .event-item .accordions .accordion-section-title h6 {
  display: inline-block;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}
.single-event .event-item .accordions .accordion-section-title span {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #777777;
  letter-spacing: 0.5px;
}
.single-event .event-item .accordions .accordion-section-title .first-icon i {
  margin: 0px 30px;
  font-size: 20px;
  color: #eeeeee;
}
.single-event .event-item .accordions .accordion-section-title .second-icon i {
  margin-top: -3px;
  margin-left: 15px;
  margin-right: 0px;
  float: right;
  font-size: 18px;
}
.single-event .event-item .accordions .accordion-section-title.active {
  color: #222222;
}
.single-event .event-item .accordions .accordion-section-title.active .second-icon i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #E1AE29;
  transition: all 0.5s;
}
.single-event .event-item .accordions .accordion-section-title.active .first-icon i {
  color: #E1AE29;
  transition: all 1s;
}
.single-event .event-item .accordions .accordion-section-content {
  margin-top: -11px;
  margin-left: 101px;
  padding-left: 38px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -10px;
  border-left: 3px solid #eeeeee;
  display: none;
}
.single-event .event-item .accordions .accordion-section-content p {
  margin-bottom: 10px;
}
.request-information .accent-button input[type="submit"],
.request-information .accent-button a {
  width: 100%;
  -pie-box-shadow: 6px 6px 8px #E5E5E5;
  box-shadow: 6px 6px 8px rgba(0,0,0,0.1);
  background: -webkit-gradient(linear, left center, right center, from(#EAA800),color-stop(100%, #EA7A00));
  background: -webkit-linear-gradient(left,#EAA800 ,#EA7A00 100%);
  background: linear-gradient(to right,#EAA800 ,#EA7A00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEAA800, endColorstr=#FFEA7A00, GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEAA800', endColorstr='#FFEA7A00', GradientType=1)";
  font-size: 15px;
  font-weight: 700;
}
.request-information .search-form {
  padding: 30px 35px;
}
.request-information .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.request-information .form-search #name {
  margin-top: 40px!important;
  margin-bottom: 20px;
}
.request-information .form-search #address {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .request-information .form-search #address {
    margin-top: 0px;
  }
}
.request-information .form-search #campus {
  margin-bottom: 40px!important;
}
@media (max-width: 991px) {
  .request-information .form-search #campus {
    margin-bottom: 20px!important;
  }
}
.request-information .form-search #program {
  margin-bottom: 40px!important;
}
.request-information .form-search .accent-button a {
  border: 2px solid #c47b09;
}
.request-information .search-form #name {
  margin-top: 30px;
  margin-bottom: 20px;
}
.request-information .search-form #address {
  margin-bottom: 20px;
}
.request-information .search-form #campus {
  margin-bottom: 20px;
}
.request-information .search-form #program {
  margin-bottom: 30px;
}
.request-information .search-form ::-webkit-input-placeholder {
  color: #ffffff;
}
.request-information .search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.request-information .search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.request-information .search-form :-ms-input-placeholder {
  color: #ffffff;
}
.request-information .search-form input {
  cursor: text;
  padding: 0px 10px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #E1AE29;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #333;
  outline: none;
}
.request-information .search-form .select {
  overflow: hidden;
  position: relative;
  display: block;
}
.request-information .search-form .select select {
  cursor: pointer;
  padding: 0px 10px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #E1AE29;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.request-information .search-form .select select option {
  color: #222222 !important;
}
.request-information .search-form .select:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #ffffff;
  padding: 15px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: right;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.request-information .search-form .accent-button {
  text-align: center;
}
@media (max-width: 991px) {
  .course-information {
    margin-top: 60px;
  }
}
.course-information .widget-heading {
  padding-bottom: 20px;
}
.course-information .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.course-instructors {
  padding-top: 0px!important;
}
.course-instructors li {
  text-align: left!important;
}
.course-instructors li i {
  padding-right: 10px;
}
.course-instructors li a {
  font-style: normal;
  color: #E1AE29;
}
.course-information ul {
  padding: 30px 35px;
  margin: 0;
  list-style: none;
}
.course-information ul li {
  text-align: right;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.course-information ul li span {
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #a8a8a8;
  display: inline-block;
}
.course-information ul li .course-right-col {
  float: inherit;
  text-align: left;
  font-size: 15px;
  color: #333333;
  width: 65%;
}
.event-information {
  background-color: #eeeeee;
  padding: 30px 35px;
}
@media (max-width: 991px) {
  .event-information {
    margin-top: 60px;
  }
}
.event-information .widget-heading {
  padding-bottom: 20px;
}
.event-information .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #E1AE29;
}
.event-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event-information ul li {
  text-align: right;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
}
.event-information ul li span {
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #a8a8a8;
  display: inline-block;
}
.event-information ul li:last-child {
  border-bottom: none;
}
.location-map {
  background-color: #eeeeee;
  padding: 30px 35px;
}
@media (max-width: 991px) {
  .location-map {
    margin-top: 40px;
  }
}
.location-map .widget-heading {
  padding-bottom: 20px;
}
.location-map .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #E1AE29;
}
.location-map #map {
  width: 100%;
  height: 253px;
}
.recent-tweets,
.course-information,
.request-information,
.recent-news,
.related-courses {
  margin-top: 40px;
  -pie-box-shadow: 0px 0px 8px 2px #F6F6F6;
  box-shadow: 0px 0px 8px rgba(237,237,237,0.5),0px 0px 8px rgba(237,237,237,0.5);
  background-color: #FFFFFF;
}
.request-information .widget-heading,
.recent-news .widget-heading,
.recent-tweets .widget-heading,
.course-information .widget-heading,
.related-courses .widget-heading {
  padding: 25px 20px 0;
  border-top: 5px solid #E1AE29;
}
.course-information .widget-heading:last-of-type {
  border-top: 0px;
}
.recent-tweets .widget-heading h4,
.related-courses .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.related-courses ul {
  padding: 0px 35px;
  margin-top: 30px;
  list-style: none;
}
.related-courses ul li {
  display: block;
  padding-bottom: 20px;
}
.related-courses ul li img {
  max-width: 100%;
  float: left;
  margin-right: 15px;
}
.related-courses ul li span {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.related-courses ul li h6 {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.5px;
  margin: 2px 0px;
}
.related-courses ul li p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #a8a8a8;
}
.related-courses ul li p em {
  font-style: normal;
  color: #a12c2f;
}
.recent-news {
  margin-bottom: 60px;
  margin-top: 40px;
  border: 2px solid #eeeeee;
}
.recent-news .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.recent-news ul {
  padding: 0px 35px;
  margin-top: 30px;
  list-style: none;
}
.recent-news ul li {
  display: block;
  padding-bottom: 20px;
}
.recent-news ul li img {
  max-width: 100%;
  float: left;
  margin-right: 15px;
}
.recent-news ul li span {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.recent-news ul li h6 {
  margin-top: 15px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.5px;
  padding-top: 12px;
  margin-bottom: 5px;
}
.recent-news ul li:last-child {
  padding-bottom: 30px;
}
.tags {
  margin-top: 60px;
  border: 2px solid #eeeeee;
}
.tags .widget-heading {
  padding: 10px 35px;
  background-color: #eeeeee;
  padding-bottom: 5px!important;
}
.tags .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #E1AE29;
}
.tags ul {
  padding: 30px 30px;
  margin: 0px;
  list-style: none;
}
.tags ul li {
  display: inline-block;
  margin: 9px 2px;
}
.tags ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #777777;
  padding: 5px 8px;
  border: 1px solid #eeeeee;
}
.tags ul li a:hover {
  background-color: #E1AE29;
  color: #222222;
  border-color: transparent;
  transition: all 0.5s;
}
.recent-tweets ul {
  padding: 30px 35px;
  margin: 0px;
  list-style: none;
}
.recent-tweets ul li {
  margin-bottom: 30px;
}
.recent-tweets ul li i {
  float: left;
  color: #E1AE29;
  font-size: 18px;
  margin-top: 5px;
  margin-left: 10px;
}
.recent-tweets ul li a {
  color: #E1AE29;
}
.recent-tweets ul li span {
  display: block;
  margin-left: 40px;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.recent-tweets ul li:last-child {
  margin-bottom: 0px;
}
.instagram-feeds {
  margin-top: 60px;
  border: 2px solid #eeeeee;
}
.instagram-feeds .widget-heading {
  padding: 10px 35px;
  background-color: #eeeeee;
  padding-bottom: 5px!important;
}
.instagram-feeds .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #E1AE29;
}
.instagram-feeds .instagram-items {
  padding: 30px;
}
.instagram-feeds .instagram-items .instagram-item {
  display: inline-block;
  margin: 0px 3px 9px 3px;
}
.instagram-feeds .instagram-items .instagram-item img:hover {
  opacity: 0.7;
  transition: all 1s;
}
.categories {
  margin-top: 40px;
  border: 2px solid #eeeeee;
}
.categories .widget-heading {
  padding: 10px 35px;
  background-color: #eeeeee;
  padding-bottom: 5px!important;
}
.categories .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #E1AE29;
}
.categories ul {
  padding: 0px 35px;
  margin-top: 30px;
  list-style: none;
}
.categories ul li {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #222222;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.categories ul li i {
  margin-right: 10px;
}
.categories ul li a:hover {
  color: #E1AE29;
  transition: all 0.3s;
}
.categories ul li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .side-bar .search-box {
    margin-top: 40px;
  }
}
.side-bar .search-box input {
  border: 2px solid #eeeeee;
  width: 100%;
  height: 44px;
  outline: none;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.side-bar .search-box input[class='search'] {
  background-image: url(../images/search-icon.png);
  background-position: 15px;
  background-repeat: no-repeat;
}
.section-heading h1 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 0px;
  color: #4f4f4f;
}
.section-heading span {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #a8a8a8;
  display: block;
}
.section-heading img {
  padding: 15px 0px 20px 0px;
}
.section-heading p{
  margin-top: 15px;
  padding: 15px 0;
  color: #4F4F4F;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 24px;
  font-size: 20px;
}
.teachers-heading {
  background-image: url(../images/teachers-heading-bg.jpg) !important;
}
.events-heading {
  background-image: url(../images/events-heading-bg.jpg) !important;
}
.about-heading {
}
.gallery-heading {
  background-image: url(../images/gallery-heading-bg.jpg) !important;
}
.news-heading {
  background-image: url(../images/news-heading-bg.jpg) !important;
}
.page-heading {
  width: 100%;
  padding: 20px 0px;
}
.page-heading h1 {
  font-size: 30px;
  color: #2F2E3B;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 36px;
  margin: 5px 0;
}
.page-heading span {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #ffffff;
  padding-bottom: 80px;
  display: block;
}
.breadcrumb-nav,
.page-heading ul {
  padding: 10px 10px 10px 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.breadcrumb-nav li,
.page-heading ul li {
  display: inline-block;
  margin-right: 5px;
}
.breadcrumb-nav li a,
.page-heading ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #777777;
  font-weight: 500;
}
.breadcrumb-nav li i,
.page-heading ul li i {
  color: #ffffff;
}
.breadcrumb-nav .active a ,
.page-heading ul .active a {
  color: #E1AE29;
}
.breadcrumb-nav li:last-child,
.page-heading ul li:last-child {
  margin-right: 0px;
}
.line-white-long {
  border-top: 1px solid #fff;
  width: 433px;
  display: block;
  margin: 0 auto;
  padding: 22px 0;
}
.first-line {
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #2f2f3b;
  margin-left: 40px;
  line-height: 10px;
}
.solution-line {
  font-style: normal;
  font-weight: 700;
  color: #222222;
  background-color: #E1AE29;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-left: 310px;
}
.second-line {
  margin-left: 70px;
}
.second-line p {
  letter-spacing: 2px;
  color: #2f2f3b;
  line-height: 29px;
  font-size: 24px;
  font-weight: 400;
}
.description-line p {
  color: #222222 !important;
}
.third-line {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}
.third-line em {
  font-style: normal;
  color: #E1AE29;
}
#boxed-slider {
  background-color: #1f272b;
  padding: 50px 0px;
}
.slider-2 .first-line {
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 30px;
  color: #2f2f3b;
  line-height: 46px;
  font-size: 30px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.slider-2 .first-line .slide-caption i {
  font-size: 13px;
  color: #ffffff;
}
.slider-2 .first-line .slide-caption span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.5px;
  color: #E1AE29;
}
.slider-2 .first-line .slide-caption h2 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.slider-2 .first-line .slide-caption p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
.welcome-intro .service-item {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .welcome-intro .service-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  /*.fullwidthbanner-container .fullwidthbanner, .tp-bgimg .defaultimg { height: 150px !important; }
  li.first-slide { height: 150px !important;}*/
  .slider-2 .first-line {
    font-size: 15px !important;
    padding-bottom: 20px !important;
  }
  .slider-2 .first-line .slide-caption i {
    font-size: 8px !important;
  }
  .slider-2 .first-line .slide-caption span {
    font-size: 8px !important;
  }
  .slider-2 .first-line .slide-caption h2 {
    font-size: 12px !important;
  }
  .slider-2 .first-line .slide-caption p {
    font-size: 12px !important;
  }
  .slider-2 .second-line p {
    font-size: 14px !important;
  }
  .slider-2 .tp-caption a {
    font-size: 10px !important;
  }
  .slider-button { height: 40px !important; min-height: 40px !important; }
  .slider-button a { padding:10px 5px !important; }
}
.welcome-intro .service-item i {
  font-size: 18px;
  float: left;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border: 2px solid #E1AE29;
  border-radius: 50%;
  color: #444;
  margin-right: 25px;
}
.welcome-intro .service-item h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
}
.welcome-intro .service-item .line-dec {
  margin: 10px 0px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  display: inline-block;
}
.welcome-intro .service-item p {
  margin-left: 69px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .welcome-intro .last-service {
    margin-bottom: 60px;
  }
}
.welcome-request {
  padding: 80px 30px;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(-15deg, #a12c2f, 44%, #1f272b 44%);
  background-image: -moz-linear-gradient(-15deg, #a12c2f, 44%, #1f272b 44%);
  background-image: -o-linear-gradient(-15deg, #a12c2f, 44%, #1f272b 44%);
  background-image: linear-gradient(-75deg, #a12c2f, 44%, #1f272b 44%);
}
.welcome-request .request-information {
  background-color: transparent;
}
@media (max-width: 991px) {
  .welcome-request {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhMTJjMmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjMWYyNzJiIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(--100deg, #a12c2f, 100%, #1f272b 44%);
    background-image: -moz-linear-gradient(--100deg, #a12c2f, 100%, #1f272b 44%);
    background-image: -o-linear-gradient(--100deg, #a12c2f, 100%, #1f272b 44%);
    background-image: linear-gradient(-190deg, #a12c2f, 100%, #1f272b 44%);
  }
}
@media (max-width: 991px) {
  .welcome-request .section-heading {
    text-align: center;
  }
}
.welcome-request .section-heading h1 {
  color: #ffffff;
}
.welcome-request .section-heading p {
  color: #ffffff;
}
.welcome-request .request-information {
  padding: 0px!important;
}
.welcome-request .service-item {
  margin-top: 40px;
}
.welcome-request .service-item i {
  float: left;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border: 2px solid #E1AE29;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 25px;
}
.welcome-request .service-item h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}
.welcome-request .service-item .line-dec {
  margin: 10px 0px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  display: inline-block;
}
.welcome-request .service-item p {
  margin-left: 69px;
  color: #d6d6d6;
}
.welcome-intro-2 .welcome-to-educa {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .welcome-intro-2 .welcome-to-educa {
    margin-left: 0px;
    margin-top: 30px;
    text-align: center;
  }
}
.welcome-intro-2 .section-heading span {
  padding-bottom: 30px;
}
.welcome-intro-2 .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.welcome-intro-2 .left-images i {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  margin-top: -70px;
}
.welcome-intro-2 .service-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .welcome-intro-2 .service-item {
    text-align: center;
    margin-top: 20px;
  }
}
.welcome-intro-2 .service-item i {
  font-size: 18px;
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  color: #444;
  margin-right: 20px;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .welcome-intro-2 .service-item i {
    float: none;
    margin-top: 15px;
  }
}
.welcome-intro-2 .service-item h4 {
  padding-top: 10px;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
}
.welcome-intro-2 .service-item p {
  margin-left: 69px;
}
@media (max-width: 991px) {
  .welcome-intro-2 .service-item p {
    margin-left: 0px;
  }
}
.welcome-intro-2 .service-item:hover i {
  color: #ffffff;
  background-color: #E1AE29;
  border-color: #E1AE29;
  cursor: pointer;
  transition: all 0.5s;
}
.books-read {
  background-color: #ffffff !important;
}
.books-read h1 {
  color: #222222 !important;
}
.books-read p {
  color: #777777 !important;
}
.books-read .books-item {
  background-color: #eeeeee !important;
}
.books-read .books-item:hover {
  background-color: #E1AE29 !important;
  transition: all 0.5s;
  cursor: pointer;
}
.books-read .border-button a {
  border-color: #eeeeee;
  color: #222222;
}
.books-item .rounded-grpelem {
  width: 50px;
  height: 50px;
  border-color: #000000;
  background-color: #E1AE29;
  border-radius: 100px;
  position: relative;
  margin: -66px auto 0;
}
#core_skills.tab-pane, ul#prices li a {
  color: #4f4f4f;
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-family: 'Lato', sans-serif;
  line-height: 25px;
  font-size: 16px;
}
.read-books {
  background: url('../images/banner_big.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.read-books .section-heading {
  padding: 20px 0px 70px;
  /*text-shadow: 1px 1px 2px #000000;*/
}
.read-books .section-heading h1 {
  color: #ffffff;
}
.read-books .section-heading p {
  color: #ffffff;
  padding-bottom: 50px;
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
}
.read-books .books-item {
  background-color: #ffffff;
  border-color: #000000;
  text-align: center;
  padding: 40px;
  min-height: 267px;
}
@media (max-width: 991px) {
  .read-books .books-item {
    margin-bottom: 30px;
  }
}
.read-books .books-item i {
  color: #222222;
  font-size: 22px;
}
.read-books .books-item h4 {
  margin-top: 20px;
  letter-spacing: 0.5px;
  line-height: 67px;
  /*font-size: 56px;*/
  font-size: 35px;
  font-weight: 700;
  color: #E1AE29;
}
.read-books .border-button {
  margin-top: 60px;
  text-align: center;
}
#call-to-action {
  padding: 30px 0px;
}
#call-to-action p {
  float: left;
  margin-top: 15px;
  line-height: 29px;
  font-size: 24px;
  font-weight: 300;
  color: #2F2E3B;
}
@media (max-width: 991px) {
  #call-to-action p {
    float: none;
    text-align: center;
  }
}
#call-to-action p em {
  font-weight: 600;
}
#call-to-action .accent-button {
  float: right;
}
@media (max-width: 991px) {
  #call-to-action .accent-button {
    float: none;
    text-align: center;
    margin-top: 25px;
  }
}
#call-to-action .accent-button a {
  background-color: #fff;
  border: 1px solid #E1AE29;
  color: #E1AE29;
}
.testimonials-news .section-heading h1 {
  margin-bottom: 0px;
}
.testimonials-news .section-heading img {
  padding-bottom: 50px;
}
.testimonials-news #owl-testimonials .item {
  margin-right: 10px;
}
.testimonials-news #owl-testimonials .item i {
  color: #E1AE29;
  float: right;
  font-size: 18px;
  margin: 15px;
}
.testimonials-news #owl-testimonials .item p {
  background-color: #eeeeee;
  padding: 30px;
  font-family: 'Gerogia', sans-serif;
  font-style: italic;
}
.testimonials-news #owl-testimonials .item img {
  border-radius: 50%;
  width: 66px;
  height: 66px;
  margin-top: 15px;
  float: left;
  margin-right: 15px;
}
.testimonials-news #owl-testimonials .item h4 {
  margin-bottom: 5px;
  margin-top: 40px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.testimonials-news #owl-testimonials .item span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.testimonials-news #owl-testimonials .owl-buttons {
  margin-right: 10px;
  margin-top: -50px;
  position: relative;
  float: right;
  display: inline;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-next {
  float: right;
  margin-top: -33px;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-align: center;
  background-color: #eeeeee;
  cursor: pointer;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-next:hover:after {
  background-color: #E1AE29;
  transition: all 0.5s;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-prev {
  margin-right: 38px;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-align: center;
  background-color: #eeeeee;
  cursor: pointer;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-prev:hover:after {
  background-color: #E1AE29;
  transition: all 0.5s;
}
section.testimonials-page {
  background-color: #eeeeee;
  padding: 70px 0px 20px 0px;
}
section.testimonials-page .section-heading h1 {
  margin-bottom: 0px;
}
section.testimonials-page .section-heading img {
  padding-bottom: 50px;
}
section.testimonials-page #owl-testimonials .item {
  text-align: center;
}
section.testimonials-page #owl-testimonials .item i {
  color: #E1AE29;
  float: right;
  font-size: 18px;
  margin: 15px;
}
section.testimonials-page #owl-testimonials .item p {
  line-height: 28px;
  background-color: #eeeeee;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
section.testimonials-page #owl-testimonials .item img {
  max-width: 100%;
  overflow: hidden;
}
section.testimonials-page #owl-testimonials .item h4 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.testimonials-page #owl-testimonials .item span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
section.testimonials-page #owl-testimonials .owl-buttons {
  top: -180px;
  position: relative;
  display: inline-block;
  z-index: 9999;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-next {
  margin-left: 450px;
  float: right;
  margin-top: -33px;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-next:after {
  color: #a8a8a8;
  font-size: 12px;
  content: '\f061';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: block;
  text-align: center;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  cursor: pointer;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-next:hover:after {
  background-color: #E1AE29;
  color: #222222;
  border-color: transparent;
  transition: all 0.5s;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-prev:after {
  color: #a8a8a8;
  font-size: 12px;
  content: '\f060';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: block;
  text-align: center;
  background-color: #eeeeee;
  cursor: pointer;
  border: 2px solid #eeeeee;
  border-radius: 50%;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-prev:hover:after {
  background-color: #E1AE29;
  color: #222222;
  border-color: transparent;
  transition: all 0.5s;
}
.slider-button {
  margin-left: 70px;
}
.slider-button a {
  background-color: #E1AE29;
  padding: 12px 30px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff !important;
  letter-spacing: 2px!important;
  display: inline-block;
}
.dropdown-basket .accent-button {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 10px 0;
}
.dropdown-basket .accent-button a {
  background-color: #fff;
  border: 1px solid #E1AE29;
  color: #E1AE29;
  width: 80%;
  text-align: center;
  margin: 0 10%;
}
.accent-button a,
.second-button a {
  background-color: #E1AE29;
  border-color: #E1AE29;
  padding: 15px 30px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: inline-block;
}
.accent-button #product-qty {
  padding: 9px 5px;
}
.order-form .product-qty {
  width: 18%!important;
  float: left;
  margin-right: 15px;
  color: #E1AE29;
  font-size: 15px!important;
}
.order-form p{
  font-size: 16px;
  font-weight: 400;
}
.request-information .search-form .order-form .accent-button {
  text-align: left;
}
.order-form .message-content{
  padding: 15px;
}
.pricebox span {
  color: #E1AE29;
  font-size: 28px;
  font-weight: 700;
}
.accent-button button,
.accent-button input[type="submit"] {
  background-color: #E1AE29;
  border-color: #E1AE29;
  padding: 15px 30px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: inline-block;
  border: none;
}
.text-button a,
.text-button span {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #494949;
  letter-spacing: 0px;
}
.text-button i {
  margin-left: 5px;
}
.text-button a:hover {
  color: #E1AE29;
  transition: all 0.5s;
}
.border-button a {
  border: 1px solid #ffffff;
  padding: 15px 30px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  display: inline-block;
}
.border-button a:hover {
  background-color: #E1AE29;
  border-color: transparent;
  color: #222222;
  transition: all 0.5s;
}
.go-top {
  width: 40px!important;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 18px;
  background-color: #E1AE29 !important;
}
.pagination-navigation {
  margin-top: 60px;
}
.pagination-navigation .pagination {
  margin-top: 0px;
}
.pagination-navigation .pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-navigation .pagination ul li {
  display: inline-block;
}
.pagination-navigation .pagination ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  color: #777777;
  background-color: #eeeeee;
}
.pagination-navigation .pagination ul li a:hover {
  color: #222222;
  background-color: #E1AE29;
  transition: all 0.5s;
}
.pagination-navigation .pagination ul .active a {
  color: #222222;
  background-color: #E1AE29;
}
.pagination-navigation .navigation {
  float: right;
}
.pagination-navigation .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-navigation .navigation ul li {
  display: inline-block;
}
.pagination-navigation .navigation ul li i {
  font-size: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  color: #777777;
  background-color: #eeeeee;
}
.pagination-navigation .navigation ul li i:hover {
  color: #222222;
  background-color: #E1AE29;
  transition: all 0.5s;
  cursor: pointer;
}
/*
* 	Core Owl Carousel CSS File
*	v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.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 {
  top: -200px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media (max-width: 991px) {
  .owl-controls {
    top: -120px;
  }
}
.owl-controls a {
  color: #336699;
}
.owl-controls a:hover {
  color: #336699;
}
.owl-controls .bg-prev {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: #fff;
  border: 1px solid #336699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-controls .bg-prev:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #336699;
}
.owl-controls .prev {
  left: 15px;
  z-index: 11;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 32px;
}
.owl-controls .prev.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-controls .prev:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-controls .bg-next {
  position: absolute;
  float: right;
  z-index: 1;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 10;
  background: #fff;
  border: 1px solid #336699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-controls .bg-next:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #336699;
}
.owl-controls .next {
  right: 15px;
  z-index: 11;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 32px;
}
.owl-controls .next.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-controls .next:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page a {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.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);
}
/* fix */
.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);
}
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #181818;
  color: #fff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: @screen-xs-max) {
  .col-submenu span {
    display: none;
  }
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 75px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;
    bottom: 120px;
  }

  .col-submenu span {
    /*padding: 14px;*/
    padding: 20px;
  }
  .courses-submenu .course-submenu-item {
    padding: 5px;
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/*
* jQuery FlexSlider v2.4.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
a#recently-viewed-tab { padding-left: 0 !important;}
.request-information .search-form input.small_input_qty {  width: 31px !important; height: 25px; color:#E1AE29; margin-bottom: 20px; }
p.qty_txt { font-size: 13px !important;}
.request-information .search-form { padding-bottom: 10px; }
.request-information, .sticky { z-index:1 !important; }
.request-information strike { font-size: 16px; color:#777777; margin-left: 5px; }

.accom_image { width:750px; height:410px;  }
.accom_overlay { display: block; float:right; opacity: 0.8; background-color: #000; width: 400px; height: 410px; }
.accom_overlay h1 {   font-size: 31px;
  line-height: 10px;
  padding-bottom: 0px;
  color: #FFFFFF;
  margin-top: 60px;
  margin-left: 30px;
}
.accom_overlay h2 {    font-size: 20px;
  line-height: 24px;
  margin-left: 30px;
  color: #EAA700; }
.accom_overlay p {font-size: 19px;margin-left: 30px;
  color: #FFFFFF !important; line-height: 23px; margin-top: 50px;}

#call-to-action .container .row { width: 66%; margin: 0 auto;}
#call-to-action .accent-button a {width: 160px;  text-align: center;}
.depositText p { font-size: 13px !important; font-weight: normal;}
.info { color:#777; font-size: 13px; }
.depositText h2 {color: #E1AE29;
  font-size: 28px;
  font-weight: 700; padding-top: 0; margin-top: 0;}
.initialsCont { min-width: 88px; }
.course-instructors i {color: #E1AE29;}
.proceedTop { margin-left: 0 !important; padding-right: 0 !important; }
.totalTop { font-size:16px; line-height:45px;  }
.totalTop span { margin-left: 20px;}
.normalizeH3Total {font-size:16px !important; color:#333333 !important;}
.checkout-page-padding-fix .col-md-6, .checkout-page-padding-fix .col-md-12 { padding-left: 0 !important;}

@media screen and (max-device-width: 1150px) {
  .recently-viewed-section { padding: 70px 30px !important;}
  .nlp-relative { height: 427px; }
}

@media screen and (max-device-width: 736px) {
  #myTabs li { height: 60px;}
  .accom_image { width: 100%;}
  .accom_overlay { width: 100%;}
}

.course-items p.bg-warning {color: #4f4f4f;
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-family: 'Lato', sans-serif;
  line-height: 25px;
}
.regular-text-p p {color: #4f4f4f;
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  font-family: 'Lato', sans-serif;
  line-height: 25px;
  font-size: 16px !important;
}

.place-order-fix button, .place-order-fix { margin-left: 0 !important; }
.p404 { text-align: center;}
.p404 h1 { margin-top: 100px;}
p.p404spacer { margin:50px 0 300px 0; display: block;}



.priceFloat {font-size: 14px; color:#333; display: block; width: 237px; height: 70px;
  -webkit-box-shadow: 0px 0px 8px rgba(237,237,237,0.5),0px 0px 8px rgba(237,237,237,0.5);
  -moz-box-shadow:    0px 0px 8px rgba(237,237,237,0.5),0px 0px 8px rgba(237,237,237,0.5);
  box-shadow:         0px 0px 8px rgba(237,237,237,0.5),0px 0px 8px rgba(237,237,237,0.5);
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  padding: 15px;
  margin-top: -200px;
  background-color: #fff;
  float:right;
  margin-right: -40px;
}
.priceFloat span.crossX { color: #000; float:right; font-size: 10px; margin-top: -10px; margin-right: -8px; cursor: pointer;}
.priceFloat strong { font-weight: bold;}
.priceFloat span { color: #E1AE29;font-size: 14px; }
.priceFloat .yPrice { color:#E1AE29;font-size: 14px;}
.sticky-active .priceFloat { margin-top: -180px; z-index: 1; position: relative}
.priceFloatCart {font-size: 14px; color:#333; display: block; width:237px; height: 70px;
  -webkit-box-shadow: 0px 0px 8px rgba(237,237,237,0.5),0px 0px 8px rgba(237,237,237,0.5);
  -moz-box-shadow:    0px 0px 8px rgba(237,237,237,0.5),0px 0px 8px rgba(237,237,237,0.5);
  box-shadow:         0px 0px 8px rgba(237,237,237,0.5),0px 0px 8px rgba(237,237,237,0.5);
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  padding: 15px;
  margin-top: -60px;
  background-color: #fff;
  float:right;
  position: relative;
  z-index: 1;
  /*margin-right: -40px;*/
}
.priceFloatCart span.crossX { color: #000; float:right; font-size: 10px; margin-top: -10px; margin-right: -8px; cursor: pointer;}
.priceFloatCart strong { font-weight: bold;}
.priceFloatCart span { color: #E1AE29;font-size: 14px; }
.priceFloatCart .yPrice { color:#E1AE29;font-size: 14px;}

.comboOfferBox { padding: 20px;  border-top: 5px solid #E1AE29; box-shadow: 0px 0px 8px rgba(237,237,237,0.5),0px 0px 8px rgba(237,237,237,0.5);  background-color: #FFFFFF;}
.comboOfferBox h2 { font-size: 22px; color:#e1ae29;}
.comboOfferBox .combo_box_header { margin-top: 20px; line-height: 150%; color:#757575; font-size:14px; }
.comboOfferBox p { font-size: 16px; color:#757575; }
.comboOfferBox .yellowFont { color:#e1ae29;}
.comboOfferBox .blackFont { color:#000;}
.comboOfferBox .footerText { font-size: 16px;}

.email-bar {background-color: #e1ae29;
  text-align: center;
  height: 75px;
  line-height: 75px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color:#2f2e3b;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: none;
}
.email-bar-container { max-width: 1170px; margin: 0 auto;}
.email-bar button { border:1px solid #2F2E3B; width:165px; height: 50px; background-color:#e1ae29; letter-spacing: 2px; text-transform: uppercase; line-height: 48px; margin-left: 50px  }
.email-bar img { float:right; cursor: pointer; margin-top: 30px;   }

.errBorder { border-color: #C00 !important; }
.subscribe-error { position: absolute; top:-25px; display: none; }
.thank-you { display: none; }
.thank-you div { text-align: center; font-size: 20px !important; }



