@charset "UTF-8";
table.padding tbody tr td{
  padding: 20px;
}
table.padding tbody tr td{
  padding: 20px;
}
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-rss .jssocials-share-link {
  background: #ff9900;
}
.jssocials-share-rss .jssocials-share-link:hover {
  background: #cc7a00;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  transform: rotate(360deg);
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

@-webkit-keyframes animateWidth {
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}

@keyframes animateWidth {
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}
@-webkit-keyframes animateWidthBack {
  50% {
    height: 0px;
    width: 100%;
  }
  100% {
    height: 0px;
    width: 0px;
  }
}
@keyframes animateWidthBack {
  50% {
    height: 0px;
    width: 100%;
  }
  100% {
    height: 0px;
    width: 0px;
  }
}
.hoverAnim {
  position: relative;
}
.hoverAnim > * {
  position: relative;
  z-index: 1;
}
.hoverAnim:before {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-animation: animateWidthBack 1s;
          animation: animateWidthBack 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  transition: 0s;
  transition-delay: 1s;
  z-index: 0;
}
.hoverAnim:after {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-animation: animateWidthBack 1s;
          animation: animateWidthBack 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  transition: 0s;
  transition-delay: 1s;
  z-index: 0;
}
.hoverAnim:hover:before {
  -webkit-animation: animateWidth 1s;
          animation: animateWidth 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  width: 0;
  height: 0;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: 0s;
  transition-delay: 0s;
}
.hoverAnim:hover:after {
  -webkit-animation: animateWidth 1s;
          animation: animateWidth 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  width: 0;
  height: 0;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transition: 0s;
  transition-delay: 0s;
}

.fade-up-trigger-1 {
  opacity: 0;
  top: 200px;
  transition: 0.4s ease-out;
  position: absolute;
}
.fade-up-trigger-1.fade-up {
  opacity: 1;
}

* {
  border: none;
  outline: none;
}

body {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #838282;
  min-height: 100px;
  font-size: 14px;
}

html {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
}
html[lang=en] body {
  font-family: "MyriadPro-Regular", sans-serif;
}
html[lang=ka] body {
  font-family: "BPG Arial", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  border-top-color: #d9dbdc;
}

input, button, textarea {
  outline: none !important;
  font-family: "MyriadPro-Regular", sans-serif;
  font-family: inherit;
}

ul {
  list-style-image: url("../img/bullet.png");
}

.no-border {
  border: 0 !important;
}

h1.icon-cursor {
  line-height: 27px;
  font-size: 22px !important;
  color: #42424e !important;
}
h1.icon-cursor:before {
  color: #f1c318;
  font-size: 24px;
  margin-right: 10px;
}

h1.purple-heading {
  font-size: 22px !important;
  color: #b16697 !important;
}

html[lang=en] .upper {
  text-transform: uppercase;
  font-family: "Bahamas", sans-serif;
}

html[lang=ka] .upper {
  font-family: "BPG Glaho WEB Caps", sans-serif;
  font-size: 15px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clear {
  clear: both;
}

.box-sizing {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.language a, .nav a, .projects ul.tabs li,
.triangle, ul.category a, .transition, .what-we-do ul li .icon, .what-we-do ul li a, .upper {
  transition: 0.4s;
}

.triangle-border, .cover img, .projects .slider-wrap ul li {
  transition: 1s;
}

.pagination {
  width: 45%;
  color: #ffffff;
  font-size: 16px;
  margin-top: 50px;
  width: 100%;
  display: block;
}

.custom-paginate .pagination {
  display: inline-block !important;
}
.custom-paginate .pagination a {
  color: #ffffff !important;
  border: 0 !important;
  margin: auto !important;
  padding: 0 !important;
  display: inline !important;
  line-height: none;
}
.custom-paginate .pagination li {
  display: inline;
  background: none;
  line-height: none;
}
.custom-paginate .pagination li span {
  background: none !important;
}

.projects .custom-paginate .pagination {
  display: inline-block !important;
}
.projects .custom-paginate .pagination a {
  color: #666666 !important;
}

#menu-checkbox {
  display: none;
}

.mobile-only {
  text-align: center;
  width: 100%;
  display: none;
  clear: both;
  padding: 10px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  display: none;
}

.custom-paginate > ul.pagination {
  background: none;
}
.custom-paginate > ul.pagination li {
  display: inline;
  border: none;
  background: none;
  margin-left: 5px;
  display: inline-block;
}
.custom-paginate > ul.pagination li > a, .custom-paginate > ul.pagination li span {
  display: inline;
  border: none;
  background: none;
  padding: 0;
}
.custom-paginate > ul.pagination li > a:hover, .custom-paginate > ul.pagination li span:hover {
  color: #a64686 !important;
}
.custom-paginate > ul.pagination li.active {
  background: none !important;
}
.custom-paginate > ul.pagination li.active > span {
  color: #a64686;
  background: none !important;
}

.facebook-circle {
  width: 31px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
}

.max-width {
  max-width: 1000px;
}

.text-black {
  color: #101319;
}

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

.jssocials-share-link {
  min-width: 125px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 5px;
  text-decoration: none !important;
}
.jssocials-share-link > * {
  vertical-align: middle;
}
.jssocials-share-link i {
  margin-right: 15px;
}

.social-icons {
  margin-top: 30px;
}

.custom-row {
  margin-left: -25px;
  margin-right: -25px;
}
.custom-row .col {
  padding-left: 25px;
  padding-right: 25px;
}

.gm-style .gm-style-iw-t::after {
  display: none !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.btn-purple {
  border-radius: 0;
  background-color: #a64686;
  color: #ffffff;
  height: 60px;
  width: 180px;
  opacity: 1;
  transition: 0.4s;
  font-size: 18px;
  padding: 0;
}
.btn-purple i {
  font-size: 30px;
  margin-left: 10px;
}
.btn-purple > * {
  vertical-align: middle;
  display: inline-block;
}
.btn-purple:hover {
  color: #ffffff;
  opacity: 0.8;
}

.text-white {
  color: #ffffff !important;
}

.btn-green {
  border-radius: 0;
  background-color: #22889b;
  color: #ffffff;
  height: 60px;
  width: 180px;
  opacity: 1;
  transition: 0.4s;
  font-size: 22px;
  padding: 0;
}
.btn-green i {
  font-size: 30px;
  margin-left: 10px;
}
.btn-green > * {
  vertical-align: middle;
  display: inline-block;
}
.btn-green:hover {
  color: #ffffff;
  opacity: 0.8;
}

.bootstrap-datetimepicker-widget {
  color: #000000;
}

.website-link-btn {
  position: relative !important;
  display: inline-block !important;
  background-color: #f1c318;
  line-height: 60px !important;
}
.website-link-btn > a {
  min-width: 325px;
  padding: 0 35px;
  font-size: 17.71px;
  height: 60px;
  white-space: nowrap;
  position: relative;
  color: #000000 !important;
  background: none;
  display: inline-block !important;
}
.website-link-btn > a:after {
  position: absolute;
  top: -5px;
  left: 5px;
  border: 1px solid #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.website-link-btn.icon-long-arrow-right:before {
  display: none !important;
}

.light-triangle-top {
  position: relative;
}
.light-triangle-top::before {
  background: url("../img/light-2-triangle.png");
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 12px;
  width: 100%;
  content: "";
}

.select2-container--bootstrap .select2-selection__rendered, .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #ffffff !important;
  font-size: 18px;
  opacity: 1 !important;
  line-height: 34px;
}

.select2-container--bootstrap .select2-selection {
  min-height: 79px;
  padding: 17.5px 40px;
  border-radius: 0;
  background: none;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
}
.select2-container--bootstrap .select2-selection .select2-search__field {
  color: #ffffff;
  font-size: 18px;
}
.select2-container--bootstrap .select2-selection .select2-search__field::-webkit-input-placeholder {
  color: #ffffff;
}
.select2-container--bootstrap .select2-selection .select2-search__field::-moz-placeholder {
  color: #ffffff;
}
.select2-container--bootstrap .select2-selection .select2-search__field:-ms-input-placeholder {
  color: #ffffff;
}
.select2-container--bootstrap .select2-selection .select2-search__field::-ms-input-placeholder {
  color: #ffffff;
}
.select2-container--bootstrap .select2-selection .select2-search__field::placeholder {
  color: #ffffff;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  background: none;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  padding: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove, .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

.select2-container .select2-search--inline {
  line-height: 37px;
  height: 37px;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection__arrow * {
  color: #ffffff !important;
  opacity: 1 !important;
}

.select2-container--bootstrap .select2-dropdown {
  background-color: #5557a0;
  border-radius: 0;
  border: 1px solid #ffffff;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #272965;
  color: #ffffff;
}

.select2-container--bootstrap .select2-results__option {
  color: #ffffff;
  font-size: 14px;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  opacity: 0.4;
  color: #ffffff;
  background: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  margin-left: -12px;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?2x1nsp");
  src: url("/fonts/icomoon.eot?2x1nsp#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?2x1nsp") format("truetype"), url("/fonts/icomoon.woff?2x1nsp") format("woff"), url("/fonts/icomoon.svg?2x1nsp#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: none;
  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-it-consultation2-01_2x:before {
  content: "\E900";
}

.icon-logo-design-01:before {
  content: "\E901";
}

.icon-computer-01:before {
  content: "\E902";
}

.icon-bt:before {
  content: "\E903";
}

.icon-main-bg:before {
  content: "\E904";
}

.icon-arrow-down:before {
  content: "\E908";
}

.icon-linkedin:before {
  content: "\E909";
}

.icon-next:before {
  content: "\E90A";
}

.icon-menu:before {
  content: "\E90B";
}

.icon-fb:before {
  content: "\E90C";
}

.icon-search1:before {
  content: "\E90D";
}

.icon-facebook:before {
  content: "\E90E";
}

.icon-long-arrow-right:before {
  content: "\E90F";
}

.icon-cursor:before {
  content: "\E910";
}

.icon-send:before {
  content: "\E911";
}

.icon-service-cloud:before {
  content: "\E912";
}

.icon-service-design:before {
  content: "\E913";
}

.icon-service-map:before {
  content: "\E914";
}

.icon-service-people:before {
  content: "\E915";
}

.icon-service-screen:before {
  content: "\E916";
}

.icon-design-tool:before {
  content: "\E917";
}

@font-face {
  font-family: "BPG Glaho WEB Caps";
  src: url("../fonts/bpg-glaho-web-caps-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/bpg-glaho-web-caps-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bpg-glaho-web-caps-webfont.woff2") format("woff2"), url("../fonts/bpg-glaho-web-caps-webfont.woff") format("woff"), url("../fonts/bpg-glaho-web-caps-webfont.ttf") format("truetype"), url("../fonts/bpg-glaho-web-caps-webfont.svg#bpg_glaho_web_capsregular") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "BPG Arial";
  src: url("../fonts/bpg-arial-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/bpg-arial-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bpg-arial-webfont.woff2") format("woff2"), url("../fonts/bpg-arial-webfont.woff") format("woff"), url("../fonts/bpg-arial-webfont.ttf") format("truetype"), url("../fonts/bpg-arial-webfont.svg#bpg_arialregular") format("svg");
  /* Legacy iOS */
}
.head-line {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  height: 4px;
  background-color: #a64686;
  overflow: visible;
  z-index: 2;
}

.triangle {
  width: 0;
  height: 0 !important;
  display: inline-block !important;
  position: absolute !important;
  top: 100%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #a64686;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  top: -30px;
}

.news-list.home {
  padding-top: 70px;
}
.news-list.home .text {
  height: 43px;
  overflow: hidden;
}
.news-list.home:before {
  display: none;
}
.news-list.home h2 {
  height: 38px;
  overflow: hidden;
}

.home.client-list {
  padding-bottom: 0;
  padding-top: 40px;
  position: relative;
  height: 28vw;
  padding-bottom: 30px;
}
.home.client-list:before {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: -200px;
  content: "";
  background: #ffffff;
}
.home.client-list .see-all-wrap {
  margin-top: 40px;
}
.home.client-list .see-all-wrap span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.home.client-list .see-all-wrap a {
  cursor: pointer;
}
.home.client-list .see-all-wrap i {
  vertical-align: middle;
}
.home.client-list ul {
  text-align: left;
  width: 40%;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.home.client-list ul li {
  width: 140px;
  text-align: center;
  line-height: 100px;
  margin: 10px;
}
.home.client-list > .container {
  position: relative;
}
.home.client-list > .container h1 {
  text-align: left;
  display: block;
  font-size: 30px;
  top: -70px;
  height: 60px;
  line-height: 60px;
  background: #f1c318;
  left: 0;
  padding: 0 40px;
  position: absolute;
}
.home.client-list > .container h2.updated-home {
  text-align: left;
  display: block;
  font-size: 30px;
  top: -70px;
  height: 60px;
  line-height: 60px;
  background: #f1c318;
  left: 0;
  padding: 0 40px;
  position: absolute;
}

.section {
  display: block;
  width: 100%;
  background-color: #f1f3f4;
}
.section h1 {
  font-size: 25px;
  margin: 0 0 50px 0;
  padding: 0;
  color: #000000;
  font-weight: normal;
  text-align: center;
}
.section h2.updated-home {
  font-size: 25px;
  margin: 0 0 50px 0;
  padding: 0;
  color: #000000;
  font-weight: normal;
  text-align: center;
}
.section h4.updated-home {
  font-size: 25px;
  margin: 0 0 50px 0;
  padding: 0;
  color: #000000;
  font-weight: normal;
  text-align: center;
}
.section .about {
  padding-top: 90px;
  padding-bottom: 150px;
  width: 70%;
}
.section .about p {
  line-height: 20px;
  color: #838282;
}
.section .about .icon-fb {
  font-size: 30px;
  color: #c8c8ca;
  opacity: 1;
  transition: 0.4s;
}
.section .about .icon-fb:hover {
  color: #272965;
  opacity: 0.8;
}
.section .about a {
  text-decoration: none;
}
.section .team-wrap {
  background-color: #ffffff;
  position: relative;
}
.section .team-wrap .triangle-border {
  height: 12px;
  width: 0px;
  background: url("../img/light-triangle.png") repeat-x;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
}
.section .team {
  padding: 0;
  list-style: none;
  text-align: left;
  white-space: nowrap;
  background: #ffffff;
  font-size: 0px;
  margin-top: 40px;
  margin-bottom: 0;
}
.section .team li {
  color: #000000;
  width: 14.28%;
  width: calc(100% / 7);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-right: 2%;
}
.section .team li img {
  width: 100%;
  transition: 0.4s;
}
.section .team li img:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.section .team li a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-size: 0px;
}
.section .team li div {
  margin: 0 auto;
  font-size: 12px;
  width: 80%;
  white-space: normal;
  margin: 0 auto;
  position: relative;
  top: -22px;
  text-align: center;
  line-height: normal;
  background: #f1c318;
  padding: 6px 0;
  margin-bottom: -22px;
}
.section .team li div h5.updated-home {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.section .team:after {
  width: 100%;
  content: "";
  height: 0;
  display: inline-block;
  overflow: hidden;
}

.news {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 600px;
}
.news .half {
  text-align: center;
}
.news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.news ul span {
  color: #a64686;
}
.news ul li {
  margin-bottom: 60px;
}

.half {
  width: 50%;
}

.header .container {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container {
  width: 88%;
  margin: 0 auto;
  padding: 0;
}

.header {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  position: relative;
  background-color: #ffffff;
}
.header .nav {
  margin: 0 -20px 0 0;
  padding: 0;
  list-style: none;
  color: #000000;
  text-align: justify;
  margin-top: -30px;
  padding-right: 0;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.header .nav li {
  display: inline-block;
  font-size: 18px;
  padding: 40px 0;
  height: 100%;
  margin: 0 25px;
  vertical-align: middle;
  background-color: #ffffff !important;
}
.header .nav li a {
  background-color: #ffffff !important;
}
.header .nav li.menu {
  margin: 0px 5px;
}
.header .nav li.menu a {
  padding: 0 !important;
  margin: 0 !important;
}
.header .nav li::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.header .nav a {
  color: #000000;
  list-style: none;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.header .nav a.active, .header .nav a:hover {
  color: #a64686 !important;
  background: none !important;
}
.header .nav .icon-menu {
  color: #117e94;
}
.header .nav .icon-facebook {
  color: #3a5897;
}
.header .nav .icon-linkedin {
  color: #0077b5;
}
.header .nav .icon-search1 {
  color: #d4d5d5;
}
.header .nav [class*=icon-] {
  font-size: 30px;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s;
}
.header .nav [class*=icon-]:hover {
  text-decoration: none;
  opacity: 0.7;
}
.header .logo {
  width: 14%;
  max-width: 200px;
}
.header .logo img {
  width: 100%;
}

.header .nav li .language {
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #f5f3f3;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 120px;
  text-align: center;
  color: #bababa;
}
.header .nav li .language a {
  color: #bababa !important;
}
.header .nav li .language > * {
  display: inline !important;
  padding: 0 !important;
  margin: 0 2.5px !important;
  font-size: 14px;
}
.header .nav li .language a.active, .header .nav li .language a:hover {
  color: #117e94 !important;
}

.what-we-do {
  background-color: #127f94;
  padding: 110px 0;
  position: relative;
  font-size: 0;
}
.what-we-do .container {
  position: relative;
}
.what-we-do .container > .col {
  position: static;
}
.what-we-do .container > .col:before, .what-we-do .container > .col:after {
  position: absolute;
  height: 100%;
  content: "";
  width: 1px;
  background-color: #5ba2af;
  top: 0;
}
.what-we-do .container > .col:before {
  left: 33.3%;
}
.what-we-do .container > .col:after {
  left: 66.6%;
}
.what-we-do .col {
  float: none;
  display: inline-block;
  margin-bottom: 30px;
}
.what-we-do ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-size: 0;
}
.what-we-do ul a {
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
  width: 70%;
}
.what-we-do ul li {
  margin-bottom: 30px;
}
.what-we-do ul li img, .what-we-do ul li a {
  margin-left: 0;
  transition: 0.4s;
}
.what-we-do ul li img {
  max-width: 55px;
  max-height: 55px;
}
.what-we-do ul li:hover img, .what-we-do ul li:hover a {
  margin-left: -50px;
}
.what-we-do ul li:last-child {
  margin-bottom: 0;
}
.what-we-do ul .wrap {
  width: 30%;
  min-width: 56px;
  text-align: center;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
.what-we-do .section-name {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 60%;
  line-height: 0;
}
.what-we-do .section-name img {
  width: 100%;
}
.what-we-do .section-name > wrap {
  position: relative;
}
.what-we-do .section-name h1 {
  position: absolute;
  margin: 0;
  line-height: 20px;
  bottom: 10px;
  font-size: 25px;
  left: calc(50% - 55px);
  color: #ffffff;
}
.what-we-do .section-name h2.updated-home {
  position: absolute;
  margin: 0;
  line-height: 20px;
  bottom: 10px;
  font-size: 25px;
  left: calc(50% - 55px);
  color: #ffffff;
}

.projects {
  padding: 120px 0px 100px;
  background-color: #f1f3f4;
  position: relative;
}
.projects h1 {
  text-align: center;
  color: #101319;
}
.projects h1.updated-home {
  text-align: center;
  color: #101319;
}
.projects ul.tabs {
  list-style: none;
  font-size: 0;
  width: 100%;
  max-width: 842px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  padding: 0;
  margin-bottom: 150px;
  display: flex;
}
.projects ul.tabs li {
  display: inline-block;
  width: 25%;
  font-size: 18px;
  color: #101319;
  text-align: center;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  margin: 0;
  line-height: 55px;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
}
.projects ul.tabs li .middle {
  white-space: normal;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
.projects ul.tabs li h3.updated-home {
  white-space: normal;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 17px;
}
.projects ul.tabs li .wrap {
  width: 100%;
  height: 0;
  overflow: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  line-height: 0;
}
.projects ul.tabs li.active {
  background: #a64686;
  color: #ffffff;
}
.projects ul.tabs li.active .wrap {
  display: block;
}
.projects ul.tabs li.active h3.updated-home {
  color: #ffffff;
}
.projects ul.tabs li:hover {
  background: #a64686;
  color: #ffffff;
}
.projects .slider-wrap {
  margin-bottom: 100px;
}
.projects .slider-wrap ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.projects .slider-wrap ul li {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin: 0.75%;
  background-color: #f1f3f4;
  color: #ffffff;
  font-size: 14px;
  padding: 20px;
  border: 2px solid #f1f3f4;
}
.projects .slider-wrap ul li img {
  width: 100%;
}
.projects .slider-wrap ul li .cover {
  font-size: 0;
}
.projects .slider-wrap ul li .wrap {
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
}
.projects .slider-wrap ul li h2 {
  font-size: 14px;
  font-weight: normal;
  color: #272965;
  margin: 15px 0 0 0;
}
.projects .slider-wrap ul li h4.updated-home {
  font-size: 14px;
  font-weight: normal;
  color: #272965;
  margin: 15px 0 0 0;
}
.projects .slider-wrap ul li:hover {
  padding: 20px;
}

#map {
  height: 100%;
}

.contact {
  position: relative;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.contact .relative {
  width: 100%;
  height: 100%;
}
.contact .glyphicon.glyphicon-resize-full, .contact .glyphicon.glyphicon-resize-small {
  font-size: 25px;
  position: absolute;
  display: block;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  top: auto;
  height: 36px;
  color: #929292;
}
.contact .img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.contact .pin-wrap {
  position: absolute;
  top: calc(74% - 90px);
  left: calc(53% - 38.7px);
  transform: scale(0.9);
  zoom: 0.9;
}
.contact .pin-wrap .upper {
  width: auto;
  white-space: nowrap;
  position: absolute;
  background-color: #ffffff;
  left: 60px;
  top: 0;
  height: 66px;
  z-index: 1;
  line-height: 16px;
  top: 6px;
  width: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  overflow: hidden;
  padding: 0;
  padding-top: 20px;
}
.contact .pin-wrap .upper span {
  font-size: 11px;
}
.contact .pin-wrap:hover .upper {
  padding: 20px 0 0 40px;
  width: 218px;
}
.contact .pin-wrap .icon {
  position: relative;
  z-index: 2;
  display: block;
}
.contact h1 {
  margin-bottom: 30px;
  font-size: 22px;
  text-align: left;
}
.contact .information {
  position: absolute;
  left: 5%;
  bottom: 5%;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  max-width: 100%;
  padding-right: 5%;
}
.contact .information form {
  margin-top: 45px;
}
.contact .information form input[type=text].form-control {
  background-color: rgba(66, 66, 78, 0.5);
  color: #ffffff;
  border-radius: 0px;
  border: 0;
  border: none;
  outline: 0 !important;
}
.contact .information form input[type=text].form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
.contact .information form input[type=text].form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
.contact .information form input[type=text].form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.contact .information form input[type=text].form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.contact .information form .btn {
  color: #127f94;
}
.contact .information form textarea {
  border-radius: 0px;
  border: 0;
  border: none;
  height: 132px;
  outline: 0 !important;
}

.appointment-fixed {
  position: fixed;
  right: 25px;
  transform: rotate(-90deg);
  transform-origin: 100%;
  top: 150px;
  z-index: 5;
}
.appointment-fixed a {
  display: block;
  min-width: 225px;
  padding: 0 10px;
  background-color: #f1c318;
  color: #101319 !important;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  transition: 0.4s;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.appointment-fixed a:hover {
  background-color: #127f94;
  color: #ffffff !important;
}

.footer {
  background-color: #42424e;
  padding: 20px 0px;
  font-size: 14px;
  color: #ffffff;
  z-index: 3;
  position: relative;
}
.footer span:first-child {
  margin-bottom: 10px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: 0.4s;
  font-size: 35px;
}
.footer a:hover {
  opacity: 0.7;
}

ul.category {
  display: block;
  display: block;
  margin: 0;
  padding: 0;
  color: #272965;
  font-size: 18px;
  margin: 0 auto;
  list-style: none;
  flex: 0;
}
ul.category li {
  float: left;
  clear: both;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  white-space: nowrap;
}
ul.category li::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -8px;
  bottom: -8px;
  content: "";
  background-color: #e7e7e8;
  z-index: 1;
}
ul.category a {
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #f4f2f2;
  z-index: 3;
  position: relative;
  display: inline-block;
  padding: 23px;
  position: relative;
  position: relative;
  padding-top: 30px;
  padding-bottom: 16px;
}
ul.category li::after {
  width: 0;
  height: 100%;
  position: absolute;
  left: -8px;
  bottom: -8px;
  background-color: #117e94;
  content: "";
  display: inline-block;
  z-index: 2;
  transition: 0.4s;
}
ul.category li.active a {
  color: #ffffff !important;
}
ul.category li.active::after {
  width: 100%;
}
ul.category li:hover:after {
  width: 100%;
}
ul.category a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.main-banner {
  padding: 44px 0 128px;
  background-color: #ffffff;
  background-position: -250% 0, 650% 0;
  background-size: 90%, 90%;
  background-repeat: no-repeat;
  position: relative;
}
.main-banner .icon-main-bg {
  position: absolute;
  font-size: 50px;
  width: 295.05px;
  bottom: -45px;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.main-banner .icon-arrow-down {
  z-index: 4;
  font-size: 15px;
  width: 28.64px;
  height: 17px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
}
.main-banner .container {
  position: relative;
  width: 90%;
  padding-right: 100px;
  display: flex;
}
.main-banner .container > .text-center {
  flex: 1;
  margin-top: -60px;
}
.main-banner img, .main-banner object {
  right: 0;
  width: 100%;
  z-index: 3;
  display: inline-block;
  flex: 0;
  max-height: 613px;
}

.slider-wrap {
  overflow: hidden;
}

.scroll {
  position: fixed;
  height: 100%;
  height: calc(100% - 100px);
  background-image: url("../img/scroll-bg.png");
  background-repeat: repeat-y;
  width: 11px;
  bottom: 0;
  right: 4%;
  z-index: 2;
}
.scroll .relative {
  width: 100%;
  height: 100%;
}
.scroll .relative i {
  position: absolute;
  left: -14px;
  top: 5px;
}

.red-pin-wrap {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-image: url("../img/scroll2-bg.png");
}

.top-buffer-5 {
  margin-top: 5px;
}

.modal-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 30px;
  text-align: center;
}
.modal-menu > li > a:hover, .modal-menu > li > a.active {
  color: #f1c318 !important;
}
.modal-menu > li.active > a {
  color: #f1c318 !important;
}
.modal-menu ul {
  padding: 0;
  margin-top: 10px;
}
.modal-menu ul li {
  font-size: 20px;
}
.modal-menu li {
  display: block;
  margin-bottom: 20px;
}
.modal-menu li > .wrap {
  display: inline-block;
  width: auto;
  border: 1px solid #ffffff;
  padding: 3px 60px;
}
.modal-menu li li:hover > a {
  color: #f1c318 !important;
}
.modal-menu li a {
  text-decoration: none;
  transition: 0.4s;
  color: #ffffff;
}
.modal-menu li:hover > a {
  color: #f1c318 !important;
}

html[lang=ka] .modal-menu li > .wrap {
  display: inline-block;
  width: auto;
  border: 1px solid #ffffff;
  padding: 5px 60px 0px;
}
html[lang=ka] .modal-menu .plus {
  margin-top: -5px !important;
}

.text-white {
  color: #ffffff;
}

a.text-white {
  color: #ffffff !important;
  opacity: 1;
  transition: 1;
  text-decoration: none;
  transition: 0.4s;
}
a.text-white:hover {
  opacity: 0.7;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  width: 86px;
  height: 95px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: none !important;
}

.bounce:hover {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  cursor: pointer;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.about-us-team {
  padding-top: 80px;
}

.service-list ul .description {
  min-height: 80px;
}

.text-to-left {
  text-align: left !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 11px 8px 0;
  margin-left: -16px;
  top: 46%;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-width: 0 8px 11px;
}

.project-show {
  position: relative;
}
.project-show::before {
  background: url("../img/light-2-triangle.png");
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 12px;
  width: 100%;
  content: "";
}
.project-show h1 {
  text-align: left;
  margin-bottom: 20px;
  color: #42424e;
}
.project-show .date {
  color: #ba74a3;
  font-size: 14px;
  margin-bottom: 30px;
}

.project-item {
  width: 100%;
}
.project-item .cover {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
}
.project-item .cover img {
  width: 100%;
}
.project-item .cover-wrap {
  width: 48%;
  width: calc(50% - 13px);
}
.project-item .description {
  width: 48%;
  width: calc(50% - 25px);
  color: #656666;
  font-size: 14px;
}
.project-item .description .related_services {
  margin-top: 20px;
}
.project-item .description h2 {
  font-size: 17px;
  color: #a64686;
  font-weight: normal;
  margin: 0;
}
.project-item .description .date {
  color: #f1c318;
  margin-bottom: 30px;
}
.project-item .description a {
  color: #f1c318;
  display: inline-block;
}
.project-item .description b {
  font-weight: bold;
}
.project-item h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.project-item table {
  width: 100%;
}
.project-item ul {
  margin: 0;
}
.project-item table td {
  min-width: 300px;
  padding: 5px;
  vertical-align: top;
}
.project-item .covers {
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
  font-size: 0;
  overflow: hidden;
}
.project-item .covers ul {
  margin-bottom: 50px;
  padding: 0;
}
.project-item .covers li {
  width: calc(50% - 10px);
  margin: 5px;
  display: inline-block;
  padding: 20px;
  background-color: #ffffff;
}
.project-item .covers li img {
  width: 100%;
}
.project-item .covers ul li:last-child {
  margin-right: 0;
}

.latest-projects {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 80px;
}
.latest-projects img {
  width: 100%;
}
.latest-projects .cover {
  padding: 15px;
  border: 2px solid #e1e1e1;
}
.latest-projects h2 a {
  font-size: 17px;
  color: #42424e;
  text-decoration: none;
}
.latest-projects h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.latest-projects h3.updated-home a {
  font-size: 17px;
  color: #42424e;
  text-decoration: none;
}
.latest-projects h3.updated-home {
  margin-top: 15px;
  margin-bottom: 15px;
}
.latest-projects .date {
  color: #ba74a3;
  font-size: 14px;
}

.project-item .description .related-services {
  margin-top: 70px;
}
.project-item .description .related-services a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
  background-color: #ffffff;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  color: #127f94 !important;
  font-size: 16px;
}
.project-item .description .related-services div {
  margin-bottom: 25px;
}

.news-list {
  position: relative;
  padding: 120px 0px 0 0;
}
.news-list:before {
  position: absolute;
  bottom: 100%;
  background: url(../img/light-2-triangle.png) repeat-x;
  content: "";
  height: 12px;
  width: 100%;
}
.news-list h1 {
  text-align: center;
  font-size: 30px;
  color: #42424e;
}
.news-list h2.updated-home {
  text-align: center;
  font-size: 30px;
  color: #42424e;
}
.news-list ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
.news-list ul > li::after {
  display: block;
  clear: both;
  content: "";
  font-size: 0;
  width: 0;
  height: 0;
}
.news-list > .container > ul > li {
  width: 45%;
  float: left;
  clear: left;
  margin-bottom: 100px;
}
.news-list > .container > ul > li .description {
  color: #000000;
}
.news-list > .container > ul > li h2 {
  font-size: 18px;
  color: #272965;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.news-list > .container > ul > li h3.updated-home {
  font-size: 18px;
  color: #272965;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.news-list > .container > ul > li:nth-child(2n) {
  float: right;
  clear: right;
}
.news-list li {
  white-space: nowrap;
  overflow: hidden;
  padding-top: 9px;
  font-size: 0;
}
.news-list li .date {
  position: relative;
  width: 125px;
  height: 125px;
  line-height: 125px;
  color: #a64686;
  font-size: 47px;
  display: inline-block;
  white-space: normal;
  background-color: #ffffff;
  text-align: center;
  vertical-align: top;
  margin-top: 7px;
}
.news-list li .date::after {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #bcbcc1;
  top: -9px;
  left: 7px;
  content: "";
}
.news-list li .date span {
  font-size: 29px;
}
.news-list li .description {
  white-space: normal;
  width: 90%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 155px;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  font-size: 14px;
  color: #ffffff;
}
.news-list .old {
  padding: 50px 0;
  position: relative;
  background-color: #272965;
}
.news-list .old .icon-arrow-font {
  color: #a64686 !important;
}
.news-list .old .side-img {
  width: 60%;
  position: absolute;
  right: -5%;
  top: -300px;
}
.news-list .old .side-img img {
  width: 100%;
}
.news-list .old h2.updated-home {
  font-size: 30px;
  color: #ffffff;
  text-align: left;
}
.news-list .old ul.list {
  width: 45%;
}
.news-list .old ul.list > li {
  width: 100%;
  margin-bottom: 100px;
}
.news-list .old ul.list > li:last-child {
  margin-bottom: 0;
}
.news-list .old ul.list h3.updated-home {
  font-size: 18px;
  color: #a64686;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.news-list .old .pagination {
  margin-top: 150px;
}
.news-list .old .pagination a {
  text-decoration: none !important;
  font-size: 14px;
}
.news-list .old .pagination a.active, .news-list .old .pagination a:hover {
  color: #a64686 !important;
}
.news-list .old .pagination span {
  font-size: 14px;
}
.news-list .old .pagination li:hover {
  background: none !important;
  cursor: auto !important;
}

.news-single {
  background-color: #f1f3f4;
  padding: 100px 0 100px;
  position: relative;
}
.news-single::before {
  background: url("../img/light-2-triangle.png");
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 12px;
  width: 100%;
  content: "";
}
.news-single .news-item .col img {
  border: 14px solid #ffffff;
}
.news-single h1 {
  text-align: left !important;
  margin-bottom: 30px;
}
.news-single .date {
  font-size: 18px;
  color: #a64686;
  margin-bottom: 10px;
}
.news-single .text {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 100px;
}
.news-single .images-wrap {
  padding: 0 3.4%;
  position: relative;
  font-size: 0;
  margin-top: 100px;
  background-color: #ffffff;
}
.news-single .images-wrap img {
  width: 100%;
  border: 14px solid #ffffff;
}
.news-single .images-wrap .col {
  padding: 0;
}
.news-single .images-wrap .col {
  padding: 30px 0px 30px 20px;
}
.news-single .images-wrap .col img {
  width: 16%;
  margin: 0.33%;
}

.similar {
  background-color: #42424e;
  padding: 80px 0;
  text-align: left;
}
.similar h1 {
  color: #ffffff;
  text-align: center;
}
.similar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.similar ul > li {
  width: 100%;
  margin-bottom: 100px;
}
.similar ul > li:last-child {
  margin-bottom: 0;
}
.similar ul h2 {
  font-size: 18px;
  color: #f1c318;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.similar ul h2 a {
  color: #f1c318;
}
.similar ul .text {
  font-size: 14px;
  color: #ffffff;
}
.similar .row {
  position: relative;
}
.similar .row ul {
  position: static;
}
.similar .row ul:first-child {
  padding-right: 80px;
}
.similar .row ul:last-child {
  padding-left: 80px;
}
.similar .row ul:before {
  width: 1px;
  height: 80%;
  height: calc(100% - 50px);
  top: 25px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  content: "";
  background-color: #ffffff;
}
.similar .row .col {
  position: static;
}

.news-list.similar-news {
  padding-top: 50px;
  padding-bottom: 100px;
}
.news-list.similar-news:before {
  display: none;
}
.news-list.similar-news ul > li {
  margin-bottom: 0;
}

.service-single {
  position: relative;
  width: 100%;
  padding-top: 66px;
  padding-bottom: 90px;
}
.service-single::before {
  width: 100%;
  display: inline-block;
  content: "";
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-image: url("../img/lighter-triangle.png");
}
.service-single .cover img {
  width: 100%;
}
.service-single h1, .service-single h2 {
  text-align: left;
}
.service-single h2 {
  color: #a64686;
  font-size: 16px;
}

.process-overview {
  padding-bottom: 100px;
  padding-top: 55px;
  border-top: 1px solid #ffffff;
}
.process-overview ul {
  display: flex;
  width: 100%;
  max-width: 1460px;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.process-overview ul:before {
  height: 1px;
  width: 100%;
  top: 45px;
  background-color: #919292;
  content: "";
  position: absolute;
  display: block;
}
.process-overview ul li {
  display: inline-block;
  flex: 0;
  text-align: left;
  position: relative;
  vertical-align: top;
}
.process-overview ul li:last-child:before {
  background-color: #f1f3f4;
  width: 1000%;
  height: 1px;
  left: 0;
  top: 45px;
  position: absolute;
  content: "";
  display: block;
}
.process-overview ul .image-wrap {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
  background-color: #f1c318;
  position: relative;
}
.process-overview ul .image-wrap img {
  max-width: 40px;
  max-height: 40px;
}
.process-overview ul h1 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.process-overview ul h4.updated-home {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}

.service-list {
  width: 100%;
  background-color: #272965;
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}
.service-list.white-bg {
  padding-top: 50px;
  padding-bottom: 50px;
}
.service-list.white-bg h1, .service-list.white-bg h2, .service-list.white-bg h3 {
  color: #000000;
}
.service-list.white-bg .icon-wrap {
  font-size: 100px;
  text-align: left !important;
  line-height: 100px;
}
.service-list.white-bg .icon-wrap a {
  text-decoration: none;
  color: #a64686;
  transition: 0.4s;
  cursor: pointer;
}
.service-list.white-bg .icon-wrap a:hover {
  color: #a64686;
}
.service-list.white-bg .icon-wrap a:focus {
  outline: none;
}
.service-list .section-description {
  margin-bottom: 120px;
}
.service-list::before {
  position: absolute;
  top: -12px;
  height: 12px;
  left: 0;
  width: 100%;
  background-image: url("../img/blue-triangle.png");
  content: "";
}
.service-list h1 {
  text-align: center;
  color: #ffffff;
}
.service-list h2.updated-home {
  text-align: center;
  color: #ffffff;
}
.service-list ul {
  display: inline-block;
  font-size: 21px;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  font-size: 0;
  list-style: none;
  padding-left: 20px;
  margin-left: -35px;
  margin-right: -35px;
}
.service-list ul a {
  color: inherit;
}
.service-list ul .icon-wrap {
  font-size: 100px;
  text-align: left;
  line-height: 100px;
  position: relative;
}
.service-list ul .icon-wrap a {
  text-decoration: none;
  color: #a64686;
  transition: 0.4s;
  cursor: pointer;
}
.service-list ul .icon-wrap a:hover {
  color: #ffffff;
}
.service-list ul h2 {
  font-size: 20px;
  color: #ffffff;
  height: 44px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 23px;
}
.service-list ul h3.updated-home {
  font-size: 20px;
  color: #ffffff;
  height: 44px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 23px;
}
.service-list ul .description {
  font-size: 16px;
  color: #9e9fb3;
  margin-bottom: 40px;
}
.service-list ul .icon-long-arrow-right {
  font-size: 15px;
  color: #f1c318;
  text-decoration: none;
}
.service-list ul > li {
  display: inline-block;
  width: 20%;
  padding-left: 35px;
  padding-right: 35px;
  vertical-align: top;
  white-space: initial;
}
.service-list .about-full {
  margin-top: 260px;
  background-color: #117e94;
  padding-top: 140px;
  width: 100%;
  text-align: left;
  position: relative;
  color: #e1ebee;
}
.service-list .about-full::before {
  width: 100%;
  display: inline-block;
  content: "";
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-image: url("../img/green-triangle.png");
}
.service-list .about-full::after {
  height: 300px;
  display: block;
  width: 100%;
  content: "";
  background-image: url("../img/pattern.png");
  margin-top: 70px;
}
.service-list .about-full h1 {
  text-align: left;
}
.service-list .about-full img.half-image {
  width: 50%;
  position: absolute;
  right: -9%;
  top: -100px;
}

.service-list.white-bg:before {
  display: none !important;
}

.photo-gallery-list {
  background-color: #42424e;
  padding-top: 115px;
  padding-bottom: 400px;
  position: relative;
  padding-left: 67px;
  padding-right: 67px;
}
.photo-gallery-list::before {
  display: block;
  position: absolute;
  bottom: 100%;
  background-image: url("../img/dark-triangle.png");
  background-repeat: repeat-x;
  height: 12px;
  content: "";
  left: 0;
  width: 100%;
}
.photo-gallery-list h1 {
  text-align: center;
  color: #ffffff;
}
.photo-gallery-list > ul {
  list-style: none;
  font-size: 0px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding: 0;
}
.photo-gallery-list > ul > li {
  display: inline-block;
  padding: 15px;
  width: 25%;
  box-sizing: border-box;
}
.photo-gallery-list > ul > li img {
  width: 100%;
  transition: 0.4s;
  transform: scale(1);
}
.photo-gallery-list > ul > li .relative {
  overflow: hidden;
}
.photo-gallery-list > ul > li .description {
  transition: 0.4s;
  padding: 20px;
  opacity: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #157085;
  position: absolute;
  top: 0;
  left: 0;
}
.photo-gallery-list > ul > li .description h2 {
  color: #f3f5f4;
  font-size: 18px;
  margin-bottom: 50px;
}
.photo-gallery-list > ul > li .description .date {
  color: #f1c318;
  font-size: 18px;
}
.photo-gallery-list > ul > li .description .more {
  right: 15px;
  bottom: 15px;
  position: absolute;
}
.photo-gallery-list > ul > li:hover .description {
  opacity: 0.8;
}
.photo-gallery-list > ul > li:hover img {
  transform: scale(1.2);
}

.gallery-detail {
  background-color: #f1f3f4;
  position: relative;
  padding-top: 85px;
  padding-bottom: 0;
}
.gallery-detail::before {
  display: block;
  position: absolute;
  bottom: 100%;
  background-image: url("../img/light-2-triangle.png");
  background-repeat: repeat-x;
  height: 12px;
  content: "";
  left: 0;
  width: 100%;
}
.gallery-detail h1 {
  color: #42424e;
  text-align: center;
}
.gallery-detail .date {
  text-align: center;
  color: #a64686;
  font-size: 18px;
  margin-bottom: 80px;
}
.gallery-detail .photos .main-photo {
  width: 100%;
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
}
.gallery-detail .photos .main-photo > img {
  max-width: 100%;
  max-width: 80vh;
}
.gallery-detail .photos .white-wrap {
  padding-top: 200px;
  margin-top: -150px;
  background-color: #ffffff;
  padding-bottom: 50px;
}
.gallery-detail .photos ul {
  margin: 0 auto;
  padding: 0;
  max-width: 1500px;
  font-size: 0;
  text-align: center;
}
.gallery-detail .photos ul > li {
  width: 16.666%;
  padding: 1.5px;
  box-sizing: border-box;
  display: inline-block;
  opacity: 0.5;
  transition: 0.4s;
}
.gallery-detail .photos ul > li.active, .gallery-detail .photos ul > li:hover {
  opacity: 1;
}
.gallery-detail .photos ul > li img {
  width: 100%;
}
.gallery-detail .similar {
  background-color: #a64686;
}
.gallery-detail .similar h1 {
  color: #ffffff;
}

/* -------------------------------- 

Primary style

-------------------------------- */
/* -------------------------------- 

Shared style

-------------------------------- */
.cd-btn {
  display: inline-block;
  padding: 1.6em 2.4em;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s;
}

.cd-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Main Content */
.cd-main-content {
  position: relative;
  z-index: 1;
}

.cd-main-content .center {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Modal Window */
.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-modal .modal-content {
  height: 100%;
  overflow-y: auto;
  padding: 3em 5%;
}

.cd-modal h1, .cd-modal h2 {
  text-align: center;
}

.cd-modal p {
  line-height: 1.6;
  margin: 2em auto;
  max-width: 800px;
}

.cd-modal .modal-close {
  /* 'X' icon */
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}

.cd-modal .modal-close::before, .cd-modal .modal-close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 20px;
  top: calc(50% - 1px);
  left: calc(50% - 10px);
}

.cd-modal .modal-close::before {
  transform: rotate(45deg);
}

.cd-modal .modal-close::after {
  transform: rotate(-45deg);
}

.cd-modal.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s, visibility 0s;
}

.cd-modal.visible .modal-content {
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
}

.cd-modal.visible .modal-close {
  visibility: visible;
  opacity: 1;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transform: scale(1);
}

@media only screen and (min-width: 1100px) {
  .cd-modal .modal-content {
    padding: 6em 5%;
  }

  .cd-modal .modal-close {
    height: 60px;
    width: 60px;
  }

  .cd-modal .modal-close::before, .cd-modal .modal-close::after {
    height: 2px;
    width: 26px;
    top: calc(50% - 1px);
    left: calc(50% - 13px);
  }

  .cd-modal p {
    font-size: 2rem;
  }
}
/* Transition Layer */
.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}

.cd-transition-layer.visible .bg-layer {
  transform: translateY(-50%) translateX(-98%);
}

.cd-transition-layer.opening .bg-layer, .cd-transition-layer.closing .bg-layer {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.no-cssanimations .cd-transition-layer {
  display: none;
}

/* -------------------------------- 

Gooey Effect

-------------------------------- */
.gooey-transition .cd-btn {
  background: #cdf199;
  color: #053644;
  border-radius: 50em;
}

.gooey-transition .cd-main-content {
  background: #127f94;
}

.gooey-transition .cd-modal {
  background: #127f94;
}

.gooey-transition .cd-modal .modal-content {
  color: #ffffff;
  background: none;
}

.gooey-transition .cd-modal .modal-close::before,
.gooey-transition .cd-modal .modal-close::after {
  background: #ffffff;
}

.gooey-transition .cd-modal .modal-close {
  background: #1e9db6;
}

.gooey-transition .cd-modal .modal-close:hover {
  background: #0c6577;
}

.gooey-transition .cd-transition-layer .bg-layer {
  /* sprite composed of 25 frames */
  width: 2500%;
  background-image: url(../img/gooey.png);
}

.gooey-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.gooey-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

/* -------------------------------- 

Animations

-------------------------------- */
@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    transform: translateY(-50%) translateX(-98%);
  }
}
@-webkit-keyframes cd-sequence-2 {
  0% {
    transform: translateY(-50%) translateX(-1.3158%);
  }
  100% {
    transform: translateY(-50%) translateX(-98.6842%);
  }
}
@keyframes cd-sequence-2 {
  0% {
    transform: translateY(-50%) translateX(-1.3158%);
  }
  100% {
    transform: translateY(-50%) translateX(-98.6842%);
  }
}
@-webkit-keyframes cd-sequence-3 {
  0% {
    transform: translateY(-50%) translateX(-2.5%);
  }
  100% {
    transform: translateY(-50%) translateX(-97.5%);
  }
}
@keyframes cd-sequence-3 {
  0% {
    transform: translateY(-50%) translateX(-2.5%);
  }
  100% {
    transform: translateY(-50%) translateX(-97.5%);
  }
}
.client-references {
  padding-top: 75px;
  padding-bottom: 50px;
}
.client-references .container > h1 {
  text-align: left;
  color: #42424e;
  margin-bottom: 100px;
}
.client-references .container > h2.updated-home {
  text-align: left;
  color: #42424e;
  margin-bottom: 100px;
}
.client-references .slider {
  overflow: hidden;
  padding-top: 52px;
  margin-top: -52px;
  padding-bottom: 15px;
  padding-right: 15px;
}
.client-references .slider-bullet {
  text-align: center;
  margin-top: 50px;
}
.client-references .slider-bullet span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0px 12px;
  border-radius: 50%;
  background-color: #caccce;
  cursor: pointer;
  transition: 0.4s;
}
.client-references .slider-bullet span:hover, .client-references .slider-bullet span.active {
  background-color: #a64686;
}
.client-references ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-references ul li {
  min-width: 28.966%;
  max-width: 28.966%;
  margin-right: 6.5%;
  position: relative;
  background-color: #ffffff;
}
.client-references ul li:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 15px;
  top: 15px;
  border: 2px solid #dedfe0;
  content: "";
}
.client-references ul li .client-logo {
  width: 140px;
  position: absolute;
  display: block;
  top: -50px;
  height: 100px;
  line-height: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
.client-references ul li .wrap {
  padding: 70px;
  position: relative;
}

.client-list {
  padding-top: 80px;
  padding-bottom: 150px;
}
.client-list ul {
  font-size: none;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: -50px;
  margin-right: -50px;
}
.client-list ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 25px 50px;
}

.contact-page {
  padding-top: 70px;
  padding-bottom: 150px;
}
.contact-page h1 {
  text-align: left;
}

.contact-form .form-control {
  font-size: 18px;
  padding: 39px 40px;
  border: 0;
  border-radius: 0;
  font-weight: normal;
}
.contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-form textarea.form-control {
  resize: none;
}

.custom-form {
  padding: 10px;
  max-width: 650px;
  margin: 0 auto;
}
.custom-form .form-control {
  padding: 14px;
  height: auto;
  border: 0;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
.custom-form .error .form-control {
  background-color: #EDD9D9;
}
.custom-form label.main {
  font-size: 18px;
  margin-bottom: 20px;
}
.custom-form label.main.required:after {
  content: "*";
  color: #a64686;
}
.custom-form input + span {
  font-size: 16px;
}
.custom-form .form-group {
  margin-bottom: 50px;
}

#appointment {
  padding: 100px 0;
  background-color: #272965;
  color: #ffffff;
  position: relative;
}
#appointment:before, #appointment:after {
  position: absolute;
  width: 100%;
  left: 0;
  background-image: url("../img/blue-triangle.png");
  height: 12px;
  background-repeat: repeat-x;
  content: "";
  z-index: 4;
}
#appointment:before {
  bottom: 100%;
}
#appointment:after {
  top: 100%;
  transform: rotate(180deg);
}
#appointment .form-control {
  font-size: 18px;
  padding: 26px 40px;
  height: auto;
  border: 1px solid #ffffff;
  border-radius: 0;
  font-weight: normal;
  background: none !important;
  color: #ffffff;
}
#appointment .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
#appointment .form-control::-moz-placeholder {
  color: #ffffff;
}
#appointment .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#appointment .form-control::-ms-input-placeholder {
  color: #ffffff;
}
#appointment .form-control::placeholder {
  color: #ffffff;
}
#appointment .form-control:focus {
  outline: none;
  box-shadow: none;
}
#appointment .form-control option {
  color: #000000;
}
#appointment textarea.form-control {
  resize: none;
}

.search-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.search-section ul {
  list-style: none;
  padding: 0;
}
.search-section ul h2 {
  font-size: 15px;
}
.search-section a {
  color: #117e94;
}

#modal-2 {
  line-height: 100vh;
  text-align: center;
  padding: 10px;
}
#modal-2 .search-form {
  width: 100%;
  max-width: 1024px;
  display: inline-block;
  line-height: normal;
  position: relative;
}
#modal-2 .search-form .btn.icon-search {
  background: none;
  border: none;
  color: #000000;
  padding: 0;
  font-size: 20px;
  width: 20px;
  height: 22.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
#modal-2 .search-form .input-group {
  display: block;
}
#modal-2 .search-form .form-control {
  padding: 20px;
  height: auto;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
}

@media screen and (max-width: 1770px) {
  .header .nav li {
    font-size: 14px;
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
}
@media screen and (max-width: 920px) {
  .client-references ul li .wrap {
    padding: 35px;
    padding-top: 70px;
    position: relative;
  }
}
@media screen and (max-width: 1280px) {
  .client-references ul li {
    min-width: 46.5%;
    max-width: 46.5%;
    margin-right: 7%;
  }
}
@media screen and (max-width: 1116px) {
  .header .logo {
    width: 10%;
  }

  .service-list ul {
    margin: 0;
  }
  .service-list ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1476px) {
  .header .nav li {
    font-size: 12px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}
@media screen and (max-width: 1400px) {
  .home.client-list ul li {
    width: 100px;
    height: 60px;
  }
  .home.client-list ul li img {
    max-width: 100%;
    max-height: 100%;
  }

  .contact-page > .container {
    padding: 10px;
  }

  #appointment {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1300px) {
  ul.category {
    font-size: 14px;
  }

  .section .team li {
    width: calc(100% / 5);
  }

  .main-banner {
    padding-bottom: 50px;
  }

  ul.team.container {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  ul.team.container li {
    margin-right: 5px;
  }

  .header .nav {
    margin-right: -20px;
  }
  .header .nav li .language {
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    min-width: 60px;
  }
  .header .nav li .language > * {
    font-size: 12px;
  }
  .header .nav [class*=icon-] {
    font-size: 30px;
  }
  .header .nav li.menu {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  .header .nav li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .photo-gallery-list > ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .photo-gallery-list > ul > li {
    width: 33.3%;
    padding: 5px;
  }
}
@media screen and (max-width: 1200px) {
  ul.category a {
    padding: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .header .nav li {
    font-size: 11px;
  }

  ul.category {
    margin-top: -10px;
  }
  ul.category li {
    margin-bottom: 15px;
  }
  ul.category li a:after {
    left: 5px;
    bottom: 5px;
  }

  .what-we-do .container > .col:before {
    left: 50%;
  }

  .what-we-do .container > .col:after {
    display: none;
  }

  .what-we-do .col {
    width: 50%;
  }
  .what-we-do .col ul li:hover .icon, .what-we-do .col ul li:hover a {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .scroll {
    display: none;
  }

  .appointment-fixed {
    transform: none;
    right: 10px;
    bottom: 0;
    left: auto;
    top: auto;
  }

  .news-list > .container > ul > li {
    width: 100%;
  }

  .news-list .old .side-img img {
    display: none;
  }

  .news-list .old ul.list {
    width: 100%;
  }

  .news-list .old .pagination {
    width: 100%;
    text-align: center;
  }

  .pin-wrap {
    display: none;
  }
}
@media screen and (max-width: 965px) {
  .main-banner object {
    width: 65%;
  }
}
@media screen and (max-width: 913px) {
  ul.category {
    margin-top: -30px;
  }

  .what-we-do .section-name h1 {
    font-size: 20px;
    left: calc(50% - 40px);
  }
}
@media screen and (max-width: 1112px) {
  ul.category {
    font-size: 12px;
  }
  ul.category li {
    margin-bottom: 10px;
  }
  ul.category a:after {
    display: none;
  }
  ul.category a {
    padding: 15px;
  }

  .service-list .clearfix h3 a {
    font-size: 16px;
  }

  .service-list ul h3.updated-home {
    min-height: 44px;
    height: initial;
  }

  .projects ul.tabs li {
    font-size: 14px;
  }

  .header .nav {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 0;
  }
  .header .nav li {
    font-size: 9px;
  }
  .header .logo {
    width: 100%;
    text-align: center;
    max-width: 100% !important;
  }
  .header .logo img {
    max-width: 200px;
  }

  .what-we-do .section-name {
    position: static;
    height: auto;
    width: 100%;
  }
  .what-we-do .section-name img {
    display: none;
  }
  .what-we-do .section-name h1 {
    position: static;
    margin-bottom: 40px;
  }

  .home.client-list {
    height: auto;
    padding-bottom: 30px;
  }
  .home.client-list ul {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .header .nav {
    position: relative;
    width: 100%;
    clear: both;
    text-align: justify;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .header .nav li.triangle {
    display: none !important;
  }
  .header .language {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .process-overview ul li {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .process-overview ul {
    display: block;
  }

  .process-overview ul .image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .process-overview ul h1 {
    text-align: center;
  }

  .process-overview ul h4.updated-home {
    text-align: center;
  }

  .process-overview ul:before {
    display: none;
  }

  .service-list ul li {
    width: auto;
    width: 50%;
    padding: 20px;
  }

  .service-single .similar .col::before {
    display: none;
  }

  ul.category {
    display: none;
  }

  .similar .row ul:before {
    display: none;
  }

  .header .nav {
    text-align: center;
    width: 100% !important;
  }
  .header .nav li {
    display: none;
  }
  .header .nav li.menu, .header .nav li.language-wrap {
    display: inline-block;
  }

  .what-we-do {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section .about {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .header .container {
    width: 100%;
  }

  .header .nav > li {
    margin: 2px !important;
  }

  .what-we-do .section-name h1 {
    font-size: 16px;
  }

  .what-we-do .section-name h2.update-home {
    font-size: 16px;
  }

  .main-banner .container {
    padding-right: 0;
  }

  .projects .slider-wrap {
    margin-bottom: 30px;
  }

  .client-references ul li {
    min-width: 100%;
    max-width: 100%;
  }

  .client-list {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .service-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-list .section-description {
    margin-bottom: 30px;
  }

  .latest-projects {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .news-list {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .news-list .old .pagination {
    margin-top: 20px;
  }

  .news-single .text {
    padding-bottom: 0;
  }

  .news-single {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .social-icons {
    padding-bottom: 20px;
  }

  .news-list.similar-news {
    padding-bottom: 30px;
  }

  .projects {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .projects.home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .projects .custom-paginate .pagination {
    margin-top: 20px;
  }

  .projects .slider-wrap {
    margin-bottom: 0;
  }

  .project-item .cover-wrap {
    padding-top: 20px;
  }

  .photo-gallery-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .similar {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .section .team li {
    width: calc(100% / 3);
  }

  .what-we-do .section-name h1 {
    left: calc(50% - 40px);
    bottom: 0px;
  }

  .language {
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  .header {
    text-align: left;
    padding: 20px;
  }
}
@media screen and (max-width: 720px) {
  .projects .slider-wrap ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .scroll {
    display: none;
  }

  .similar .row ul {
    margin-bottom: 100px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .similar .row ul:before {
    display: none;
  }

  .photo-gallery-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .photo-gallery-list > ul > li {
    width: 50%;
  }

  .main-banner object {
    width: 60%;
  }

  ul.category {
    font-size: 10px;
    margin-top: -35px;
  }
  ul.category li {
    margin-bottom: 5px;
  }
  ul.category a {
    padding: 10px;
  }

  .what-we-do .container > .col:before {
    display: none;
  }

  .what-we-do .col {
    width: 100%;
  }
  .what-we-do .col ul li:hover .icon, .what-we-do .col ul li:hover a {
    margin-left: -50px;
  }
}
@media screen and (max-width: 660px) {
  .main-banner {
    padding: 44px 0 20px;
  }

  .section .about {
    padding-top: 20px;
  }

  .section h1 {
    margin-bottom: 20px;
  }

  .section h2.updated-home {
    margin-bottom: 20px;
  }

  .section h4.updated-home {
    margin-bottom: 20px;
  }

  .projects ul.tabs {
    margin-bottom: 50px;
  }
  .projects ul.tabs li {
    font-size: 14px;
    line-height: normal;
    height: 55px;
  }
  .projects ul.tabs li .middle {
    vertical-align: middle;
  }
  .projects ul.tabs li:after {
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .header .mobile-only {
    display: none;
  }
  .header .nav {
    display: none;
    width: auto;
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  .header .nav li {
    display: none;
  }
  .header #menu-checkbox:checked + .nav {
    display: block;
  }

  .section .team li {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .what-we-do .section-name h1 {
    left: calc(50% - 30px);
  }

  .what-we-do .section-name {
    width: 85%;
  }

  .what-we-do .k-section-name {
    width: 100%;
  }

  ul.category {
    display: none;
  }

  .footer .row .col-xs-8 {
    width: 83.33333333%;
    text-align: right;
    margin-top: 1.5%;
  }

  .main-banner {
    background-position: 0 50px, 0 0;
    padding-bottom: 50px;
  }
  .main-banner object {
    width: 100%;
    position: relative;
  }

  .projects .slider-wrap ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .project-item .covers li {
    width: 100%;
  }
  .project-item .cover {
    width: 100%;
    margin: 0;
  }
  .project-item .description {
    width: 100%;
    margin: 0;
  }

  .language {
    margin-top: 3%;
  }
}
@media screen and (max-width: 400px) {
  .language {
    margin-top: 2%;
  }
}
@media screen and (max-width: 350px) {
  .language {
    margin-top: 1%;
  }
}
.service-list .slick-slider li {
  padding: 0 10px !important;
}

.grecaptcha-badge {
  display: none !important;
}

.k-main-bottom-arrow-bg {
  bottom: -40px !important;
}

a:focus {
  outline: none;
}

.k-section-header {
  font-size: 25px !important;
  font-family: "BPG Glaho WEB Caps", sans-serif !important;
}

.k-contact-header {
  font-size: 25px !important;
}

.k-acticle-header {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #272965 !important;
  margin: 15px 0 0 0 !important;
}

.k-section-more {
  color: #101319 !important;
  font-size: 15px !important;
  font-family: "BPG Glaho WEB Caps", sans-serif !important;
  transition-duration: 0.3s;
}

.k-section-more:hover {
  color: #117e94 !important;
  font-size: 15px !important;
  text-decoration: none;
}

.k-wharwedo li a {
  margin-left: 0 !important;
  transition-duration: 0.3s;
}

.k-wharwedo li div.wrap {
  display: inline-block;
  width: 10%;
}

.k-wharwedo li:hover a:hover {
  text-decoration: none;
  color: #f1c318 !important;
}

.section .team li img {
  height: 100% !important;
}

.section .team li {
  padding: 0 20px;
}

.section .team li:hover {
  cursor: pointer;
}

.service-list.white-bg .slick-arrow:before {
  color: black;
}

.what-we-do ul li:hover img, .what-we-do ul li:hover a {
  margin-left: 0;
}

.what-we-do .col ul li:hover .icon, .what-we-do .col ul li:hover a {
  margin-left: 0;
  padding-left: 20px;
}

.what-we-do .col ul li:hover .icon, .what-we-do .col ul li a {
  padding-left: 10px;
}

@media only screen and (max-width: 661px) {
  .projects ul.tabs li h3.updated-home {
    margin-top: 10px;
  }

  .home.client-list:before {
    left: 0;
  }

  .home.client-list .see-all-wrap span {
    margin-left: 0;
  }

  .k-wharwedo li a {
    margin-left: -10px !important;
  }

  .what-we-do .k-section-header.hidable {
    position: initial !important;
    margin-top: 12px !important;
    margin-bottom: 34px !important;
  }

  .k-home-about-text-sec {
    height: 237px !important;
    overflow: hidden;
  }

  .projects .slider-wrap ul li {
    padding: 0;
  }

  .k-section-more {
    margin: 24px 0 0 20px !important;
    display: block;
  }

  .what-we-do .k-wharwedo ul .wrap {
    text-align: initial;
    width: 25%;
  }

  .what-we-do .k-wharwedo ul li:hover img {
    margin-left: 0;
  }

  .projects ul.tabs li h3.updated-home {
    font-size: 13px;
  }

  .main-banner {
    padding: 70px 0 20px;
  }

  .projects .slider-wrap ul li:hover {
    padding: 0 !important;
  }

  .custom-paginate > ul.pagination li {
    font-size: 25px;
  }

  .k-latest-projects div.col {
    margin-top: 40px;
  }

  .project-item .cover-wrap {
    width: 100%;
  }

  .k-contact-header {
    margin-bottom: 40px !important;
  }
  table.padding tbody tr td{
    padding: 10px;
  }
  table.padding tbody tr td{
    padding: 10px;
  }
}
