/*
Theme Name: Abovian
Author: Vardan Shahbazyan
Author URI:
*/
@import url(css/slick.css);
@import url(css/lightbox.css);
@font-face {
  font-family: "Open Sans";
  src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Open Sans-SemiBold";
  src: url("fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Open Sans-Bold";
  src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rubik-Medium";
  src: url("fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rubik-Light";
  src: url("fonts/Rubik/Rubik-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rubik-Regular";
  src: url("fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Rubik-LightItalic";
  src: url("fonts/Rubik/Rubik-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "material";
  src: url("fonts/material.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: "Rubik-Light";
  font-size: 16px;
  color: #333; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
      -webkit-text-size-adjust: none; } }

.full-height {
  height: 100%;
  max-height: 750px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .full-height {
      min-height: 700px; } }
  @media only screen and (min-width: 1900px) {
    .full-height {
      min-height: 850px; } }
  .full-height.real-height {
    max-height: none; }

.full-height-slide .slick-list, .full-height-slide .slick-track, .full-height-slide .slick-slide {
  height: 100%; }

.container-main {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }

.with-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .with-flex .half-col {
    width: 50%; }
    @media only screen and (max-width: 480px) {
      .with-flex .half-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .section-padding {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .section-padding {
      padding-top: 15px;
      padding-bottom: 15px; } }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .background-cover.position-top {
    background-position: top center; }

.for-seo {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: -100%;
  top: -100%;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.home .under-header {
  display: none; }

.under-header {
  height: 70px; }
  @media only screen and (max-width: 767px) {
    .under-header {
      height: 80px; } }

.main-title {
  font-size: 32px;
  line-height: 42px;
  font-family: "Rubik-Regular";
  margin-bottom: 50px;
  color: #43748d; }
  @media only screen and (max-width: 992px) {
    .main-title {
      text-align: center;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .main-title {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 15px; } }

.for-center {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translatYe(-50%);
  transform: translateY(-50%); }

.main-btn {
  display: inline-block;
  outline: none;
  border: 2px solid #43748d;
  color: #fff;
  background-color: #43748d;
  font-family: "Rubik";
  padding: 10px 25px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  margin-top: 20px;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .main-btn:hover {
    background-color: #fff;
    color: #43748d;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

ul {
  padding: 0;
  margin: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.slick-arrow {
  width: 55px;
  height: 55px;
  background-size: 30px;
  background-repeat: no-repeat;
  border-radius: 60px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .slick-arrow.icon-prev {
    background-image: url("img/left-arrow.svg");
    background-position: 9px;
    left: 50px; }
    @media only screen and (max-width: 480px) {
      .slick-arrow.icon-prev {
        left: 15px; } }
  .slick-arrow.icon-next {
    background-image: url("img/right-arrow.svg");
    background-position: 14px;
    right: 50px; }
    @media only screen and (max-width: 480px) {
      .slick-arrow.icon-next {
        right: 15px; } }
  .slick-arrow:hover {
    opacity: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.central {
  margin: 0;
  padding: 0;
  text-align: center; }
  .central li {
    list-style: none;
    float: none;
    display: inline-block; }

p {
  margin: 0;
  line-height: 22px;
  margin-bottom: 10px; }

.centered {
  text-align: center; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.in-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .in-mobile {
      display: block; } }

.aligned:before, .aligned:after {
  content: "";
  display: table; }

.aligned:after {
  clear: both; }

.aligned .left {
  float: left; }

.aligned .right {
  float: right; }

.page404 {
  margin: 100px auto 200px auto; }
  .page404 h1 {
    font-size: 50px; }
  .page404 a {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

.button {
  border: 1px solid #005AB1;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  border-radius: 33px;
  outline: none;
  padding: 0 30px;
  text-decoration: none;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .button.plain {
    color: #005AB1; }
    .button.plain:hover {
      background: #005AB1;
      color: #fff; }
    .button.plain.white {
      background: #fff;
      color: #005AB1; }
      .button.plain.white:hover {
        background: #005AB1;
        color: #fff;
        border: 1px solid #fff; }
  .button:not(.plain) {
    background-color: #005AB1;
    color: #fff; }
    .button:not(.plain):hover {
      background: #fff;
      color: #005AB1; }

a:focus, a:hover {
  color: #333; }

.section-title {
  font-size: 32px;
  color: #333;
  margin: 0; }

.row.no-space {
  margin: 0;
  padding: 0; }
  .row.no-space > div {
    padding: 0; }

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 40px;
  z-index: 999;
  background: #43748d;
  top: 0;
  -webkit-box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  #header .container-main {
    position: relative; }
    #header .container-main .logo {
      position: absolute;
      left: 15px;
      height: 50px;
      top: 8px; }
      #header .container-main .logo img {
        max-width: 100%;
        max-height: 100%; }
    #header .container-main .header-menu {
      text-align: right;
      padding: 5px 0; }
      @media only screen and (max-width: 1020px) {
        #header .container-main .header-menu {
          padding: 15px;
          padding-top: 45px; } }
      #header .container-main .header-menu ul:not(.lang-ul) {
        text-align: right;
        display: inline-block;
        margin: 0;
        padding: 20px 20px 0; }
        @media only screen and (max-width: 1200px) {
          #header .container-main .header-menu ul:not(.lang-ul) {
            padding-right: 50px; } }
        @media only screen and (max-width: 1020px) {
          #header .container-main .header-menu ul:not(.lang-ul) {
            padding: 0;
            text-align: left; } }
        #header .container-main .header-menu ul:not(.lang-ul) li {
          display: inline-block;
          margin-left: 20px;
          padding-bottom: 20px;
          position: relative; }
          @media only screen and (max-width: 1160px) {
            #header .container-main .header-menu ul:not(.lang-ul) li {
              margin-left: 10px; } }
          @media only screen and (max-width: 1020px) {
            #header .container-main .header-menu ul:not(.lang-ul) li {
              width: 100%;
              padding: 10px;
              border-bottom: 1px solid rgba(0, 0, 0, 0.2);
              margin: 0; } }
          #header .container-main .header-menu ul:not(.lang-ul) li a {
            font-size: 16px;
            text-decoration: none;
            color: #fff;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media only screen and (max-width: 1020px) {
              #header .container-main .header-menu ul:not(.lang-ul) li a {
                color: #43748d; } }
          #header .container-main .header-menu ul:not(.lang-ul) li:before {
            content: '';
            display: block;
            position: absolute;
            width: 0px;
            height: 2px;
            border-radius: 5px;
            background-color: #fff;
            bottom: 13px;
            left: 0;
            right: 0;
            margin: auto;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media only screen and (max-width: 1020px) {
              #header .container-main .header-menu ul:not(.lang-ul) li:before {
                display: none; } }
          #header .container-main .header-menu ul:not(.lang-ul) li.current-menu-item:before, #header .container-main .header-menu ul:not(.lang-ul) li:hover:before {
            width: 25px;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
          #header .container-main .header-menu ul:not(.lang-ul) li.current-menu-item a, #header .container-main .header-menu ul:not(.lang-ul) li:hover a {
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
          #header .container-main .header-menu ul:not(.lang-ul) li#menu-item-141:before {
            display: none; }
      #header .container-main .header-menu .language-dropdown {
        position: absolute;
        right: 0;
        top: 25px;
        width: 20px;
        text-align: center; }
        @media only screen and (max-width: 1200px) {
          #header .container-main .header-menu .language-dropdown {
            right: 30px; } }
        @media only screen and (max-width: 1020px) {
          #header .container-main .header-menu .language-dropdown {
            position: relative;
            top: auto;
            right: 0;
            margin-top: 15px;
            margin-left: 11px; } }
        #header .container-main .header-menu .language-dropdown ul {
          padding: 0;
          margin: 0; }
          #header .container-main .header-menu .language-dropdown ul li {
            display: inline-block;
            text-decoration: none;
            margin: 0;
            border: 0;
            padding: 0; }
            #header .container-main .header-menu .language-dropdown ul li img {
              cursor: pointer; }
              #header .container-main .header-menu .language-dropdown ul li img.drop-arrow {
                -ms-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                width: 8px;
                position: absolute;
                right: -13px;
                top: 5px; }
                @media only screen and (max-width: 1020px) {
                  #header .container-main .header-menu .language-dropdown ul li img.drop-arrow {
                    right: auto;
                    top: auto;
                    bottom: -10px;
                    left: 5px;
                    -ms-transform: rotate(-90deg);
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg); } }
            #header .container-main .header-menu .language-dropdown ul li ul {
              display: none; }
              @media only screen and (max-width: 1020px) {
                #header .container-main .header-menu .language-dropdown ul li ul {
                  display: inline-block !important;
                  border: 0;
                  position: absolute;
                  left: 30px; } }
            #header .container-main .header-menu .language-dropdown ul li:before {
              display: none; }
            #header .container-main .header-menu .language-dropdown ul li:hover ul {
              display: block; }
  #header.sticky {
    background: #43748d;
    top: 0;
    -webkit-box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  @media only screen and (max-width: 1020px) {
    #header {
      height: 70px;
      top: 0; } }
  @media only screen and (max-width: 1020px) {
    #header {
      background: #fff !important;
      top: 0;
      -webkit-box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75); } }

body:not(.page-template-template-home) #header {
  background: #43748d;
  top: 0;
  -webkit-box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -10px 22px 0px rgba(0, 0, 0, 0.75);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

#mobileMenu {
  display: none; }
  @media only screen and (max-width: 1020px) {
    #mobileMenu {
      display: block;
      z-index: 99999; } }

#mobileMenu {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 22px;
  bottom: 0;
  width: 35px;
  height: 30px;
  cursor: pointer; }

#mobileMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#mobileMenu span:nth-child(1) {
  top: 0px; }

#mobileMenu span:nth-child(2), #mobileMenu span:nth-child(3) {
  top: 10px; }

#mobileMenu span:nth-child(4) {
  top: 20px; }

#mobileMenu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#mobileMenu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobileMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobileMenu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

@media only screen and (max-width: 1020px) {
  .for-mobile {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #fff;
    right: -310px;
    padding-top: 15px;
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .for-mobile.openMenu {
      right: 0px;
      overflow: auto;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .for-mobile + #mobileMenu span {
      background-color: #404041; } }

footer {
  padding: 15px 0;
  background-color: #333; }
  footer .container-main .with-flex .half-col {
    color: #fff; }
    footer .container-main .with-flex .half-col:first-child {
      text-align: left;
      line-height: 35px; }
      @media only screen and (max-width: 480px) {
        footer .container-main .with-flex .half-col:first-child {
          text-align: center; } }
      footer .container-main .with-flex .half-col:first-child a {
        color: #fff;
        text-decoration: underline; }
    footer .container-main .with-flex .half-col:last-child {
      text-align: right; }
      footer .container-main .with-flex .half-col:last-child ul {
        text-align: right; }
        @media only screen and (max-width: 480px) {
          footer .container-main .with-flex .half-col:last-child ul {
            text-align: center;
            margin-top: 15px; } }
        footer .container-main .with-flex .half-col:last-child ul li {
          display: inline-block;
          margin-left: 15px; }
          footer .container-main .with-flex .half-col:last-child ul li a img {
            height: 30px; }

.fixed-icon {
  position: fixed;
  bottom: 15px;
  /* width: 68px; */
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  right: 15px;
  border-radius: 80px;
  font-family: "Rubik";
  color: #fff !important;
  cursor: pointer;
  background-color: #43748d;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .fixed-icon:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .fixed-icon.is-bottom {
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.main-banner .banner-slider .background-cover {
  height: 650px;
  width: 100%;
  background-position: bottom; }
  @media only screen and (min-width: 1600px) {
    .main-banner .banner-slider .background-cover {
      height: 850px; } }

.zig-zag-section .container-main .section-items {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  /*&:last-child{
        padding-bottom: 0;
        .with-flex{
          &:after{
            display: none;
          }
        }
      }*/ }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .container-main .section-items {
      padding-bottom: 40px;
      padding-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .zig-zag-section .container-main .section-items {
      padding-bottom: 25px;
      padding-top: 15px; } }
  .zig-zag-section .container-main .section-items:first-child {
    padding-top: 0; }
  .zig-zag-section .container-main .section-items .main-title {
    text-align: center; }

.zig-zag-section .container-main .with-flex:after {
  content: '';
  display: block;
  height: 1px;
  width: 80%;
  background-color: #43748d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.zig-zag-section .container-main .with-flex .half-col {
  position: relative; }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .container-main .with-flex .half-col {
      text-align: center; } }
  .zig-zag-section .container-main .with-flex .half-col .info {
    text-align: justify; }
    @media only screen and (max-width: 992px) {
      .zig-zag-section .container-main .with-flex .half-col .info {
        text-align: center; } }
  .zig-zag-section .container-main .with-flex .half-col .background-cover {
    width: 100%;
    height: 100%;
    border-radius: 10px; }
    @media only screen and (max-width: 992px) {
      .zig-zag-section .container-main .with-flex .half-col .background-cover {
        height: 350px;
        border-radius: 0; } }
  .zig-zag-section .container-main .with-flex .half-col img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translatYe(-50%);
    transform: translateY(-50%); }
  .zig-zag-section .container-main .with-flex .half-col:first-child {
    padding: 50px; }
    @media only screen and (max-width: 992px) {
      .zig-zag-section .container-main .with-flex .half-col:first-child {
        padding: 0px;
        padding-bottom: 30px; } }
    .zig-zag-section .container-main .with-flex .half-col:first-child.order-1 {
      padding-left: 0; }
      @media only screen and (max-width: 992px) {
        .zig-zag-section .container-main .with-flex .half-col:first-child.order-1 {
          order: 1; } }
    .zig-zag-section .container-main .with-flex .half-col:first-child.order-2 {
      padding-right: 0; }
      @media only screen and (max-width: 992px) {
        .zig-zag-section .container-main .with-flex .half-col:first-child.order-2 {
          order: 1; } }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .container-main .with-flex .half-col {
      width: 100%; } }

.zig-zag-section .for-title {
  width: 100%;
  background-color: #cca876;
  padding: 40px 0;
  margin-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .for-title {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 550px) {
    .zig-zag-section .for-title {
      margin-bottom: 15px; } }
  .zig-zag-section .for-title .container-main h1 {
    max-width: 960px;
    margin: auto;
    color: #fff; }

.about-section {
  position: relative; }
  .about-section .image-info {
    position: absolute;
    background-position: top;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 992px) {
      .about-section .image-info {
        position: relative;
        height: 550px;
        text-align: center;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .about-section .image-info {
        height: 500px; } }
    @media only screen and (max-width: 480px) {
      .about-section .image-info {
        height: 450px; } }
  @media only screen and (max-width: 992px) {
    .about-section .content-info {
      padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .about-section .content-info {
      padding-top: 10px; } }
  .about-section .content-info .container-main .with-flex .half-col:last-child {
    padding: 50px 0px 50px 50px; }
    .about-section .content-info .container-main .with-flex .half-col:last-child .info {
      text-align: justify; }
  @media only screen and (max-width: 992px) {
    .about-section .content-info .container-main .with-flex .half-col {
      width: 100%; }
      .about-section .content-info .container-main .with-flex .half-col:last-child {
        padding: 30px 0px; }
      .about-section .content-info .container-main .with-flex .half-col:first-child {
        display: none; } }

.gallery-list .with-flex .items {
  width: 25%;
  padding: 10px;
  overflow: hidden; }
  @media only screen and (max-width: 1100px) {
    .gallery-list .with-flex .items {
      width: 33.333333%; } }
  @media only screen and (max-width: 767px) {
    .gallery-list .with-flex .items {
      padding: 0;
      padding-right: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .gallery-list .with-flex .items {
      width: 100%;
      padding: 5px 0px 10px !important; } }
  @media only screen and (max-width: 480px) {
    .gallery-list .with-flex .items:nth-child(2n) {
      padding-right: 0;
      padding-left: 5px; } }
  .gallery-list .with-flex .items .item {
    position: relative; }
    .gallery-list .with-flex .items .item:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .gallery-list .with-flex .items .item .element {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 1;
      transition: opacity .1s; }
      .gallery-list .with-flex .items .item .element div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -ms-transform: translate(50%, 50%);
        -webkit-transform: translate(50%, 50%);
        transform: translate(50%, 50%); }
        .gallery-list .with-flex .items .item .element div img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .gallery-list .with-flex .items .for-hover {
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    cursor: pointer;
    overflow: hidden; }
    .gallery-list .with-flex .items .for-hover .cover-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 101%;
      left: 0;
      padding: 25px;
      background-color: rgba(0, 0, 0, 0.5);
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      @media only screen and (max-width: 480px) {
        .gallery-list .with-flex .items .for-hover .cover-bg {
          padding: 15px; } }
      .gallery-list .with-flex .items .for-hover .cover-bg img {
        position: absolute;
        width: 50px;
        padding: 10px;
        background-color: #43748d;
        border-radius: 100px;
        height: 50px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .gallery-list .with-flex .items .for-hover .cover-bg .position-bottom {
        position: absolute;
        bottom: 25px;
        margin: auto;
        left: 25px;
        right: 25px; }
        @media only screen and (max-width: 480px) {
          .gallery-list .with-flex .items .for-hover .cover-bg .position-bottom {
            bottom: 15px;
            left: 15px;
            right: 15px; } }
        .gallery-list .with-flex .items .for-hover .cover-bg .position-bottom p {
          color: #fff; }
          @media only screen and (max-width: 992px) {
            .gallery-list .with-flex .items .for-hover .cover-bg .position-bottom p {
              font-size: 14px;
              line-height: 20px; } }
          @media only screen and (max-width: 767px) {
            .gallery-list .with-flex .items .for-hover .cover-bg .position-bottom p {
              font-size: 16px;
              line-height: 22px; } }
        .gallery-list .with-flex .items .for-hover .cover-bg .position-bottom span {
          color: #fff;
          display: block;
          margin-top: 15px; }
          @media only screen and (max-width: 480px) {
            .gallery-list .with-flex .items .for-hover .cover-bg .position-bottom span {
              font-size: 13px;
              line-height: 17px; } }
  .gallery-list .with-flex .items:hover .for-hover .cover-bg {
    top: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }

@media only screen and (min-width: 1100px) {
  .gallery-list.videos-list .with-flex .items {
    width: 25%; } }

.video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.5); }
  .video-popup .video-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .video-popup .main-popup {
    max-width: 920px;
    max-height: 600px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    padding: 15px;
    border-radius: 20px; }
    @media only screen and (max-width: 767px) {
      .video-popup .main-popup {
        max-width: 90%;
        max-height: 300px; } }
    .video-popup .main-popup iframe {
      width: 100%;
      height: 100%; }
  .video-popup.open-popup {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.content-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 50px;
  display: none; }
  @media only screen and (max-width: 480px) {
    .content-popup {
      padding: 20px; } }
  .content-popup .main-content-popup {
    max-width: 750px;
    position: relative;
    background-color: #fff;
    margin: 100px auto;
    max-height: 350px;
    padding: 50px;
    overflow: auto; }
    @media only screen and (max-width: 480px) {
      .content-popup .main-content-popup {
        padding: 40px 20px; } }
    .content-popup .main-content-popup .close-content {
      width: 20px;
      cursor: pointer;
      height: 20px;
      position: absolute;
      right: 15px;
      top: 15px; }
    .content-popup .main-content-popup .teach_img {
      width: 50%;
      float: left;
      margin-right: 20px;
      margin-bottom: 15px; }
    .content-popup .main-content-popup .item-title {
      font-family: "Rubik-Regular";
      color: #43748d;
      margin-bottom: 10px;
      text-align: center;
      font-size: 18px; }

.activites_teachers {
  text-align: center; }
  .activites_teachers .with-pop-up {
    padding-top: 50px; }
    @media only screen and (max-width: 992px) {
      .activites_teachers .with-pop-up {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .activites_teachers .with-pop-up {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .activites_teachers .with-pop-up .gallery-list .cover-bg {
      color: #fff; }
      .activites_teachers .with-pop-up .gallery-list .cover-bg .item-title {
        position: relative;
        top: 50%;
        font-family: "Rubik-Regular";
        -ms-transform: translateY(-50%);
        -webkit-transform: translatYe(-50%);
        transform: translateY(-50%); }
    .activites_teachers .with-pop-up .gallery-list .items {
      cursor: pointer; }
    .activites_teachers .with-pop-up .gallery-list .hidden_content {
      display: none; }
    .activites_teachers .with-pop-up .gallery-list .item-title {
      font-family: "Rubik-Regular";
      color: #43748d;
      margin-top: 15px; }

#tribe-events .tribe-events-button {
  display: none !important; }

#tribe-events .tribe-events-calendar a {
  pointer-events: none; }

#tribe-events .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-size: 16px;
  color: red; }
  #tribe-events .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
    color: red;
    font-size: 16px; }

.page-photos-videos .container-main .main-title {
  text-align: center; }

.page-photos-videos .container-main .content {
  margin: auto;
  margin-bottom: 30px;
  padding: 0 10px; }
  @media only screen and (max-width: 992px) {
    .page-photos-videos .container-main .content {
      text-align: justify; } }

.gallery-single .container-main.single-news {
  text-align: center; }
  .gallery-single .container-main.single-news .single-image {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 50px; }

.gallery-single.video-single .gallery-list .with-flex .items .for-hover .cover-bg img {
  top: 15px;
  left: 15px;
  right: auto;
  padding: 5px;
  width: 40px;
  height: 40px;
  bottom: auto; }

.template1 .container-main .main-title {
  text-align: center; }

.template1 .container-main .content {
  margin: auto;
  margin-bottom: 30px;
  padding: 0 10px; }
  @media only screen and (max-width: 992px) {
    .template1 .container-main .content {
      text-align: justify; } }
  .template1 .container-main .content p {
    min-height: 15px; }

.contact-us .content {
  margin-bottom: 50px; }

.contact-us form {
  position: relative; }
  .contact-us form p {
    margin: 0; }
  .contact-us form .wpcf7-not-valid-tip, .contact-us form br, .contact-us form .wpcf7-response-output {
    display: none !important; }
    .contact-us form .wpcf7-not-valid-tip.wpcf7-mail-sent-ok, .contact-us form br.wpcf7-mail-sent-ok, .contact-us form .wpcf7-response-output.wpcf7-mail-sent-ok {
      display: block !important;
      border: 0 !important; }
  .contact-us form input {
    background-color: #EBEBEC;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 2px solid #EBEBEC;
    outline: none;
    margin-bottom: 20px;
    -webkit-appearance: none;
    border-radius: 0; }
    .contact-us form input.wpcf7-not-valid {
      border: 1px solid red; }
    .contact-us form input[type=submit] {
      display: block;
      margin: auto;
      font-size: 16px;
      color: #fff;
      width: 200px;
      cursor: pointer;
      text-decoration: none;
      border: 2px solid #43748d;
      padding: 10px 15px;
      background-color: #43748d;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (max-width: 767px) {
        .contact-us form input[type=submit] {
          font-size: 16px;
          width: 150px; } }
      .contact-us form input[type=submit]:hover {
        background-color: #fff;
        color: #43748d;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
  .contact-us form textarea {
    height: 140px;
    resize: none;
    outline: none;
    background-color: #EBEBEC;
    width: 100%;
    border: 2px solid #EBEBEC;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    border-radius: 0; }
    .contact-us form textarea.wpcf7-not-valid {
      border: 1px solid red; }
  .contact-us form .ajax-loader {
    position: absolute;
    right: 0px;
    bottom: 15px; }

.contact-us .with-flex .half-col:first-child {
  padding: 0 85px; }
  @media only screen and (max-width: 992px) {
    .contact-us .with-flex .half-col:first-child {
      padding: 0 30px; } }
  @media only screen and (max-width: 480px) {
    .contact-us .with-flex .half-col:first-child {
      padding: 0; } }

@media only screen and (max-width: 480px) {
  .contact-us .with-flex .half-col:last-child {
    height: 300px;
    margin-top: 25px; } }

.contact-us .main-title {
  text-align: center; }
