@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600italic,600,400italic,300italic,300);
/*
Template variables
*/
/* 
    Basics
*/
html {
  font-size: 10px; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 2.3rem;
  margin: 0;
  background-color: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important; }

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #049372; }
  a:hover {
    color: #aeaeae; }

button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  button:focus {
    outline: 0 !important; }

a,
a:hover,
a:focus {
  text-decoration: none;
  /*outline: 0 !important;*/ }

/*button:focus {
  outline: 0 !important; }*/

.color_text {
  color: #049372; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333; }

blockquote {
  font-size: 1.3rem; }
  blockquote h5 {
    margin-top: 10px;
    font-weight: 600;
    color: #049372; }

/**format lists**/
ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

/**spaces**/
.space10 {
  height: 10px; }

.space20 {
  height: 20px; }

.space30 {
  height: 30px; }

.space40 {
  height: 40px; }

.space50 {
  height: 50px; }

.space60 {
  height: 60px; }

.space70 {
  height: 70px; }

.space80 {
  height: 80px; }

/**margins**/
.margin-btm-10 {
  margin-bottom: 10px; }

.margin-btm-20 {
  margin-bottom: 20px; }

.margin-btm-30 {
  margin-bottom: 30px; }

.margin-btm-40 {
  margin-bottom: 40px; }

.margin-btm-50 {
  margin-bottom: 50px; }

/**preloader**/
.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/loading.gif") no-repeat center center; }

/***home boxed***/
#boxed {
  background-color: #f8f8f8; }

@media (min-width: 1200px) {
  .boxed-wrapper {
    margin: 0 auto;
    width: 1170px;
    background-color: white;
    border-top: 3px solid #049372;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16); } }
.boxed-wrapper .navbar-default {
  left: auto;
  width: auto;
  right: auto; }

/************************image hover effect*******************/
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden; }

.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%; }

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.item-img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear; }

.item-img-wrap:hover .item-img-overlay {
  opacity: 1; }

.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/*
Titles style
*/
.center-heading {
  text-align: center; }
  .center-heading h2 {
    text-transform: uppercase;
    font-weight: 700; }
  .center-heading .border-width {
    height: 1px;
    width: 90px;
    background-color: #049372;
    display: block;
    margin: 10px auto; }
  .center-heading p {
    font-size: 16px; }

.left-title {
  position: relative;
  font-size: 18px;
  font-weight: 700; }
  .left-title:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #049372;
    position: absolute;
    left: 0;
    bottom: -10px; }

/*
Icon boxes
*/
.green-box {
  padding: 20px 15px;
  background-color: #049372;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  .green-box:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
  .green-box i {
    font-size: 6rem;
    margin-bottom: 15px;
    color: #fff; }
  .green-box h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.8rem; }
  .green-box p {
    color: #fff; }
  .green-box a {
    color: #fff;
    font-size: 1.3rem; }
    .green-box a i {
      font-size: 1.3rem;
      margin: 0;
      margin-left: 3px; }
    .green-box a:hover {
      color: #fff;
      text-decoration: underline; }

@media (max-width: 767px) {
  .green-box p {
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: center;
    margin-top: 10px; }
  .green-box h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.8rem;
    display: inline-block;
    margin-left: 15px; }
  .green-box i {
    font-size: 5rem;
    margin-bottom: 5px; } }
/*
Call to actions
*/
.cta-skin {
  background-color: #049372;
  padding: 40px 0; }
  .cta-skin h3, .cta-skin p {
    color: #fff; }

/* 
    Navbar css
*/
.navbar-inverse {
  background: url("../images/pattern.png") repeat left top scroll;
  border: 0px;
  margin: 0px;
  padding: 0px 0; }
  .navbar-inverse .navbar-nav > li > a {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 9rem;
    letter-spacing: 1px;
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover {
      color: #eee;
      background-color: rgba(0, 0, 0, 0.3); }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #eee;
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #eee;
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px; }

  .navbar-right .dropdown-menu {
    right: auto;
    left: auto; } }
img.logo {
  display: block;
  width: 230px;
  height: auto;
  padding: 25px 0; }

/***light navigation**/
.navbar-default {
  background: url("../images/pattern-2.png") repeat left top scroll;
  border: 0px;
  margin: 0px;
  padding: 0px 0; }
  .navbar-default .navbar-nav > li > a {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: #fff; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #333;
      background-color: rgba(0, 0, 0, 0.1); }

img.flag {
  padding-bottom: 2px; }

/**search form**/
.search-toggle {
  position: relative; }

.search-form {
  position: absolute;
  right: 0;
  width: 250px;
  top: 100%;
  padding: 5px;
  background-color: #049372;
  display: none; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-toggle {
    border: 0px;
    padding: 25px;
    margin: 0; }

  h1 {
    color: #fff;
    font-size: 2.5rem;
    padding: 20px 0 10px 20px; }

  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: transparent; }

  img.logo {
    display: none; }

  .navbar-inverse .navbar-nav > li > a {
    line-height: 3rem; }

  p {
    font-size: 2rem;
    line-height: 3rem; } }

    @media (max-width: 1023px) {
    
    .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    .navbar-right {
      float: right!important;
      margin-right: -10px;
    }
    .navbar-inverse .navbar-nav > li > a {
      font-size: 1.4rem;
      letter-spacing: initial;
    }
    img.logo {
      width: 120px;
      padding: 45px 0;
    }
  }

/*
Dropdown css
*/
.dropdown-menu {
  min-width: 181px;
  background-color: #2e2e2e; }
  .dropdown-menu > li > a {
    display: block;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.5rem; }
    .dropdown-menu > li > a:hover {
      background-color: #049372;
      color: #fff; }
    .dropdown-menu > li > a img {
      margin-right: 5px; }
  .dropdown-menu:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 5px 4px;
    border-color: #2F2E2A transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -4px;
    right: 30px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: -1px; }

/**third level menu**/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  float: right;
  content: "\f105";
  font-family: "FontAwesome";
  margin-top: 2px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

@media (max-width: 767px) {
  .dropdown-menu > li > a {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: #eee !important;
    padding: 8px 20px; }
    .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.1) !important; } }
/*
form-elements style
*/
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  min-height: 45px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

/*
slider revolution
*/
.slider-title {
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  font-size: 6rem;
  line-height: 70px;
  text-transform: capitalize; }

.slider-caption {
  color: #fff;
  font-size: 1.6rem; }

.rev-buttons .btn {
  padding: 14px 30px;
  color: #333;
  font-weight: 700;
  background-color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem; }
  .rev-buttons .btn i {
    margin-left: 5px; }
  .rev-buttons .btn:hover {
    background-color: #049372;
    color: #fff; }

/*
Carousel slider
*/
.carouse_row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  .carouse_row .item {
    padding: 0px 15px; }

#item-slider.owl-theme .owl-controls {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  margin-top: -41px;
  right: 10px;
  text-align: right; }
  #item-slider.owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #049372; }

.testi-slider.owl-theme img {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 90px; }
.testi-slider.owl-theme p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic; }
.testi-slider.owl-theme h4 {
  color: #fff; }
  .testi-slider.owl-theme h4 em {
    color: #049372;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.4rem; }
.testi-slider.owl-theme .owl-controls {
  position: absolute;
  right: 0;
  top: 20%;
  margin-top: -20px; }
.testi-slider.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #049372; }

.rating {
  color: #d3b663; }

/*
Footer styles
*/
.footer {
  background-color: #222;
  padding: 40px 0;
  padding-bottom: 0px; }
  .footer h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif; }
  .footer .fa {
    margin-right: 5px; }
  .footer li {
    color: #fff;
    font-size: 1.3rem;
    line-height: 2.5rem; }
  .footer .big {
    font-size: 1.4rem; }
  .footer a {
    color: #049372; }
    .footer a:hover {
      color: #fff;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }

.footer-bottom {
  padding: 15px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #eee; }

.pattern-bg {
  background: url("../images/pattern.png") repeat;
  padding: 60px 0; }
  .pattern-bg .center-heading h2,
  .pattern-bg .center-heading p {
    color: #fff; }
  .pattern-bg h3 {
    color: #fff; }
    .pattern-bg h3:after {
      background-color: #fff; }

@media (min-width: 768px) {
  .v-align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row; } }
.page-breadcrumb {
  background-color: #049372;
  padding: 20px 0; }
  .page-breadcrumb h2 {
    margin: 0px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }
  .page-breadcrumb .breadcrumb {
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    background-color: transparent; }
    .page-breadcrumb .breadcrumb li {
      color: #fff;
      font-size: 1.5rem; }
      .page-breadcrumb .breadcrumb li a {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 2px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        display: block; }
        .page-breadcrumb .breadcrumb li a:hover {
          color: #333;
          background-color: rgba(255, 255, 255, 0.7); }

.course-finder {
  padding: 20px 15px;
  padding-bottom: 10px;
  background-color: #f3f3f3;
  margin-top: 30px; }
  .course-finder .form-control,
  .course-finder .btn-skin {
    margin-bottom: 10px; }

.table-courses th {
  background-color: #049372;
  color: #fff; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #049372;
  border-color: #049372; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #049372;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; 
}

  .hidden {
    display: none;
}

a.small {
  line-height: 2.2rem;
}