/*
Theme Name: Flowers Home
Author: Webs.am
Author URI: http://webs.am/
*/
@import url(css/slick.css);
@import url(css/lightbox.css);
@font-face {
  font-family: "Montserrat-Black, Arial, Sans-Serif";
  src: url("fonts/Montserrat/Montserrat-Black.ttf");
  font-weight: normal; }

@font-face {
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  src: url("fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: normal; }

@font-face {
  font-family: "RobotoCondensed, Arial, Sans-Serif";
  src: url("fonts/Roboto_Condensed/RobotoCondensed-Light.ttf");
  font-weight: normal; }

@font-face {
  font-family: "Roboto-Medium, Arial, Sans-Serif";
  src: url("fonts/Roboto/Roboto-Medium.ttf");
  font-weight: normal; }

@font-face {
  font-family: "NotoSansArmenian, Arial, Sans-Serif";
  src: url("fonts/NotoSansArmenian-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Bold, Arial, Sans-Serif";
  src: url("fonts/Roboto/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Light, Arial, Sans-Serif";
  src: url("fonts/Roboto/Roboto-Light.ttf");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto-Light, Arial, Sans-Serif", Arial;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  background-color: #eee; }
  @media only screen and (max-width: 767px) {
    body {
      background-color: #F2F2F2; } }

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

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

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

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

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

.title-with-underline {
  font-family: "Montserrat-Black, Arial, Sans-Serif";
  line-height: 52px;
  font-size: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  max-width: 536px;
  padding-bottom: 20px; }
  .title-with-underline.align-left {
    text-align: left;
    margin-left: 0;
    max-width: unset;
    display: inline-block; }
    .title-with-underline.align-left:before {
      left: 0;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .title-with-underline.align-left:before {
          margin: auto; } }
    @media only screen and (max-width: 767px) {
      .title-with-underline.align-left {
        text-align: center; } }
  .title-with-underline:before {
    content: '';
    display: block;
    position: absolute;
    width: 145px;
    height: 4px;
    border-radius: 10px;
    background-color: #39B44A;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .title-with-underline:before {
        width: 50px;
        left: 0 !important;
        right: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .title-with-underline {
      font-size: 22px;
      line-height: 28px;
      max-width: 250px; } }

.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; } }

.under_header {
  height: 80px;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .under_header {
      background-color: #f2f2f2; } }

.description {
  max-width: 536px;
  padding: 0 10px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin: 0;
  margin-bottom: 10px; }

.section-img {
  width: 80px;
  height: 80px;
  margin: auto;
  display: block;
  margin-bottom: 40px; }
  .section-img.align-left {
    margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .section-img {
      display: none; } }

.globalClass_ET.is-bottom {
  opacity: 0;
  -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 {
  width: 55px;
  height: 55px;
  background-size: 30px;
  background-repeat: no-repeat;
  border-radius: 60px;
  cursor: pointer;
  background-color: #fff;
  z-index: 1;
  opacity: 0.3;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -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; }
  .slick-arrow.icon-next {
    background-image: url("img/right-arrow.svg");
    background-position: 14px; }
  .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; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.2) !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2) !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.2) !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.2) !important; }

.underline-href {
  color: #56D1F5 !important;
  margin-top: 30px;
  display: block;
  text-decoration: underline; }
  .underline-href.align-center {
    text-align: center; }

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

@media only screen and (max-width: 767px) {
  .show-more-info {
    height: 255px;
    overflow: hidden; }
    .show-more-info.show-more-all {
      height: auto; } }

.show-more-btn {
  display: none; }
  @media only screen and (max-width: 767px) {
    .show-more-btn {
      display: block;
      text-align: center;
      color: #39B44A;
      margin-top: 15px; }
      .show-more-btn span {
        text-decoration: underline; } }

.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%; }

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

.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; }

.button {
  border: 1px solid #000000;
  -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;
  font-family: "Roboto-Light, Arial, Sans-Serif";
  -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: #000000; }
    .button.plain:hover {
      background: #000000;
      color: #ffffff; }
    .button.plain.white {
      background: #ffffff;
      color: #000000; }
      .button.plain.white:hover {
        background: #000000;
        color: #ffffff;
        border: 1px solid #ffffff; }
  .button:not(.plain) {
    background-color: #000000;
    color: #ffffff; }
    .button:not(.plain):hover {
      background: #ffffff;
      color: #000000; }

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

.section-title {
  font-size: 32px;
  color: #000000;
  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;
  -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-large {
    position: relative; }
    #header .container-large .logo {
      position: absolute;
      left: 15px;
      height: 50px;
      top: 8px; }
      #header .container-large .logo img {
        max-width: 100%;
        max-height: 100%; }
    #header .container-large .header-menu {
      padding-right: 105px;
      text-align: right; }
      @media only screen and (max-width: 1020px) {
        #header .container-large .header-menu {
          padding: 15px;
          padding-top: 45px; } }
      #header .container-large .header-menu ul {
        text-align: right;
        display: inline-block;
        margin: 0;
        padding: 20px 0 0; }
        @media only screen and (max-width: 1020px) {
          #header .container-large .header-menu ul {
            padding: 0;
            text-align: left; } }
        #header .container-large .header-menu ul li {
          display: inline-block;
          margin-left: 60px;
          padding-bottom: 20px;
          position: relative; }
          @media only screen and (max-width: 1600px) {
            #header .container-large .header-menu ul li {
              margin-left: 30px; } }
          @media only screen and (max-width: 1160px) {
            #header .container-large .header-menu ul li {
              margin-left: 10px; } }
          @media only screen and (max-width: 1020px) {
            #header .container-large .header-menu ul li {
              width: 100%;
              padding: 10px;
              border-bottom: 1px solid rgba(0, 0, 0, 0.2);
              margin: 0; } }
          #header .container-large .header-menu ul li a {
            font-size: 16px;
            font-family: "RobotoCondensed, Arial, Sans-Serif";
            text-decoration: none;
            color: #000;
            -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-large .header-menu ul li:before {
            content: '';
            display: block;
            position: absolute;
            width: 0px;
            height: 2px;
            border-radius: 5px;
            background-color: #000;
            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-large .header-menu ul li:before {
                display: none; } }
          #header .container-large .header-menu 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-large .header-menu ul li:hover a {
            color: rgba(0, 0, 0, 0.5);
            -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-large .social-header {
      position: absolute;
      right: 15px;
      padding: 0;
      margin: 0;
      top: 16px; }
      @media only screen and (max-width: 1020px) {
        #header .container-large .social-header {
          position: relative;
          right: 0;
          top: 10px;
          padding: 0 12px;
          margin-bottom: 30px; } }
      #header .container-large .social-header li {
        display: inline-block;
        text-align: right;
        margin-left: 15px; }
        #header .container-large .social-header li a {
          display: block;
          text-decoration: none; }
          #header .container-large .social-header li a img {
            width: 25px;
            height: 25px; }
  #header.sticky {
    background: #f1f1f1;
    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; } }

#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; } }

.banner {
  position: relative;
  min-height: 700px;
  height: 100vh;
  background-color: #f1f1f1; }
  .banner .banner_mobile_image {
    display: none; }
  @media only screen and (max-width: 480px) {
    .banner {
      background-image: none !important;
      min-height: 600px; }
      .banner .banner_mobile_image {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; } }
  .banner .banner-info {
    position: relative;
    height: 100%; }
    .banner .banner-info .section-info {
      max-width: 495px;
      position: absolute;
      left: 50px;
      bottom: 200px; }
      @media only screen and (max-width: 767px) {
        .banner .banner-info .section-info {
          top: 130px;
          bottom: auto;
          left: auto; } }
      @media only screen and (max-width: 480px) {
        .banner .banner-info .section-info {
          max-width: 270px;
          left: 15px;
          right: 15px; } }
      .banner .banner-info .section-info h1 {
        font-size: 45px;
        line-height: 65px;
        margin: 0;
        font-family: "Montserrat-Black, Arial, Sans-Serif";
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          .banner .banner-info .section-info h1 {
            font-size: 22px;
            line-height: 27px; } }
      .banner .banner-info .section-info p {
        font-size: 22px;
        line-height: 28px;
        margin: 0;
        margin-top: 20px; }

.certificat-section {
  background-color: #fff; }
  .certificat-section .another-container {
    max-width: 1070px;
    margin: auto;
    padding: 0 15px; }
    .certificat-section .another-container .info p {
      text-align: center;
      margin: 0; }

@media only screen and (max-width: 767px) {
  .about-section {
    background: #fff !important; } }

@media only screen and (max-width: 767px) {
  .about-section .with-flex .half-col {
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .about-section .with-flex .half-col:first-child {
    display: none; } }

.about-section .with-flex .half-col .show-mobile .about-img {
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 200px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2); }

@media only screen and (max-width: 767px) {
  .about-section .with-flex .half-col .title-with-underline:before {
    width: 80px;
    left: 0;
    right: 0;
    margin: auto; } }

.about-section .with-flex .half-col h3 {
  font-size: 26px;
  margin: 0;
  font-family: "Roboto-Medium, Arial, Sans-Serif";
  margin-bottom: 15px; }

.about-section .with-flex .half-col .info p:last-child {
  margin-bottom: 0; }

.services-section {
  min-height: 600px;
  height: 95vh;
  position: relative; }
  @media only screen and (max-width: 1220px) {
    .services-section {
      height: auto; } }
  .services-section .with-flex {
    height: 100%; }
    .services-section .with-flex .services-item {
      width: 20%;
      height: 100%;
      padding: 0 5px;
      /*with child for mobile*/ }
      @media only screen and (max-width: 1220px) {
        .services-section .with-flex .services-item {
          height: 500px;
          width: 33.3333%;
          padding: 5px; } }
      .services-section .with-flex .services-item > div {
        width: 100%;
        height: 100%; }
      .services-section .with-flex .services-item.half-item .half-height {
        width: 50%;
        height: 50%;
        padding: 5px; }
        .services-section .with-flex .services-item.half-item .half-height .background-cover {
          width: 100%;
          height: 100%; }
        .services-section .with-flex .services-item.half-item .half-height:first-child, .services-section .with-flex .services-item.half-item .half-height:nth-child(2) {
          padding-top: 0; }
        .services-section .with-flex .services-item.half-item .half-height:last-child, .services-section .with-flex .services-item.half-item .half-height:nth-last-child(2) {
          padding-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .services-section .with-flex .services-item.half-item .half-height {
            height: 250px;
            width: 100%;
            padding: 5px 0px !important; }
            .services-section .with-flex .services-item.half-item .half-height:first-child {
              padding-top: 0 !important; } }
      .services-section .with-flex .services-item:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 40%;
        padding-right: 0;
        padding-left: 0; }
        @media only screen and (max-width: 1220px) {
          .services-section .with-flex .services-item:last-child {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          .services-section .with-flex .services-item:last-child {
            height: auto !important; } }
      .services-section .with-flex .services-item .background-cover {
        position: relative;
        overflow: hidden;
        background-position: left; }
        @media only screen and (max-width: 480px) {
          .services-section .with-flex .services-item .background-cover {
            background: none !important; } }
        .services-section .with-flex .services-item .background-cover .content {
          width: 100%;
          height: 100%;
          display: inline-block;
          position: absolute;
          font-size: 22px;
          color: #fff;
          overflow: auto;
          padding: 25px;
          background-color: rgba(0, 0, 0, 0.74);
          bottom: -101%;
          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; }
          .services-section .with-flex .services-item .background-cover .content .for-center {
            position: relative;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translatYe(-50%);
            transform: translateY(-50%); }
          @media only screen and (max-width: 1600px) {
            .services-section .with-flex .services-item .background-cover .content {
              font-size: 16px;
              line-height: 20px; } }
        .services-section .with-flex .services-item .background-cover:hover .content {
          bottom: 0%;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
        .services-section .with-flex .services-item .background-cover .info {
          position: absolute;
          bottom: 0px;
          width: 100%;
          height: 240px;
          padding: 0 25px 20px 25px;
          left: 0px; }
          @media only screen and (max-width: 1400px) {
            .services-section .with-flex .services-item .background-cover .info {
              height: 200px;
              padding: 0 25px 25px 25px; } }
          @media only screen and (max-width: 767px) {
            .services-section .with-flex .services-item .background-cover .info {
              height: auto !important;
              padding: 0 15px 15px 15px; } }
          .services-section .with-flex .services-item .background-cover .info .number {
            font-size: 86px;
            margin-bottom: 10px;
            color: rgba(0, 0, 0, 0.5);
            line-height: 86px;
            font-family: "Montserrat-Black, Arial, Sans-Serif"; }
            @media only screen and (max-width: 1400px) {
              .services-section .with-flex .services-item .background-cover .info .number {
                font-size: 60px;
                line-height: 66px; } }
            @media only screen and (max-width: 767px) {
              .services-section .with-flex .services-item .background-cover .info .number {
                font-size: 50px;
                line-height: 55px; } }
          .services-section .with-flex .services-item .background-cover .info .mini-info {
            font-size: 34px;
            line-height: 41px;
            font-family: "Roboto-Light, Arial, Sans-Serif"; }
            @media only screen and (max-width: 1400px) {
              .services-section .with-flex .services-item .background-cover .info .mini-info {
                font-size: 26px;
                line-height: 32px; } }
            @media only screen and (max-width: 767px) {
              .services-section .with-flex .services-item .background-cover .info .mini-info {
                font-size: 26px !important;
                line-height: 32px !important; } }
        .services-section .with-flex .services-item .background-cover .mobile_image {
          display: none; }
          @media only screen and (max-width: 480px) {
            .services-section .with-flex .services-item .background-cover .mobile_image {
              display: block;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; } }
      .services-section .with-flex .services-item.with-title .background-cover .info {
        height: 320px;
        text-align: center;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .services-section .with-flex .services-item.with-title .background-cover .info {
            height: 80% !important; } }
        .services-section .with-flex .services-item.with-title .background-cover .info .mini-info {
          font-size: 42px;
          font-family: "Montserrat-Black, Arial, Sans-Serif";
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
          @media only screen and (max-width: 767px) {
            .services-section .with-flex .services-item.with-title .background-cover .info .mini-info {
              font-size: 22px !important;
              line-height: 27px !important; } }
        .services-section .with-flex .services-item.with-title .background-cover .info img {
          width: 80px;
          height: 80px;
          position: absolute;
          bottom: 90px;
          left: 0;
          right: 0;
          margin: auto; }
          @media only screen and (max-width: 767px) {
            .services-section .with-flex .services-item.with-title .background-cover .info img {
              display: none; } }
      @media only screen and (max-width: 767px) {
        .services-section .with-flex .services-item {
          width: 100% !important;
          height: 250px !important;
          padding: 5px 0px !important; }
          .services-section .with-flex .services-item:first-child {
            width: 30% !important;
            height: 430px !important; }
          .services-section .with-flex .services-item:nth-child(2) {
            width: 70% !important;
            height: 430px !important; } }

@media only screen and (max-width: 480px) {
  .events-section .container-main {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .events-section .news-flex {
    display: none; } }

.events-section .event-slider .item {
  padding: 60px 40px; }
  @media only screen and (max-width: 480px) {
    .events-section .event-slider .item {
      padding-left: 0;
      padding-right: 55px;
      padding-bottom: 0;
      padding-top: 0; } }
  .events-section .event-slider .item a {
    text-decoration: none;
    color: #000; }
  .events-section .event-slider .item .for-scale {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .events-section .event-slider .item .for-scale:hover {
      -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; }
    @media only screen and (max-width: 480px) {
      .events-section .event-slider .item .for-scale {
        margin-left: -35px; } }
    .events-section .event-slider .item .for-scale .background-cover {
      height: 280px;
      width: 100%;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; }
    .events-section .event-slider .item .for-scale .info {
      padding: 20px;
      background-color: #fff;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; }
      .events-section .event-slider .item .for-scale .info h4 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 5px;
        font-family: "Roboto-Bold, Arial, Sans-Serif"; }
      .events-section .event-slider .item .for-scale .info p {
        font-size: 14px;
        font-family: "Roboto-Light, Arial, Sans-Serif";
        margin-bottom: 15px;
        line-height: 22px; }
      .events-section .event-slider .item .for-scale .info span {
        font-size: 14px;
        font-family: "Roboto-Light, Arial, Sans-Serif"; }
  @media only screen and (min-width: 1019px) {
    .events-section .event-slider .item.slick-current + .slick-slide .for-scale {
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; } }

.events-section .event-slider .slick-arrow {
  position: absolute;
  right: 0;
  top: 0; }
  .events-section .event-slider .slick-arrow.icon-prev {
    right: 95px; }
  .events-section .event-slider .slick-arrow.icon-next {
    right: 25px; }

.clients-section {
  background-color: #fff; }
  .clients-section .clients-slider {
    padding-bottom: 80px; }
    @media only screen and (max-width: 480px) {
      .clients-section .clients-slider {
        padding-top: 0px; } }
    .clients-section .clients-slider .item {
      padding: 0px 30px; }
      .clients-section .clients-slider .item .background-cover {
        width: 100%;
        height: 88px;
        background-size: contain; }
    .clients-section .clients-slider .slick-arrow {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: auto;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
      .clients-section .clients-slider .slick-arrow.icon-prev {
        left: -75px; }
      .clients-section .clients-slider .slick-arrow.icon-next {
        right: -75px; }

@media only screen and (max-width: 767px) {
  .video-section .with-flex .half-col {
    width: 100%; } }

.video-section .with-flex .half-col:first-child {
  position: relative;
  padding-right: 130px; }
  @media only screen and (max-width: 1200px) {
    .video-section .with-flex .half-col:first-child {
      padding-right: 50px; } }
  @media only screen and (max-width: 767px) {
    .video-section .with-flex .half-col:first-child {
      padding-right: 0;
      text-align: center; } }
  .video-section .with-flex .half-col:first-child .title-with-underline {
    text-align: left;
    max-width: none;
    display: inline-block;
    margin-left: 100px; }
    @media only screen and (max-width: 767px) {
      .video-section .with-flex .half-col:first-child .title-with-underline {
        text-align: center;
        margin-left: 0; } }
    .video-section .with-flex .half-col:first-child .title-with-underline:before {
      right: auto; }
  .video-section .with-flex .half-col:first-child .section-img {
    margin: 0;
    position: absolute; }
  .video-section .with-flex .half-col:first-child .video-slider {
    padding-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .video-section .with-flex .half-col:first-child .video-slider {
        display: none; } }
    .video-section .with-flex .half-col:first-child .video-slider .items {
      padding-right: 20px; }
      @media only screen and (max-width: 480px) {
        .video-section .with-flex .half-col:first-child .video-slider .items {
          padding-right: 0; } }
      .video-section .with-flex .half-col:first-child .video-slider .items .background-cover {
        height: 163px;
        width: 100%;
        position: relative;
        border-radius: 15px; }
        @media only screen and (max-width: 480px) {
          .video-section .with-flex .half-col:first-child .video-slider .items .background-cover {
            height: 235px;
            border-radius: 20px; } }
        .video-section .with-flex .half-col:first-child .video-slider .items .background-cover img {
          width: 50px;
          height: 50px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media only screen and (max-width: 480px) {
            .video-section .with-flex .half-col:first-child .video-slider .items .background-cover img {
              width: 90px;
              height: 90px; } }
    .video-section .with-flex .half-col:first-child .video-slider .slick-arrow {
      position: absolute;
      top: auto;
      bottom: 0;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
      .video-section .with-flex .half-col:first-child .video-slider .slick-arrow.icon-next {
        left: 75px; }
  @media only screen and (max-width: 767px) {
    .video-section .with-flex .half-col:first-child .underline-href {
      display: none; } }

.video-section .with-flex .half-col:last-child {
  padding-left: 50px; }
  @media only screen and (max-width: 767px) {
    .video-section .with-flex .half-col:last-child {
      padding-left: 0;
      padding-bottom: 80px; } }
  .video-section .with-flex .half-col:last-child .video-slider-main {
    height: 100%; }
    .video-section .with-flex .half-col:last-child .video-slider-main .slick-list {
      width: 100%;
      height: 100%;
      border-radius: 20px; }
      @media only screen and (max-width: 767px) {
        .video-section .with-flex .half-col:last-child .video-slider-main .slick-list {
          height: 300px; } }
      .video-section .with-flex .half-col:last-child .video-slider-main .slick-list div {
        width: 100%;
        height: 100%;
        border-radius: 20px; }
    .video-section .with-flex .half-col:last-child .video-slider-main .background-cover {
      position: relative; }
      .video-section .with-flex .half-col:last-child .video-slider-main .background-cover img {
        width: 170px;
        height: 170px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .video-section .with-flex .half-col:last-child .video-slider-main .background-cover img {
            width: 90px;
            height: 90px; } }
  .video-section .with-flex .half-col:last-child .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    @media only screen and (max-width: 767px) {
      .video-section .with-flex .half-col:last-child .slick-arrow {
        left: 0;
        right: 0;
        bottom: -15px; } }
    .video-section .with-flex .half-col:last-child .slick-arrow.icon-prev {
      left: -75px; }
    .video-section .with-flex .half-col:last-child .slick-arrow.icon-next {
      right: -75px; }

@media only screen and (max-width: 767px) {
  .video-section .with-flex .half-col .underline-href {
    text-align: center;
    margin-top: 50px; } }

.photo-section {
  background-color: #fff; }
  .photo-section .photo-items .with-flex .items {
    width: 20%;
    padding: 10px;
    overflow: hidden; }
    @media only screen and (max-width: 1100px) {
      .photo-section .photo-items .with-flex .items {
        width: 33.333333%; } }
    @media only screen and (max-width: 767px) {
      .photo-section .photo-items .with-flex .items {
        padding: 0;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .photo-section .photo-items .with-flex .items {
        display: none; }
        .photo-section .photo-items .with-flex .items:nth-child(1), .photo-section .photo-items .with-flex .items:nth-child(2), .photo-section .photo-items .with-flex .items:nth-child(3), .photo-section .photo-items .with-flex .items:nth-child(4) {
          display: block; } }
    @media only screen and (max-width: 480px) {
      .photo-section .photo-items .with-flex .items:nth-child(2n) {
        padding-right: 0;
        padding-left: 5px; } }
    .photo-section .photo-items .with-flex .items .item {
      position: relative; }
      .photo-section .photo-items .with-flex .items .item:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .photo-section .photo-items .with-flex .items .item .element {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        transition: opacity .1s; }
        .photo-section .photo-items .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%); }
          .photo-section .photo-items .with-flex .items .item .element div img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .photo-section .photo-items .with-flex .items .for-hover {
      width: 100%;
      height: 100%;
      position: relative;
      top: -100%;
      cursor: pointer;
      overflow: hidden; }
      .photo-section .photo-items .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) {
          .photo-section .photo-items .with-flex .items .for-hover .cover-bg {
            padding: 15px; } }
        .photo-section .photo-items .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) {
            .photo-section .photo-items .with-flex .items .for-hover .cover-bg .position-bottom {
              bottom: 15px;
              left: 15px;
              right: 15px; } }
          .photo-section .photo-items .with-flex .items .for-hover .cover-bg .position-bottom p {
            font-family: "Roboto-Bold, Arial, Sans-Serif";
            color: #fff; }
            @media only screen and (max-width: 992px) {
              .photo-section .photo-items .with-flex .items .for-hover .cover-bg .position-bottom p {
                font-size: 14px;
                line-height: 20px; } }
            @media only screen and (max-width: 480px) {
              .photo-section .photo-items .with-flex .items .for-hover .cover-bg .position-bottom p {
                font-size: 13px;
                line-height: 17px; } }
          .photo-section .photo-items .with-flex .items .for-hover .cover-bg .position-bottom span {
            font-family: "Roboto-Bold, Arial, Sans-Serif";
            color: #fff;
            display: block;
            margin-top: 15px; }
            @media only screen and (max-width: 480px) {
              .photo-section .photo-items .with-flex .items .for-hover .cover-bg .position-bottom span {
                font-size: 13px;
                line-height: 17px; } }
    .photo-section .photo-items .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; }
  .photo-section .photo-items .underline-href {
    text-align: center; }

.news-section {
  background-color: #fff;
  padding-top: 0; }
  @media only screen and (max-width: 767px) {
    .news-section {
      background-color: #F2F2F2;
      padding-top: 30px; } }
  .news-section .with-flex .items {
    width: 20%;
    padding: 0 10px; }
    @media only screen and (max-width: 1100px) {
      .news-section .with-flex .items {
        width: 33.33333%;
        padding: 10px; } }
    .news-section .with-flex .items a {
      text-decoration: none;
      color: #000; }
    .news-section .with-flex .items .item {
      border-radius: 10px;
      overflow: hidden; }
      .news-section .with-flex .items .item .background-cover {
        height: 182px;
        width: 100%; }
      .news-section .with-flex .items .item .info {
        background-color: #F5F5F5;
        padding: 20px; }
        .news-section .with-flex .items .item .info h4 {
          font-size: 22px;
          line-height: 28px;
          font-family: "Roboto-Bold, Arial, Sans-Serif";
          margin-bottom: 0; }
        .news-section .with-flex .items .item .info p {
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 10px;
          margin-top: 10px; }
        .news-section .with-flex .items .item .info span {
          font-size: 14px;
          line-height: 17px;
          display: block; }

.review-section {
  background-color: #fff; }
  @media only screen and (min-width: 767px) and (max-width: 1100px) {
    .review-section {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .review-section .container-large {
      padding: 0; } }
  @media only screen and (max-width: 1100px) {
    .review-section .with-flex .half-col {
      width: 100%;
      padding: 0px 70px; } }
  @media only screen and (max-width: 767px) {
    .review-section .with-flex .half-col {
      padding: 0px; } }
  .review-section .with-flex .half-col:first-child {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .review-section .with-flex .half-col:first-child {
        padding: 0 15px; } }
    .review-section .with-flex .half-col:first-child .main-review {
      max-width: 500px;
      display: inline-block;
      text-align: left;
      padding-right: 60px; }
      @media only screen and (max-width: 767px) {
        .review-section .with-flex .half-col:first-child .main-review {
          padding-left: 30px;
          padding-right: 30px;
          padding-bottom: 80px;
          width: 100%;
          max-width: 100%; } }
      .review-section .with-flex .half-col:first-child .main-review .review-slider {
        position: relative; }
        .review-section .with-flex .half-col:first-child .main-review .review-slider .items .info {
          position: relative; }
          .review-section .with-flex .half-col:first-child .main-review .review-slider .items .info h4 {
            padding-left: 30px;
            margin-bottom: 10px;
            font-family: "Roboto-Medium, Arial, Sans-Serif";
            font-size: 22px;
            line-height: 28px; }
            @media only screen and (max-width: 767px) {
              .review-section .with-flex .half-col:first-child .main-review .review-slider .items .info h4 {
                padding-left: 0; } }
        .review-section .with-flex .half-col:first-child .main-review .review-slider:before, .review-section .with-flex .half-col:first-child .main-review .review-slider:after {
          content: '';
          display: block;
          width: 22px;
          height: 15px;
          position: absolute;
          background-image: url("img/right-quote.svg");
          background-size: 22px 15px;
          background-repeat: no-repeat;
          background-position: center; }
        .review-section .with-flex .half-col:first-child .main-review .review-slider:before {
          left: -30px;
          top: 40px; }
        .review-section .with-flex .half-col:first-child .main-review .review-slider:after {
          right: 0;
          bottom: -15px;
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
    .review-section .with-flex .half-col:first-child .review-form {
      text-align: right;
      padding-right: 55px; }
      @media only screen and (max-width: 480px) {
        .review-section .with-flex .half-col:first-child .review-form {
          padding-right: 0; } }
      .review-section .with-flex .half-col:first-child .review-form .for-center {
        width: 450px;
        display: inline-block;
        text-align: left;
        position: relative; }
        @media only screen and (max-width: 480px) {
          .review-section .with-flex .half-col:first-child .review-form .for-center {
            width: 100%; } }
        .review-section .with-flex .half-col:first-child .review-form .for-center .wpdiscuz-loading-bar {
          position: absolute;
          right: -60px;
          bottom: 10px;
          top: auto;
          width: 50px;
          border: 0;
          z-index: 1; }
      .review-section .with-flex .half-col:first-child .review-form .section-title {
        font-size: 42px;
        text-align: center;
        margin-bottom: 30px;
        font-family: "Montserrat-Black, Arial, Sans-Serif"; }
        @media only screen and (max-width: 767px) {
          .review-section .with-flex .half-col:first-child .review-form .section-title {
            font-size: 22px;
            line-height: 28px; } }
      .review-section .with-flex .half-col:first-child .review-form #comments div {
        border: 0 !important; }
      .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm {
        max-width: 100%;
        padding: 0;
        border-top: 0;
        margin: 0;
        /*main review form*/ }
        .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wpdiscuz-form-top-bar, .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm #wcThreadWrapper, .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .by-wpdiscuz {
          display: none; }
        .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper {
          position: relative; }
          .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wpdiscuz-form-bottom-bar {
            display: none !important; }
          .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-form-footer {
            display: block !important;
            border: 0;
            margin: 0; }
            .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-form-footer .wpd-form-col-right {
              display: none !important; }
            .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-form-footer .wpd-form-col-left {
              width: 100%; }
            .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-form-footer .wpdiscuz-item .wpd-field {
              -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
              width: 100%;
              height: 43px;
              line-height: 43px;
              padding: 10px 20px;
              font-family: "Roboto-Light, Arial, Sans-Serif";
              font-weight: normal;
              font-style: normal;
              font-size: 16px;
              border: 0;
              outline: 0;
              border-radius: 30px; }
              @media only screen and (max-width: 767px) {
                .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-form-footer .wpdiscuz-item .wpd-field {
                  border: 1px solid #f2f2f2; } }
            .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-form-footer .wpd_label {
              display: none; }
            .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-form-footer .wc-field-submit input {
              background-image: url("img/send.svg");
              width: 45px;
              height: 45px;
              overflow: hidden;
              color: transparent;
              background-color: transparent;
              border: 0;
              background-size: 60px;
              background-position: center;
              position: absolute;
              bottom: 38px;
              right: -60px; }
              @media only screen and (max-width: 480px) {
                .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-form-footer .wc-field-submit input {
                  right: 0;
                  left: 0;
                  margin: auto;
                  display: block;
                  background-color: transparent;
                  -webkit-appearance: none;
                  bottom: 0;
                  position: relative; } }
          .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-field-comment .wpdiscuz-textarea-wrap {
            border: 0; }
            @media only screen and (max-width: 767px) {
              .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-field-comment .wpdiscuz-textarea-wrap {
                border: 1px solid #f2f2f2; } }
            .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-field-comment .wpdiscuz-textarea-wrap .wc-field-avatararea {
              display: none !important; }
            .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-field-comment .wpdiscuz-textarea-wrap textarea {
              padding: 10px 20px !important;
              -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
              width: 100%;
              height: 43px;
              min-height: 43px !important;
              line-height: 20px;
              border: 0;
              outline: 0;
              font-family: "Roboto-Light, Arial, Sans-Serif";
              font-weight: normal;
              font-style: normal;
              overflow: hidden;
              border-radius: 30px;
              resize: none;
              font-size: 16px !important;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              transition: all 0.3s; }
              .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-field-comment .wpdiscuz-textarea-wrap textarea:active, .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-field-comment .wpdiscuz-textarea-wrap textarea:focus {
                -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) {
                .review-section .with-flex .half-col:first-child .review-form #comments #wpcomm .wc-main-form-wrapper .wc-field-comment .wpdiscuz-textarea-wrap textarea {
                  border: 1px solid #f2f2f2 !important; } }
    .review-section .with-flex .half-col:first-child .review-imgs {
      height: 310px;
      position: relative;
      width: 100%;
      padding-left: 100px; }
      @media only screen and (max-width: 992px) {
        .review-section .with-flex .half-col:first-child .review-imgs {
          padding-left: 0; } }
      @media only screen and (max-width: 767px) {
        .review-section .with-flex .half-col:first-child .review-imgs {
          margin-top: 30px; } }
      @media only screen and (max-width: 480px) {
        .review-section .with-flex .half-col:first-child .review-imgs {
          padding-left: 0px;
          height: auto;
          margin-bottom: 45px; } }
      .review-section .with-flex .half-col:first-child .review-imgs .for-position {
        position: relative;
        width: 100%;
        height: 100%; }
      .review-section .with-flex .half-col:first-child .review-imgs .review-img {
        border-radius: 500px;
        position: absolute;
        -webkit-box-shadow: -3px 30px 25px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: -3px 30px 25px 0px rgba(0, 0, 0, 0.1);
        box-shadow: -3px 30px 25px 0px rgba(0, 0, 0, 0.1); }
        @media only screen and (max-width: 480px) {
          .review-section .with-flex .half-col:first-child .review-imgs .review-img {
            position: relative; } }
        .review-section .with-flex .half-col:first-child .review-imgs .review-img.review-img1 {
          top: 0;
          left: 0;
          z-index: 1;
          width: 215px;
          height: 215px; }
          @media only screen and (max-width: 480px) {
            .review-section .with-flex .half-col:first-child .review-imgs .review-img.review-img1 {
              margin: auto;
              width: 200px;
              height: 200px; } }
        .review-section .with-flex .half-col:first-child .review-imgs .review-img.review-img2 {
          width: 108px;
          height: 108px;
          top: 87px;
          left: 200px; }
          @media only screen and (max-width: 480px) {
            .review-section .with-flex .half-col:first-child .review-imgs .review-img.review-img2 {
              display: none; } }
        .review-section .with-flex .half-col:first-child .review-imgs .review-img.review-img3 {
          width: 145px;
          height: 145px;
          bottom: -30px; }
          @media only screen and (max-width: 480px) {
            .review-section .with-flex .half-col:first-child .review-imgs .review-img.review-img3 {
              display: none; } }
      .review-section .with-flex .half-col:first-child .review-imgs .section-img {
        width: 118px;
        height: 118px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    @media only screen and (max-width: 1100px) {
      .review-section .with-flex .half-col:first-child {
        margin-bottom: 40px; } }
  .review-section .with-flex .half-col:last-child {
    padding: 0 70px; }
    @media only screen and (max-width: 767px) {
      .review-section .with-flex .half-col:last-child {
        padding: 0; } }
    .review-section .with-flex .half-col:last-child .form {
      position: relative;
      border-radius: 20px;
      padding: 30px;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 767px) {
        .review-section .with-flex .half-col:last-child .form {
          padding: 30px 15px;
          background-color: #F2F2F2;
          box-shadow: none;
          border-radius: 0;
          text-align: center; } }
      .review-section .with-flex .half-col:last-child .form .title-with-underline {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          .review-section .with-flex .half-col:last-child .form .title-with-underline {
            font-size: 22px;
            line-height: 28px; } }
      .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field {
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field {
            display: inline-block;
            width: 100% !important;
            padding-right: 0 !important;
            margin-bottom: 20px !important;
            margin-top: 0 !important; } }
        .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field .wpcf7-not-valid-tip {
          display: none !important; }
        .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field input, .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field textarea {
          width: 100%;
          border: 1px solid #D8D8D8;
          border-radius: 20px;
          outline: none;
          font-family: "Roboto-Light, Arial, Sans-Serif";
          font-size: 16px;
          padding: 10px 15px;
          -webkit-appearance: none; }
          .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field input.wpcf7-validates-as-required.wpcf7-not-valid, .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field textarea.wpcf7-validates-as-required.wpcf7-not-valid {
            border: 1px solid red; }
          @media only screen and (max-width: 480px) {
            .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field input, .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field textarea {
              border: 0; } }
        .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field input {
          height: 43px;
          line-height: 43px; }
        .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field textarea {
          height: 80px;
          resize: none; }
        .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field.field-name {
          width: 30%;
          float: left;
          padding-right: 10px; }
        .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field.field-email {
          width: 70%;
          padding-right: 10px; }
        .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field.field-mess {
          width: 100%;
          margin-top: 30px;
          margin-bottom: 30px; }
        .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field.field-submit {
          width: 100%; }
          .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field.field-submit input {
            width: 100%;
            color: #fff;
            background-color: #39B44A;
            border: 2px solid #39B44A;
            font-family: "Roboto-Bold, Arial, Sans-Serif";
            line-height: normal;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            .review-section .with-flex .half-col:last-child .form .main-contact-form .form-field.field-submit input:hover {
              background-color: #fff;
              color: #39B44A;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              transition: all 0.3s; }
      .review-section .with-flex .half-col:last-child .form div.wpcf7-response-output {
        border: 0;
        padding: 0;
        margin: 0;
        margin-top: 20px; }
      .review-section .with-flex .half-col:last-child .form .ajax-loader {
        margin: 0;
        margin-top: 15px;
        position: absolute;
        right: 8px; }
    .review-section .with-flex .half-col:last-child .question-answer {
      margin-top: 25px; }
      @media only screen and (max-width: 767px) {
        .review-section .with-flex .half-col:last-child .question-answer {
          margin-top: 40px;
          padding: 0 15px; }
          .review-section .with-flex .half-col:last-child .question-answer .slick-arrow {
            bottom: 0;
            right: auto; }
            .review-section .with-flex .half-col:last-child .question-answer .slick-arrow.icon-next {
              right: -65px !important; } }
      .review-section .with-flex .half-col:last-child .question-answer .title-with-underline {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 10px;
        text-align: right;
        margin-right: 0; }
        .review-section .with-flex .half-col:last-child .question-answer .title-with-underline:before {
          left: auto;
          right: 0; }
          @media only screen and (max-width: 767px) {
            .review-section .with-flex .half-col:last-child .question-answer .title-with-underline:before {
              left: 0;
              margin: auto; } }
        @media only screen and (max-width: 767px) {
          .review-section .with-flex .half-col:last-child .question-answer .title-with-underline {
            font-size: 22px;
            line-height: 28px;
            margin: auto;
            margin-bottom: 40px;
            text-align: center; } }
      @media only screen and (max-width: 767px) {
        .review-section .with-flex .half-col:last-child .question-answer .question-answer-slider {
          padding-bottom: 80px; } }
      .review-section .with-flex .half-col:last-child .question-answer .question-answer-slider .items {
        padding-right: 85px; }
        @media only screen and (max-width: 767px) {
          .review-section .with-flex .half-col:last-child .question-answer .question-answer-slider .items {
            padding-right: 0;
            text-align: center; } }
        .review-section .with-flex .half-col:last-child .question-answer .question-answer-slider .items h4 {
          font-size: 22px;
          line-height: 27px;
          font-family: "Roboto-Medium, Arial, Sans-Serif";
          color: rgba(0, 0, 0, 0.5); }
        .review-section .with-flex .half-col:last-child .question-answer .question-answer-slider .items h3 {
          color: #000;
          font-family: "Roboto-Bold, Arial, Sans-Serif";
          margin: 15px 0 12px; }
        .review-section .with-flex .half-col:last-child .question-answer .question-answer-slider .items p {
          margin: 0; }
      .review-section .with-flex .half-col:last-child .question-answer .question-answer-slider .slick-arrow {
        right: 0;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
        .review-section .with-flex .half-col:last-child .question-answer .question-answer-slider .slick-arrow.icon-prev:hover {
          background-image: url("img/left-arrow-white.svg");
          background-color: #39B44A; }
        .review-section .with-flex .half-col:last-child .question-answer .question-answer-slider .slick-arrow.icon-next:hover {
          background-image: url("img/right-arrow-white.svg");
          background-color: #39B44A; }
      @media only screen and (max-width: 480px) {
        .review-section .with-flex .half-col:last-child .question-answer .underline-href {
          text-align: center; } }
  .review-section .with-flex .half-col .slick-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media only screen and (min-width: 767px) {
      .review-section .with-flex .half-col .slick-arrow {
        position: absolute;
        width: 40px;
        height: 40px;
        right: -60px;
        bottom: 0;
        top: auto;
        background-size: 22px; }
        .review-section .with-flex .half-col .slick-arrow.icon-prev {
          bottom: 55px;
          background-position: 7px; }
        .review-section .with-flex .half-col .slick-arrow.icon-next {
          background-position: 12px; } }
    @media only screen and (max-width: 767px) {
      .review-section .with-flex .half-col .slick-arrow {
        position: absolute;
        bottom: -80px;
        left: 0;
        right: 0;
        top: auto;
        width: 42px;
        height: 42px;
        background-position: center;
        background-size: 20px; }
        .review-section .with-flex .half-col .slick-arrow.icon-prev {
          left: -65px; }
        .review-section .with-flex .half-col .slick-arrow.icon-next {
          right: -65px; } }

@media only screen and (max-width: 480px) {
  .contact-section {
    padding: 0; } }

@media only screen and (max-width: 480px) {
  .contact-section .container-large, .contact-section .container-main {
    padding: 0; } }

.contact-section .for-padding {
  padding-top: 40px;
  background-color: #fff; }
  @media only screen and (max-width: 480px) {
    .contact-section .for-padding {
      background-color: #F2F2F2; } }

.contact-section .with-flex .items {
  text-align: center;
  padding: 0 20px;
  width: 33.33333%; }
  @media only screen and (max-width: 480px) {
    .contact-section .with-flex .items {
      width: 100%;
      margin-bottom: 20px; } }
  .contact-section .with-flex .items img {
    height: 22px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 480px) {
      .contact-section .with-flex .items img {
        margin-bottom: 10px; } }
  .contact-section .with-flex .items .mini-address {
    width: 210px;
    margin: auto; }
  .contact-section .with-flex .items p {
    margin: 0;
    line-height: 22px;
    margin-bottom: 5px; }
    .contact-section .with-flex .items p a {
      color: #000 !important;
      text-decoration: none; }
    @media only screen and (max-width: 480px) {
      .contact-section .with-flex .items p {
        margin-bottom: 0; } }
  .contact-section .with-flex .items:last-child img {
    height: 15px;
    position: relative;
    top: 4px; }

.contact-section #map {
  margin-top: 20px;
  height: 325px;
  background-color: #5e5e5e; }

.news-section.page-news {
  padding-top: 80px; }
  @media only screen and (max-width: 1020px) {
    .news-section.page-news {
      padding-top: 0; } }
  .news-section.page-news .with-flex .items {
    padding: 10px; }
    @media only screen and (max-width: 767px) {
      .news-section.page-news .with-flex .items {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .news-section.page-news .with-flex .items {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .news-section.page-news .with-flex .items .item .info {
        background-color: #fff; } }

@media only screen and (max-width: 1020px) {
  .news-section.page-videos {
    padding-top: 0; } }

.news-section.page-videos .with-flex .items {
  width: 16.666666%;
  padding: 10px; }
  @media only screen and (max-width: 1400px) {
    .news-section.page-videos .with-flex .items {
      width: 20%; } }
  @media only screen and (max-width: 1100px) {
    .news-section.page-videos .with-flex .items {
      width: 33.33333%; } }
  @media only screen and (max-width: 480px) {
    .news-section.page-videos .with-flex .items {
      width: 50%; } }
  @media only screen and (min-width: 767px) {
    .news-section.page-videos .with-flex .items .item {
      margin-bottom: 30px;
      border-radius: 20px; } }
  .news-section.page-videos .with-flex .items .item .background-cover {
    position: relative;
    height: 165px; }
    @media only screen and (max-width: 767px) {
      .news-section.page-videos .with-flex .items .item .background-cover {
        height: 130px; } }
    @media only screen and (max-width: 480px) {
      .news-section.page-videos .with-flex .items .item .background-cover {
        height: 112px; } }
    .news-section.page-videos .with-flex .items .item .background-cover img {
      cursor: pointer;
      z-index: 1;
      position: absolute;
      width: 50px;
      height: 50px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

.news-section.page-videos .pagination {
  margin-top: 20px; }

.pagination {
  text-align: center;
  margin-top: 50px; }
  .pagination .page-numbers {
    display: inline-block;
    width: 10px;
    height: 10px;
    color: transparent;
    overflow: hidden;
    margin: 0 7px;
    border-radius: 20px;
    background-color: #D8D8D8;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      display: none; }
    .pagination .page-numbers:hover, .pagination .page-numbers.current {
      background-color: #000;
      -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) {
  .photo-section.page-photos {
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  .photo-section.page-photos {
    background-color: #f2f2f2; } }

@media only screen and (max-width: 480px) {
  .photo-section.page-photos .items {
    display: block !important; } }

.photo-section.page-photos .items a {
  text-decoration: none; }

@media only screen and (max-width: 480px) {
  .photo-section.page-photos .items .for-hover {
    top: auto !important; }
    .photo-section.page-photos .items .for-hover .cover-bg {
      padding: 7px !important; }
    .photo-section.page-photos .items .for-hover div {
      position: relative !important;
      top: auto !important;
      height: auto !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      background-color: transparent !important; } }

@media only screen and (max-width: 480px) {
  .photo-section.page-photos .items .for-hover p {
    color: #000 !important;
    font-family: "Roboto-Light, Arial, Sans-Serif" !important; } }

@media only screen and (max-width: 480px) {
  .photo-section.page-photos .items .for-hover span {
    color: #000 !important; } }

.footer {
  background-color: #000;
  padding: 15px 0; }
  .footer > div {
    position: relative; }
  .footer p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-family: "Roboto-Bold, Arial, Sans-Serif";
    color: #fff; }
    @media only screen and (max-width: 480px) {
      .footer p {
        font-size: 12px;
        line-height: 12px;
        font-family: "Roboto-Light, Arial, Sans-Serif"; } }
  .footer a {
    display: inline-block;
    position: absolute;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    top: 0;
    right: 120px;
    line-height: 14px; }
    @media only screen and (max-width: 480px) {
      .footer a {
        font-size: 12px;
        line-height: 12px; } }
  .footer img {
    height: 25px;
    margin-left: 20px;
    position: absolute;
    top: -5px;
    right: -100px; }

.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; }

.event-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 50px 0;
  overflow: auto;
  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); }
  @media only screen and (max-width: 1100px) {
    .event-popup {
      padding: 50px; } }
  @media only screen and (max-width: 767px) {
    .event-popup {
      padding: 25px; } }
  .event-popup .event-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .event-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; }
  .event-popup .main-popup {
    max-width: 1120px;
    max-height: 100%;
    position: relative;
    margin: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translatYe(-50%);
    transform: translateY(-50%); }
    @media only screen and (min-width: 1200px) {
      .event-popup .main-popup {
        display: inline-block; } }
    .event-popup .main-popup .event-popup-slider {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      background-color: #fff; }
      .event-popup .main-popup .event-popup-slider .items .main-event {
        background-color: #fff; }
        .event-popup .main-popup .event-popup-slider .items .main-event .background-cover {
          width: 100%;
          height: 390px; }
          @media only screen and (max-width: 767px) {
            .event-popup .main-popup .event-popup-slider .items .main-event .background-cover {
              height: 300px; } }
        .event-popup .main-popup .event-popup-slider .items .main-event .date {
          display: block;
          text-align: center;
          margin: 20px 0; }
        .event-popup .main-popup .event-popup-slider .items .main-event .popup-title {
          font-size: 22px;
          font-family: "Roboto-Bold, Arial, Sans-Serif";
          line-height: 32px;
          margin-bottom: 30px;
          text-align: center; }
        .event-popup .main-popup .event-popup-slider .items .main-event .info {
          text-align: left;
          padding: 0 140px 140px 140px; }
          @media only screen and (max-width: 1100px) {
            .event-popup .main-popup .event-popup-slider .items .main-event .info {
              padding: 0 70px 140px 70px; } }
          @media only screen and (max-width: 480px) {
            .event-popup .main-popup .event-popup-slider .items .main-event .info {
              padding: 0 15px 140px 15px;
              text-align: center; } }
      .event-popup .main-popup .event-popup-slider .slick-arrow {
        top: auto;
        right: 0;
        bottom: 50px;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
        .event-popup .main-popup .event-popup-slider .slick-arrow.icon-prev {
          right: 220px; }
          @media only screen and (max-width: 767px) {
            .event-popup .main-popup .event-popup-slider .slick-arrow.icon-prev {
              left: 75px;
              right: auto; } }
        .event-popup .main-popup .event-popup-slider .slick-arrow.icon-next {
          right: 140px; }
          @media only screen and (max-width: 767px) {
            .event-popup .main-popup .event-popup-slider .slick-arrow.icon-next {
              right: 75px; } }
    .event-popup .main-popup .close {
      width: 24px;
      height: 24px;
      position: absolute;
      right: 30px;
      top: 30px;
      z-index: 2;
      cursor: pointer; }
    @media only screen and (max-width: 1100px) {
      .event-popup .main-popup {
        overflow: auto; } }

.answer-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); }
  .answer-popup .answer-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .answer-popup .main-answer {
    max-width: 920px;
    max-height: 500px;
    position: absolute;
    left: 0;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    padding: 40px 0;
    border-radius: 20px; }
    @media only screen and (max-width: 767px) {
      .answer-popup .main-answer {
        max-width: 90%;
        max-height: 350px; } }
    .answer-popup .main-answer .answer-title {
      font-size: 20px;
      font-family: "Roboto-Bold, Arial, Sans-Serif";
      margin-bottom: 30px;
      text-align: center; }
    .answer-popup .main-answer .answer-list .items {
      padding: 15px 140px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .answer-popup .main-answer .answer-list .items {
          padding: 15px 45px 15px 15px; } }
      .answer-popup .main-answer .answer-list .items h4 {
        font-size: 18px;
        position: relative;
        line-height: 22px;
        font-family: "Roboto-Bold, Arial, Sans-Serif"; }
        .answer-popup .main-answer .answer-list .items h4 img {
          width: 18px;
          height: 20px;
          position: absolute;
          right: 0;
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
          .answer-popup .main-answer .answer-list .items h4 img.arrowUp {
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
          @media only screen and (max-width: 767px) {
            .answer-popup .main-answer .answer-list .items h4 img {
              right: -25px; } }
      .answer-popup .main-answer .answer-list .items .info {
        display: none;
        padding-right: 10px; }
        .answer-popup .main-answer .answer-list .items .info span {
          font-family: "Roboto-Medium, Arial, Sans-Serif";
          font-size: 22px;
          margin: 10px 0;
          line-height: 27px;
          display: block;
          color: rgba(0, 0, 0, 0.5); }
      .answer-popup .main-answer .answer-list .items.showContent {
        background-color: #F5F5F5; }
    .answer-popup .main-answer .close {
      width: 24px;
      height: 24px;
      position: absolute;
      right: 30px;
      top: 30px;
      z-index: 2;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .answer-popup .main-answer .close {
          width: 15px;
          height: 15px;
          right: 15px;
          top: 15px; } }
  .answer-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; }

body.single-post {
  background-color: #fff; }
  body.single-post .under_header {
    background-color: #fff; }

.single-page {
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .single-page {
      padding-bottom: 0; } }
  .single-page .background-cover {
    height: 300px;
    width: 100%; }
  .single-page .date {
    display: block;
    text-align: center;
    margin-top: 20px; }
    @media only screen and (max-width: 480px) {
      .single-page .date {
        text-align: left; } }
  .single-page .single-title {
    font-family: "Montserrat-Bold, Arial, Sans-Serif";
    font-size: 26px;
    text-align: center;
    margin: 20px 0px 25px;
    line-height: 32px;
    text-transform: uppercase; }
    @media only screen and (max-width: 480px) {
      .single-page .single-title {
        text-align: left; } }
  @media only screen and (max-width: 480px) {
    .single-page .info {
      text-align: left; } }
  .single-page .info p:last-child {
    margin-bottom: 0; }
  .single-page .another-news {
    padding-top: 80px; }
    @media only screen and (max-width: 767px) {
      .single-page .another-news {
        padding-top: 30px;
        margin-top: 40px;
        padding-bottom: 30px;
        background-color: #F2F2F2; } }
    .single-page .another-news .single-title {
      margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .single-page .another-news .news-section {
        display: none; } }
    @media only screen and (max-width: 480px) {
      .single-page .another-news .news-section {
        width: 50%; } }
    @media only screen and (max-width: 380px) {
      .single-page .another-news .news-section {
        width: 100%; } }
		
.image-hoverboard .small{
	font-size:12px;
}
.image-hoverboard{
	position:relative;
	overflow:hidden;
}
.image-hoverboard .position-bottom{
	z-index:2;
	position:absolute;
	left:0;
	right:0;
	bottom:-150px;
	height:auto !important;
	border-radius:0 !important;
	color:#fff;
	padding:8px 12px;
	background-color:rgba(0,0,0,0.4);
	transition:all 0.2s ease-out;
}
.image-hoverboard:hover .position-bottom{
	bottom:0;
}
.video-page-for-popup>img{
	z-index:5 !important;
}
.video-page-for-popup{
	cursor:pointer;
}
.video-page-for-popup:hover::before{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	content:'';
	display:block;
	background-color:rgba(255,255,255,0.1);
}