/* ====== index =====
1. home page
	1.1 Topbar
	1.2 Header
	1.3 Banner
	1.4 aboutArea
	1.5 mainContent
	1.6 count
	1.7 testimonial-section
	1.8 menuFooter
	1.9 footer
2. about
	2.1 content_top
	2.2 count_section
	2.3 content_bottom
3. Blog
4. single_blog
5. courses
6. single_course
7. admission
8. international_student
9. events calendar
10. Stuff
11. our campus
12. Photo gallery
13. Apply now
14. Privacy policy
15. Contact Us
===================== */
* {
  outline: 0;
  margin: 0;
  padding: 0; }

.btn, .form-control {
  border-radius: 0; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #404040; }

a, a:hover {
  font-weight: 700;
  text-decoration: none;
  font-size: 14px; }

p {
  margin: 0 0 15px; }

h1, h2, h3, h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #282428;
  margin: 0; }

h1 {
  text-transform: uppercase; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0;
  color: #282428;
  line-height: 30px; }

ul {
  list-style-type: none;
  margin: 0; }

a, a:focus, a:active {
  outline: none !important; }

img {
  max-width: 100%; }

iframe {
  border: none; }

@media (max-width: 479px) {
  h1 {
    font-size: 22px; } }
@media (min-width: 768px) {
  h1 {
    font-size: 25px; } }
@media (min-width: 1200px) {
  h1 {
    font-size: 30px; } }

h3 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 22px; } }

a, a:hover {
  color: #0060b1; }

/*====================================== 1.home page =======================================*/
/*=== 1.1 Topbar ===*/
.topbar {
  height: auto;
  padding: 10px 0;
  border-top: 1px solid #0060b1;
  background-color: #0060b1; }
  .topbar i {
    color: white;
    font-size: 17px;
    vertical-align: text-bottom; }
  .topbar a {
    display: inline-block;
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .topbar a:hover, .topbar a:focus {
      color: white;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }

.topbar-left {
  display: inline-block; }
  .topbar-left li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: white;
    font-weight: 700; }
    @media (min-width: 768px) {
      .topbar-left li {
        margin-right: 50px; } }
  .topbar-left li:last-child {
    margin-right: 0; }

ul.topbar-right {
  float: right; }
  ul.topbar-right li {
    display: inline-block;
    margin-left: 18px;
    font-size: 14px;
    color: white;
    font-weight: 700;
    position: relative; }
    ul.topbar-right li a:hover i, ul.topbar-right li a:focus i {
      color: white; }
  ul.topbar-right li:first-child {
    margin-left: 0; }

/*=== 1.2 Header ===*/
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border: 1px solid #49c32c;
  background: #49c32c;
  margin: 9px 0 9px; }
  @media (min-width: 768px) {
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      margin: 14px 0 14px; } }
  .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff; }

.header {
  width: 100%;
  height: auto;
  background: #fff;
  background-color: #ffffff; }
  .header .navbar {
    padding: 5px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); }
    @media (min-width: 768px) {
      .header .navbar {
        padding: 8px 0; } }
    @media (min-width: 992px) {
      .header .navbar {
        padding: 5px 0; } }
  .header .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%; }
    @media (min-width: 768px) {
      .header .navbar-brand {
        width: 100%; } }
    .header .navbar-brand img {
      width: 92%;
      margin: 8px 0; }
  .header .navbar-collapse {
    padding: 0;
    border-top: none; }

.navbar-header {
  width: 35%; }

.navbar-default {
  background: none;
  border: none;
  margin: 0; }

.header .navbar-nav.navbar-right:last-child {
  margin: 0px; }

.nav.navbar-nav.navbar-right {
  padding: 10px 0; }

.header .navbar-default .navbar-nav li a {
  font-size: 14px;
  text-decoration: none;
  color: #545454;
  text-transform: uppercase;
  padding: 11px 20px !important;
  font-weight: 600;
  background: none !important; }
  @media (min-width: 768px) {
    .header .navbar-default .navbar-nav li a {
      font-size: 12px;
      padding: 8px 8px !important; } }
  @media (min-width: 992px) {
    .header .navbar-default .navbar-nav li a {
      font-size: 14px;
      padding: 11px 15px !important; } }
  @media (min-width: 1200px) {
    .header .navbar-default .navbar-nav li a {
      padding: 11px 20px !important; } }
  .header .navbar-default .navbar-nav li a:hover {
    background: none !important;
    color: #0060b1; }

@media (min-width: 768px) {
  .header .navbar-nav > li {
    margin-left: 15px; } }

/*=== 1.4 aboutArea ===*/
.aboutArea {
  /*padding:25px 0 40px;*/ }
  @media (max-width: 767px) {
    .aboutArea {
      padding: 30px 0 10px; } }

.aboutArea, .aboutTitle, .aboutImage, .mainContent, .menuFooter, .footer {
  width: 100%;
  display: block; }

.aboutArea {
  /*padding: 35px 0 40px 0;*/
  background: #85949f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #85949f 0%, #535e66 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #85949f), color-stop(100%, #535e66));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #85949f 0%, #535e66 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #85949f 0%, #535e66 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #85949f 0%, #535e66 100%);
  /* IE10+ */
  background: linear-gradient(to right, #85949f 0%, #535e66 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85949f', endColorstr='#535e66',GradientType=1 );
  /* IE6-9 */ }
  .aboutArea .aboutArea_gallery {
    padding-top: 35px;
    padding-bottom: 40px;
    background: white; }
  .aboutArea .aboutArea_homepage {
    border-top: 2px solid #535e66;
    padding: 25px 0 40px;
    background: white; }

.footer {
  padding: 35px 0 40px 0;
  background: #222426;
  /* Old browsers */
  background: -moz-linear-gradient(left, #222426 0%, #121c23 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222426), color-stop(100%, #121c23));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #222426 0%, #121c23 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #222426 0%, #121c23 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #222426 0%, #121c23 100%);
  /* IE10+ */
  background: linear-gradient(to right, #222426 0%, #121c23 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222426  ', endColorstr='#121c23',GradientType=1 );
  /* IE6-9 */ }

.aboutTitle > h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 25px; }
  @media (max-width: 767px) {
    .aboutTitle > h2 {
      font-size: 20px; } }

.aboutImage {
  position: relative;
  margin-bottom: 30px; }
  .aboutImage img {
    width: 100%;
    height: 180px; }

.aboutImage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 44px;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  @media (max-width: 479px) {
    .aboutImage .overlay {
      display: none; } }
  @media (min-width: 768px) {
    .aboutImage .overlay {
      text-align: left;
      padding: 10px;
      bottom: 30px; } }
  @media (min-width: 992px) {
    .aboutImage .overlay {
      bottom: 36px; } }
  @media (min-width: 1200px) {
    .aboutImage .overlay {
      bottom: 44px; } }
  .aboutImage .overlay p {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    font-weight: 400; }
    @media (min-width: 768px) {
      .aboutImage .overlay p {
        font-size: 11px;
        line-height: 16px; } }
    @media (min-width: 992px) {
      .aboutImage .overlay p {
        font-size: 12px;
        line-height: 18px; } }
    @media (min-width: 1200px) {
      .aboutImage .overlay p {
        font-size: 14px;
        line-height: 23px; } }

.aboutImage:hover .overlay {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .aboutImage:hover .overlay p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.captionLink, .captionLink:hover {
  width: 100%;
  height: 44px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 44px;
  text-indent: 13px;
  background-color: #0060b1;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff; }
  @media (min-width: 768px) {
    .captionLink, .captionLink:hover {
      font-size: 9px;
      text-indent: 10px;
      height: 30px;
      line-height: 30px; } }
  @media (min-width: 992px) {
    .captionLink, .captionLink:hover {
      font-size: 11px;
      text-indent: 10px;
      height: 36px;
      line-height: 36px; } }
  @media (min-width: 1200px) {
    .captionLink, .captionLink:hover {
      font-size: 14px;
      text-indent: 13px;
      height: 44px;
      line-height: 44px; } }

.captionLink:focus {
  color: #fff;
  text-decoration: none; }

.captionLink > span {
  background-image: url(../img/read_more_link.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  display: inline-block;
  float: right;
  margin: 16px 10px 0 0; }
  @media (min-width: 768px) {
    .captionLink > span {
      margin: 9px 10px 0 0; } }
  @media (min-width: 992px) {
    .captionLink > span {
      margin: 11px 10px 0 0; } }
  @media (min-width: 1200px) {
    .captionLink > span {
      margin: 16px 10px 0 0; } }

@media (max-width: 479px) {
  .about_inner .col-xs-6 {
    width: 100%; } }
@media (max-width: 767px) {
  .about_inner .col-xs-6 {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .about_inner .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px; } }
@media (min-width: 992px) {
  .about_inner .col-sm-3 {
    padding-left: 15px;
    padding-right: 15px; } }

/*=== 1.5 mainContent ===*/
.homepage_content {
  padding: 30px 0 0; }
  .homepage_content .homepage_photos {
    padding: 0 0 0 50px; }
    .homepage_content .homepage_photos .homepage_photo_left {
      width: 45%;
      float: left; }
    .homepage_content .homepage_photos .homepage_photo_right {
      padding-left: 340px;
      width: 90%; }

.homepage_info h3 {
  margin-bottom: 15px;
  font-size: 16px; }

.recruitment_poster {
  padding-bottom: 15px; }

/*=== 1.9 footer ===*/
.footer {
  padding: 20px 0;
  float: left; }
  @media (max-width: 767px) {
    .footer {
      text-align: center; } }
  .footer a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .footer a:hover, .footer a:focus {
      color: white;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }

.copyRight p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5); }

.privacy_policy {
  text-align: right; }
  @media (max-width: 767px) {
    .privacy_policy {
      text-align: center; } }
  .privacy_policy a {
    display: inline-block;
    margin-right: 3px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    padding-right: 8px;
    line-height: 16px; }
    .privacy_policy a:last-child {
      margin-right: 0;
      border-right: none;
      padding-right: 0; }

/*@import 'about';*/
/*========================================== 3. Blog =================================*/
.post_section {
  padding: 35px 0 35px; }

.post_left_border {
  padding-right: 30px;
  border-right: 1px solid #dce4ea; }
  @media (max-width: 767px) {
    .post_left_border {
      padding-right: 0;
      border-right: none; } }

.meta {
  padding: 0 0 6px 0;
  border-bottom: 1px solid #dce4ea;
  margin: 0 0 25px; }

.meta span {
  font-weight: 400;
  font-style: italic;
  line-height: 20px;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #dce4ea; }
.meta span.date {
  border: none;
  padding: 0;
  margin: 0; }

.list_block .upcoming_events .meta {
  padding: 0;
  border-bottom: none;
  margin: 0 !important; }

.list_block {
  border: 1px solid #dce4ea;
  padding: 15px 12px 25px;
  border-top: 3px solid #49c32c;
  margin: 0 0 20px; }

.related_post_sec h3 {
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #dce4ea;
  margin: 0 0 18px;
  font-size: 22px; }
  @media (min-width: 768px) {
    .related_post_sec h3 {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .related_post_sec h3 {
      font-size: 22px; } }

.related_post_sec ul li {
  padding: 0 0 30px;
  margin: 0 0 18px;
  border-bottom: 1px solid #dce4ea;
  display: block;
  clear: both;
  width: 100%;
  float: left; }
.related_post_sec ul li:last-child {
  border: none; }

.rel_right h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700; }
.rel_right .homepage_news {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }
.rel_right span.date {
  font-weight: 400;
  font-style: italic;
  font-weight: normal;
  line-height: 20px; }
  .rel_right span.date .date_format {
    text-decoration: none;
    color: #49c32c;
    font-weight: 400; }

.related_post_sec a.homepage_more_post {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 44px;
  border: none;
  text-align: center;
  color: #000;
  display: block;
  clear: both; }

.commonBtn {
  padding: 0;
  background-color: #49c32c;
  text-transform: uppercase;
  color: #fff;
  border-color: #49c32c;
  height: 42px;
  line-height: 42px;
  font-weight: 700; }

.commonBtn:hover, .commonBtn:focus {
  background-color: #49c32c !important;
  color: #fff !important; }

/*==================================== 4. single_blog ==============================*/
.single_post p {
  margin: 0 0 45px; }

.single_post.related_post_sec ul li {
  padding: 0 0 25px;
  margin: 0 0 22px;
  float: left;
  display: block; }

.single_post.related_post_sec .meta {
  padding: 0;
  border: none;
  margin: 0 0 15px; }

.single_post.related_post_sec .meta > span {
  border: none; }

.single_post.related_post_sec ul li:last-child {
  border-bottom: 1px solid #dce4ea; }

.single_post.related_post_sec p {
  margin: 0;
  clear: both; }

.upcoming_events ul li {
  display: table;
  float: none;
  position: relative; }

.upcoming_events span.date {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding: 5px 0;
  border: 3px solid #dce4ea;
  display: inline-block;
  width: 70px;
  text-align: center;
  margin-right: 10px; }
  .upcoming_events span.date span {
    font-weight: 700;
    font-size: 36px;
    display: block;
    line-height: 30px; }

.upcoming_events .related_post_sec.single_post {
  margin-bottom: 70px;
  position: relative;
  float: left; }
  .upcoming_events .related_post_sec.single_post .date-wrapper {
    position: absolute;
    top: 0;
    left: 0; }
  .upcoming_events .related_post_sec.single_post span.date {
    display: block;
    margin-right: 20px; }
  .upcoming_events .related_post_sec.single_post .rel_right {
    padding-left: 90px;
    float: left; }
  .upcoming_events .related_post_sec.single_post .events {
    height: 250px; }
.upcoming_events .btn {
  padding-left: 20px;
  padding-right: 20px;
  /*margin-top: 15px;*/ }

.upcoming_events li.related_post_sec.single_post {
  float: none;
  margin-bottom: 10px; }

.upcoming_events .meta, .single-event .meta {
  margin: 15px 0; }
  .upcoming_events .meta span, .single-event .meta span {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    padding-right: 0;
    margin-right: 25px;
    border-right: none; }
    .upcoming_events .meta span i, .single-event .meta span i {
      font-size: 16px;
      padding-right: 10px; }

.upcoming_events .related_post_sec.single_post:hover span.date {
  color: #49c32c;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

@media (max-width: 479px) {
  .upcoming_events.event-col .col-xs-6 {
    width: 100%; } }

.upcoming_events ul li:hover span.date {
  color: #49c32c;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.upcoming_events .row {
  overflow: hidden; }

@media (max-width: 767px) {
  .facebook_section img, .twitter_section img {
    max-width: 100%; } }
@media (min-width: 768px) {
  .facebook_section img, .twitter_section img {
    width: 100%; } }

/*==================================== 5. courses ==============================*/
.padding-border-right-twenty {
  padding-right: 20px;
  border-right: 1px solid #dce4ea; }
  @media (max-width: 767px) {
    .padding-border-right-twenty {
      padding-right: 0;
      border-right: none; } }

/*==================================== 6. single_course ==============================*/
.tab_menu {
  height: 90px; }

.tab_menu > ul {
  clear: both;
  width: 100%; }
  .tab_menu > ul li {
    display: inline-block;
    float: left;
    position: relative;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tab_menu > ul li a {
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      color: #000;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      border-bottom: 1px solid #dce4ea;
      border-top: 1px solid #dce4ea;
      background: #f6f9fa;
      text-align: center;
      height: 45px;
      padding: 5px; }
      @media (max-width: 479px) {
        .tab_menu > ul li a {
          padding: 5px;
          font-size: 10px; } }
      @media (min-width: 768px) {
        .tab_menu > ul li a {
          padding: 5px; } }
      @media (min-width: 1200px) {
        .tab_menu > ul li a {
          height: 50px;
          line-height: 16px;
          padding: 15px 5px; } }
      .tab_menu > ul li a:hover {
        background: #0060b1;
        color: #fff;
        border-color: #0060b1 !important; }
  .tab_menu > ul li:first-child a {
    border-left: 1px solid #dce4ea; }
  .tab_menu > ul li:last-child a {
    border-right: 1px solid #dce4ea; }
  .tab_menu > ul li.active a {
    background: #0060b1;
    color: #fff;
    border-color: #0060b1 !important; }

.tab_menu > ul li.active a::after, .tab_menu > ul li a:hover::after {
  content: " ";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #0060b1;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px; }

.single_tab_content p {
  margin: 0 0 20px; }
.single_tab_content h1 {
  font-size: 22px;
  margin: 0 0 13px; }
.single_tab_content a.recruitment_link {
  width: 50%;
  margin-left: 25%;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 44px;
  border: 3px solid #0060b1;
  text-align: center;
  color: #000;
  display: block;
  clear: both; }

/*@import 'addmission';*/
/*@import 'international-student';*/
/*@import 'event-calender';*/
/*============================= 10. Stuff =============================================*/
.custom_content {
  padding: 35px 0 35px;
  background: #fff; }

.club_page_photo {
  padding-left: 80px; }

.custom_title h1 {
  margin: 0 0 15px; }

/*@import 'campus';*/
/*================================== 12. Photo gallery ====================================*/
.photo_gallery.custom {
  padding-bottom: 0;
  border-bottom: none; }

.photo_gallery .gallery li {
  width: 48.5%;
  height: 170px;
  margin: 0 3% 20px 0;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: inline-block; }
  @media (max-width: 479px) {
    .photo_gallery .gallery li {
      width: 100%;
      margin: 0 0 30px 0; } }
  @media (min-width: 768px) {
    .photo_gallery .gallery li {
      width: 22.75%;
      margin: 0 3% 30px 0; } }
  .photo_gallery .gallery li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    text-align: center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .photo_gallery .gallery li span.zoom {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    opacity: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    position: absolute;
    bottom: 32%;
    left: 50%;
    z-index: 99;
    text-align: center;
    margin-left: -25px; }
  .photo_gallery .gallery li i {
    padding-top: 15px; }
.photo_gallery .gallery li:hover .overlay {
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
.photo_gallery .gallery li:hover span.zoom {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
@media (min-width: 768px) {
  .photo_gallery .gallery li:nth-child(4n) {
    margin-right: 0;
    clear: right; } }
@media (max-width: 767px) {
  .photo_gallery .gallery li:nth-child(2n) {
    margin-right: 0;
    clear: right; } }

/*@import 'apply-now';*/
/*@import 'privacy-policy';*/
/*@import 'contact';*/
/*================= 18. PRICE TABLE ==================*/
@media (max-width: 479px) {
  .price-table .col-xs-6 {
    width: 100%; } }

.price-table-inner {
  text-align: center;
  padding: 30px;
  margin-bottom: 70px;
  border: 3px solid #dce4ea;
  height: 400px;
  background-color: #eeeeee; }
  @media (max-width: 479px) {
    .price-table-inner {
      padding: 0;
      border: none; } }
  @media (min-width: 768px) {
    .price-table-inner {
      padding: 15px; } }
  @media (min-width: 992px) {
    .price-table-inner {
      padding: 30px; } }
  .price-table-inner .training_day {
    font-weight: 900; }
  .price-table-inner .training_place {
    font-weight: 600;
    font-size: 120%; }

.table-inner-contacts {
  height: 650px; }
  .table-inner-contacts .contacts img {
    max-width: 130px; }
  .table-inner-contacts .contacts p {
    margin: 0 0 5px;
    font-size: 12px; }

.price-table h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff; }

.price-table h2 {
  margin-top: 30px; }

.price-table span {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  display: block; }

.price-title {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  background: #0060b1;
  margin-bottom: 25px; }

.error-content {
  background: #f4f6f9;
  text-align: center; }
  .error-content h3 {
    color: #525252;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .error-content h3 {
        font-size: 30px; } }
  .error-content p {
    color: #525252;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 28px; }
    @media (min-width: 768px) {
      .error-content p {
        font-size: 25px;
        line-height: 35px; } }
  .error-content a {
    font-weight: 400;
    font-size: 20px;
    color: #0060b1;
    text-decoration: none; }

.error-content-top {
  width: 250px;
  height: 250px;
  margin: 0 auto 45px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .error-content-top {
      width: 300px;
      height: 300px; } }
  .error-content-top h1 {
    color: #525252;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-top: 70px; }
    @media (min-width: 768px) {
      .error-content-top h1 {
        font-size: 70px;
        margin-bottom: 25px; } }
  .error-content-top h3 {
    text-transform: uppercase; }

/*@import 'comming-soon';*/

/*# sourceMappingURL=style.css.map */
