@charset "UTF-8";

@font-face {

  font-family: "icomoon";

  src: url("../fonts/icomoon.eot?tjm39t");

  src: url("../fonts/icomoon.eot?tjm39t#iefix") format("embedded-opentype"),

    url("../fonts/icomoon.ttf?tjm39t") format("truetype"),

    url("../fonts/icomoon.woff?tjm39t") format("woff"),

    url("../fonts/icomoon.svg?tjm39t#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;

}

[class^="icon-"],

[class*=" icon-"] {

  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: "icomoon" !important;

  speak: never;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.icon-burger:before {

  content: "\e909";

}

.icon-attachment-clip:before {

  content: "\e90a";

}

.icon-arrow:before {

  content: "\e908";

  color: #5f5d5d;

}

.icon-right-arrow:before {

  content: "\e907";

}

.icon-facebook:before {

  content: "\e900";

  color: #757268;

}

.icon-instagram:before {

  content: "\e901";

  color: #757268;

}

.icon-linkedin:before {

  content: "\e902";

  color: #757268;

}

.icon-mail:before {

  content: "\e903";

  color: #5f5d5d;

}

.icon-search:before {

  content: "\e904";

  color: #757268;

}

.icon-twitter:before {

  content: "\e905";

  color: #757268;

}

.icon-youtube:before {

  content: "\e906";

  color: #757268;

}



@font-face {

  font-family: "BPG Arial";

  src: url("../fonts/BPGArial.woff2") format("woff2"),

    url("../fonts/BPGArial.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}

@font-face {

  font-family: "BPG Arial Caps";

  src: url("../fonts/bpg-arial-caps-webfont.eot");

  /* IE9 Compat Modes */

  src: url("../fonts/bpg-arial-caps-webfont.eot?#iefix")

      format("embedded-opentype"),

    url("../fonts/bpg-arial-caps-webfont.woff2") format("woff2"),

    url("../fonts/bpg-arial-caps-webfont.woff") format("woff"),

    url("../fonts/bpg-arial-caps-webfont.ttf") format("truetype"),

    url("../fonts/bpg-arial-caps-webfont.svg#bpg_arial_capsregular")

      format("svg");

  /* Legacy iOS */

}

*,

*::before,

*::after {

  box-sizing: inherit;

  transition-duration: inherit;

}



html {

  scroll-behavior: unset !important;

}



html.touch *:hover {

  all: unset !important;

}



::-moz-selection {

  /* Code for Firefox */

  color: white;

  background: #504f4d;

}



::selection {

  color: white;

  background: #504f4d;

}



img::selection {

  background-color: transparent;

}



html {

  box-sizing: border-box;

  transition-duration: 0.5s;

  overflow-x: hidden;

}



body {

  margin: 0;

  padding: 0;

  height: 100%;

  overflow: hidden;

  width: 100vw;

}



a {

  text-decoration: none;

  color: inherit;

}



a:focus,

button:focus,

textarea:focus,

input:focus {

  outline: none;

}



h6,

.h6,

h5,

.h5,

h4,

.h4,

h3,

.h3,

h2,

.h2,

h1,

.h1 {

  margin-bottom: initial;

}



.session-message {

  position: fixed;

  top: 0;

  width: 500px;

  margin: auto;

  right: 0;

  text-align: center;

  left: 0;

  padding: 23px;

  background-color: #dcc177;

  top: 30%;

  z-index: 15;

  border: 4px solid #494848;

  color: #494848;

  font-family: "Montserrat", sans-serif;

  font-weight: 800;

  font-size: 20px;

}



.halfies {

  display: flex;

  flex-wrap: wrap;

  align-items: flex-start;

}



.half {

  width: 50%;

  display: inline-block;

}

.half:nth-of-type(2n-1) .half-container,

.half:nth-of-type(2n-1) .inner-container {

  margin-left: auto;

}

.half:nth-of-type(2n) .half-container,

.half:nth-of-type(2n) .inner-container {

  margin-right: auto;

}



.h-100 {

  height: 100%;

}



.mobile-only {

  display: none !important;

}



section h2.title.inner-p {

  margin: 60px 0;

}



section h2.title {

  width: fit-content;

  height: 40px;

}

section h2.title span {

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  font-size: 28px;

  line-height: 40px;

  color: #504f4d;

  position: relative;

  display: flex;

  align-items: center;

  padding: 0 46px;

  height: 40px;

}

section h2.title span::before {

  content: "";

  width: 1026px;

  height: 5px;

  background-color: #dcc177;

  position: absolute;

  left: -1000px;

}

section h2.title span:hover {

  cursor: default;

}

section h2.title a {

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  font-size: 28px;

  line-height: 40px;

  color: #504f4d;

  position: relative;

  display: flex;

  align-items: center;

  padding: 0 46px;

  height: 40px;

}

section h2.title a::before {

  content: "";

  width: 1026px;

  height: 5px;

  background-color: #dcc177;

  position: absolute;

  left: -1000px;

}

section h2.title a:hover {

  margin-left: 20px;

}

section h2.title a:hover::before {

  background-color: #504f4d;

}



.sharethis-inline-share-buttons .st-btn {

  margin-right: 20px !important;

  border-radius: 4px;

}



.page-text {

  margin-top: 0;

  margin-bottom: 70px;

  font-weight: 500;

  line-height: 30px;

  color: #8b8b8b;

  font-family: "Montserrat", sans-serif;

  font-size: 20px;

}

.page-text h4 {

  font-size: 26px;

}



.home-title {

  margin-top: 60px;

  margin-bottom: 40px;

}



body.compensate-for-scrollbar {

  margin-right: 0px !important;

}



input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus,

textarea:-webkit-autofill,

textarea:-webkit-autofill:hover,

textarea:-webkit-autofill:focus,

select:-webkit-autofill,

select:-webkit-autofill:hover,

select:-webkit-autofill:focus {

  border: inherit;

  -webkit-text-fill-color: inherit;

  -webkit-box-shadow: inherit;

  transition: inherit;

  background-color: transparent !important;

}

.home-main-banner-par {

  height: 100%;

}

.home-main-banner-par .carousel-item,

#carouselExampleSlidesOnly,

#carouselExampleSlidesOnly > *:not(button) {

  height: 100%;

}

html[lang="ka"] header nav > span > a {

  font-family: "BPG Arial Caps" !important;

  font-size: 18px;

}

html[lang="ka"]

  *:not([class^="icon-"]):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(h1

    > span):not(h2 > span):not(h3 > span):not(h4 > span):not(h5 > span):not(h6

    > span):not(h1 > a):not(h2 > a):not(h3 > a):not(h4 > a):not(h5 > a):not(h6

    > a):not(.menu-item-link):not(.submenu-page

    .halfies

    .menu-block

    .menu-block-inner

    .text-block):not(.contact-us-block .bg-gold a) {

  font-family: "BPG Arial" !important;

}

html[lang="ka"] h1,

html[lang="ka"] h2,

html[lang="ka"] h3,

html[lang="ka"] h4,

html[lang="ka"] h5,

html[lang="ka"] h6,

html[lang="ka"] h1 > span,

html[lang="ka"] h2 > span,

html[lang="ka"] h3 > span,

html[lang="ka"] h4 > span,

html[lang="ka"] h5 > span,

html[lang="ka"] h6 > span,

html[lang="ka"] h1 > a,

html[lang="ka"] h2 > a,

html[lang="ka"] h3 > a,

html[lang="ka"] h4 > a,

html[lang="ka"] h5 > a,

html[lang="ka"] h6 > a,

html[lang="ka"] .menu-item-link,

html[lang="ka"]

  .submenu-page

  .halfies

  .menu-block

  .menu-block-inner

  .text-block,

html[lang="ka"] .contact-us-block .bg-gold a {

  font-family: "BPG Arial Caps" !important;

}

html[lang="ka"] main {

  overflow: hidden;

}



.paging {

  width: fit-content;

  margin: auto;

  cursor: default;

}

.paging a {

  font-family: "Montserrat", sans-serif;

  font-size: 21px;

  color: #494848;

  background: #f6f6f6;

  height: 33px;

  width: 32px;

  display: inline-block;

  text-align: center;

}

.paging a:hover {

  background: #dcc177;

  color: white;

}

.paging span,

.paging .active {

  font-family: "Montserrat", sans-serif;

  font-size: 21px;

  color: #494848;

  background: #cecdcb;

  height: 33px;

  width: 32px;

  display: inline-block;

  text-align: center;

  cursor: default;

}



header {

  height: 152px;

  background-color: #f6f6f6;

  position: relative;

  z-index: 1;

}

header .row {

  padding: 45.6px 0px 53.6px;

}

header .row * {

  width: initial;

  align-self: flex-end;

  padding: 0;

  cursor: default;

}

header .row a,

header .row a *,

header .row button,

header .row button * {

  cursor: pointer;

}

header nav {

  flex: auto;

  align-self: flex-end;

  text-align: right;

}

header nav > span {

  position: relative;

  display: inline-block;

}

header nav > span:hover a {

  color: #504f4d;

}

header nav > span:hover a::after {

  width: 100%;

}

header nav > span:hover .submenu {

  transform: scaleY(1);

}

header nav > span > a {

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: #504f4d;

  font-size: 20px;

  line-height: 32px;

  margin: 0;

  padding: 20px 10px !important;

  position: relative;

}

header nav > span > a::after {

  content: "";

  height: 2px;

  width: 0;

  position: absolute;

  left: 0;

  background-color: #dcc177;

  bottom: 10px;

  transition-duration: 0.4s;

}

header nav > span .submenu {

  display: block;

  max-width: 285px;

  min-width: calc(100% + 140px);

  top: 42px;

  left: -70px;

  background-color: #f6f6f6;

  backdrop-filter: blur(4px);

  position: absolute;

  padding: 10px 0 10px;

  transform: scaleY(0);

  transform-origin: top;

  border-bottom-left-radius: 6px;

  border-bottom-right-radius: 6px;

}

header nav > span .submenu .children {

  padding: 0.1px !important;

}

header nav > span .submenu .children a {

  text-align: left;

  width: 100%;

  display: block;

  padding: 10px 25px !important;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: #858585;

  font-size: 18px;

  line-height: 32px;

  margin: 0;

}

header nav > span .submenu .children a:hover {

  background-color: #dcc177;

  color: white;

}

header span.line {

  height: 22px;

  width: 2px;

  background-color: #504f4d;

  padding: 0;

  margin: 5px;

  opacity: 0.6;

}

header span.lang-change {

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: #504f4d;

  font-size: 20px;

  line-height: 32px;

  margin: 0 10px;

  display: flex;

}

header span.lang-change span.button {

  width: 48px;

  height: 24px;

  background-color: #dcc177;

  display: inline-block;

  align-self: center;

  margin: 0 10px;

  border-radius: 14px;

  position: relative;

}

header span.lang-change span.button::after {

  content: "";

  height: 18px;

  width: 18px;

  border-radius: 50%;

  background-color: white;

  position: absolute;

  margin: 3px 4px;

  left: 0;

  transition-duration: 0.3s;

}

header span.lang-change span.button.en::after {

  left: calc(100% - 26px);

}

header span.lang-change span.button:hover {

  cursor: pointer;

}

header .row form {

  position: relative;

  height: 30px;

  width: 30px;

}

header .row form input {

  position: absolute;

  width: 0px;

  right: 0;

  border: 0;

  height: 100%;

  padding: 19px;

  top: -4px;

  right: -5px;

  border-radius: 6px;

  background-color: #f6f6f6;

  font-family: "Montserrat", sans-serif;

  font-size: 14px;

  padding-right: 20px;

}

header .row form input:focus {

  width: 235px;

  background-color: white;

  padding-right: 40px;

}

header .row form:hover input {

  width: 235px;

  background-color: white;

  padding-right: 40px;

}

header .row form button {

  position: absolute;

  background-color: transparent;

  border: 0;

  right: 3px;

  top: 2px;

}

header .row form button span {

  font-size: 24px;

  color: #757268;

}



span.icon-burger {

  color: #757268;

  position: fixed;

  right: 20px;

  top: 20px;

  display: inline-block;

  padding: 10px;

  z-index: 51;

  font-size: 20px;

  display: none;

}

span.icon-burger:hover {

  cursor: pointer;

}

span.icon-burger.open {

  color: white;

}



.burger-nav {

  display: none;

  width: 100%;

  position: fixed;

  max-width: 0;

  height: 100%;

  right: 0;

  top: 0;

  background-color: #dcc177;

  z-index: 50;

}

.burger-nav.open {

  max-width: 290px;

}

.burger-nav .main-items {

  align-self: center;

}

.burger-nav .main-items span.lang-change {

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: white;

  font-size: 18px;

  line-height: 32px;

  margin: 0 0px;

  display: flex;

  padding-left: 40px;

  padding-bottom: 25px;

}

.burger-nav .main-items span.lang-change span.button {

  width: 30px;

  height: 15px;

  background-color: white;

  display: inline-block;

  align-self: center;

  margin: 0 10px;

  border-radius: 14px;

  position: relative;

}

.burger-nav .main-items span.lang-change span.button::after {

  content: "";

  height: 11px;

  width: 11px;

  border-radius: 50%;

  background-color: #dcc177;

  position: absolute;

  margin: 2px 1px;

  left: 1;

  transition-duration: 0.3s;

}

.burger-nav .main-items span.lang-change span.button.en::after {

  left: calc(100% - 14px);

}

.burger-nav .main-items span.lang-change span.button:hover {

  cursor: pointer;

}

.burger-nav .main-items form {

  width: 100%;

  padding: 0px 40px 4px 40px;

  display: flex;

  justify-content: space-between;

}

.burger-nav .main-items form input {

  background-color: rgba(255, 255, 255, 0.75);

  border-radius: 4px;

  border: none;

  width: 135px;

  color: #dcc177;

}

.burger-nav .main-items form button {

  background-color: transparent;

  border: none;

  margin-right: 12px;

}

.burger-nav .main-items form button span {

  font-size: 24px;

  transform: rotateY(180deg);

  display: block;

}

.burger-nav .main-items form button span::before {

  color: white;

}

.burger-nav .main-items ul {

  padding: 10px 0px;

  list-style-type: none;

}

.burger-nav .main-items ul li.active {

  background-color: white;

  color: #dcc177;

}

.burger-nav .main-items ul li.active span.icon-arrow::before {

  color: #dcc177;

}

.burger-nav .main-items ul li {

  font-size: 18px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: white;

  padding: 10px 40px;

  position: relative;

}

.burger-nav .main-items ul li a:hover {

  color: inherit;

}

.burger-nav .main-items ul li.open {

  background-color: white;

  color: #dcc177;

}

.burger-nav .main-items ul li.open .submenu {

  max-height: 400px;

  transform: scaleY(1);

}

.burger-nav .main-items ul li.open .submenu .children a {

  color: #dcc177;

}

.burger-nav .main-items ul li.open span.icon-arrow {

  transform: rotate(270deg);

}

.burger-nav .main-items ul li.open span.icon-arrow::before {

  color: #dcc177;

}

.burger-nav .main-items ul li .submenu {

  padding-top: 4px;

  transform: scaleY(0);

  max-height: 0;

}

.burger-nav .main-items ul li .submenu .children {

  padding-top: 8px;

}

.burger-nav .main-items ul li .submenu .children a {

  font-size: 14px;

  font-family: "Montserrat", sans-serif;

  font-weight: 400;

}

.burger-nav .main-items ul li span.icon-arrow {

  transform: rotate(90deg);

  width: fit-content;

  display: inline-block;

  padding: 8px 10px;

  position: absolute;

  right: 15px;

  font-size: 12px;

  font-weight: bold;

}

.burger-nav .main-items ul li span.icon-arrow::before {

  color: white;

}



.main-banner {

  background-color: #f6f6f6;

  height: calc(100vh - 152px);

  position: relative;

}

@media screen and (min-width: 992px) {

  .main-banner .one-side-container a:hover article .gold .text {

    top: -5px;

  }

}

.main-banner .one-side-container img {

  width: 100%;

  height: calc(100vh - 230px);

  object-fit: cover;

}

.main-banner .one-side-container article {

  height: 277px;

  width: calc(50% - 20px);

  position: absolute;

  background-color: white;

  bottom: 0px;

  right: 0;

  z-index: 1;

}

.main-banner .one-side-container article div.gold {

  height: 257px;

  width: 100%;

  right: 20px;

  bottom: 0px;

  position: absolute;

  background-color: #dcc177;

  display: flex;

  align-items: center;

}

.main-banner .one-side-container article div.gold div.text {

  padding: 10px 12%;

  font-family: "Montserrat", sans-serif;

  font-weight: 300;

  font-size: 26px;

  line-height: 36px;

  color: white;

  overflow: hidden;

  position: relative;

  top: 0;

}

.main-banner .one-side-container article div.gold div.text p {

  margin: 0;

}

.main-banner div.social {

  height: calc(100vh - 286px);

  width: 100%;

}

.main-banner div.social span.line {

  height: calc(50% - 25px);

  width: 2px;

  background-color: #dcc177;

  display: block;

  margin: 0 auto;

  margin-bottom: 50px;

}

.main-banner div.social a {

  display: block;

  width: fit-content;

  margin: auto;

  margin-bottom: 10px;

}

.main-banner div.social a:hover span::before {

  color: #dcc177;

}

.main-banner div.social a span {

  font-size: 17px;

}



.top-banner {

  height: calc(100vh - 152px);

}

.top-banner img {

  height: 100%;

  width: 100%;

  object-fit: cover;

}



.top-banner.inner {

  height: calc(50vh);

}



.text-block {

  padding-top: 0px;

  padding-bottom: 40px;

}

.text-block .halfies {

  align-items: center;

}

.text-block .bg-gray {

  background-color: #f6f6f6;

}

.text-block .bg-gray .text {

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  position: relative;

  font-size: 22px;

  color: #504f4d;

  line-height: 38px;

  top: 0px;

  padding: 65px 165px 65px 0;

}

@media screen and (min-width: 992px) {

  .text-block .bg-gray .text-block-link:hover .text {

    top: -5px;

  }

}

.text-block .image-half {
  position: relative;

}

.text-block .image-half img {

  width: 100%;

  position: relative;

  z-index: 1;

  height: 480px;

  object-fit: cover;

}

.text-block .image-half::after {

  content: "";

  width: 56%;

  height: 160px;

  display: block;

  position: absolute;

  bottom: -40px;

  left: 18%;

  background-color: #dcc177;

}



.service-block {

  padding-top: 0.1px;

  padding-bottom: 84px;

  height: 100vh;

}

.service-block .flexy {

  display: flex;

  flex-wrap: nowrap;

  justify-content: space-between;

  vertical-align: bottom;

  align-items: center;

  height: calc(100% - 100px);

  vertical-align: bottom;

}

.service-block .flexy .service-card {

  height: 73%;

  position: relative;

  display: block;

  width: calc((100% - 90px) / 4);

  transition-duration: 0.3s;

}

.service-block .flexy .service-card img {

  object-fit: cover;

  height: 84%;

  width: 100%;

}

.service-block .flexy .service-card .title {

  position: absolute;

  height: 25%;

  top: calc(84% - 16%);

  width: 75%;

  margin: auto;

  left: 0;

  right: 0;

}

.service-block .flexy .service-card .title .bg {

  height: 0;

  background-color: rgba(80, 79, 77, 0.2);

}

.service-block .flexy .service-card .title h3 {

  max-height: 100%;

  height: fit-content;

  min-height: 100%;

  background-color: white;

  padding: 0 13%;

  margin: auto;

  display: flex;

  align-items: center;

  font-size: 22px;

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  color: #504f4d;

  line-height: 26px;

  max-height: 86px;

  overflow: hidden;

}

.service-block .flexy .service-card .title .text {

  max-height: 0;

  overflow: hidden;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  font-size: 18px;

  line-height: 30px;

  color: #9c9c9c;

}

.service-block .flexy .service-card .gray-bar {

  height: 11%;

  width: 100%;

  margin-top: 5%;

  background-color: #f6f6f6;

}

.service-block .flexy .service-card:hover {

  height: 92%;

}

.service-block .flexy .service-card:hover img {

  height: 52.5%;

}

.service-block .flexy .service-card:hover .title {

  height: 100%;

  top: 0;

  width: 85%;

  z-index: 1;

}

.service-block .flexy .service-card:hover .title .bg {

  height: 52.5%;

}

.service-block .flexy .service-card:hover .title h3 {

  transition: flex 0.8s ease-out;

  min-height: 1px;

  flex: 0;

  padding: 20px 13%;

  background-color: rgba(80, 79, 77, 0.2);

}

.service-block .flexy .service-card:hover .title .text {

  box-sizing: border-box;

  max-height: calc(47.5% - 60px);

  padding: 25px 15px;

}

.service-block .flexy .service-card:hover .gray-bar {

  height: 47.5%;

  margin-top: 0;

  background-color: white;

  -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

}



.count-banner {

  padding-bottom: 10px;

  overflow: hidden;

  width: 100%;

  overflow: hidden;

}

.count-banner img {

  width: 100%;

  height: 455px;

  object-fit: cover;

}

.count-banner .yellow-num {

  width: calc(100% + 280px);

  margin-left: -280px;

  background-color: #dcc177;

  padding: 40px 0 32px 83px;

  margin-top: 108px;

}

.count-banner .yellow-num h5 {

  font-size: 20px;

  font-weight: 500;

  font-family: "Montserrat", sans-serif;

  line-height: 28px;

  color: white;

  margin-top: 10px;

}

.count-banner .yellow-num .number {

  display: block;

  font-family: "Heebo", sans-serif;

  font-weight: bold;

  font-size: 58px;

  line-height: 38px;

  color: white;

}

.count-banner .yellow-num .number .count {

  display: inline-block;

}

.count-banner .num-card {

  width: 25%;

}

.count-banner .num-card h5 {

  font-size: 20px;

  font-weight: 500;

  font-family: "Montserrat", sans-serif;

  line-height: 28px;

  color: #9c9c9c;

  margin-top: 10px;

}

.count-banner .num-card .number {

  display: block;

  font-family: "Heebo", sans-serif;

  font-weight: bold;

  font-size: 58px;

  line-height: 38px;

  color: #504f4d;

}

.count-banner .num-card .number .count {

  display: inline-block;

}

.count-banner .num-card:nth-of-type(4n-3) .text {

  background-color: #ffffff;

  width: 75%;

  padding: 40px 30px 30px 30px;

  position: relative;

  z-index: 1;

  -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

}

.count-banner .num-card:nth-of-type(4n-3) .ornament {

  background-color: #dcc177;

  margin-top: -55px;

  margin-left: 22%;

  opacity: 0.5;

  height: 80px;

  width: 65%;

}

.count-banner .num-card:nth-of-type(4n-2) .text {

  background-color: #f6f6f6;

  width: 75%;

  padding: 40px 30px 50px 30px;

  position: relative;

  z-index: 1;

}

.count-banner .num-card:nth-of-type(4n-2) .ornament {

  background-color: white;

  border: 2px solid #494848;

  opacity: 0.3;

  margin-top: -60px;

  margin-left: 7%;

  height: 80px;

  width: 60%;

}

.count-banner .num-card:nth-of-type(4n-1) .text {

  background-color: white;

  width: 60%;

  padding: 30px 30px 20px 30px;

  position: relative;

  z-index: 1;

  -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

}

.count-banner .num-card:nth-of-type(4n-1) .ornament {

  background-color: #dcc177;

  margin-top: -126px;

  opacity: 0.5;

  margin-left: 16%;

  height: 154px;

  width: 52%;

}

.count-banner .num-card:nth-of-type(4n) .text {

  background-color: #f6f6f6;

  width: 75%;

  padding: 35px 30px 30px 30px;

  position: relative;

  z-index: 1;

}

.count-banner .num-card:nth-of-type(4n) .ornament {

  background-color: white;

  border: 2px solid #494848;

  opacity: 0.3;

  margin-top: -115px;

  margin-left: -7%;

  height: 138px;

  width: 74%;

}



.projects-block {

  margin: 0px 0 0px 0;

  padding: 0.1px 0;

  height: 80vh;

}

.projects-block .halfies {

  flex-wrap: nowrap;

  justify-content: space-between;

  height: calc(100% - 140px);

}

.projects-block .halfies .one-project {

  width: calc((100% - 90px) / 4);

  height: calc(100% - 50px);

  margin-top: 50px;

  box-sizing: content-box;

}

.projects-block .halfies .one-project .contents {

  display: block;

  transition-duration: 0.5s;

  transition-delay: 0.2s;

  position: relative;

  box-sizing: border-box;

  height: calc(100% - 55px);

}

.projects-block .halfies .one-project .contents::after {

  content: "";

  width: 251px;

  height: 104px;

  border: 3px solid #dcc177;

  position: absolute;

  bottom: -53px;

  right: calc((100% - 233px) / 2);

  pointer-events: none;

}

.projects-block .halfies .one-project .contents img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.projects-block .halfies .one-project .contents .text-block {

  width: 233px;

  height: 115px;

  padding: 0;

  background-color: white;

  position: absolute;

  bottom: -25px;

  right: 0;

  z-index: 1;

  overflow: hidden;

  display: flex;

  align-items: center;

}

.projects-block .halfies .one-project .contents .text-block .text {

  padding: 0px 28px;

}

.projects-block .halfies .one-project .contents .text-block .text h3 {

  font-size: 20px;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  color: #757268;

  line-height: 26px;

  width: 100%;

}

.projects-block

  .halfies

  .one-project

  .contents

  .text-block

  .text

  .text-contents {

  max-height: 0px;

  padding: 0;

  margin: 0;

}

.projects-block

  .halfies

  .one-project

  .contents

  .text-block

  .text

  .text-contents

  .address {

  padding-bottom: 23px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: #dcc177;

  font-size: 14px;

  line-height: 24px;

  margin-left: -100%;

  opacity: 0;

  transition-delay: 0s;

}

.projects-block

  .halfies

  .one-project

  .contents

  .text-block

  .text

  .text-contents

  .item {

  padding-bottom: 15px;

  display: flex;

  align-items: center;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: #dcc177;

  font-size: 15px;

  line-height: 32px;

  margin-left: -100%;

  opacity: 0;

  transition-delay: 0s;

  width: 100%;

}

.projects-block

  .halfies

  .one-project

  .contents

  .text-block

  .text

  .text-contents

  .item

  b {

  color: #757268;

  font-size: 15px;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  max-width: 90%;

  padding-right: 10px;

}

.projects-block

  .halfies

  .one-project

  .contents

  .text-block

  .text

  .text-contents

  .website {

  display: block;

  font: 15px;

  line-break: anywhere;

}

.projects-block

  .halfies

  .one-project

  .contents

  .text-block

  .text

  .text-contents

  .website

  b {

  display: block;

  line-height: 30px;

}

@media screen and (min-width: 992px) {

  .projects-block .halfies .one-project:hover {

    margin-top: 0;

    padding-bottom: 60px;

  }

  .projects-block .halfies .one-project:hover img {

    filter: gray;

    /* IE6-9 */

    -webkit-filter: grayscale(70%);

  }

  .projects-block .halfies .one-project:hover .contents::after {

    width: 100%;

    height: 100%;

    bottom: 0px;

    right: 0;

    bottom: 0;

    border: 2px #dcc177 solid;

    transition-delay: 0s;

  }

  .projects-block .halfies .one-project:hover .contents .text-block {

    bottom: 0;

    transition-delay: 0.1s;

    height: 100%;

    right: -1px;

    -webkit-box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

    -moz-box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

    box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

    transition-delay: 0s;

  }

  .projects-block .halfies .one-project:hover .contents .text-block div.text {

    padding: 0 35px;

  }

  .projects-block

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    h3 {

    padding: 20px 0;

    font-size: 18px;

    line-height: 24px;

  }

  .projects-block

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    .text-contents {

    max-height: 500px;

  }

  .projects-block

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    .text-contents

    .item,

  .projects-block

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    .text-contents

    .address {

    transition-delay: 0.3s;

  }

  .projects-block

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    span {

    display: block;

  }

  .projects-block

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    .address,

  .projects-block

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    .item {

    margin-left: 0;

    opacity: 1;

  }

}



html[lang="ka"]

  .projects-block

  .halfies

  .one-project

  .contents

  .text-block

  .text

  .text-contents

  .item {

  padding-bottom: 8px;

  line-height: 25px;

}

html[lang="ka"]

  .projects-block

  .halfies

  .one-project

  .contents

  .text-block

  .text

  .text-contents

  .address {

  padding-bottom: 10px;

}



html[lang="en"] .news-block .halfies.containered .news-card .text-card .date {

  font-weight: 700;

}



.news-block {

  height: 100vh;

  padding-top: 38px;

  padding-bottom: 65px;

  position: relative;

}

.news-block .background {

  background-color: white;

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

}

.news-block .background .bg-white {

  background-color: white;

  height: 18%;

  width: 100%;

}

.news-block .background .bg-gold {

  background-color: #dcc177;

  height: 3.3%;

  width: 75%;

  margin-left: auto;

}

.news-block .background .bg-gray {

  background-color: #f6f6f6;

  height: 20.1%;

  width: 100%;

}

.news-block .halfies.containered {

  height: calc(100% - 140px);

  display: flex;

  position: relative;

  align-items: flex-end;

  justify-content: space-between;

}

.news-block .halfies.containered .news-card {

  width: calc((100% - 30px) / 2);

  height: 82%;

  display: flex;

  position: relative;

}

.news-block .halfies.containered .news-card div.more {

  width: 100%;

  height: 71.2%;

  position: absolute;

  background-color: rgba(79, 79, 79, 0.7);

  bottom: 0;

  display: flex;

  opacity: 0;

}

.news-block .halfies.containered .news-card div.more span.more {

  align-self: center;

  display: block;

  width: fit-content;

  margin: auto;

  padding: 28px 80px 28px;

  border: 3px solid white;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-size: 20px;

  color: white;

}

.news-block .halfies.containered .news-card .img {

  width: 100%;

  height: 71.2%;

  align-self: flex-end;

  overflow: hidden;

}

.news-block .halfies.containered .news-card .img img {

  height: 100%;

  width: 100%;

  object-fit: cover;

}

.news-block .halfies.containered .news-card .text-card {

  position: absolute;

  width: 74%;

  background-color: white;

  position: absolute;

  top: 0;

  min-height: 34%;

  max-height: 70%;

  padding: 40px 50px 35px;

  margin-left: 13%;

  z-index: 1;

}

.news-block .halfies.containered .news-card .text-card h3 {

  font-size: 20px;

  line-height: 28px;

  color: #504f4d;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  padding-bottom: 7px;

}

.news-block .halfies.containered .news-card .text-card .date {

  padding-bottom: 15px;

  display: block;

  font-size: 16px;

  font-family: "Montserrat", sans-serif;

  color: #dcc177;

}

.news-block .halfies.containered .news-card .text-card .text {

  color: #757268;

  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  margin-bottom: 5px;

}

.news-block .halfies.containered .news-card .text-card .text p {

  margin-bottom: 0px;

}

.news-block .halfies.containered .news-card .text-card span.icon-right-arrow {

  float: right;

  margin-right: 10px;

  color: #dcc177;

  position: absolute;

  right: 48px;

  bottom: 25px;

}

.news-block .halfies.containered .news-card:nth-of-type(2n) .img {

  align-self: flex-start;

}

.news-block .halfies.containered .news-card:nth-of-type(2n) .text-card {

  top: auto;

  bottom: 0;

  background-color: #f6f6f6;

}

.news-block .halfies.containered .news-card:nth-of-type(2n) div.more {

  bottom: auto;

  top: 0;

}

@media screen and (min-width: 992px) {

  .news-block .halfies.containered .news-card:hover img {

    height: 110%;

    width: 110%;

    margin-top: -5%;

    margin-left: -5%;

  }

  .news-block .halfies.containered .news-card:hover div.more {

    opacity: 1;

  }

  .news-block .halfies.containered .news-card:hover .text-card {

    background-color: #f6f6f6;

    -webkit-box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

    -moz-box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

    box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

  }

  .news-block

    .halfies.containered

    .news-card:hover

    .text-card

    span.icon-right-arrow {

    margin-right: 0px;

  }

  .news-block .halfies.containered .news-card:hover:nth-of-type(2n) .text-card {

    background-color: white;

    -webkit-box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

    -moz-box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

    box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

  }

}



.partners-block {

  padding: 0.1px 0;

  padding-bottom: 20px;

  overflow: hidden;

  width: 100%;

}

.partners-block .containered {

  padding: 0px 0;

  align-items: center;

  display: flex;

}

.partners-block .containered .text-half-block {

  width: 43%;

}

.partners-block .containered .text-half-block .inner-container {

  padding-right: 162px;

}

.partners-block .containered .text-half-block .inner-container h3 {

  padding-bottom: 25px;

  font-family: "Montserrat", sans-serif;

  font-size: 26px;

  font-weight: 500;

  color: #757268;

  line-height: 26px;

}

.partners-block .containered .text-half-block .inner-container h3 a {

  font-family: "Montserrat", sans-serif;

  font-size: 26px;

  font-weight: 500;

  color: #757268;

  line-height: 26px;

}

.partners-block .containered .text-half-block .inner-container h3 a:hover {

  color: #dcc177;

}

.partners-block .containered .text-half-block .inner-container .text {

  font-family: "Montserrat", sans-serif;

  font-size: 16px;

  font-weight: 500;

  color: #757268;

  line-height: 26px;

}

.partners-block .containered .images-block {

  border: 3px solid #dcc177;

  border-right: none;

  width: 57%;

  display: inline-block;

  position: relative;

}

.partners-block .containered .images-block::after {

  content: "";

  position: absolute;

  height: calc(100% + 6px);

  width: 1000px;

  right: -1000px;

  top: -3px;

  border-top: 3px solid #dcc177;

  border-bottom: 3px solid #dcc177;

}

.partners-block .containered .images-block .inner-container {

  display: flex;

  align-items: center;

  padding: 15px 0 15px 40px;

}

.partners-block .containered .images-block .inner-container .partner {

  width: calc(33.333333% - 2px);

  padding: 20px;

}

.partners-block

  .containered

  .images-block

  .inner-container

  .partner

  a:hover

  img {

  filter: gray;

  -webkit-filter: grayscale(100%);

}

.partners-block .containered .images-block .inner-container .partner img {

  width: 100%;

}

.partners-block .containered .images-block .inner-container span.line {

  width: 3px;

  display: block;

  background-color: #494848;

  opacity: 0.2;

  height: 130px;

  margin: 0 20px;

}



.subscription-block {

  padding: 80px 0 80px;

}

.subscription-block .containered {

  display: flex;

}

.subscription-block .text-half-block {

  width: 43%;

  display: inline-block;

}

.subscription-block .text-half-block .inner-container {

  padding-right: 162px;

}

.subscription-block .text-half-block .inner-container h3 {

  padding-bottom: 25px;

  font-family: "Montserrat", sans-serif;

  font-size: 26px;

  font-weight: 500;

  color: #757268;

  line-height: 26px;

}

.subscription-block .text-half-block .inner-container h3 a {

  font-family: "Montserrat", sans-serif;

  font-size: 26px;

  font-weight: 500;

  color: #757268;

  line-height: 26px;

}

.subscription-block .text-half-block .inner-container h3 a:hover {

  color: #dcc177;

}

.subscription-block .text-half-block .inner-container .text {

  font-family: "Montserrat", sans-serif;

  font-size: 16px;

  font-weight: 500;

  color: #757268;

  line-height: 26px;

}

.subscription-block .input-block {

  width: 57%;

  display: inline-block;

}

.subscription-block .input-block form {

  height: 147px;

  width: 100%;

  display: flex;

}

.subscription-block .input-block form .input-block {

  width: 88%;

  padding: 19px 24px 24px;

  background-color: #dcc177;

  display: flex;

}

.subscription-block .input-block form .input-block span {

  width: 23%;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 70px;

}

.subscription-block .input-block form .input-block .input {

  width: 79%;

  padding-top: 15px;

}

.subscription-block .input-block form .input-block .input label {

  font-family: "Heebo", sans-serif;

  font-weight: 300;

  font-size: 14px;

  color: #504f4d;

}

.subscription-block .input-block form .input-block .input input {

  height: 47px;

  border: none;

  background-color: transparent;

  display: block;

  font-family: "Heebo", sans-serif;

  font-weight: 300;

  font-size: 32px;

  color: #504f4d;

  width: 100%;

  padding: 0;

}

.subscription-block .input-block form .input-block .input input.warning {

  color: #9b0f00;

}

.subscription-block .input-block form button {

  width: 12%;

  height: 100%;

  border: none;

  background-color: #f6f6f6;

  font-size: 20px;

  font-size: 38px;

  color: #757268;

  left: -1px;

  position: relative;

}

.subscription-block .input-block form button:hover {

  padding-left: 15px;

}



.contact-us-block {

  position: relative;

  z-index: 1;

}

.contact-us-block .bg-gold {

  width: 55%;

  background-color: #dcc177;

  height: 100%;

  position: absolute;

}

.contact-us-block .bg-gold a {

  position: absolute;

  right: -150px;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  background-color: #f6f6f6;

  color: #757268;

  padding: 13px 48px;

  bottom: 0;

  z-index: 1;

}

.contact-us-block .bg-gold a:hover {

  color: #dcc177;

}

.contact-us-block .text {

  position: relative;

}

.contact-us-block .text h6 {

  font-size: 20px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  font-style: italic;

  color: #494848;

  padding: 23px 0;

  width: 50%;

}



.resp-foot-contact {

  display: none;

  position: absolute;

  right: 0;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  background-color: #f6f6f6;

  color: #757268;

  padding: 10px 32px;

  bottom: -10px;

  font-size: 12px;

}



.dark-gray-block {

  background-color: #494848;

  height: 391px;

}

.dark-gray-block .containered {

  display: flex;

  align-items: center;

  color: white;

}

.dark-gray-block .abt-us {

  width: 30%;

  display: inline-block;

  padding-right: 138px;

}

.dark-gray-block .abt-us img {

  padding-bottom: 19px;

}

.dark-gray-block .abt-us .text {

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  font-size: 14px;

  line-height: 22px;

  color: white;

}

.dark-gray-block .fte-nav {

  width: 50%;

  display: flex;

}

.dark-gray-block .fte-nav .two {

  width: 66.66%;

  display: flex;

  flex-flow: wrap;

}

.dark-gray-block .fte-nav .two a {

  display: inline-block;

  width: 50%;

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  font-size: 14px;

  line-height: 22px;

  color: white;

  padding: 1px;

}

.dark-gray-block .fte-nav .two a:hover {

  color: #dcc177;

}

.dark-gray-block .fte-nav .one {

  width: 33.33%;

}

.dark-gray-block .fte-nav .one a {

  display: block;

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  font-size: 14px;

  line-height: 22px;

  color: white;

  padding: 1px;

}

.dark-gray-block .fte-nav .one a:hover {

  color: #dcc177;

}

.dark-gray-block .ftr-social {

  width: 30%;

  display: inline-block;

  text-align: right;

  padding-left: 34px;

}

.dark-gray-block .ftr-social .social-media {

  text-align: right;

}

.dark-gray-block .ftr-social .social-media a {

  padding: 0 8px;

}

.dark-gray-block .ftr-social .social-media a span {

  font-size: 23.5px;

}

.dark-gray-block .ftr-social .social-media a span::before {

  color: white;

}

.dark-gray-block .ftr-social .social-media a:hover span::before {

  color: #dcc177;

}

.dark-gray-block .ftr-social h6 {

  padding: 15px 0 10px;

  font-family: "Montserrat", sans-serif;

  font-size: 16px;

  line-height: 36px;

  font-weight: 500;

}

.dark-gray-block .ftr-social a {

  font-size: 14px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: white;

  line-height: 22px;

}

.dark-gray-block .ftr-social a:hover {

  color: #dcc177;

}



.rights-reserved {

  height: 46px;

  background-color: #dcc177;

}

.rights-reserved .containered {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.rights-reserved .containered span,

.rights-reserved .containered a {

  color: #494848;

  font-family: "Montserrat", sans-serif;

  font-size: 14px;

  font-weight: 700;

  line-height: 36px;

}

.rights-reserved .containered a:hover {

  color: white;

}



.text-page {

  padding-top: 0;

  padding-bottom: 0;

}

.text-page .halfies {

  padding-top: 0;

  align-items: flex-start;

}

.text-page .halfies .bg-gray {

  background-color: transparent;

}

.text-page .halfies .bg-gray .text {

  font-size: 20px;

  font-weight: initial;

  padding: 0px 75px 30px 0;

  line-height: 34px;

}

.text-page .halfies .image-half {

  padding-top: 10px;

  margin-bottom: 40px;

}



.news-page {

  height: auto;

  padding-top: 0px;

  padding-bottom: 0px;

}

.news-page .halfies.containered {

  padding-top: 0px;

  align-items: flex-start;

  flex-wrap: wrap;

}

.news-page .halfies.containered .news-card {

  height: 665px;

  width: calc(50% - 15px);

  margin-top: 0px;

  margin-bottom: 80px;

}

.news-page .halfies.containered .news-card div.more {

  height: 64.36%;

  width: 82.65%;

  top: 0;

  left: 0;

}

.news-page .halfies.containered .news-card .img {

  height: 64.36%;

  width: 82.65%;

  top: 0;

  left: 0;

  align-self: flex-start;

}

.news-page .halfies.containered .news-card .text-card {

  height: auto;

  min-height: 46.61%;

  width: 76.74%;

  right: 0;

  top: auto;

  bottom: 0;

  background-color: white;

  -webkit-box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

  box-shadow: 3px 3px 8px -2px rgba(0, 0, 0, 0.16);

}

.news-page .halfies.containered .news-card:nth-of-type(2n) .text-card {

  background-color: white;

}

.news-page .halfies.containered .news-card:nth-of-type(2n) .text-card:hover {

  background-color: #f6f6f6;

}



.text-block.news-inner-page {

  padding-top: 0px;

  padding-bottom: 0px;

}

.text-block.news-inner-page .sharethis-inline-share-buttons {

  margin-top: 60px;

  margin-bottom: 0px;

}

.text-block.news-inner-page .sharethis-inline-share-buttons .st-btn {

  margin-right: 20px !important;

  border-radius: 4px;

}

.text-block.news-inner-page .images {

  margin-top: 80px;

  position: relative;

}

.text-block.news-inner-page .images::after {

  content: "";

  height: calc(100% + 82px);

  width: 17%;

  top: -42px;

  position: absolute;

  right: -53px;

  background-color: #dcc177;

  z-index: -1;

}

.text-block.news-inner-page .images .img-card {

  height: 340px;

  width: 33.333%;

  margin: 0 10px;

}

.text-block.news-inner-page .images .img-card a {

  width: 100%;

  height: 100%;

  display: block;

  overflow: hidden;

}

.text-block.news-inner-page .images .img-card a img {

  width: 100%;

  position: relative;

  top: 0;

  left: 0;

  height: 100%;

  object-fit: cover;

}

.text-block.news-inner-page .images .img-card a:hover img {

  width: 110%;

  height: 110%;

  object-fit: cover;

  left: -5%;

  top: -5%;

}

.text-block.news-inner-page .images .slick-active {

  margin-left: 0;

  margin-right: 20px;

}

.text-block.news-inner-page .images .slick-active + .slick-active {

  margin-left: 10px;

  margin-right: 10px;

}

.text-block.news-inner-page

  .images

  .slick-active

  + .slick-active

  + .slick-active {

  margin-right: 0px;

  margin-left: 20px;

}

.text-block.news-inner-page .halfies {

  padding-top: 0px;

  align-items: flex-start;

}

.text-block.news-inner-page .halfies .bg-gray {

  background-color: transparent;

}

.text-block.news-inner-page .halfies .bg-gray .text {

  font-size: 18px;

  font-weight: initial;

  padding: 0px 75px 0px 0;

  line-height: 26px;

}

.text-block.news-inner-page .halfies .bg-gray .text h4 {

  font-family: "Montserrat", sans-serif;

  font-size: 24px;

  line-height: 34px;

  font-weight: 500;

  color: #494848;

}

.text-block.news-inner-page .halfies .bg-gray .text span.date {

  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  font-weight: 700;

  line-height: 30px;

  display: block;

  padding: 12px 92px 15px 30px;

  margin: 30px 0;

  background: #f6f6f6;

  width: fit-content;

  margin-right: auto;

  position: relative;

}

.text-block.news-inner-page .halfies .bg-gray .text span.date:before {

  content: "";

  height: 100%;

  width: 1000px;

  left: -1000px;

  position: absolute;

  background-color: #f6f6f6;

  top: 0;

}

.text-block.news-inner-page .halfies .image-half {

  padding-top: 10px;

}

.text-block.news-inner-page .halfies .image-half::after {

  display: none;

}



.web-url {

  font-size: 18px;

  width: 100% !important;

}



.projects-page {

  height: auto;

  margin: 0;

}

@media screen and (min-width: 1500px) {

  .projects-page .halfies {

    justify-content: flex-start;

  }

  .projects-page .halfies .one-project:nth-child(4n) {

    margin-left: 22.5px;

    margin-right: 0px;

  }

  .projects-page .halfies .one-project:nth-child(4n-1) {

    margin-left: 15px;

    margin-right: 7.5px;

  }

  .projects-page .halfies .one-project:nth-child(4n-2) {

    margin-left: 7.5px;

    margin-right: 15px;

  }

  .projects-page .halfies .one-project:nth-child(4n-3) {

    margin-left: 0px;

    margin-right: 22.5px;

  }

}

.projects-page .halfies {

  align-items: flex-start;

  flex-wrap: wrap;

}

.projects-page .halfies .one-project {

  width: calc((100% - 90px) / 4);

  height: auto;

  margin-top: 0;

  padding-bottom: 53px;

  margin-bottom: 80px;

  box-sizing: content-box;

}

.projects-page .halfies .one-project:hover {

  margin-top: 0;

  padding-bottom: 53px;

  margin-bottom: 75px;

}

.projects-page .halfies .one-project .contents img {

  height: 550px;

}

.projects-page .paging {

  margin-top: 0;

}



.text-block.projects-inner-page {

  padding-top: 0;

  padding-bottom: 0;

}

.text-block.projects-inner-page .sharethis-inline-share-buttons {

  margin-top: 0px;

  margin-bottom: 0px;

}

.text-block.projects-inner-page .sharethis-inline-share-buttons .st-btn {

  margin-right: 20px !important;

  border-radius: 4px;

}

.text-block.projects-inner-page .images {

  display: flex;

  margin-top: 80px;

}

.text-block.projects-inner-page .images .img-card {

  height: 340px;

  width: 33.333%;

  margin: 0 10px;

}

.text-block.projects-inner-page .images .img-card img {

  width: 100%;

}

.text-block.projects-inner-page .images .img-card:nth-child(3n-2) {

  margin-left: 0;

  margin-right: 20px;

}

.text-block.projects-inner-page .images .img-card:nth-child(3n) {

  margin-left: 20px;

  margin-right: 0;

}

.text-block.projects-inner-page .images .img-card.gold-block {

  position: relative;

}

.text-block.projects-inner-page .images .img-card.gold-block::after {

  content: "";

  height: calc(100% + 82px);

  width: 50%;

  top: -42px;

  position: absolute;

  right: -53px;

  background-color: #dcc177;

  z-index: -1;

}

.text-block.projects-inner-page .halfies {

  padding-top: 0px;

  align-items: flex-start;

}

.text-block.projects-inner-page .halfies .bg-gray {

  background-color: transparent;

}

.text-block.projects-inner-page .halfies .bg-gray .text {

  font-size: 18px;

  font-weight: initial;

  padding: 0px 75px 0px 0;

  line-height: 26px;

}

.text-block.projects-inner-page .halfies .bg-gray .text h4 {

  font-family: "Montserrat", sans-serif;

  font-size: 26px;

  line-height: 24px;

  font-weight: bold;

  color: #7a7a7a;

  padding-bottom: 20px;

}

.text-block.projects-inner-page .halfies .bg-gray .text .options {

  display: flex;

  flex-wrap: wrap;

  margin-top: 20px;

  margin-bottom: 50px;

  position: relative;

}

.text-block.projects-inner-page .halfies .bg-gray .text .options::after {

  content: "";

  height: calc(100% - 20px);

  width: 2px;

  background-color: #c3c3c3;

  position: absolute;

  left: 40%;

  top: 10px;

}

.text-block.projects-inner-page .halfies .bg-gray .text .options span {

  display: inline-block;

  width: 50%;

  padding: 5px;

}

.text-block.projects-inner-page .halfies .bg-gray .text .options span.address {

  font-family: "Montserrat", sans-serif;

  font-style: italic;

  font-size: 18px;

  font-weight: 700;

  line-height: 24px;

  color: #dcc177;

}

.text-block.projects-inner-page .halfies .bg-gray .text .options span.item {

  color: #dcc177;

  font-family: "Montserrat", sans-serif;

  font-size: 20px;

  font-weight: 500;

}

.text-block.projects-inner-page .halfies .bg-gray .text .options span.item b {

  color: #757268;

  font-family: #7a7a7a;

  font-weight: bold;

  font-size: 18px;

  line-height: 32px;

  padding-right: 23px;

}

.text-block.projects-inner-page .halfies .image-half {

  padding-top: 10px;

  margin-bottom: 91px;

}

.text-block.projects-inner-page .halfies .image-half::before {

  content: "";

  width: 470px;

  height: 743px;

  top: -160px;

  position: absolute;

  z-index: -2;

  background-color: #f6f6f6;

  right: 0;

}

.text-block.projects-inner-page .register {

  padding: 40px 0 40px 0;

  width: calc(100% - 30px);

  overflow: hidden;

  margin-right: 30px;

}

.text-block.projects-inner-page .register .reveal-btn {

  height: 50px;

  width: 215px;

  text-align: center;

  background-color: #f2f2f2;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-size: 18px;

  border: none;

  color: #7a7a7a;

  position: relative;

}

.text-block.projects-inner-page .register .reveal-btn::after {

  content: "";

  position: absolute;

  height: 14px;

  width: 0px;

  right: 0px;

  bottom: 0;

  background-color: #dcc177;

  transition-delay: 0.15s;

}

.text-block.projects-inner-page .register .reveal-btn:hover {

  background-color: #dcc177;

  color: white;

}

.text-block.projects-inner-page .register form {

  max-height: 0;

  overflow: hidden;

  padding: 0px 0 0 0;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  transition-delay: 0s;

}

.text-block.projects-inner-page .register form input {

  border: none;

  border-bottom: 1px solid #707070;

  width: calc(33% - 20px);

  height: 51px;

  font-family: "Montserrat", sans-serif;

  color: #dcbd69;

  font-weight: 600;

  font-style: italic;

}

.text-block.projects-inner-page .register form input::placeholder {

  color: #dcbd69;

}

.text-block.projects-inner-page .register form input.desc {

  width: 100%;

  margin-top: 25px;

}

.text-block.projects-inner-page .register form input.warning {

  color: #9b0f00;

  border-bottom: 1px solid #9b0f00;

}

.text-block.projects-inner-page .register form input.warning::placeholder {

  color: #9b0f00;

}

.text-block.projects-inner-page .register form .add-file {

  margin-top: 50px;

}

.text-block.projects-inner-page .register form .add-file label {

  color: #8f8f8f;

  font-size: 16px;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-style: italic;

}

.text-block.projects-inner-page .register form .add-file label span {

  color: #dcbd69;

  font-size: 39px;

}

.text-block.projects-inner-page .register form .add-file input {

  display: none;

}

.text-block.projects-inner-page .register form button {

  height: 50px;

  width: 122px;

  margin-top: 50px;

  background-color: #dcc177;

  color: white;

  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  font-weight: 700;

  border: none;

}

.text-block.projects-inner-page .register form button:hover {

  background-color: #707070;

  color: white;

}

.text-block.projects-inner-page .register.open .reveal-btn::after {

  transition-delay: 0s;

  width: 1000px;

  right: -1000px;

}

.text-block.projects-inner-page .register.open form {

  transition-delay: 0.15s;

  max-height: 800px;

  overflow: hidden;

  padding: 50px 0 20px 0;

}



.submenu-page .halfies {

  display: flex;

  flex-wrap: wrap;

}

.submenu-page .halfies .menu-block {

  width: calc(25% - 20.25px);

  height: 656px;

  padding-left: 10.125px;

  padding-right: 10.125px;

  margin-bottom: 0px;

}

.submenu-page .halfies .menu-block:hover {

  transform: scale(1.05);

  transform-origin: 50% 50%;

}

.submenu-page .halfies .menu-block:nth-child(4n-3) {

  padding-left: 0;

  padding-right: 20.25px;

}

.submenu-page .halfies .menu-block:nth-child(4n) {

  padding-right: 0;

  padding-left: 20.25px;

}

.submenu-page .halfies .menu-block .menu-block-inner {

  position: relative;

}

.submenu-page .halfies .menu-block .menu-block-inner img {

  height: 546px;

  width: 100%;

  object-fit: cover;

}

.submenu-page .halfies .menu-block .menu-block-inner .gray-block {

  height: 76px;

  margin-top: 34px;

  background-color: #f6f6f6;

  width: 100%;

}

.submenu-page .halfies .menu-block .menu-block-inner .text-block {

  width: calc(100% - 90px);

  height: 163px;

  align-self: center;

  position: absolute;

  bottom: 40px;

  background-color: white;

  margin-top: auto;

  left: 45px;

  display: flex;

  align-content: center;

  justify-content: center;

  padding: 20px;

  align-items: center;

  font-size: 16px;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  color: #757268;

  line-height: 24px;

}

.submenu-page .halfies .menu-block .menu-block-inner .text-block img {

  height: fit-content;

  width: 130px;

  align-self: center;

}



.image-block-with-txt {

  display: none;

}



.team-page .paging {

  margin-top: 20px;

  margin-bottom: 0px;

}

.team-page .halfies {

  display: flex;

  flex-wrap: wrap;

}

.team-page .halfies .person-block {

  width: calc(25% - 20.25px);

  height: 656px;

  padding-left: 10.125px;

  padding-right: 10.125px;

  margin-bottom: 60px;

}

.team-page .halfies .person-block:nth-child(4n-3) {

  padding-left: 0;

  padding-right: 20.25px;

}

.team-page .halfies .person-block:nth-child(4n) {

  padding-right: 0;

  padding-left: 20.25px;

}

.team-page .halfies .person-block .person-block-inner {

  position: relative;

  display: block;

}

.team-page .halfies .person-block .person-block-inner img {

  height: 655px;

  object-fit: cover;

  padding-bottom: 157px;

  width: 100%;

}

.team-page .halfies .person-block .person-block-inner .dep-logo {

  width: 220px;

  height: 95px;

  position: absolute;

  bottom: 140px;

  right: 0;

  background-color: #f6f6f6;

  padding: 20px;

  z-index: 1;

  transition-delay: 0.3s;

}

.team-page .halfies .person-block .person-block-inner .dep-logo img {

  width: 100%;

  object-fit: contain;

  height: 100%;

  padding: 0;

}

.team-page .halfies .person-block .person-block-inner .txt {

  position: absolute;

  max-height: 157px;

  min-height: 157px;

  bottom: 0;

  left: 0;

  width: 100%;

  background-color: white;

  padding: 35px;

  position: absolute;

  align-content: flex-end;

  display: flex;

  flex-wrap: wrap;

  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);

  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);

  transition-delay: 0;

}

.team-page .halfies .person-block .person-block-inner .txt h4 {

  width: 100%;

  font-family: "Montserrat", sans-serif;

  font-size: 20px;

  font-weight: 700;

  line-height: 26px;

  color: #dcc177;

}

.team-page .halfies .person-block .person-block-inner .txt .position {

  font-size: 18px;

  font-style: italic;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: #686868;

  padding-top: 5px;

}

.team-page .halfies .person-block .person-block-inner .txt .text {

  max-height: 0;

  overflow: hidden;

  font-family: "Montserrat", sans-serif;

  font-size: 16px;

  color: #494848;

  line-height: 26px;

  margin: 13px 0 0;

}

.team-page .halfies .person-block .person-block-inner::after {

  content: "";

  position: absolute;

  height: 7px;

  bottom: -7px;

  width: 0;

  background-color: #dcc177;

  left: 0;

  transition-delay: 0.3s;

}

.team-page .halfies .person-block .person-block-inner:hover::after {

  width: 100%;

  transition-delay: 0s;

}

.team-page .halfies .person-block .person-block-inner:hover .dep-logo {

  width: 0;

  overflow: hidden;

  padding: 0;

  transition-delay: 0s;

}

.team-page .halfies .person-block .person-block-inner:hover .txt {

  height: fit-content;

  transition-delay: 0.3s;

  max-height: 400px;

}

.team-page .halfies .person-block .person-block-inner:hover .txt .text {

  max-height: 300px;

  transition-delay: 0.3s;

}



.team-inner-page .sharethis-inline-share-buttons {

  margin-top: 55px;

  margin-bottom: 30px;

}

.team-inner-page .image-block {

  width: 32%;

  position: relative;

  margin-bottom: 135px;

}

.team-inner-page .image-block .image-block-with-txt {

  height: 131px;

}

.team-inner-page .image-block .image-block-with-txt h4 {

  color: #dcc177;

  font-family: "Montserrat", sans-serif;

  font-size: 28px;

  font-weight: 700;

  width: 100%;

}

.team-inner-page .image-block .image-block-with-txt span.position {

  color: #686868;

  width: 100%;

  font-size: 20px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  font-style: italic;

  line-height: 40px;

  padding-top: 3px;

  display: block;

}

.team-inner-page .image-block::after {

  content: "";

  height: 131px;

  background-color: #f6f6f6;

  width: 1000px;

  right: -31px;

  bottom: -54px;

  position: absolute;

}

.team-inner-page .image-block::before {

  content: "";

  height: 44px;

  background-color: #dcc177;

  width: 1000px;

  right: 90px;

  bottom: -98px;

  position: absolute;

}

.team-inner-page .image-block img {

  margin-left: 98px;

  width: calc(100% - 98px);

  object-fit: contain;

  position: relative;

  z-index: 1;

}

.team-inner-page .text-block {

  width: 68%;

  padding: 13px 132px 0 98px;

  padding-left: 98px;

}

.team-inner-page .text-block h4 {

  color: #dcc177;

  font-family: "Montserrat", sans-serif;

  font-size: 28px;

  font-weight: 700;

}

.team-inner-page .text-block span.position {

  color: #686868;

  font-size: 20px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  font-style: italic;

  line-height: 40px;

  padding-top: 3px;

  display: block;

}

.team-inner-page .text-block .text {

  margin-top: 20px;

  font-family: "Montserrat", sans-serif;

  line-height: 34px;

  color: #5f5d5d;

}



.partners-page .paging {

  margin-top: 12px;

}

.partners-page .halfies {

  flex-wrap: wrap;

}

.partners-page .halfies .partner-card {

  width: calc(50% - 21px);

  margin-right: 21px;

  margin-bottom: 68px;

  position: relative;

  border: 1px solid white;

}

.partners-page .halfies .partner-card::after {

  content: "";

  position: absolute;

  height: 115px;

  width: 59%;

  z-index: -1;

  background-color: #f6f6f6;

  top: -11px;

  right: -11px;

}

.partners-page .halfies .partner-card:hover {

  border: 1px solid #dcc177;

}

.partners-page .halfies .partner-card:hover::after {

  background-color: #dcc177;

}

.partners-page .halfies .partner-card:nth-child(2n) {

  justify-self: flex-end;

  margin-left: 21px;

  margin-right: 0;

}

.partners-page .halfies .partner-card .partner-card-inner {

  display: flex;

  padding: 35px 0;

  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);

  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);

  background-color: white;

  height: 255px;

}

.partners-page .halfies .partner-card .partner-card-inner img {

  padding: 0 20px;

  object-fit: contain;

}

.partners-page .halfies .partner-card .partner-card-inner .text {

  font-family: "Montserrat", sans-serif;

  font-size: 16px;

  line-height: 24px;

  padding: 0 40px;

  border-left: 1px solid rgba(112, 112, 112, 0.5);

  color: #5f5d5d;

  max-height: 175px;

  overflow: hidden;

  display: flex;

  flex-wrap: wrap;

  align-content: center;

}

.partners-page .halfies .partner-card .partner-card-inner .text h4 {

  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  font-weight: 500;

  line-height: 26px;

  color: #dcc177;

  margin-bottom: 5px;

}



.partners-page .halfies .partner-card .partner-card-inner .text p {

  margin-bottom: 5px;

}



.text-block.projects-inner-page .halfies .bg-gray .text .options span.item {

  line-break: anywhere;

}



.map-page .page-text {

  font-weight: initial;

  line-height: 34px;

  font-size: 20px;

}

.map-page #map {

  height: 700px;

  margin-bottom: 0px;

  transition-duration: initial;

}

.map-page .gm-style .gm-style-iw-c {

  padding: 35px 46px 35px 46px !important;

  border-radius: 0;

  overflow: visible;

  width: 500px;

}

.map-page .gm-style .gm-style-iw-c::before {

  content: "";

  width: 85%;

  position: absolute;

  background-color: #dcc177;

  left: 0;

  height: 18px;

  bottom: -18px;

  left: 7.5%;

  -webkit-box-shadow: 6px 6px 10px -7px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 6px 6px 10px -7px rgba(0, 0, 0, 0.75);

  box-shadow: 6px 6px 10px -7px rgba(0, 0, 0, 0.75);

}

.map-page button[title="Close"] {

  top: 11px !important;

  right: 21px !important;

}

.map-page button[title="Close"] img {

  width: 30px !important;

  height: 34px !important;

  opacity: 0.4;

  margin: 0px 0px !important;

}

.map-page div[role="button"] {

  z-index: 5;

}

.map-page .gm-style .gm-style-iw-t {

  border-radius: none;

  background-color: transparent;

  position: relative;

  box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);

}

.map-page .gm-style .gm-style-iw-t::after {

  display: none;

}

.map-page .gm-style .gm-style-iw-t h4 {

  color: #dcc177;

  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  font-weight: 500;

  padding-bottom: 10px;

}

.map-page .gm-style .gm-style-iw-t span.address {

  color: #b9b9b9;

  font-family: "Montserrat", sans-serif;

  font-size: 14px;

  font-style: italic;

  padding-bottom: 0px;

  display: block;

}

.map-page .gm-style .gm-style-iw-t p {

  font-family: "Montserrat", sans-serif;

  font-size: 14px;

  color: #5f5d5d;

  line-height: 20px;

}

.map-page .gm-style .gm-style-iw-t span.icon-right-arrow {

  position: absolute;

  right: 50px;

  color: #dcc177;

}



.contact-page .halfies {

  flex-wrap: initial;

}

.contact-page .contact-form-title {

  position: relative;

  margin-bottom: 50px;

}

.contact-page .contact-form-title::after {

  content: "";

  width: 100%;

  height: 24px;

  background-color: #dcc177;

  position: absolute;

  z-index: -1;

  left: 0;

  bottom: 0;

}

.contact-page .contact-form-title h4 {

  height: 84px;

  width: 359px;

  cursor: default;

  background-color: #f2f2f2;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-size: 24px;

  text-align: center;

  color: #7a7a7a;

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

}

.contact-page .paper-plane-half {

  justify-self: right;

  width: 43%;

  margin-right: 162px;

  position: relative;

  height: 361px;

}

.contact-page .paper-plane-half img {

  position: absolute;

  width: 150%;

  object-fit: contain;

  /* margin-right: 160px; */

  right: 0;

  height: 325px;

  bottom: 0px;

}

.contact-page .form-half form {

  overflow: hidden;

  padding: 0px 0 0 0;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  transition-delay: 0s;

}

.contact-page .form-half form input {

  border: none;

  border-bottom: 1px solid #707070;

  width: calc(33% - 20px);

  height: 51px;

  font-family: "Montserrat", sans-serif;

  color: #dcbd69;

  font-weight: 600;

  font-style: italic;

}

.contact-page .form-half form input::placeholder {

  color: #dcbd69;

}

.contact-page .form-half form input.desc {

  width: 100%;

  margin-top: 25px;

}

.contact-page .form-half form input.warning {

  color: #9b0f00;

  border-bottom: 1px solid #9b0f00;

}

.contact-page .form-half form input.warning::placeholder {

  color: #9b0f00;

}

.contact-page .form-half form .add-file {

  margin-top: 43px;

}

.contact-page .form-half form .add-file label {

  color: #8f8f8f;

  font-size: 16px;

  font-family: "Montserrat", sans-serif;

  font-weight: 700;

  font-style: italic;

}

.contact-page .form-half form .add-file label span {

  color: #dcbd69;

  font-size: 39px;

  position: relative;

  top: 6px;

}

.contact-page .form-half form .add-file input {

  display: none;

}

.contact-page .form-half form button {

  height: 50px;

  width: 122px;

  margin-top: 50px;

  background-color: #dcc177;

  color: white;

  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  font-weight: 700;

  border: none;

}

.contact-page .form-half form button:hover {

  background-color: #707070;

  color: white;

}



.search-page form {

  margin: 0px 0 40px;

  display: flex;

  position: relative;

}

.search-page form input {

  border: none;

  width: calc(33% - 50px);

  height: 50px;

  font-family: "Montserrat", sans-serif;

  color: #dcbd69;

  font-weight: 600;

  font-style: italic;

  padding: 0 10px;

  border-bottom: 5px solid #f2f2f2;

  position: relative;

}

.search-page form button {

  height: 50px;

  width: 122px;

  background-color: #dcc177;

  color: white;

  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  font-weight: 700;

  border: none;

  margin-left: 0px;

}

.search-page form button:hover {

  background-color: #707070;

  color: white;

}

.search-page form .total {

  position: absolute;

  right: 15px;

  top: 12px;

}

.search-page div.results {

  display: flex;

  flex-wrap: wrap;

}

.search-page div.results .card {

  display: block;

  width: calc(33% - 20px);

  margin-left: 10px;

  margin-right: 10px;

  height: 200px;

  margin-bottom: 40px;

  padding: 20px;

  overflow: hidden;

  display: flex;

  border: 2px solid #f6f6f6;

}

.search-page div.results .card:hover {

  transform: scale(1.05);

  border: 2px solid #dcc177;

}

.search-page div.results .card:hover h4,

.search-page div.results .card:hover .section {

  color: #dcc177;

}

.search-page div.results .card h4 {

  font-size: 20px;

  line-height: 28px;

  color: #504f4d;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  padding-bottom: 7px;

}

.search-page div.results .card .text {

  color: #757268;

  font-family: "Montserrat", sans-serif;

  font-size: 14px;

  margin-bottom: 0px;

}

.search-page div.results .card:nth-child(3n) {

  margin-left: 20px;

  margin-right: 0px;

}

.search-page div.results .card:nth-child(3n-2) {

  margin-left: 0px;

  margin-right: 20px;

}

.search-page .alert {

  font-family: "Montserrat", sans-serif;

  font-weight: bold;

}

.carousel-control-prev{
height: 118px;
    width: 118px;
    border-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-left: 47px;
    padding-right: 0;
    left: -56px;
    color: white;
    background-color: rgba(0, 0, 0, 0.33);
    border: none;
    align-self: center;
    top: calc(50% - 115px);
}
#carouselExampleSlidesOnly{
	overflow:hidden;
}
.carousel-control-next{
height: 118px;
    width: 118px;
    border-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-right: 47px;
    padding-left: 0;
    right: -56px;
    color: white;
    background-color: rgba(0, 0, 0, 0.33);
    border: none;
    align-self: center;
    top: calc(50% - 115px);
}




@media only screen and (max-width: 1700px) {

  .contact-page .contact-form-title h4 {

    height: 80px;

    width: 297px;

    font-size: 20px;

  }

  header nav > span > a {

    padding: 20px 8px !important;

  }



  header a img {

    height: 47px;

  }

  header nav a {

    font-size: 18px;

  }

  header span.lang-change {

    font-size: 18px;

  }



  .news-page .halfies.containered .news-card {

    height: 614px;

  }



  .text-block.projects-inner-page .halfies .image-half::before {

    height: 730px;

  }



  .submenu-page .halfies .menu-block {

    height: 567px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner .text-block {

    font-size: 16px;

    line-height: 26px;

    height: 126px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner .gray-block {

    height: 83px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner img {

    height: 450px;

  }



  .home-page .count-banner .num-card .number {

    font-size: 50px;

  }



  .home-page .text-block .bg-gray .text {

    font-size: 20px;

    line-height: 34px;

    padding: 65px 56px 100px 0;

  }



  .home-page .main-banner .one-side-container article div.gold div.text {

    font-size: 26px;

    line-height: 36px;

  }



  .home-page .main-banner .one-side-container article div.gold div.text {

    padding: 10px 60px;

  }



  .home-page .service-block .flexy .service-card .title .text {

    font-size: 16px;

    line-height: 24px;

  }



  .home-page .service-block .flexy .service-card:hover {

    height: 101%;

  }

}

@media only screen and (max-width: 1700px) and (min-width: 1430px) {

  .home-page .projects-block {

    min-height: 700px;

  }

  .home-page .service-block {

    min-height: 830px;

  }

  .home-page .news-block {

    min-height: 1000px;

  }

}

@media only screen and (max-width: 1500px) {

  html[lang="ka"] header nav > span > a {

    font-size: 17px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner .gray-block {

    margin-top: 30px;

  }



  .partners-page .halfies .partner-card .partner-card-inner .text {

    max-height: 187px;

  }



  .projects-page .halfies .one-project .contents img {

    height: 450px;

  }



  .partners-page .halfies .partner-card .partner-card-inner .text {

    font-size: 14px;

    line-height: 22px;

  }



  .partners-page .halfies .partner-card .partner-card-inner img {

    padding: 30px;

  }



  .partners-page .halfies .partner-card .partner-card-inner {

    padding: 25px 0;

  }



  .team-page .halfies .person-block .person-block-inner .txt {

    padding: 20px 20px 25px;

  }



  .team-page .halfies .person-block .person-block-inner .txt .text {

    font-size: 14px;

  }



  .team-page .halfies .person-block .person-block-inner img,

  .team-page .halfies .person-block {

    height: 565px;

  }



  .team-page .halfies .person-block .person-block-inner .dep-logo {

    width: 140px;

    height: 77px;

  }



  .submenu-page .halfies .menu-block {

    height: 498px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner .text-block {

    height: 126px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner .text-block img {

    width: 106px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner .gray-block {

    height: 83px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner img {

    height: 380px;

  }



  .text-block.projects-inner-page .halfies .image-half::before {

    height: 725px;

  }



  .text-block.projects-inner-page .halfies .bg-gray .text .options::after {

    left: 45%;

  }



  .text-page .halfies .bg-gray .text {

    font-size: 18px;

    line-height: 26px;

  }



  a.logo {

    width: 100%;

    text-align: center;

    margin-bottom: 21px;

  }



  header .row {

    padding: 26px 0px 26px;

  }



  .dark-gray-block .abt-us {

    padding-right: 60px;

  }



  .text-block.news-inner-page .images .img-card {

    height: 260px;

  }



  .projects-page .halfies .one-project {

    width: calc((100% - 60px) / 3);

  }



  .home-page .service-block {

    height: auto;

  }



  .home-page .service-block .flexy {

    height: 650px;

  }



  .home-page .service-block .flexy .service-card {

    height: 450px;

  }



  .home-page .service-block .flexy .service-card .title .text {

    font-size: 16px;

    line-height: 24px;

  }



  .home-page .service-block .flexy .service-card:hover .title .text {

    max-height: 195px;

    padding: 9px 15px;

  }



  .home-page .service-block .flexy .service-card:hover .title h3 {

    padding: 16px 20px;

  }



  .home-page .count-banner .num-card .number {

    font-size: 43px;

  }



  .home-page .projects-block {

    height: 650px;

  }



  .home-page .projects-block .halfies .one-project .contents .text-block {

    width: 200px;

  }



  .projects-block .halfies .one-project .contents::after {

    content: "";

    width: 209px;

    height: 90px;

  }



  .home-page

    .projects-block

    .halfies

    .one-project

    .contents

    .text-block

    .text

    .text-contents

    .item

    b {

    max-width: initial;

    padding-right: 16px;

  }



  .home-page

    .projects-block

    .halfies

    .one-project

    .contents

    .text-block

    .text

    .text-contents

    .item {

    padding-bottom: 8px;

  }



  .home-page

    .projects-block

    .halfies

    .one-project

    .contents

    .text-block

    .text

    .text-contents

    .address {

    padding-bottom: 10px;

  }



  .home-page

    .projects-block

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    h3 {

    padding: 15px 0;

  }

  .home-page .news-block {

    height: auto;

  }

  .home-page .news-block .halfies.containered {

    height: 720px;

  }

  .home-page .news-block .halfies.containered .news-card .text-card {

    padding: 30px 30px 30px;

  }

  .home-page .news-block .halfies.containered .news-card .text-card h3 {

    font-size: 18px;

  }

  .home-page .news-block .halfies.containered .news-card .text-card .date {

    font-size: 16px;

  }

  .home-page .news-block .halfies.containered .news-card .text-card .text {

    font-size: 16px;

  }

  .home-page

    .news-block

    .halfies.containered

    .news-card

    .text-card

    span.icon-right-arrow {

    right: 37px;

    bottom: 17px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .one-side-container-outside {

    display: none;

  }

  .home-page .one-side-container {

    width: 100% !important;

  }

  .home-page .main-banner .one-side-container article div.gold div.text {

    font-size: 19px;

    line-height: 29px;

  }

  .home-page .main-banner .one-side-container article div.gold {

    height: 216px;

  }

  .home-page .main-banner .one-side-container article {

    height: 242px;

  }

  .home-page .service-block .flexy .service-card {

    height: 365px;

  }

  .home-page .service-block .flexy {

    height: 470px;

  }

  .home-page .service-block .flexy .service-card .title h3 {

    font-size: 18px;

    line-height: 22px;

    padding: 17px 19px;

    min-height: auto;

  }

  .home-page .service-block .flexy .service-card .title .text {

    font-size: 14px;

    line-height: 20px;

  }

  .home-page .service-block .flexy .service-card:hover .title .text {

    max-height: 129px;

  }

  .home-page .count-banner .num-card {

    width: 33.3%;

  }

  .home-page .count-banner .num-card:last-child {

    display: none;

  }

  .home-page .projects-block {

    height: 590px;

  }

}

@media only screen and (max-width: 1199px) and (min-width: 992px) {

  .home-page .projects-block .halfies .one-project:hover .contents .text-block {

    height: 100%;

    width: 100%;

    right: 0;

  }

  .home-page .projects-block .halfies .one-project:hover .contents::after {

    opacity: 0;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .news-block .halfies.containered .news-card .text-card {

    padding: 20px 20px 29px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .news-block .halfies.containered .news-card .text-card .date {

    font-size: 14px;

    padding-bottom: 10px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .news-block .halfies.containered .news-card .text-card .text {

    font-size: 14px;

    line-height: 24px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .text-block .bg-gray .text {

    font-size: 18px;

    line-height: 26px;

    padding: 50px 50px 50px 0;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .news-block .halfies.containered .news-card .img,

  .home-page .news-block .halfies.containered .news-card div.more {

    width: 100%;

    height: 60.2%;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .text-block .image-half img {

    height: 380px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .news-block .halfies.containered .news-card div.more span.more {

    padding: 20px 60px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page

    .news-block

    .halfies.containered

    .news-card

    .text-card

    span.icon-right-arrow {

    right: 20px;

    bottom: 15px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .news-block .halfies.containered .news-card {

    height: 490px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page

    .projects-block

    .halfies

    .one-project

    .contents

    .text-block

    .text

    .text-contents

    .item {

    padding-bottom: 3px;

    font-size: 12px;

  }

  .home-page

    .projects-block

    .halfies

    .one-project

    .contents

    .text-block

    .text

    .text-contents

    .item

    b {

    font-size: 12px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .projects-block .halfies .one-project .contents .text-block {

    width: 180px;

    height: 92px;

  }

  .home-page .projects-block .halfies .one-project .contents .text-block h3 {

    font-size: 16px;

    line-height: 22px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .projects-block .halfies .one-project .contents::after {

    content: "";

    width: 175px;

    height: 63px;

    right: 23px;

    bottom: -43px;

  }

}

@media only screen and (max-width: 1199px) {

  .home-page .news-block .halfies.containered {

    height: 560px;

  }

}

@media only screen and (max-width: 1199px) {

  .partners-page .halfies .partner-card,

  .partners-page .halfies .partner-card:nth-child(2n) {

    width: 100%;

    margin: 0 0 40px;

  }

}

@media only screen and (max-width: 1199px) {

  .team-page .halfies .person-block .person-block-inner .txt h4 {

    font-size: 18px;

  }

}

@media only screen and (max-width: 1199px) {

  .team-page .halfies .person-block .person-block-inner .txt .position {

    font-size: 16px;

  }

}

@media only screen and (max-width: 1199px) {

  .team-page .halfies .person-block .person-block-inner .txt .text {

    font-size: 12px;

  }

}

@media only screen and (max-width: 1199px) {

  .team-page .halfies .person-block .person-block-inner img,

  .team-page .halfies .person-block {

    height: 487px;

  }

}

@media only screen and (max-width: 1199px) {

  .submenu-page .halfies .menu-block {

    width: calc(33.3% - 20px);

    padding-left: 10px;

    padding-right: 10px;

  }

}

@media only screen and (max-width: 1199px) {

  .submenu-page .halfies .menu-block:nth-child(3n-2) {

    padding-left: 0px;

    padding-right: 20px;

  }

}

@media only screen and (max-width: 1199px) {

  .submenu-page .halfies .menu-block:nth-child(3n) {

    padding-left: 20px;

    padding-right: 0px;

  }

}

@media only screen and (max-width: 1199px) {

  .text-block.projects-inner-page .halfies .bg-gray .text .options span.address,

  .text-block.projects-inner-page .halfies .bg-gray .text .options span.item b,

  .text-block.projects-inner-page .halfies .bg-gray .text .options span.item {

    font-size: 16px;

  }

}

@media only screen and (max-width: 1199px) {

  .projects-page .halfies .one-project .contents img {

    height: 450px;

  }

}

@media only screen and (max-width: 1199px) {

  .text-block.projects-inner-page .halfies .bg-gray .text {

    font-size: 18px;

  }

}

@media only screen and (max-width: 1199px) {

  .text-block.projects-inner-page .halfies .bg-gray .text h4 {

    font-size: 24px;

  }

}

@media only screen and (max-width: 1199px) {

  .text-block.projects-inner-page .halfies .image-half::before {

    width: 360px;

    height: 545px;

  }

}

@media only screen and (max-width: 1199px) {

  .text-block.projects-inner-page .halfies .image-half {

    padding-top: 0;

    margin-bottom: 25px;

  }

}

@media only screen and (max-width: 1199px) {

  .slick-active {

    margin-left: 0;

    margin-right: 15px;

  }

}

@media only screen and (max-width: 1199px) {

  .slick-active + .slick-active {

    margin-left: 0px;

    margin-right: 15px;

  }

}

@media only screen and (max-width: 1199px) {

  .text-page .halfies .bg-gray .text {

    font-size: 16px;

    line-height: 24px;

  }

}

@media only screen and (max-width: 1199px) {

  .subscription-block .text-half-block .inner-container {

    padding-right: 40px;

  }

}

@media only screen and (max-width: 1199px) {

  .subscription-block .input-block form .input-block .input input {

    font-size: 28px;

  }

}

@media only screen and (max-width: 1199px) {

  header .row {

    position: relative;

  }

}

@media only screen and (max-width: 1199px) {

  header span.line {

    display: none;

  }

}

@media only screen and (max-width: 1199px) {

  header span.lang-change {

    position: absolute;

    right: 34px;

    top: 37px;

  }

}

@media only screen and (max-width: 1199px) {

  header .row form {

    position: absolute;

    right: 0;

    top: 40px;

  }

}

@media only screen and (max-width: 1199px) {

  header nav {

    display: flex;

    width: 100%;

    justify-content: space-between;

  }

  header nav a {

    margin: 0;

  }

}

@media only screen and (max-width: 1199px) {

  .news-page .halfies.containered .news-card {

    height: 430px;

  }

  .news-page .halfies.containered .news-card .text-card {

    padding: 25px 25px 25px;

  }

  .news-page .halfies.containered .news-card .text-card h3 {

    font-size: 16px;

    line-height: 20px;

  }

  .news-page .halfies.containered .news-card .text-card .date {

    padding-bottom: 4px;

    font-size: 14px;

  }

  .news-page .halfies.containered .news-card .text-card .text {

    font-size: 14px;

  }

  .news-page .halfies.containered .news-card .text-card span.icon-right-arrow {

    right: 20px;

    bottom: 20px;

    font-size: 12px;

  }

}

@media only screen and (max-width: 991px) {

  .submenu-page .halfies .menu-block:nth-child(2n) {

    padding-left: 10px !important;

    padding-right: 0 !important;

    margin-bottom: 40px;

  }



  .submenu-page .halfies .menu-block:nth-child(2n-1) {

    padding-left: 0px !important;

    padding-right: 10px !important;

    margin-bottom: 40px;

  }



  span.icon-burger {

    display: initial;

  }



  .burger-nav {

    display: flex;

  }



  header {

    height: 90px;

  }

  header .row {

    padding: 11px 0px 11px;

  }

  header a.logo {

    width: 100%;

    text-align: left;

    margin-bottom: 6px;

    margin-top: 6px;

  }

  header span.lang-change,

  header .row form {

    display: none;

  }



  .home-page .projects-block .halfies {

    flex-wrap: wrap;

    height: auto;

  }

  .home-page .projects-block .halfies .one-project {

    width: calc((100% - 40px) / 2);

    height: 500px;

  }

  .home-page .projects-block {

    height: auto;

  }

  .home-page .main-banner .one-side-container article {

    height: 242px;

    width: 90%;

  }

  .home-page .main-banner .one-side-container img {

    height: 350px;

  }

  .home-page .main-banner {

    height: 400px;

  }

  .home-page .main-banner .one-side-container article {

    height: 150px;

    width: 90%;

  }

  .home-page .main-banner .one-side-container article div.gold {

    height: 130px;

  }

  .home-page .main-banner .one-side-container article div.gold div.text {

    font-size: 18px;

    line-height: 24px;

  }

  .home-page .text-block .halfies {

    flex-direction: column-reverse;

  }

  .home-page .text-block .bg-gray {

    background-color: #f6f6f6;

    margin-bottom: 30px;

  }

  .home-page .text-block .bg-gray::after {

    content: "";

    height: 30px;

    width: 75%;

    position: absolute;

    background-color: #dcc177;

    right: 0;

  }

  .home-page .text-half-block {

    display: none;

  }

  .home-page .images-block {

    width: 100% !important;

  }

  .home-page .text-block .bg-gray .text {

    font-size: 16px;

    line-height: 24px;

    padding: 25px 0px 46px 0;

  }

  .home-page .text-block {

    padding-bottom: 0px;

    height: auto;

  }

  .home-page .service-block .flexy .service-card .title {

    top: calc(84% - 6%);

  }

  .home-page .service-block {

    padding-bottom: 30px;

  }

  .home-page .count-banner .num-card {

    width: 50%;

  }

  .home-page .count-banner .num-card:nth-last-child(2) {

    display: none;

  }

  .home-page .service-block .flexy {

    height: auto;

    flex-wrap: wrap;

  }

  .home-page .service-block .flexy .service-card {

    width: calc((100% - 30px) / 2);

    height: 518px;

    margin-bottom: 50px;

    position: relative;

  }

  .home-page .service-block .flexy .service-card:hover {

    height: 518px;

  }

  .home-page .service-block .flexy .service-card:hover img {

    height: 84%;

  }

  .home-page .service-block .flexy .service-card:hover .title {

    height: 25%;

    top: calc(84% - 6%);

    width: 75%;

    z-index: unset;

  }

  .home-page .service-block .flexy .service-card:hover .title .bg {

    height: 0;

  }

  .home-page .service-block .flexy .service-card:hover .title h3 {

    background-color: white;

  }

  .home-page .service-block .flexy .service-card:hover .title .text {

    max-height: 0;

    padding: 0;

  }

  .home-page .service-block .flexy .service-card:hover .gray-bar {

    height: 11%;

    margin-top: 5%;

    /* background-color: white; */

    background-color: #f6f6f6;

    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

    -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.16);

  }



  .main-nav {

    display: none;

  }



  .contact-page .paper-plane-half {

    display: none;

  }



  .text-block.projects-inner-page .register form input {

    background-color: transparent;

  }



  .map-page #map {

    height: 600px;

    margin-bottom: 0;

  }



  .text-block.projects-inner-page .halfies .bg-gray {

    background-color: #f9f7f8;

    padding-bottom: 40px;

    padding-top: 25px;

  }



  .text-block.projects-inner-page .halfies .image-half {

    margin-bottom: 0;

  }



  h4.team-title,

  .team-pos {

    display: none !important;

  }



  .team-inner-page .image-block {

    margin-bottom: 25px;

    width: 100%;

  }

  .team-inner-page .image-block img {

    width: 50%;

    margin-left: 0;

  }



  .team-inner-page .image-block::after {

    bottom: 0;

  }



  .team-inner-page .image-block::before {

    bottom: -25px;

  }



  .team-inner-page .image-block .image-block-with-txt h4 {

    font-size: 20px;

  }



  .team-inner-page .image-block .image-block-with-txt span.position {

    font-size: 18px;

  }



  .team-inner-page .image-block .image-block-with-txt {

    display: flex;

    position: absolute;

    right: 0;

    background-color: transparent;

    width: 50%;

    bottom: 0;

    content: initial;

    z-index: 1;

    padding: 20px;

    align-items: center;

    flex-wrap: wrap;

  }



  .image-block-with-txt {

    display: block;

    height: 25px;

    bottom: -25px;

  }



  .team-inner-page .text-block {

    width: 100%;

    padding: 20px 0 0;

  }



  .team-inner-page .text-block .text {

    margin: 0;

  }



  .team-page .halfies .person-block {

    width: calc(50%);

    padding-left: 0;

    padding-right: 15px;

  }



  .team-page .halfies .person-block:nth-child(2n) {

    padding-left: 15px;

    padding-right: 0;

  }



  .team-page .halfies .person-block .person-block-inner .txt {

    max-height: 134px;

    min-height: 134px;

  }



  .team-page .halfies .person-block .person-block-inner img {

    padding-bottom: 112px;

  }



  .team-page .halfies .person-block .person-block-inner .dep-logo {

    bottom: 115px;

  }



  .submenu-page .halfies .menu-block {

    width: calc(50% - 10px);

    padding-left: 0px;

    padding-right: 10px;

  }



  .submenu-page .halfies .menu-block:nth-child(2n) {

    padding-left: 10px;

    padding-right: 0px;

  }



  .submenu-page .halfies .menu-block:nth-child(3n-2) {

    padding-left: 0px;

    padding-right: 20px;

  }



  .submenu-page .halfies .menu-block:nth-child(3n) {

    padding-left: 20px;

    padding-right: 0px;

  }



  .text-block.projects-inner-page .halfies .bg-gray .text {

    padding: 0;

  }



  .text-block.projects-inner-page .halfies {

    flex-direction: column-reverse;

  }



  .text-block.projects-inner-page .halfies .image-half::before,

  .text-block .image-half::after {

    display: none;

  }



  .resp-h,

  .top-banner.inner {

    display: none;

  }



  .projects-page .halfies .one-project {

    width: calc((100% - 60px) / 2);

  }



  .projects-page .halfies .one-project {

    margin-bottom: 50px;

  }



  .projects-page .halfies .one-project:hover {

    margin-bottom: 50px;

  }



  .half {

    width: 100%;

  }



  .half-container {

    margin: auto;

  }



  .text-page .halfies {

    flex-flow: column-reverse;

    padding-bottom: 25px;

    position: relative;

  }

  .text-page .halfies::after {

    content: "";

    height: 24px;

    width: 65%;

    position: absolute;

    right: 0;

    bottom: 0px;

    background-color: #dcc177;

  }

  .text-page .halfies .bg-gray {

    padding-top: 25px;

    padding-bottom: 40px;

    background-color: #f9f7f8;

  }

  .text-page .halfies .bg-gray .text {

    padding: 0px 0px 10px 0;

  }

  .text-page .halfies .image-half {

    padding-top: 0;

    margin-bottom: 0px;

  }

  .text-page .halfies .image-half::after {

    display: none;

  }



  .subscription-block {

    padding: 50px 0 70px;

  }

  .subscription-block .text-half-block {

    display: none;

  }

  .subscription-block .input-block {

    width: 100%;

  }



  .dark-gray-block {

    height: 260px;

  }

  .dark-gray-block .containered {

    flex-wrap: wrap;

    position: relative;

    padding: 40px 0;

  }

  .dark-gray-block .fte-nav {

    display: none;

  }

  .dark-gray-block .abt-us {

    width: 100%;

    padding-right: 0;

  }

  .dark-gray-block .abt-us img {

    height: 39px;

    padding-bottom: 13px;

  }

  .dark-gray-block .abt-us .text {

    font-size: 12px;

  }

  .dark-gray-block .ftr-social {

    width: 100%;

    text-align: initial;

    padding: 0;

  }

  .dark-gray-block .ftr-social .social-media {

    width: fit-content;

    position: absolute;

    top: 43px;

    right: 0;

  }

  .dark-gray-block .ftr-social .social-media a span {

    font-size: 19.5px;

  }

  .dark-gray-block .ftr-social h6 {

    padding: 0;

  }



  .bg-gold {

    display: none;

  }



  .resp-foot-contact {

    display: block;

  }



  .contact-us-block .text h6 {

    display: none;

  }



  .top-banner {

    height: 289px;

  }



  .text-block.news-inner-page .halfies {

    flex-direction: column-reverse;

  }

  .text-block.news-inner-page .halfies .image-half {

    padding-top: 0;

  }

  .text-block.news-inner-page .halfies .bg-gray {

    padding-top: 30px;

  }

  .text-block.news-inner-page .halfies .bg-gray .text {

    padding: 0;

  }

  .text-block.news-inner-page .halfies .bg-gray .text span.date {

    margin: 20px 0;

  }

  .text-block.news-inner-page .images {

    margin-top: 60px;

  }

  .text-block.news-inner-page .images::after {

    height: calc(100% + 50px);

    top: -25px;

    width: 25%;

  }

  .text-block.news-inner-page .sharethis-inline-share-buttons {

    margin-top: 50px;

  }



  section h2.title.title.inner-p {

    margin: 40px 0;

  }



  .news-page .halfies.containered .news-card {

    margin-bottom: 50px;

  }



  .text-page .halfies .bg-gray {

    padding-bottom: 50px;

  }



  .news-page .halfies.containered .news-card div.more {

    display: none;

  }



  .contact-page .contact-form-title h4 {

    height: 72px;

    width: 300px;

    font-size: 20px;

  }

}

@media only screen and (max-width: 767px) {

  .contact-page .form-half form button {

    height: 40px;

    width: 100px;

    font-size: 14px;

  }



  .contact-page .form-half form .add-file label {

    font-size: 12px;

  }

  .contact-page .form-half form .add-file label span {

    font-size: 26px;

  }



  .addr {

    padding-top: 15px;

  }



  .home-page .service-block .flexy .service-card .title h3 {

    font-size: 12px;

    line-height: 18px;

    padding: 17px 19px;

    min-height: auto;

  }



  .count-banner .num-card:nth-of-type(4n-3) .text {

    margin: auto;

  }



  .count-banner .num-card:nth-of-type(4n-2) .text {

    margin: auto;

  }



  .count-banner .num-card:nth-of-type(4n-3) .ornament {

    margin-left: 31%;

  }



  .home-page .projects-block .halfies .one-project .contents .text-block {

    width: 140px;

    height: 92px;

    margin-right: -1px;

  }



  .home-page .projects-block .halfies .one-project .contents::after {

    content: "";

    width: 128px;

    height: 56px;

    right: 23px;

    bottom: -37px;

  }



  .home-page .news-block .halfies.containered .news-card {

    height: 438px;

  }



  .news-block .halfies.containered .news-card .text-card {

    position: absolute;

    width: 86%;

    margin-left: 7%;

  }



  .home-page .projects-block .halfies .one-project {

    width: calc((100% - 40px) / 2);

    height: 400px;

  }



  .subscription-block .input-block form button {

    font-size: 26px;

  }



  .projects-block .halfies .one-project .contents .text-block div.text h3 {

    line-height: 20px;

  }



  .map-page #map {

    height: 400px;

  }



  .team-inner-page .image-block::before {

    bottom: -20px;

  }



  .team-inner-page .image-block {

    margin-bottom: 20px;

  }



  .team-inner-page .text-block .text {

    font-size: 14px;

    line-height: 22px;

  }



  .team-inner-page .sharethis-inline-share-buttons {

    margin-top: 30px;

    margin-bottom: 0;

  }



  .team-inner-page .image-block .image-block-with-txt h4 {

    font-size: 18px;

  }



  .team-inner-page .image-block .image-block-with-txt span.position {

    font-size: 16px;

  }



  .text-block.projects-inner-page .halfies .bg-gray .text {

    padding: 0 10px;

  }



  .text-block.projects-inner-page .halfies .bg-gray .text .options span.address,

  .text-block.projects-inner-page

    .halfies

    .bg-gray

    .text

    .options

    span.website {

    width: 100%;

  }



  .text-block.projects-inner-page .register.open form {

    padding: 10px 0;

  }



  .text-block.projects-inner-page .sharethis-inline-share-buttons {

    padding: 10px 10px 0;

  }



  .text-block.projects-inner-page .register form .add-file,

  .text-block.projects-inner-page .register form button {

    margin-top: 20px;

  }



  .text-block.projects-inner-page .halfies .bg-gray .text .options::after {

    display: none;

  }



  .text-block.projects-inner-page .register.open form {

    padding: 16px 0;

  }



  .text-block.projects-inner-page .register form input,

  .text-block.projects-inner-page .register form input.desc {

    width: 100%;

    margin-top: 7px;

  }



  .subscription-block {

    padding: 40px 0 60px;

  }



  .text-block.projects-inner-page .register {

    padding: 20px 10px;

  }



  .projects-page .halfies .one-project {

    width: calc((100% - 12px) / 2);

  }



  .projects-block .halfies .one-project .contents .text-block .text h3 {

    font-size: 14px;

  }



  .text-block.news-inner-page .sharethis-inline-share-buttons {

    margin-top: 20px;

  }



  .text-block.news-inner-page .images {

    margin-top: 40px;

  }



  .imgs {

    margin-bottom: 25px;

  }



  .projects-page .halfies .one-project:hover img {

    filter: unset;

    -webkit-filter: initial;

  }

  .projects-page .halfies .one-project:hover .contents .text-block {

    bottom: 0;

    transition-delay: 0.1s;

    right: 0px;

    -webkit-box-shadow: initial;

    -moz-box-shadow: initial;

    box-shadow: initial;

    transition-delay: 0s;

    height: 90px;

  }

  .projects-page

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    .text-contents {

    max-height: 0px;

  }



  .projects-block .halfies .one-project .contents::after {

    content: "";

    width: 168px;

    height: 79px;

    bottom: -40px;

    right: calc((100% - 203px) / 2);

  }



  .projects-block .halfies .one-project .contents .text-block {

    width: 160px;

    height: 75px;

  }

  .projects-block .halfies .one-project .contents .text-block .text {

    padding: 0px 12px;

  }



  .projects-page .halfies .one-project .contents img {

    height: 350px;

  }



  section h2.title.title.inner-p {

    margin: 30px 0;

  }

  section h2.title span,

  section h2.title a {

    font-size: 16px;

  }



  .news-page .halfies-parent {

    position: relative;

    padding-top: 20px;

  }

  .news-page .halfies-parent::after {

    position: absolute;

    top: 0;

    height: 90%;

    width: 100%;

    background-color: #f9f7f8;

    content: "";

    z-index: -1;

  }

  .news-page .halfies.containered .news-card,

  .news-page .halfies.containered .news-card:nth-of-type(2n) {

    width: 100%;

    height: 350px;

    margin-bottom: 40px;

  }

  .news-page .halfies.containered .news-card .img,

  .news-page .halfies.containered .news-card:nth-of-type(2n) .img {

    width: 100%;

    bottom: 0;

    height: 242px;

    position: absolute;

    top: auto;

  }

  .news-page .halfies.containered .news-card div.more,

  .news-page .halfies.containered .news-card:nth-of-type(2n) div.more {

    width: 100%;

    height: 242px;

    bottom: 0;

    position: absolute;

    top: auto;

  }

  .news-page .halfies.containered .news-card .text-card,

  .news-page .halfies.containered .news-card:nth-of-type(2n) .text-card {

    top: 0;

    right: auto;

    height: auto;

    min-height: auto;

    bottom: auto;

    padding-bottom: 37px;

  }

  .news-page .halfies.containered .news-card .text-card h3,

  .news-page .halfies.containered .news-card:nth-of-type(2n) .text-card h3 {

    font-size: 14px;

  }

  .news-page .halfies.containered .news-card .text-card .date,

  .news-page .halfies.containered .news-card:nth-of-type(2n) .text-card .date {

    font-size: 12px;

  }

  .news-page .halfies.containered .news-card .text-card .text,

  .news-page .halfies.containered .news-card:nth-of-type(2n) .text-card .text {

    font-size: 12px;

  }



  .text-block.news-inner-page .halfies .bg-gray {

    padding-top: 20px;

  }

  .text-block.news-inner-page .halfies .bg-gray .text {

    font-size: 14px;

  }

  .text-block.news-inner-page .halfies .bg-gray .text h4 {

    font-size: 18px;

  }

  .text-block.news-inner-page .halfies .bg-gray .text .date {

    margin: 15px 0;

    font-size: 14px;

  }



  .desktop {

    display: none !important;

  }



  .mobile-only {

    display: block !important;

  }



  .text-block.news-inner-page .images .img-card {

    height: 117px;

  }



  .projects-block .halfies .one-project:hover .contents .text-block div.text {

    padding: 0 12px;

  }



  .projects-block

    .halfies

    .one-project:hover

    .contents

    .text-block

    div.text

    h3 {

    font-size: 14px;

  }



  .projects-page .halfies .one-project:hover .contents .text-block {

    bottom: -25px;

    right: 0;

  }



  .contact-page .contact-form-title h4 {

    font-size: 16px;

  }



  .contact-page .contact-form-title h4 {

    height: 71px;

    width: 224px;

  }



  .contact-page .contact-form-title {

    margin-bottom: 16px;

  }



  .contact-page .form-half form .add-file {

    margin-top: 30px;

  }



  .contact-page .form-half form button {

    margin-top: 30px;

  }



  .news-page .halfies.containered .news-card div.more,

  .news-page .halfies.containered .news-card div.more {

    display: none;

  }



  .text-block.news-inner-page .images .slick-slide {

    margin-left: 0px;

    margin-right: 0;

  }

  .text-block.news-inner-page .images .slick-slide img {

    margin-left: 6px;

    margin-right: 6px;

  }



  .text-block.news-inner-page .images .slick-active {

    margin-left: 0;

    margin-right: 0;

  }

  .text-block.news-inner-page .images .slick-active img {

    margin-left: 0;

    margin-right: 6px;

  }



  .text-block.news-inner-page .images .slick-active + .slick-active {

    margin-left: 0px;

    margin-right: 0;

  }

  .text-block.news-inner-page .images .slick-active + .slick-active img {

    margin-left: 6px;

    margin-right: 0;

  }



  .text-block.news-inner-page .images .img-card {

    margin: 0;

  }



  .projects-block .halfies .one-project .contents::after {

    content: "";

    width: 159px;

    height: 62px;

    bottom: -34px;

    right: calc((100% - 203px) / 2);

  }



  .text-block.projects-inner-page .halfies .bg-gray .text h4 {

    padding-bottom: 15px;

  }



  .text-block.projects-inner-page .halfies .bg-gray .text .options span {

    padding: 0;

  }



  .text-block.projects-inner-page .halfies .bg-gray .text .options {

    display: flex;

    flex-wrap: wrap;

    margin-top: 10px;

    margin-bottom: 18px;

    position: relative;

  }



  .service-card {

    width: calc((100% - 30px) / 2);

    height: 440px;

  }

  .service-card:hover {

    height: 440px;

  }



  .home-page .count-banner .num-card .number {

    font-size: 20px;

  }



  .count-banner .num-card h5 {

    font-size: 14px;

  }



  .count-banner .num-card:nth-of-type(4n-3) {

    margin-top: -14px;

  }

  .count-banner .num-card:nth-of-type(4n-3) .text {

    padding: 15px 15px 15px 15px;

  }



  .count-banner .num-card:nth-of-type(4n-2) {

    margin-top: -22px;

  }

  .count-banner .num-card:nth-of-type(4n-2) .text {

    padding: 8px 15px 12px 22px;

  }



  .home-page .news-block .halfies.containered {

    height: auto;

    flex-wrap: wrap;

  }

  .home-page .news-block .halfies.containered .news-card {

    width: 100%;

    margin-top: 40px;

  }



  .home-page .news-block .background .bg-gray {

    background-color: #f6f6f6;

    height: 72.1%;

    width: 100%;

  }



  .home-page .news-block .halfies.containered .news-card:nth-of-type(2n) .img {

    align-self: flex-end;

  }



  .home-page

    .news-block

    .halfies.containered

    .news-card:nth-of-type(2n)

    .text-card {

    top: 0;

    bottom: auto;

    background-color: white;

  }



  .home-page .bg-gold {

    display: block;

  }

  .home-page .news-block .background .bg-white {

    height: 13%;

  }



  .home-page .news-block .halfies.containered .news-card:nth-of-type(2n - 1) {

    width: 100%;

    margin-top: 74px;

  }



  .home-page .news-block .halfies.containered .news-card .text-card {

    padding: 20px 20px 37px;

  }



  .home-title {

    margin-top: 40px;

    margin-bottom: 30px;

  }



  .home-page .projects-block .halfies .one-project:not(:first-child),

  .home-page .projects-block .halfies .one-project:not(:nth-child(2)) {

    margin-top: 30px;

  }



  .home-page .projects-block .halfies .one-project:first-child,

  .home-page .projects-block .halfies .one-project:nth-child(2) {

    margin-top: 0px;

  }



  .home-page .news-block {

    padding-top: 0;

    padding-bottom: 0;

  }



  .submenu-page .halfies .menu-block .menu-block-inner .text-block {

    font-size: 14px;

    line-height: 18px;

  }



  .rights-reserved {

    height: 55px;

    background-color: #dcc177;

  }



  .map-page .page-text {

    line-height: 22px;

    font-size: 14px;

  }



  .map-page .page-text h3 {

    font-size: 18px;

  }

}

@media only screen and (max-width: 575px) {

  .home-page .news-block .background .bg-white {

    height: 67px;

  }



  .partners-block .containered .images-block .inner-container {

    padding: 5px 10px 5px 10px;

  }



  .partners-block .containered .images-block .inner-container .partner {

    padding: 0;

  }



  .home-page .main-banner .one-side-container article div.gold div.text {

    font-size: 15px;

    line-height: 19px;

    padding: 8px 30px;

  }



  .home-page .text-block .bg-gray .text {

    padding: 25px 10px 46px 10px;

  }



  .home-page .service-block .flexy {

    padding: 0 10px;

  }



  .home-page .service-block .flexy .service-card,

  .home-page .service-block .flexy .service-card:hover {

    height: 350px;

  }



  .count-banner img {

    height: 270px;

  }



  .count-banner .containered.halfies {

    padding: 0 10px;

  }



  .subscription-block .input-block form .input-block span {

    width: 24%;

    font-size: 61px;

  }



  .subscription-block .input-block form .input-block .input input {

    font-size: 22px;

  }



  .contact-page .contact-form-title h4 {

    height: 64px;

    width: 169px;

  }



  .contact-page .form-half {

    padding: 0 24px;

  }



  .contact-page .form-half form input {

    width: 100%;

    font-size: 14px;

    margin-top: 7px;

  }



  .contact-page .form-half form input.desc {

    margin-top: 0;

  }



  .contact-page .contact-form-title::after {

    height: 15px;

  }



  .map-page #map {

    height: 330px;

  }



  .team-inner-page .image-block::before {

    bottom: -12px;

  }



  .team-inner-page .image-block {

    margin-bottom: 12px;

  }



  .team-inner-page .image-block .image-block-with-txt {

    height: 101px;

  }



  .team-inner-page .image-block::after {

    height: 101px;

  }



  .team-inner-page .text-block {

    width: 100%;

    padding: 20px 24px 0;

  }



  .submenu-page .halfies {

    padding: 0 10px;

  }



  .team-inner-page .image-block .image-block-with-txt h4 {

    font-size: 16px;

  }



  .team-inner-page .image-block .image-block-with-txt span.position {

    font-size: 14px;

  }



  .submenu-page .halfies .menu-block:nth-child(2n) {

    padding-left: 7px;

  }



  .submenu-page .halfies .menu-block {

    height: 317px;

    width: calc(50%);

    padding-right: 7px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner .text-block {

    height: 68px;

    bottom: 20px;

    width: 100px;

    left: calc(50% - 50px);

  }

  .submenu-page .halfies .menu-block .menu-block-inner .text-block img {

    width: 55px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner .gray-block {

    height: 45px;

    margin-top: 15px;

  }

  .submenu-page .halfies .menu-block .menu-block-inner img {

    height: 255px;

  }



  .container {

    padding: 5px 10px;

  }



  span.icon-burger {

    right: 9px;

  }



  .subscription-block .input-block form .input-block .input input {

    font-size: 16px;

    height: 25px;

  }



  .subscription-block .input-block form .input-block .input label {

    font-size: 12px;

  }



  .subscription-block .input-block form .input-block span {

    width: 29%;

    font-size: 50px;

  }



  .partners-block .containered .images-block .inner-container span.line {

    display: none;

  }



  .subscription-block .input-block form .input-block {

    padding: 10px 10px 10px;

  }



  .subscription-block .input-block form {

    height: 100px;

  }



  .subscription-block {

    padding: 40px 10px 60px;

  }



  .text-block.news-inner-page .images {

    padding: 0 10px;

    margin-top: 49px;

  }



  .text-block.news-inner-page .halfies .bg-gray .text {

    padding: 0 24px;

    margin: 0;

  }



  .text-block.news-inner-page .sharethis-inline-share-buttons {

    padding: 0 24px;

    margin: 20px 0;

  }



  .projects-page {

    padding: 0 10px;

  }



  .projects-block .halfies .one-project .contents::after,

  .projects-block .halfies .one-project:hover .contents::after {

    content: "";

    width: 132px;

    height: 71px;

    bottom: -38px;

    right: 28px;

  }



  .projects-page .halfies .one-project {

    height: 272px;

    width: calc((100% - 12px) / 2);

    padding-bottom: 25px;

  }



  .projects-page .halfies .one-project .contents {

    height: auto;

  }



  .projects-page .halfies .one-project .contents img {

    height: 272px;

  }



  .projects-block .halfies .one-project .contents .text-block {

    width: 110px;

    height: 53px;

  }



  .projects-block .halfies .one-project .contents .text-block {

    width: 131px;

    height: 75px;

  }



  .projects-block .halfies .one-project:hover .contents::after {

    width: 168px;

    height: 79px;

    bottom: -40px;

    right: calc((100% - 203px) / 2);

    border: 3px #dcc177 solid;

  }



  .team-page .halfies .person-block .person-block-inner .txt {

    padding: 15px 10px 15px;

  }



  .team-page .halfies .person-block .person-block-inner .txt h4 {

    font-size: 14px;

    line-height: 15px;

  }



  .team-page .halfies .person-block .person-block-inner .txt .position {

    line-height: 16px;

    font-size: 12px;

  }



  .team-page .halfies .person-block .person-block-inner .txt {

    max-height: 112px;

    min-height: 112px;

  }



  .team-page .halfies .person-block .person-block-inner .dep-logo {

    bottom: 100px;

  }



  .team-page .halfies .person-block {

    margin-bottom: 30px;

  }



  .team-page .halfies .person-block .person-block-inner img,

  .team-page .halfies .person-block {

    height: 383px;

  }



  .partners-page .halfies .partner-card .partner-card-inner .text {

    display: none;

  }



  .partners-page .halfies .partner-card .partner-card-inner {

    padding: 5px 0;

    justify-content: center;

  }



  .partners-page .halfies .partner-card .partner-card-inner img {

    padding: 10px 20px;

  }



  .partners-page .halfies .partner-card .partner-card-inner {

    height: 150px;

  }



  .text-block.projects-inner-page .halfies .bg-gray .text .options span.item b {

    padding-right: 5px;

  }



  .partners-page .halfies {

    padding: 0 24px;

  }



  .partners-page .paging {

    margin-top: 0;

  }



  .partners-page .halfies .partner-card::after {

    display: none;

  }



  .dark-gray-block {

    padding: 0 24px;

  }



  .dark-gray-block .ftr-social {

    margin-top: -10px;

  }



  .dark-gray-block {

    height: 300px;

  }



  .rights-reserved .containered {

    display: block;

  }



  .rights-reserved .containered span,

  .rights-reserved .containered a {

    width: 100%;

    text-align: center;

    display: block;

    height: 17px;

    font-size: 12px;

  }



  .text-page .halfies .bg-gray .text,

  .text-page .halfies .bg-gray .sharethis-inline-share-buttons {

    padding-left: 24px;

    padding-right: 24px;

  }



  .team-page .halfies.containered {

    padding: 0 10px;

  }



  .home-page .projects-block .halfies {

    padding: 0 10px;

  }



  .home-page .projects-block .halfies .one-project {

    width: calc((100% - 12px) / 2);

    height: 356px;

  }



  header a.logo {

    padding-left: 20px;

  }



  .text-block .image-half img {

    height: 250px;

  }



  .page-text {

    padding: 0 10px;

    font-size: 14px;

    line-height: 25px;

    margin-bottom: 40px;

  }



  .count-banner .num-card h5 {

    font-size: 10px;

    line-height: 17px;

    margin-top: 0;

  }

}



@media print {

  .subscription-block,

  .top-banner,

  header,

  footer,

  sharethis-inline-share-buttons,

  .inner-p.title {

    display: none !important;

  }

  .half,

  .half-container {

    width: 100%;

  }

}



/*# sourceMappingURL=style.css.map */

