/*
Theme Name: ArmEcoFront Theme
Author: Vardan Shahbazyan
Author URI: http://armwebs.fr/
Version: 1.0.0
*/
@import url(css/slick.css);
@import url(js/fancybox-master/dist/jquery.fancybox.min.css);
@import url(css/grid-gallery.min.css);
@font-face {
  font-family: "Mardoto-Regular, Arial, Sans-Serif";
  src: url("fonts/Mardoto-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

* {
  box-sizing: border-box; }

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

.slb_overlay body {
  overflow: hidden; }

body {
  padding: 0;
  margin: 0;
  font-family: "Mardoto-Regular, Arial, Sans-Serif";
  font-size: 16px;
  color: #333333;
  background-color: #F5F5F5; }
  body.overflowHidden {
    overflow: hidden; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

p {
  line-height: 24px; }

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

.with-flex, .withFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .with-flex .half-col, .withFlex .half-col {
    width: 50%; }
    @media only screen and (max-width: 992px) {
      .with-flex .half-col, .withFlex .half-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 0 !important; } }
  .with-flex .col-4, .withFlex .col-4 {
    width: 25%; }
    @media only screen and (max-width: 992px) {
      .with-flex .col-4, .withFlex .col-4 {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .with-flex .col-4, .withFlex .col-4 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 0 !important; } }
  .with-flex .col-3, .withFlex .col-3 {
    width: 33.33333%; }
    @media only screen and (max-width: 480px) {
      .with-flex .col-3, .withFlex .col-3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

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

.slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    margin: 0px 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 10px; }
    .slick-dots li button {
      display: none; }
    .slick-dots li:before {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      position: absolute;
      background: rgba(255, 255, 255, 0.5);
      left: -5px;
      bottom: -5px;
      right: -5px;
      top: -5px;
      margin: auto;
      border-radius: 20px;
      -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-dots li.slick-active:before, .slick-dots li:hover:before {
      width: 20px;
      height: 20px;
      -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 {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 15px;
  margin: auto;
  cursor: pointer;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat; }
  .slick-arrow.icon-prev {
    background-image: url("img/left-arrow.svg"); }
  .slick-arrow.icon-next {
    right: 15px;
    left: auto;
    background-image: url("img/right-arrow.svg"); }

.bg-grey {
  background-color: #F5F5F5; }

.bg-white {
  background-color: #ffffff; }

.bg-primary {
  background-color: #72ac43; }

.under-header {
  height: 67px; }

.slider-region .slick-arrow.icon-prev, .slider-for-links .slick-arrow.icon-prev {
  background-image: url(img/left-arrow-color.svg);
  left: 0; }

.slider-region .slick-arrow.icon-next, .slider-for-links .slick-arrow.icon-next {
  background-image: url(img/right-arrow-color.svg);
  right: 0; }

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

.scrollbar::-webkit-scrollbar {
  width: 3px; }

.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #72ac43;
  outline: 1px solid #72ac43; }

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

.aligned.text-right {
  text-align: right; }

.aligned.text-left {
  text-align: left; }

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

.main-btn {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 0px;
  border: 2px solid #72ac43;
  text-align: center;
  -webkit-appearance: none;
  background-color: transparent;
  text-decoration: none;
  margin-top: 50px;
  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; }
  .main-btn:hover {
    -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.primary {
    color: #72ac43; }
    .main-btn.primary:hover {
      background-color: #72ac43;
      color: #ffffff; }
  .main-btn.white {
    color: #ffffff;
    border: 2px solid #ffffff; }
    .main-btn.white:hover {
      background-color: #72ac43;
      border: 2px solid #72ac43; }
  .main-btn.primary-bg {
    color: #ffffff;
    background-color: #72ac43; }
    .main-btn.primary-bg:hover {
      background-color: transparent;
      color: #72ac43; }
  @media only screen and (max-width: 992px) {
    .main-btn {
      margin-top: 30px; } }

.main-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #72ac43;
  -webkit-appearance: none;
  font-family: "Mardoto-Regular, Arial, Sans-Serif";
  outline: none;
  font-size: 16px; }

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

a {
  color: #72ac43; }
  a:hover {
    color: #72ac43; }

.section-title {
  font-size: 45px;
  color: #72ac43;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 45px;
  /*text-transform: uppercase;*/ }
  @media only screen and (max-width: 992px) {
    .section-title {
      font-size: 35px !important;
      margin-bottom: 30px !important; } }
  @media only screen and (max-width: 480px) {
    .section-title {
      font-size: 30px !important; } }
  .section-title.color-grey {
    font-size: 40px;
    margin-bottom: 20px;
    color: #4A4A4A; }
  .section-title.white {
    color: #ffffff; }
  .section-title.color-white {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff; }
  .section-title.centered {
    text-align: center; }

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

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 40px;
  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; }
  #header .container {
    position: relative; }
    #header .container .logo {
      position: absolute;
      left: 15px;
      height: 50px;
      user-select: none;
      top: 13px;
      -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 .logo {
          top: 18px;
          height: 50px; } }
      #header .container .logo img {
        height: 50px;
        -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 .logo img {
            width: 70px;
            height: 40px; } }
      #header .container .logo .logo-white {
        position: absolute;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -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 .header-menu {
      text-align: right;
      padding: 5px 0; }
      @media only screen and (max-width: 1020px) {
        #header .container .header-menu {
          padding: 15px;
          padding-top: 45px; } }
      #header .container .header-menu > .menu {
        display: inline-block; }
      #header .container .header-menu ul {
        text-align: right;
        display: inline-block;
        margin: 0;
        user-select: none;
        padding: 20px 0px 0px; }
        @media only screen and (max-width: 1020px) {
          #header .container .header-menu ul {
            padding: 0;
            text-align: left; } }
        #header .container .header-menu ul li {
          display: inline-block;
          margin-left: 10px;
          padding-bottom: 20px;
          position: relative;
          user-select: none; }
          @media only screen and (min-width: 1020px) and (max-width: 1140px) {
            #header .container .header-menu ul li {
              margin-left: 10px; } }
          @media only screen and (max-width: 1020px) {
            #header .container .header-menu ul li {
              width: 100%;
              padding: 10px;
              border-bottom: 1px solid #fff;
              margin: 0; } }
          #header .container .header-menu ul li a {
            font-size: 14px;
            text-decoration: none;
            color: #fff;
            user-select: 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; }
            @media only screen and (min-width: 1020px) and (max-width: 1140px) {
              #header .container .header-menu ul li a {
                font-size: 12px; } }
            @media only screen and (max-width: 1020px) {
              #header .container .header-menu ul li a {
                color: #333333 !important; } }
          #header .container .header-menu ul li:before {
            content: '';
            display: block;
            position: absolute;
            width: 0px;
            height: 2px;
            border-radius: 5px;
            background-color: #fff;
            bottom: 13px;
            left: 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 .header-menu ul li:before {
                display: none; } }
          #header .container .header-menu ul li.current-menu-item:before, #header .container .header-menu ul li:hover:before, #header .container .header-menu ul li.active:before {
            width: 100%;
            -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 .header-menu ul li.current-menu-item a, #header .container .header-menu ul li:hover a, #header .container .header-menu ul li.active 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 .header-menu ul .sub-menu {
          opacity: 0;
          visibility: hidden;
          height: 0;
          text-align: left;
          background-color: #fff;
          position: absolute;
          left: 0;
          min-width: 150px;
          top: 24px;
          overflow: hidden;
          -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 .header-menu ul .sub-menu {
              opacity: 1;
              visibility: visible;
              position: relative;
              height: auto;
              top: 0;
              padding-top: 10px; } }
          #header .container .header-menu ul .sub-menu li {
            margin: 0;
            padding-left: 10px;
            padding-right: 10px; }
            #header .container .header-menu ul .sub-menu li:before {
              background-color: #72ac43; }
            #header .container .header-menu ul .sub-menu li a {
              color: #333333; }
        #header .container .header-menu ul li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          height: 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; }
    #header .container #top_language_list {
      display: inline-block;
      color: #fff;
      position: relative;
      margin-left: 20px; }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list {
          margin: 0;
          display: block;
          width: 100%; } }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list ul {
          display: block;
          width: 100%; } }
      #header .container #top_language_list ul li {
        text-transform: capitalize;
        font-size: 14px; }
        @media only screen and (max-width: 1020px) {
          #header .container #top_language_list ul li {
            display: block;
            width: auto;
            color: #333333; }
            #header .container #top_language_list ul li.active:before {
              display: block !important;
              width: 30px;
              bottom: 5px;
              background-color: #333333;
              left: 9px; } }
        #header .container #top_language_list ul li img {
          margin-right: 7px; }
      #header .container #top_language_list:before {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        position: absolute;
        left: -5px;
        top: 0;
        bottom: 0;
        margin: auto;
        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; }
        @media only screen and (max-width: 1020px) {
          #header .container #top_language_list:before {
            display: none; } }
  #header.sticky, #header.header-fixed {
    background-color: #fff;
    padding-top: 0;
    -webkit-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
    box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 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.sticky .container .logo, #header.header-fixed .container .logo {
      height: 40px;
      top: 18px;
      -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.sticky .container .logo img, #header.header-fixed .container .logo img {
        height: 40px;
        opacity: 0;
        visibility: hidden;
        -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.sticky .container .logo .logo-white, #header.header-fixed .container .logo .logo-white {
        opacity: 1;
        visibility: visible;
        -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.sticky .header-menu ul li:before, #header.header-fixed .header-menu ul li:before {
      background-color: #72ac43; }
    #header.sticky .header-menu ul li a, #header.header-fixed .header-menu ul li a {
      color: #333333; }
    #header.sticky .header-menu .sub-menu a, #header.header-fixed .header-menu .sub-menu a {
      color: #333333; }
    #header.sticky #top_language_list, #header.header-fixed #top_language_list {
      color: #333333; }
      #header.sticky #top_language_list:before, #header.header-fixed #top_language_list:before {
        background-color: #333333;
        -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.sticky #mobileMenu span, #header.header-fixed #mobileMenu span {
      background-color: #72ac43; }
    @media only screen and (max-width: 1020px) {
      #header.sticky .for-mobile, #header.header-fixed .for-mobile {
        background-color: #fff; } }
    #header.sticky .search-bar:before, #header.header-fixed .search-bar:before {
      background-color: #333333;
      -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.sticky .search-bar:before, #header.header-fixed .search-bar:before {
          display: none; } }
  @media only screen and (max-width: 1020px) {
    #header {
      height: 70px;
      top: 0;
      padding-top: 0; } }

.search-pop-up {
  position: fixed;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  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; }
  .search-pop-up.open {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .search-pop-up .searchform {
    display: inline-block;
    width: 100%; }
  .search-pop-up .tags ul {
    padding: 0;
    margin: 0;
    margin-top: 15px; }
    .search-pop-up .tags ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px; }
  .search-pop-up .for-close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 0; }
  .search-pop-up .close-search-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    cursor: pointer;
    height: 30px; }
  .search-pop-up .search-form {
    width: 500px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media only screen and (max-width: 600px) {
      .search-pop-up .search-form {
        width: 90%; } }
    .search-pop-up .search-form label {
      display: none; }
    .search-pop-up .search-form input {
      float: left;
      height: 50px;
      font-size: 16px;
      font-family: "Mardoto-Regular, Arial, Sans-Serif"; }
      .search-pop-up .search-form input[type=text] {
        width: 70%;
        padding: 10px;
        border: 1px solid #72ac43;
        -webkit-appearance: none;
        font-family: "Mardoto-Regular, Arial, Sans-Serif";
        outline: none; }
      .search-pop-up .search-form input[type=submit] {
        width: 30%;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 0px;
        border: 1px solid #72ac43;
        text-align: center;
        -webkit-appearance: none;
        text-decoration: none;
        cursor: pointer;
        color: #ffffff;
        background-color: #72ac43;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .search-pop-up .search-form input[type=submit]:hover {
          background-color: #ffffff;
          color: #72ac43;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }

.search-bar {
  display: inline-block;
  color: #fff;
  position: relative;
  margin-left: 20px;
  cursor: pointer; }
  @media only screen and (max-width: 1020px) {
    .search-bar {
      display: block;
      margin-left: 10px;
      text-align: left; } }
  .search-bar:before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    position: absolute;
    left: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
    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; }
  .search-bar img {
    height: 20px;
    position: relative;
    top: 3px; }

#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 {
  background-color: #333333; }

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

footer {
  position: relative;
  background-color: #333; }
  footer:before {
    /*content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);*/ }
  footer .container {
    z-index: 1;
    position: relative; }
    footer .container .with-flex {
      padding-bottom: 50px;
      margin-bottom: 15px;
      border-bottom: 1px solid #ffffff; }
      @media only screen and (max-width: 600px) {
        footer .container .with-flex {
          padding-bottom: 30px; } }
      footer .container .with-flex .col-3 {
        width: 33.3333333%; }
        @media only screen and (max-width: 600px) {
          footer .container .with-flex .col-3 {
            width: 100%; } }
        @media only screen and (max-width: 600px) {
          footer .container .with-flex .col-3 ul {
            margin-bottom: 30px; } }
      footer .container .with-flex .contact-info ul li a {
        display: block;
        padding-left: 30px;
        position: relative;
        margin-bottom: 10px; }
      footer .container .with-flex .contact-info ul li img {
        position: absolute;
        height: 20px;
        top: 0;
        left: 0; }
      footer .container .with-flex ul {
        padding: 0;
        margin: 0;
        text-align: left; }
        footer .container .with-flex ul li {
          display: block;
          margin-bottom: 15px; }
          footer .container .with-flex ul li:last-child {
            margin-bottom: 0; }
          footer .container .with-flex ul li a {
            text-decoration: none;
            color: #ffffff;
            display: inline-block; }
            footer .container .with-flex ul li a:hover {
              color: #72ac43; }
          footer .container .with-flex ul li img {
            height: 15px;
            margin-right: 15px; }
      footer .container .with-flex .subscribe-section {
        text-align: right; }
        footer .container .with-flex .subscribe-section input {
          width: 80%;
          padding: 10px;
          border: 1px solid #72ac43;
          -webkit-appearance: none;
          font-family: "Mardoto-Regular, Arial, Sans-Serif";
          outline: none;
          font-size: 16px; }
          @media only screen and (max-width: 600px) {
            footer .container .with-flex .subscribe-section input {
              width: 100%; } }
          footer .container .with-flex .subscribe-section input[type=submit] {
            background-color: #72ac43;
            margin-top: 10px;
            color: #ffffff;
            border: 2px solid #72ac43;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            footer .container .with-flex .subscribe-section input[type=submit]:hover {
              background-color: transparent;
              color: #72ac43;
              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; }
      footer .container .with-flex.social-links {
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0; }
        footer .container .with-flex.social-links .half-col {
          width: 50%; }
          @media only screen and (max-width: 600px) {
            footer .container .with-flex.social-links .half-col {
              width: 100%;
              text-align: center !important; } }
        @media only screen and (max-width: 600px) {
          footer .container .with-flex.social-links ul {
            text-align: center; } }
        footer .container .with-flex.social-links ul li {
          display: inline-block;
          margin: 0;
          margin-right: 10px; }
          footer .container .with-flex.social-links ul li img {
            height: 40px; }
        footer .container .with-flex.social-links .half-col:last-child {
          text-align: right;
          line-height: 44px; }
  footer .copyright {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 16px; }
    footer .copyright a {
      color: #72ac43; }

.fixed-phone {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  background-image: url("img/money-currency.svg");
  background-size: 35px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  background-color: #72ac43;
  z-index: 99;
  color: #fff !important;
  text-decoration: none;
  overflow: hidden;
  -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 (min-width: 767px) {
    .fixed-phone:hover {
      background-image: none;
      width: 250px;
      -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-phone:hover div {
        opacity: 1;
        visibility: visible;
        -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) {
    .fixed-phone {
      width: 100%;
      left: 0;
      right: 0;
      border-radius: 0;
      bottom: 0;
      padding: 15px; } }
  .fixed-phone div {
    position: relative;
    padding-left: 40px; }
    @media only screen and (min-width: 767px) {
      .fixed-phone div {
        opacity: 0;
        visibility: hidden;
        font-size: 20px;
        width: 160px;
        margin: auto;
        position: relative;
        margin-top: 17px;
        -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-phone div img {
      position: absolute;
      left: -10px;
      top: 2px;
      height: 33px; }
      @media only screen and (min-width: 767px) {
        .fixed-phone div img {
          top: -4px; } }
  .fixed-phone.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; }
  @media only screen and (max-width: 767px) {
    .fixed-phone {
      width: 100%;
      border-radius: 0;
      left: 0;
      bottom: 0;
      height: auto;
      text-align: center;
      color: #fff;
      padding: 15px;
      background-image: none;
      font-weight: bold;
      font-style: italic;
      -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-phone div {
        display: inline-block; }
        .fixed-phone div img {
          top: -7px; } }

.banner-section {
  position: relative; }
  .banner-section .banner-slider .items {
    height: 700px;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 992px) {
      .banner-section .banner-slider .items {
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .banner-section .banner-slider .items {
        height: 400px; } }
    @media only screen and (max-width: 480px) {
      .banner-section .banner-slider .items {
        height: 550px; } }
    .banner-section .banner-slider .items:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); }
    .banner-section .banner-slider .items .info {
      position: relative;
      z-index: 1;
      display: inline-block;
      top: 50%;
      color: #ffffff;
      padding: 45px 90px;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 992px) {
        .banner-section .banner-slider .items .info {
          padding: 45px 55px; } }
      @media only screen and (max-width: 767px) {
        .banner-section .banner-slider .items .info {
          padding: 25px 35px; } }
      .banner-section .banner-slider .items .info h2 {
        font-family: "Mardoto-Bold, Arial, Sans-Serif";
        letter-spacing: 2px;
        font-size: 45px;
        margin-top: 0; }
        @media only screen and (max-width: 767px) {
          .banner-section .banner-slider .items .info h2 {
            font-size: 35px; } }
      .banner-section .banner-slider .items .info div {
        max-width: 650px;
        margin: auto; }
        .banner-section .banner-slider .items .info div p {
          margin: 0; }
      .banner-section .banner-slider .items .info .main-btn {
        margin-top: 30px; }
  @media only screen and (max-width: 480px) {
    .banner-section .banner-slider .slick-arrow {
      display: none !important; } }
  @media only screen and (max-width: 480px) {
    .banner-section .slick-dots {
      bottom: 20px; } }

.home .grid-col-section.second-section .with-flex {
  align-items: center;
  justify-content: center; }

@media only screen and (max-width: 600px) {
  .home .grid-col-section .col-4 {
    margin-bottom: 30px; }
    .home .grid-col-section .col-4:last-child {
      margin-bottom: 0; } }

.slider-region {
  padding-left: 30px;
  padding-right: 30px; }
  .slider-region .info {
    padding: 0px 10px;
    text-align: center;
    display: block;
    outline: none;
    text-decoration: none; }
    .slider-region .info:hover .image-circle {
      background-color: #72ac43;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .slider-region .info .bg-cover {
      width: 100%;
      height: 250px;
      background-size: contain; }
    .slider-region .info .image-circle {
      position: relative;
      width: 185px;
      height: 185px;
      border-radius: 200px;
      margin: auto;
      border: 2px solid #72ac43;
      padding: 15px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .slider-region .info img {
      height: 125px;
      width: auto;
      max-width: 100%;
      margin: auto;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .slider-region .info h4 {
      text-align: center;
      margin-top: 25px;
      font-size: 18px;
      margin-bottom: 0; }

.facebook-section .main-flex-section > .half-col:first-child {
  padding-right: 25px;
  width: 765px; }
  @media only screen and (max-width: 1320px) {
    .facebook-section .main-flex-section > .half-col:first-child {
      width: 50%; } }
  @media only screen and (max-width: 1120px) {
    .facebook-section .main-flex-section > .half-col:first-child {
      width: 100%; } }
  .facebook-section .main-flex-section > .half-col:first-child .scrollbar {
    height: 500px;
    overflow: auto; }
    @media only screen and (max-width: 1120px) {
      .facebook-section .main-flex-section > .half-col:first-child .scrollbar {
        margin-bottom: 50px; } }

.facebook-section .main-flex-section > .half-col .items {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative; }
  .facebook-section .main-flex-section > .half-col .items:before {
    content: '';
    width: 70%;
    height: 2px;
    background-color: #72ac43;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .facebook-section .main-flex-section > .half-col .items:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .facebook-section .main-flex-section > .half-col .items:last-child:before {
      display: none; }

.facebook-section .main-flex-section > .half-col .with-flex .half-col:first-child {
  width: 40%;
  padding-right: 7px !important; }
  @media only screen and (max-width: 1120px) {
    .facebook-section .main-flex-section > .half-col .with-flex .half-col:first-child {
      width: 30%; } }
  @media only screen and (max-width: 480px) {
    .facebook-section .main-flex-section > .half-col .with-flex .half-col:first-child {
      width: 100%;
      padding-right: 15px !important; } }
  .facebook-section .main-flex-section > .half-col .with-flex .half-col:first-child img {
    width: 100%; }

.facebook-section .main-flex-section > .half-col .with-flex .half-col:last-child {
  width: 60%;
  padding-left: 7px !important; }
  @media only screen and (max-width: 1120px) {
    .facebook-section .main-flex-section > .half-col .with-flex .half-col:last-child {
      width: 70%; } }
  @media only screen and (max-width: 480px) {
    .facebook-section .main-flex-section > .half-col .with-flex .half-col:last-child {
      width: 100%;
      margin-top: 10px;
      padding: 0 !important;
      text-align: center; } }
  .facebook-section .main-flex-section > .half-col .with-flex .half-col:last-child h3 {
    margin: 0;
    font-size: 20px;
    color: #72ac43;
    margin-bottom: 10px; }
  .facebook-section .main-flex-section > .half-col .with-flex .half-col:last-child .info {
    padding-right: 15px; }
    .facebook-section .main-flex-section > .half-col .with-flex .half-col:last-child .info p {
      margin: 0;
      margin-bottom: 10px;
      font-size: 14px; }
  .facebook-section .main-flex-section > .half-col .with-flex .half-col:last-child .main-btn {
    margin-top: 10px;
    font-size: 14px;
    padding: 7px 15px; }

.facebook-section .main-flex-section > .half-col:last-child {
  padding-left: 25px;
  width: 525px; }
  @media only screen and (max-width: 1320px) {
    .facebook-section .main-flex-section > .half-col:last-child {
      width: 50%; } }
  @media only screen and (max-width: 1120px) {
    .facebook-section .main-flex-section > .half-col:last-child {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 600px) {
    .facebook-section .main-flex-section > .half-col:last-child .fb_iframe_widget_fluid {
      width: 100% !important; }
      .facebook-section .main-flex-section > .half-col:last-child .fb_iframe_widget_fluid span {
        display: block;
        width: 100% !important; }
    .facebook-section .main-flex-section > .half-col:last-child iframe {
      width: 100% !important; } }

.external-links-section .slider-region .info .bg-cover {
  background-size: cover; }

.home-about-section .with-flex .half-col:first-child {
  order: 2;
  padding-left: 25px; }

.home-about-section .with-flex .half-col:last-child {
  order: 1;
  padding-right: 25px; }

.home-about-section .with-flex .half-col .bg-cover {
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 992px) {
    .home-about-section .with-flex .half-col .bg-cover {
      height: 400px; } }

.home-about-section .with-flex .half-col p {
  margin: 0;
  margin-bottom: 10px; }

.home-about-section .with-flex .half-col .main-btn {
  margin-top: 20px; }

.home-about-section .with-flex .half-col .info {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 992px) {
    .home-about-section .with-flex .half-col .info {
      padding-top: 0;
      padding-bottom: 50px; } }

.another-zig-zag {
  position: relative; }
  .another-zig-zag .with-flex {
    position: absolute;
    width: 100%;
    height: 100%; }
  .another-zig-zag .container {
    position: relative;
    z-index: 1; }
    .another-zig-zag .container .info {
      width: 70%;
      padding: 65px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 20px; }
      @media only screen and (max-width: 992px) {
        .another-zig-zag .container .info {
          width: 100%; } }
      @media only screen and (max-width: 480px) {
        .another-zig-zag .container .info {
          padding: 30px; } }

.gallery-section .gg-container {
  --gap-length: 10px;
  --row-height: 350px;
  --column-width: 400px; }
  @media only screen and (max-width: 480px) {
    .gallery-section .gg-container {
      --row-height: 200px; } }
  .gallery-section .gg-container .gg-box a {
    overflow: hidden;
    /*border: 2px solid $primary-color;*/
    /*border-radius: 10px;*/ }
    .gallery-section .gg-container .gg-box a img {
      border: 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;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .gallery-section .gg-container .gg-box a:hover img {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

.gg-box {
  margin-top: 0; }
  .gg-box img {
    border: 5px solid #fff; }

@media only screen and (max-width: 480px) {
  .gg-box {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: calc(var(--row-height) - 5vh); } }

.news-page-section .news-items .with-flex {
  box-shadow: 0px 0 15px 0px rgba(51, 51, 51, 0.5);
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff; }
  .news-page-section .news-items .with-flex .items h2 {
    color: #4A4A4A;
    font-size: 20px;
    margin-bottom: 5px; }
  .news-page-section .news-items .with-flex .items span {
    color: #CBCBCB; }
  .news-page-section .news-items .with-flex .items p {
    margin: 20px 0px; }
  .news-page-section .news-items .with-flex .items .main-btn {
    margin-top: 0; }
  .news-page-section .news-items .with-flex .items:first-child {
    width: 30%; }
    @media only screen and (max-width: 992px) {
      .news-page-section .news-items .with-flex .items:first-child {
        width: 40%; } }
    @media only screen and (max-width: 480px) {
      .news-page-section .news-items .with-flex .items:first-child {
        width: 100%;
        height: 250px; } }
  .news-page-section .news-items .with-flex .items:last-child {
    width: 70%;
    padding: 25px 40px; }
    @media only screen and (max-width: 992px) {
      .news-page-section .news-items .with-flex .items:last-child {
        width: 60%; } }
    @media only screen and (max-width: 480px) {
      .news-page-section .news-items .with-flex .items:last-child {
        width: 100%;
        padding: 20px; } }

.pagination {
  text-align: center; }
  .pagination span, .pagination a {
    font-size: 18px;
    margin: 0px 10px;
    color: #333333;
    -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 span.current, .pagination span:hover, .pagination a.current, .pagination a:hover {
      color: #72ac43;
      -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 a {
    text-decoration: none; }

.boo-another-home .with-flex {
  margin-top: 50px; }
  .boo-another-home .with-flex .half-col {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
    padding-right: 30px; }
    @media only screen and (max-width: 992px) {
      .boo-another-home .with-flex .half-col {
        padding-left: 80px !important; } }
    .boo-another-home .with-flex .half-col img {
      float: left;
      margin-right: 20px;
      width: 60px;
      position: absolute;
      left: 0;
      top: 0px; }
    .boo-another-home .with-flex .half-col h3 {
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 20px;
      font-family: "Mardoto-Bold, Arial, Sans-Serif"; }
    .boo-another-home .with-flex .half-col p {
      margin: 0; }

.under-review .info ul {
  display: inline-block;
  padding: 0; }
  .under-review .info ul li {
    width: 48%;
    color: #ffffff;
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px; }
    @media only screen and (max-width: 480px) {
      .under-review .info ul li {
        width: 100%; } }
    .under-review .info ul li:before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 10px;
      background-color: #ffffff;
      position: absolute;
      left: 3px;
      top: 3px; }

.review-section .container {
  position: relative; }
  .review-section .container .review-img {
    position: absolute;
    left: 100px;
    height: 180px;
    top: -60px;
    z-index: -1; }
  .review-section .container .review-slider .items {
    padding: 0px 20px; }
    .review-section .container .review-slider .items .info .bg-cover {
      width: 200px;
      height: 200px;
      margin: auto;
      margin-bottom: 30px;
      border-radius: 200px; }
    .review-section .container .review-slider .items .info p {
      text-align: center;
      margin: 0;
      margin-bottom: 20px; }
    .review-section .container .review-slider .items .info h3 {
      text-align: right;
      font-size: 16px;
      font-family: "Mardoto-Medium, Arial, Sans-Serif";
      font-weight: normal;
      margin-bottom: 5px;
      margin-top: 0; }
    .review-section .container .review-slider .items .info h4 {
      text-align: right;
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 5px;
      margin-top: 0; }
  .review-section .container .review-slider .slick-dots {
    position: relative;
    margin-top: 40px;
    bottom: 0; }
    .review-section .container .review-slider .slick-dots li {
      background-color: #72ac43; }
      .review-section .container .review-slider .slick-dots li:before {
        background-color: rgba(31, 181, 173, 0.5); }

.about-boo-another-home .with-flex .half-col:last-child {
  height: 335px; }

.about-boo-another-home .with-flex .half-col ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 50px; }
  @media only screen and (max-width: 992px) {
    .about-boo-another-home .with-flex .half-col ul {
      padding: 0;
      margin-bottom: 30px; } }
  .about-boo-another-home .with-flex .half-col ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px; }
    .about-boo-another-home .with-flex .half-col ul li img {
      width: 72px; }

@media only screen and (max-width: 992px) {
  .projects-section .map-section .with-flex {
    display: block; } }

.projects-section .map-section .with-flex .half-col {
  position: relative; }
  .projects-section .map-section .with-flex .half-col .section-title {
    font-size: 32px;
    position: absolute;
    top: 50%; }
    @media only screen and (max-width: 992px) {
      .projects-section .map-section .with-flex .half-col .section-title {
        position: relative;
        top: 0; } }
  .projects-section .map-section .with-flex .half-col .info {
    position: relative;
    text-align: left;
    /*padding-left: 50px;
          top: 50%;
          @include translateY(-50%);*/ }
    @media only screen and (max-width: 992px) {
      .projects-section .map-section .with-flex .half-col .info {
        padding-left: 0; } }
    @media only screen and (max-width: 480px) {
      .projects-section .map-section .with-flex .half-col .info {
        margin-top: 30px;
        text-align: center; } }
  .projects-section .map-section .with-flex .half-col svg {
    width: 100% !important;
    height: 100% !important; }
    .projects-section .map-section .with-flex .half-col svg .region-items {
      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; }
      .projects-section .map-section .with-flex .half-col svg .region-items:hover, .projects-section .map-section .with-flex .half-col svg .region-items.active {
        fill: #72ac43 !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; }
      .projects-section .map-section .with-flex .half-col svg .region-items.lgh {
        fill: #979797; }
        .projects-section .map-section .with-flex .half-col svg .region-items.lgh:hover, .projects-section .map-section .with-flex .half-col svg .region-items.lgh.active {
          fill: #00827c !important; }
  .projects-section .map-section .with-flex .half-col:first-child .section-title {
    display: none; }
    @media only screen and (max-width: 992px) {
      .projects-section .map-section .with-flex .half-col:first-child .section-title {
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px !important; } }
  .projects-section .map-section .with-flex .half-col:last-child {
    padding-left: 50px; }
    @media only screen and (max-width: 992px) {
      .projects-section .map-section .with-flex .half-col:last-child .section-title {
        display: none; } }
    @media only screen and (max-width: 992px) {
      .projects-section .map-section .with-flex .half-col:last-child {
        padding-left: 0; } }

.projects-section .projects-main-section .items {
  padding: 20px; }
  .projects-section .projects-main-section .items .item {
    background-color: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .projects-section .projects-main-section .items .item .cover-info {
      height: 250px; }
      .projects-section .projects-main-section .items .item .cover-info .bg-cover, .projects-section .projects-main-section .items .item .cover-info iframe {
        height: 100%;
        width: 100%; }
    .projects-section .projects-main-section .items .item .bg-cover {
      height: 200px; }
    .projects-section .projects-main-section .items .item .info {
      padding: 15px; }
      .projects-section .projects-main-section .items .item .info h3 {
        margin: 0;
        font-size: 20px;
        font-weight: normal;
        font-family: "Mardoto-Medium, Arial, Sans-Serif"; }
      .projects-section .projects-main-section .items .item .info span {
        display: block;
        margin: 10px 0px 0px;
        color: #CBCBCB; }
      .projects-section .projects-main-section .items .item .info p {
        margin: 0;
        margin-top: 15px; }
    .projects-section .projects-main-section .items .item .permalink, .projects-section .projects-main-section .items .item .permalinks {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      left: 0;
      top: 101%;
      background-color: rgba(0, 0, 0, 0.7);
      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; }
      .projects-section .projects-main-section .items .item .permalink > div, .projects-section .projects-main-section .items .item .permalink > a, .projects-section .projects-main-section .items .item .permalinks > div, .projects-section .projects-main-section .items .item .permalinks > a {
        display: inline-block;
        margin: 0;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .projects-section .projects-main-section .items .item .without-effect {
      text-align: center;
      margin: 20px 0; }
      .projects-section .projects-main-section .items .item .without-effect a {
        outline: none;
        margin: 0; }
    .projects-section .projects-main-section .items .item .hidden-info {
      display: none; }
    .projects-section .projects-main-section .items .item:hover .permalink, .projects-section .projects-main-section .items .item:hover .permalinks {
      top: 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; }

.projects-section .projects-main-section .projects-slider-section {
  padding: 0px 25px; }
  .projects-section .projects-main-section .projects-slider-section .slick-arrow.icon-prev {
    background-image: url(img/left-arrow-grey.svg);
    left: 0; }
  .projects-section .projects-main-section .projects-slider-section .slick-arrow.icon-next {
    background-image: url(img/right-arrow-grey.svg);
    right: 0; }

.projects-section .projects-main-section .with-flex .items {
  width: 33.333333%; }
  @media only screen and (max-width: 992px) {
    .projects-section .projects-main-section .with-flex .items {
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .projects-section .projects-main-section .with-flex .items {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.projects-section .projects-main-section .with-flex > p {
  width: 100%;
  text-align: center;
  font-size: 30px; }
  @media only screen and (max-width: 480px) {
    .projects-section .projects-main-section .with-flex > p {
      font-size: 20px; } }

.projects-section .projects-main-section .loading {
  width: 50px;
  height: 50px;
  margin: auto; }

.projects-section .project-region {
  padding-left: 15px;
  font-size: 40px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .projects-section .project-region {
      padding-left: 0;
      margin-top: 20px; } }

#info-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6); }
  #info-popup .main-popup {
    max-width: 800px;
    max-height: 90%;
    border-radius: 10px;
    overflow: auto;
    background-color: #ffffff;
    padding: 40px;
    margin: auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 992px) {
      #info-popup .main-popup {
        max-width: 80%; } }
    @media only screen and (max-width: 767px) {
      #info-popup .main-popup {
        max-width: 95%; } }
    @media only screen and (max-width: 480px) {
      #info-popup .main-popup {
        padding: 30px; } }
    #info-popup .main-popup .bg-cover {
      width: 100%;
      height: 350px;
      margin: auto;
      margin-bottom: 40px;
      border-radius: 10px; }
      @media only screen and (max-width: 480px) {
        #info-popup .main-popup .bg-cover {
          height: 250px; } }
    #info-popup .main-popup .info h3 {
      font-size: 40px;
      margin: 0;
      font-weight: normal;
      color: #4A4A4A;
      font-family: "Mardoto-Medium, Arial, Sans-Serif";
      margin-bottom: 10px; }
      @media only screen and (max-width: 480px) {
        #info-popup .main-popup .info h3 {
          font-size: 30px; } }
    #info-popup .main-popup .info span {
      display: block;
      color: #CBCBCB;
      margin-bottom: 40px; }
      @media only screen and (max-width: 480px) {
        #info-popup .main-popup .info span {
          margin-bottom: 30px; } }
    #info-popup .main-popup .info p {
      display: none; }
    #info-popup .main-popup .hidden-info {
      display: block; }
    #info-popup .main-popup .permalink {
      display: none; }
    #info-popup .main-popup .close-popup {
      position: fixed;
      width: 16px;
      right: 15px;
      top: 15px;
      cursor: pointer; }
    #info-popup .main-popup::-webkit-scrollbar {
      width: 8px; }
    #info-popup .main-popup::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    #info-popup .main-popup::-webkit-scrollbar-thumb {
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: rgba(196, 196, 196, 0.7);
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
    #info-popup .main-popup::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(196, 196, 196, 0.7); }
    #info-popup .main-popup:hover::-webkit-scrollbar-thumb {
      background: #c4c4c4; }

.single-news .bg-cover {
  width: 100%;
  height: 350px;
  margin-bottom: 50px; }

.single-news .single-img {
  width: 100%;
  margin-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .single-news .single-img {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 480px) {
    .single-news .single-img {
      margin-bottom: 15px; } }

.single-news .section-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px; }

.single-news span {
  text-align: center;
  display: block;
  margin-bottom: 40px; }
  @media only screen and (max-width: 480px) {
    .single-news span {
      margin-bottom: 20px; } }

.single-news .info span {
  display: inline-block;
  margin-bottom: 0;
  text-align: left; }

.single-news .info img {
  max-width: 100%; }
  @media only screen and (max-width: 480px) {
    .single-news .info img {
      height: auto; } }

@media only screen and (max-width: 480px) {
  .single-news .info iframe {
    width: 100%; } }

.single-news .programs_cat_list {
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0px;
  margin-bottom: 10px; }
  .single-news .programs_cat_list li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px 5px;
    color: #72ac43; }

.single-news .custom-share {
  font-size: 20px;
  color: #72ac43;
  margin-top: 30px; }
  .single-news .custom-share ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 0px; }
    .single-news .custom-share ul li {
      list-style-type: none;
      display: inline-block;
      cursor: pointer;
      padding: 0px 5px;
      font-size: 16px; }
      .single-news .custom-share ul li a {
        text-decoration: none; }
      .single-news .custom-share ul li button {
        -webkit-appearance: none;
        background-color: transparent;
        outline: none;
        border: 0;
        padding: 0px; }
        .single-news .custom-share ul li button img {
          height: 15px;
          cursor: pointer; }

.programs-page .with-flex .col-4 {
  width: 33.333333%;
  margin-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .programs-page .with-flex .col-4 {
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .programs-page .with-flex .col-4 {
      margin-bottom: 20px;
      width: 100%; } }
  .programs-page .with-flex .col-4 .main-img {
    width: 100%;
    height: 300px;
    overflow: hidden; }
    @media only screen and (max-width: 992px) {
      .programs-page .with-flex .col-4 .main-img {
        height: 250px; } }
    @media only screen and (max-width: 480px) {
      .programs-page .with-flex .col-4 .main-img {
        height: 200px; } }
    .programs-page .with-flex .col-4 .main-img .bg-cover {
      width: 100%;
      height: 100%;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .programs-page .with-flex .col-4 .info {
    background-color: #ffffff;
    padding: 20px; }
    @media only screen and (max-width: 480px) {
      .programs-page .with-flex .col-4 .info {
        padding: 15px; } }
  .programs-page .with-flex .col-4 .main-btn {
    margin-top: 10px;
    padding: 7px 35px; }
  .programs-page .with-flex .col-4 a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden; }

.programs-section .container .with-flex .col-4 {
  text-align: center;
  padding: 0px 15px;
  cursor: pointer; }
  .programs-section .container .with-flex .col-4 a {
    text-decoration: none;
    color: inherit; }
  .programs-section .container .with-flex .col-4 img {
    height: 95px;
    margin-bottom: 25px; }
  .programs-section .container .with-flex .col-4 h3 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #72ac43;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .programs-section .container .with-flex .col-4:hover {
    /* h3{
            @include scale(1.1);
            @include tr(all 0.3s);
          }*/ }
    .programs-section .container .with-flex .col-4:hover .bg-cover {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.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; }

.publications-page .container .with-flex .with-flex .half-col {
  padding: 0px 10px; }
  .publications-page .container .with-flex .with-flex .half-col .main-btn {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    .publications-page .container .with-flex .with-flex .half-col .main-btn:hover {
      background-color: #72ac43;
      color: #ffffff; }

.archive-page-banner-sections .banner-slider .items {
  height: auto; }
  .archive-page-banner-sections .banner-slider .items .container .info {
    top: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    padding: 50px 0px; }
    .archive-page-banner-sections .banner-slider .items .container .info ul {
      text-align: left; }
    .archive-page-banner-sections .banner-slider .items .container .info div {
      max-width: 100%; }

.archive-page-sections .with-flex .left-sidebar {
  width: 20%; }
  @media only screen and (max-width: 1030px) {
    .archive-page-sections .with-flex .left-sidebar {
      width: 100%; } }

.archive-page-sections .with-flex .right-section {
  width: 80%;
  padding-left: 20px; }
  @media only screen and (max-width: 1030px) {
    .archive-page-sections .with-flex .right-section {
      width: 100%;
      padding-left: 0; } }
  .archive-page-sections .with-flex .right-section .grid-col-section {
    margin-bottom: 50px; }

@media only screen and (max-width: 992px) {
  .archive-page-sections .grid-col-section .with-flex .col-3 {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  .archive-page-sections .grid-col-section .with-flex .col-3 {
    width: 100%; } }

.sub_cat_items {
  padding: 0;
  margin: 0;
  margin-bottom: 50px; }
  .sub_cat_items li {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 0px 15px; }
    .sub_cat_items li a {
      text-decoration: none;
      font-size: 25px; }
    .sub_cat_items li .bg-cover {
      width: 100%;
      height: 281px;
      border-radius: 400px;
      margin-bottom: 15px; }

.filters-section .main-filters {
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .filters-section .main-filters .type {
      width: 170px; } }
  .filters-section .main-filters .type li {
    margin-right: 100px;
    line-height: 23px; }
    .filters-section .main-filters .type li:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 600px) {
        .filters-section .main-filters .type li:last-child {
          margin-bottom: 0; } }
    @media only screen and (max-width: 600px) {
      .filters-section .main-filters .type li {
        margin: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 15px; } }
  .filters-section .main-filters ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
  .filters-section .main-filters li {
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .filters-section .main-filters li:before {
      content: "";
      width: 16px;
      text-align: center;
      height: 16px;
      display: block;
      position: absolute;
      left: -26px;
      top: 2px;
      border: 1px solid #72ac43;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .filters-section .main-filters li:after {
      content: "";
      width: 16px;
      opacity: 0;
      visibility: hidden;
      text-align: center;
      height: 16px;
      display: block;
      position: absolute;
      left: -20px;
      top: 1px;
      background-image: url(img/tick.svg);
      background-size: 16px;
      background-position: center;
      background-repeat: no-repeat;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .filters-section .main-filters li.active:after, .filters-section .main-filters li:hover:after {
      opacity: 1;
      visibility: visible;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }

.filters-section .search-types {
  display: none; }
  .filters-section .search-types form {
    max-width: 560px;
    margin: 50px auto; }
    @media only screen and (max-width: 480px) {
      .filters-section .search-types form {
        margin: 25px auto; } }
  .filters-section .search-types input[type=submit] {
    font-family: "Mardoto-Regular, Arial, Sans-Serif";
    font-size: 16px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 0px;
    height: 41px;
    border: 1px solid #72ac43;
    text-align: center;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    background-color: #72ac43;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .filters-section .search-types input[type=submit]:hover {
      background-color: #ffffff;
      color: #72ac43;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .filters-section .search-types .with-flex .col-5 {
    padding: 0px 15px;
    width: 20%; }
    @media only screen and (max-width: 600px) {
      .filters-section .search-types .with-flex .col-5 {
        width: 100%; } }
    .filters-section .search-types .with-flex .col-5 select, .filters-section .search-types .with-flex .col-5 input {
      width: 100%;
      border: 1px solid #72ac43;
      font-size: 16px;
      height: 41px;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-appearance: none;
      border-radius: 0; }
  .filters-section .search-types.simple-search input[type=text] {
    width: 70%;
    padding: 10px;
    height: 41px;
    border: 1px solid #72ac43;
    -webkit-appearance: none;
    font-family: "Mardoto-Regular, Arial, Sans-Serif";
    outline: none;
    font-size: 16px;
    float: left; }
  .filters-section .search-types.simple-search input[type=submit] {
    width: 30%; }
  .filters-section .search-types.advanced-search form {
    max-width: 100%; }

.filters-section .main-content .filters-items {
  margin: 0;
  padding: 0;
  margin-top: 50px; }
  .filters-section .main-content .filters-items > li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #72ac43; }
    .filters-section .main-content .filters-items > li a {
      text-decoration: none; }
    .filters-section .main-content .filters-items > li h2 {
      font-size: 20px;
      margin: 0; }
    .filters-section .main-content .filters-items > li .info {
      padding-left: 15px; }
    .filters-section .main-content .filters-items > li p {
      margin: 0;
      margin-bottom: 10px;
      color: #333333; }
      .filters-section .main-content .filters-items > li p:first-child {
        margin-top: 10px; }
      .filters-section .main-content .filters-items > li p:last-child {
        margin-bottom: 0; }
  .filters-section .main-content .filters-items .filter-tags {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-top: 10px;
    font-size: 14px; }
    .filters-section .main-content .filters-items .filter-tags li {
      list-style-type: none;
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
  .amulsar-page .sticky-header {
    display: none; } }

@media only screen and (max-width: 992px) {
  .amulsar-page .main-zig-zag-sections .zig-zag-section {
    margin-bottom: 30px; }
    .amulsar-page .main-zig-zag-sections .zig-zag-section:last-child {
      margin-bottom: 0; } }

.amulsar-page .main-zig-zag-sections .zig-zag-section .with-flex {
  /*.bg-cover{
          background-size: contain;
        }*/ }
  .amulsar-page .main-zig-zag-sections .zig-zag-section .with-flex .half-col {
    /*.description{
            height: auto;
            max-height: 350px;
            p{
              &:first-child{
                margin-top: 0;
              }
            }
          }*/ }
    .amulsar-page .main-zig-zag-sections .zig-zag-section .with-flex .half-col .section-title {
      font-size: 30px;
      margin-bottom: 20px; }

.amulsar-page .scrollbar {
  height: 800px;
  padding-right: 50px;
  overflow: auto; }
  @media only screen and (max-width: 992px) {
    .amulsar-page .scrollbar {
      padding-right: 25px; } }

.amulsar-page .gg-box a {
  position: relative; }
  .amulsar-page .gg-box a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -101%;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .amulsar-page .gg-box a h4 {
    margin: 0;
    bottom: 0;
    font-size: 25px;
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    padding-bottom: 30px;
    position: absolute;
    z-index: 2;
    color: #ffffff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .amulsar-page .gg-box a:hover:before {
    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; }
  .amulsar-page .gg-box a:hover h4 {
    visibility: visible;
    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; }

.amulsar-page .zig-zag-slider {
  width: 100%;
  height: 100%; }
  .amulsar-page .zig-zag-slider div {
    width: 100%;
    height: 100% !important; }
  .amulsar-page .zig-zag-slider .items {
    width: 100%;
    height: 100%; }
    .amulsar-page .zig-zag-slider .items .bg-cover {
      width: 100%;
      height: 100%; }
  .amulsar-page .zig-zag-slider .slick-dots {
    bottom: 20px; }

.amulsar-page .slider-for-links {
  padding-left: 50px;
  padding-right: 50px; }
  .amulsar-page .slider-for-links .slick-slide > div {
    width: 33.33333%;
    float: left;
    padding: 0px 25px; }
    @media only screen and (max-width: 992px) {
      .amulsar-page .slider-for-links .slick-slide > div {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      .amulsar-page .slider-for-links .slick-slide > div {
        width: 100%; } }
  .amulsar-page .slider-for-links .slick-slide .bg-cover {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .amulsar-page .slider-for-links .slick-slide a {
    text-decoration: none;
    padding: 15px; }
    .amulsar-page .slider-for-links .slick-slide a:hover .bg-cover {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.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; }
    .amulsar-page .slider-for-links .slick-slide a .half-col:first-child {
      height: 350px;
      overflow: hidden; }
    .amulsar-page .slider-for-links .slick-slide a h3 {
      font-size: 22px; }
    .amulsar-page .slider-for-links .slick-slide a p {
      font-size: 16px;
      color: #333333; }

.amulsar-page .grid-col-section .description {
  margin-bottom: 50px; }
  .amulsar-page .grid-col-section .description:last-child {
    margin-bottom: 0; }

.amulsar-page .facebook-section .main-flex-section .section-title {
  font-size: 35px; }

.amulsar-page .facebook-section .main-flex-section > .half-col {
  width: 50%; }
  @media only screen and (max-width: 992px) {
    .amulsar-page .facebook-section .main-flex-section > .half-col {
      width: 100%; } }
  .amulsar-page .facebook-section .main-flex-section > .half-col .scrollbar {
    height: 500px;
    overflow: auto; }

.amulsar-page .parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .amulsar-page .parallax-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    position: absolute;
    left: 0;
    top: 0; }
  .amulsar-page .parallax-section .container {
    z-index: 1;
    position: relative; }
  .amulsar-page .parallax-section .info {
    text-align: center;
    max-width: 750px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff; }

.amulsar-problem .main-content .description {
  margin-bottom: 30px; }

.amulsar-problem .main-content .slick-dots {
  bottom: 20px; }

.amulsar-problem .container img {
  max-width: 100%;
  width: 100%; }

.amulsar-problem .container .zig-zag-slider {
  position: relative; }
  .amulsar-problem .container .zig-zag-slider .items .bg-cover {
    width: 100%;
    height: 550px; }

@media only screen and (max-width: 600px) {
  .tools-page .banner-section .banner-slider .items {
    height: auto; }
    .tools-page .banner-section .banner-slider .items .info {
      top: auto;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

.tools-page .accordion-section .accordion .items .accordion-title {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #72ac43;
  font-size: 20px;
  cursor: pointer;
  color: #72ac43;
  position: relative; }
  .tools-page .accordion-section .accordion .items .accordion-title img {
    height: 20px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 10px;
    margin: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .tools-page .accordion-section .accordion .items .accordion-title img.active {
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }

.tools-page .accordion-section .accordion .items .info {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ededed;
  padding: 15px 25px;
  margin-top: 20px !important;
  display: none; }

.tools-page .how-to-do-section .items {
  margin-bottom: 50px; }

.tools-page .main-zig-zag-sections .with-flex .half-col {
  width: 60%; }
  @media only screen and (max-width: 767px) {
    .tools-page .main-zig-zag-sections .with-flex .half-col {
      width: 100%; } }
  .tools-page .main-zig-zag-sections .with-flex .half-col:last-child {
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .tools-page .main-zig-zag-sections .with-flex .half-col:last-child {
        width: 100%; } }

.tools-page .main-zig-zag-sections .zig-zag-section .with-flex {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #72ac43; }

.tools-page .main-zig-zag-sections .zig-zag-section:last-child .with-flex {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0; }

@media only screen and (max-width: 992px) {
  .tools-page .main-zig-zag-sections .zig-zag-section .description ul {
    text-align: left; } }

.tools-page .main-zig-zag-sections .zig-zag-section .description ul li {
  margin-bottom: 10px; }
  .tools-page .main-zig-zag-sections .zig-zag-section .description ul li:last-child {
    margin-bottom: 0; }

.sticky-header {
  background-color: #ffffff;
  position: sticky;
  top: 69px;
  z-index: 99;
  -webkit-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5); }
  .sticky-header ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center; }
    .sticky-header ul li {
      display: inline-block;
      padding: 20px 15px; }
      .sticky-header ul li a {
        text-decoration: none; }

.main-zig-zag-sections .zig-zag-section .with-flex .half-col h2 {
  color: #72ac43;
  font-size: 35px; }

.main-zig-zag-sections .zig-zag-section .with-flex .half-col .info {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 100px; }
  @media only screen and (max-width: 992px) {
    .main-zig-zag-sections .zig-zag-section .with-flex .half-col .info {
      padding-top: 0px;
      padding-bottom: 30px;
      padding-right: 0px;
      text-align: center; } }

.main-zig-zag-sections .zig-zag-section .with-flex .half-col iframe {
  width: 100%;
  height: 100%; }

.main-zig-zag-sections .zig-zag-section .with-flex .half-col:last-child {
  /*border-radius: 10px;*/ }
  @media only screen and (max-width: 992px) {
    .main-zig-zag-sections .zig-zag-section .with-flex .half-col:last-child {
      height: 350px; } }

.main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:first-child, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:first-child {
  order: 2; }
  @media only screen and (max-width: 992px) {
    .main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:first-child, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:first-child {
      order: 1; } }
  .main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:first-child .info, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:first-child .info {
    padding-left: 100px;
    padding-right: 0; }
    @media only screen and (max-width: 992px) {
      .main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:first-child .info, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:first-child .info {
        padding-left: 0; } }

.main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:last-child, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:last-child {
  order: 1; }

.partners-section .container .section-title {
  text-align: center; }

.partners-section .container .review-slider .items .info > a {
  text-decoration: none;
  outline: none; }
  .partners-section .container .review-slider .items .info > a p {
    color: #333333;
    padding: 0px 20px; }
    @media only screen and (max-width: 480px) {
      .partners-section .container .review-slider .items .info > a p {
        padding: 0; } }
  .partners-section .container .review-slider .items .info > a .bg-cover {
    border: 2px solid #72ac43; }
  .partners-section .container .review-slider .items .info > a h3 {
    text-align: center; }

.grid-col-section .with-flex .col-4 {
  width: 25%;
  padding: 10px; }
  @media only screen and (max-width: 992px) {
    .grid-col-section .with-flex .col-4 {
      width: 50%; } }
  @media only screen and (max-width: 600px) {
    .grid-col-section .with-flex .col-4 {
      width: 100%; } }

.grid-col-section .with-flex .col-3 {
  width: 33.3333333%;
  padding: 10px; }

.grid-col-section .with-flex .info {
  border-radius: 350px;
  height: 302px;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-align: center; }
  @media only screen and (min-width: 1029px) and (max-width: 1320px) {
    .grid-col-section .with-flex .info {
      height: 250px;
      width: 250px;
      margin: auto; } }
  @media only screen and (max-width: 1030px) {
    .grid-col-section .with-flex .info {
      height: 200px;
      width: 200px;
      margin: auto; } }
  @media only screen and (max-width: 992px) {
    .grid-col-section .with-flex .info {
      height: 300px;
      width: 300px;
      margin: auto; } }
  .grid-col-section .with-flex .info:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .grid-col-section .with-flex .info:hover h3 {
    color: #72ac43;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.grid-col-section .with-flex .bg-cover {
  width: 100%;
  height: 100%; }

.grid-col-section .with-flex h3 {
  font-size: 20px;
  position: absolute;
  margin: auto;
  left: 0;
  letter-spacing: 0;
  color: #ffffff;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 1030px) {
    .grid-col-section .with-flex h3 {
      font-size: 18px !important; } }
  @media only screen and (max-width: 992px) {
    .grid-col-section .with-flex h3 {
      font-size: 22px !important; } }

.grid-col-section.with-description .with-flex .col-4 .info {
  height: auto;
  border-radius: 0; }
  .grid-col-section.with-description .with-flex .col-4 .info:before {
    display: none; }
  .grid-col-section.with-description .with-flex .col-4 .info .main-bg-cover {
    height: 302px;
    border: 2px solid #72ac43;
    overflow: hidden; }
  .grid-col-section.with-description .with-flex .col-4 .info .bg-cover {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .grid-col-section.with-description .with-flex .col-4 .info h3 {
    position: relative;
    top: auto;
    color: #72ac43;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-top: 15px; }
  .grid-col-section.with-description .with-flex .col-4 .info p {
    color: #333333; }
  .grid-col-section.with-description .with-flex .col-4 .info:hover .bg-cover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.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; }

@media only screen and (max-width: 1120px) {
  .grid-col-section.with-description .with-flex .col-4 {
    width: 50%; }
    .grid-col-section.with-description .with-flex .col-4 .info {
      width: 100%; } }

@media only screen and (max-width: 600px) {
  .grid-col-section.with-description .with-flex .col-4 {
    width: 100%; } }

.grid-col-section.without-radius .with-flex .col-4 .info {
  border-radius: 0; }

@media only screen and (max-width: 1120px) {
  .grid-col-section.without-radius .with-flex .col-4 {
    width: 50%; }
    .grid-col-section.without-radius .with-flex .col-4 .info {
      width: 100%; } }

@media only screen and (max-width: 600px) {
  .grid-col-section.without-radius .with-flex .col-4 {
    width: 100%; } }

.grid-col-section.video-section .with-flex .col-4 img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  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; }

.grid-col-section.video-section .with-flex .col-4 .info:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.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; }

.grid-col-section.video-section .with-flex .col-4 h4 {
  position: absolute;
  bottom: 0px;
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
  margin: 0; }

.left-sidebar {
  color: #fff;
  position: relative; }
  .left-sidebar ul {
    padding-left: 26px; }
    .left-sidebar ul li {
      display: block;
      position: relative;
      padding-bottom: 15px; }
      .left-sidebar ul li a {
        color: #333;
        text-decoration: none;
        cursor: pointer;
        line-height: 22px;
        display: inline-block; }
        .left-sidebar ul li a:before {
          content: "";
          width: 16px;
          text-align: center;
          height: 16px;
          display: block;
          position: absolute;
          left: -26px;
          top: 2px;
          border: 1px solid #72ac43;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
        .left-sidebar ul li a:after {
          content: "";
          width: 16px;
          opacity: 0;
          visibility: hidden;
          text-align: center;
          height: 16px;
          display: block;
          position: absolute;
          left: -20px;
          top: 1px;
          background-image: url(img/tick.svg);
          background-size: 16px;
          background-position: center;
          background-repeat: no-repeat;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
      .left-sidebar ul li.active a, .left-sidebar ul li.active_sub a {
        color: #72ac43;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        .left-sidebar ul li.active a:before, .left-sidebar ul li.active_sub a:before {
          border: 1px solid #72ac43;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
        .left-sidebar ul li.active a:after, .left-sidebar ul li.active_sub a:after {
          opacity: 1;
          visibility: visible;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
      .left-sidebar ul li.active + .sub-categories, .left-sidebar ul li.active_sub + .sub-categories {
        display: block; }
      .left-sidebar ul li a:hover {
        color: #72ac43;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        .left-sidebar ul li a:hover:after {
          opacity: 1;
          visibility: visible;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
        .left-sidebar ul li a:hover:before {
          border: 1px solid #72ac43;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
    .left-sidebar ul.sub-categories {
      /*display: none;*/ }
    .left-sidebar ul.main-categories {
      padding-right: 20px;
      margin-top: 10px;
      margin-bottom: 40px;
      border-right: 1px solid #72ac43;
      position: relative; }
      .left-sidebar ul.main-categories:before {
        content: '';
        background-color: #72ac43;
        width: 70%;
        height: 1px;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto; }
  .left-sidebar .sidebar-search-section .main-btn {
    margin-top: 10px;
    width: 100%; }
  .left-sidebar .clear-all {
    display: block;
    margin-top: 25px;
    text-decoration: underline;
    color: #72ac43; }
  @media only screen and (max-width: 1030px) {
    .left-sidebar {
      width: 100%; } }
  .left-sidebar .mobile-filter {
    display: none; }
    @media only screen and (max-width: 1030px) {
      .left-sidebar .mobile-filter {
        display: block;
        width: 50px;
        height: 50px;
        background-size: 35px;
        background-image: url("img/filter.svg");
        background-position: center;
        background-repeat: no-repeat;
        position: fixed;
        right: 0;
        z-index: 9999;
        top: 100px;
        background-color: #72ac43; } }
    .left-sidebar .mobile-filter.open-mobile-filter {
      background-size: 30px;
      background-image: url("img/close-white.svg"); }
  @media only screen and (min-width: 1030px) {
    .left-sidebar .for-mobile-filter {
      position: -webkit-sticky;
      position: sticky;
      top: 110px; } }
  @media only screen and (max-width: 1030px) {
    .left-sidebar .for-mobile-filter {
      position: fixed;
      width: 100%;
      height: 100%;
      left: -100%;
      top: 65px;
      background: #fff;
      z-index: 999;
      padding: 20px;
      padding-bottom: 120px;
      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; } }
  @media only screen and (max-width: 1030px) {
    .left-sidebar .for-mobile-filter ul {
      border: 0; } }
  .left-sidebar .for-mobile-filter.open-filter {
    left: 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; }
