﻿/**/
/**/
.hermes .tp-bullet {
  overflow: inherit;
  width: 10px;
  height: 10px;
  box-shadow: inset 0 0 0 1px #fff; }
  .hermes .tp-bullet:hover, .hermes .tp-bullet.selected {
    background-color: white; }
  .hermes .tp-bullet:after {
    display: none; }

#MainSlider {
  position: relative; }

/*.maps {
    height: 68vh;
    background-image: url(/Content/images/world-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 70%;
    position: relative;*/
/*

    .google-map {
        background-color: #e0e0e0;
        height: 100rem;
        max-height: 100vh;
    }*/
/*}*/
.co-location {
  height: 70vh;
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .co-location {
      height: 102vh; } }
  .co-location #map {
    height: 100%;
    width: 100%;
    position: absolute; }
    @media (max-width: 768px) {
      .co-location #map {
        display: none; } }
  .co-location #mapMobile {
    height: 100%;
    width: 100%;
    position: absolute; }
    @media (min-width: 768px) {
      .co-location #mapMobile {
        display: none; } }
  .co-location .dashboard {
    width: 65vh;
    min-height: 42vh;
    height: auto;
    background-color: #76a1c4;
    z-index: 3;
    display: inline-block;
    right: 18vh;
    top: 15vh;
    position: absolute;
    border-radius: 3px; }
    @media (max-width: 768px) {
      .co-location .dashboard {
        width: 100%;
        min-height: 50%;
        right: 0;
        top: 0;
        height: auto; } }
    @media (min-width: 1024px) {
      .co-location .dashboard {
        min-height: 55vh;
        right: 8vh;
        top: 7vh;
        height: auto; } }
    @media (min-width: 1440px) {
      .co-location .dashboard {
        min-height: 56vh;
        right: 11vh;
        top: 5vh;
        height: auto; } }
    @media (min-width: 1680px) {
      .co-location .dashboard {
        min-height: 50vh;
        right: 10vh;
        top: 9vh;
        height: auto; } }
    @media (min-width: 1920px) {
      .co-location .dashboard {
        min-height: 48vh;
        right: 13vh;
        top: 9vh;
        height: auto; } }
    .co-location .dashboard .circle {
      border: solid 1px white;
      top: 3%;
      right: 2.5%;
      width: 95%;
      height: 94.5%;
      position: absolute;
      padding: 25px;
      display: grid;
      align-items: center; }
      .co-location .dashboard .circle .big-title {
        font-size: 3.5vh;
        color: white;
        margin-left: 40px;
        font-weight: 700;
        margin-top: 10px; }
      .co-location .dashboard .circle .adress {
        color: white; }
        .co-location .dashboard .circle .adress h1 {
          color: white;
          display: grid;
          grid-template-columns: 40px 1fr 40px;
          align-items: center;
          justify-items: start;
          font-size: 3vh;
          font-weight: 500; }
          .co-location .dashboard .circle .adress h1 a {
            text-decoration: none;
            color: white;
            font-size: 3vh;
            font-weight: 500; }
        .co-location .dashboard .circle .adress p {
          color: white;
          margin-left: 40px;
          font-size: 2vh;
          font-weight: 400; }

.Slider-owl .item {
  display: flex;
  overflow: hidden;
  position: relative; }
  .Slider-owl .item img {
    width: 100%; }
    @media (min-width: 992px) {
      .Slider-owl .item img {
        /*position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    min-height: 100%;
                    min-width: 100%;
                    width: auto;*/
        min-width: 100%;
        width: auto;
        height: 120%; } }
  .Slider-owl .item .caption {
    position: absolute;
    z-index: 1;
    font-size: 50px;
    font-weight: 700;
    color: white;
    line-height: .9;
    letter-spacing: -.025em;
    bottom: 50%;
    left: 30px;
    transform: translateY(50%); }
    @media (min-width: 992px) {
      .Slider-owl .item .caption {
        bottom: 100px;
        left: 112px;
        font-size: 110px;
        transform: translateY(0); } }
    .Slider-owl .item .caption:before {
      position: absolute;
      content: '';
      width: 10px;
      right: 100%;
      top: 0;
      bottom: 0;
      margin-right: 10px;
      background-color: white; }
      @media (min-width: 992px) {
        .Slider-owl .item .caption:before {
          width: 19px;
          margin-right: 40px; } }
    .Slider-owl .item .caption span {
      font-size: 30px;
      display: block; }
      @media (min-width: 992px) {
        .Slider-owl .item .caption span {
          font-size: 47px; } }

.Slider-owl .owl-dots {
  position: absolute;
  bottom: 25px;
  right: 15px;
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .Slider-owl .owl-dots {
      bottom: 100px;
      right: 65px; } }
  .Slider-owl .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background-color: white;
    margin: 0 2px;
    transition: .3s ease;
    border: 3px solid transparent; }
    @media (min-width: 992px) {
      .Slider-owl .owl-dots .owl-dot span {
        width: 17px;
        height: 17px;
        border: 5px solid transparent; } }
  .Slider-owl .owl-dots .owl-dot.active span, .Slider-owl .owl-dots .owl-dot:hover span {
    width: 18px;
    height: 18px;
    background-color: #457299;
    border-color: white; }
    @media (min-width: 992px) {
      .Slider-owl .owl-dots .owl-dot.active span, .Slider-owl .owl-dots .owl-dot:hover span {
        width: 27px;
        height: 27px; } }

@media (max-width: 1600px) {
  .tp-bullets {
    top: initial !important;
    bottom: -76px !important; } }

@media (max-width: 991px) {
  #MainSlider {
    margin-top: 0; }
  .tp-bullets {
    bottom: -85px !important; } }

.work-carousel {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 138px;
  background-image: url("../images/pattern-1.jpg");
  color: white; }

.work-carousel p {
  margin-bottom: 0; }

.work-carousel .carousel-inner {
  padding: 10px 48px;
  display: flex;
  align-items: center; }

.work-carousel .carousel-inner .head {
  display: flex;
  align-items: center; }

.work-carousel .carousel-inner .head i {
  font-size: 68px;
  vertical-align: middle;
  line-height: .7; }

.work-carousel .carousel-inner .head p {
  font-weight: 700;
  font-size: 22px;
  margin-left: 21px;
  white-space: nowrap; }

.work-carousel .carousel-inner .head p::after {
  content: ':';
  margin-left: 20px;
  margin-right: 20px; }

.work-carousel .carousel-inner .item {
  font-size: 20px;
  font-weight: 300; }

.work-carousel .work-social {
  display: flex; }

.work-carousel .work-social > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 89px;
  line-height: .7;
  color: white;
  background-image: url("../images/pattern-2.jpg"); }

.work-carousel .work-social > a:nth-child(2) {
  background-image: url("../images/pattern-3.jpg"); }

.work-carousel .work-social > a:nth-child(3) {
  background-image: url("../images/pattern-4.jpg"); }

.work-carousel .work-social > a:hover {
  filter: alpha(opacity=90);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }

#center-carousel {
  overflow: hidden;
  width: 100%; }

#center-carousel > [class*="col-"] {
  padding: 0; }

#carousel-right-index .carousel-inner {
  background: #835b48; }

#carousel-right-index .carousel-inner img {
  width: 100%; }

#carousel-right-index .item:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  bottom: 0;
  display: block;
  background: -moz-linear-gradient(top, rgba(130, 95, 79, 0) 52%, rgba(130, 95, 79, 0) 53%, rgba(131, 91, 72, 0.49) 72%, #835b48 92%);
  background: -webkit-linear-gradient(top, rgba(130, 95, 79, 0) 52%, rgba(130, 95, 79, 0) 53%, rgba(131, 91, 72, 0.49) 72%, #835b48 92%);
  background: linear-gradient(to bottom, rgba(130, 95, 79, 0) 52%, rgba(130, 95, 79, 0) 53%, rgba(131, 91, 72, 0.49) 72%, #835b48 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00825f4f', endColorstr='#835b48',GradientType=0 ); }

#carousel-right-index .carousel-inner .carousel-caption {
  top: initial;
  bottom: -427px;
  right: 0;
  padding: 0 87px 137px 0;
  text-align: right; }

#carousel-right-index .carousel-inner .carousel-caption p {
  width: 75%;
  float: right; }

#carousel-right-index .item {
  margin-bottom: 427px; }

#carousel-left-index .carousel-inner {
  background: #1d628b; }

#carousel-left-index .carousel-inner img {
  width: 100%; }

#carousel-left-index .item:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  display: block;
  background: -moz-linear-gradient(top, #1d628b 8%, rgba(29, 98, 139, 0.43) 29%, rgba(93, 138, 178, 0) 45%, rgba(97, 141, 180, 0) 46%);
  background: -webkit-linear-gradient(top, #1d628b 8%, rgba(29, 98, 139, 0.43) 29%, rgba(93, 138, 178, 0) 45%, rgba(97, 141, 180, 0) 46%);
  background: linear-gradient(to bottom, #1d628b 8%, rgba(29, 98, 139, 0.43) 29%, rgba(93, 138, 178, 0) 45%, rgba(97, 141, 180, 0) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d628b', endColorstr='#00618db4',GradientType=0 ); }

#carousel-left-index .item:after {
  background: rgba(29, 98, 139, 0.3);
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1; }

#carousel-right-index .item:after {
  background: rgba(189, 141, 101, 0.3);
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1; }

#carousel-left-index .carousel-inner .carousel-caption {
  bottom: initial;
  top: -427px;
  left: 0;
  padding: 93px 0 0 80px;
  text-align: left; }

#carousel-left-index .carousel-inner .carousel-caption p {
  width: 75%; }

#carousel-left-index .item {
  margin-top: 427px; }

.center-carousel .carousel-caption h3 {
  font-weight: 500;
  font-size: 33px;
  letter-spacing: -3px;
  margin-bottom: -13px; }

.center-carousel .carousel-caption h2 {
  font-weight: 800;
  font-size: 60px; }

.center-carousel .carousel-caption p {
  font-weight: 300;
  font-size: 23px;
  margin-top: 10px;
  line-height: 130%; }

#center-carousel .row {
  margin: 0; }

#center-carousel .col-sm-6 {
  padding: 0; }

.center-carousel:before {
  content: '';
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  border: 3px solid white;
  z-index: 1; }

.center-carousel .item:after {
  content: '';
  position: absolute;
  background-image: url("../images/pattern-5.png");
  top: -457px;
  bottom: -457px;
  left: 0;
  width: 100%;
  height: 300%;
  opacity: .16; }

.center-carousel .carousel-indicators {
  left: 85px;
  bottom: 50px; }

.carousel-indicators li {
  background-color: white;
  width: 15px;
  height: 15px; }

.carousel-indicators .active {
  background: #457299;
  border-width: 3px;
  width: 19px;
  height: 19px; }

.quppa-menu {
  padding: 66px 25px 34px 25px;
  position: relative;
  color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%; }

/*.quppa-menu:after {
    content: "";
    
    opacity: 0.35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.quppa-menu:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(148,173,195);
    z-index: -1
}*/
.quppa-menu h1 {
  font-weight: 800;
  font-size: 92px;
  text-align: center; }

.quppa-menu p {
  font-weight: 200;
  font-size: 43px;
  text-align: center;
  letter-spacing: 11px;
  margin: 0 0 44px 10px; }

.masonry {
  display: table;
  margin-left: auto;
  margin-right: auto; }

.masonry:after {
  content: '';
  display: block;
  clear: both; }

.item-quppa-sizer,
.item-quppa {
  width: 25%; }

.item-quppa {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px; }

.item-quppa img {
  width: 100%; }

.item-quppa a {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*padding-left: 3px;
    padding-right: 3px;*/
  overflow: hidden; }

.item-quppa a:before {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(123, 165, 222, 0.25);
  transition: all .3s ease; }

.item-quppa a:hover:before {
  background: rgba(123, 165, 222, 0.05); }

.item-quppa .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  background: #7ba5de;
  min-height: 60px;
  font-size: 24px;
  color: white;
  text-align: left;
  font-weight: 400;
  text-shadow: initial;
  padding: 15px 25px;
  letter-spacing: -.025em; }

.item-quppa .carousel-caption span {
  font-weight: 900;
  letter-spacing: -.025em; }

#quppa-menu-carousel .item:nth-child(12n+2) .carousel-caption,
.item-quppa:nth-child(12n+2) .carousel-caption {
  background: #d456b1; }

#quppa-menu-carousel .item:nth-child(12n+3) .carousel-caption,
.item-quppa:nth-child(12n+3) .carousel-caption {
  background: #00cfb5; }

#quppa-menu-carousel .item:nth-child(12n+4) .carousel-caption,
.item-quppa:nth-child(12n+4) .carousel-caption {
  background: #feae5c; }

#quppa-menu-carousel .item:nth-child(12n+5) .carousel-caption,
.item-quppa:nth-child(12n+5) .carousel-caption {
  background: #ff7c6f; }

#quppa-menu-carousel .item:nth-child(12n+6) .carousel-caption,
.item-quppa:nth-child(12n+6) .carousel-caption {
  background: #e56100; }

#quppa-menu-carousel .item:nth-child(12n+7) .carousel-caption,
.item-quppa:nth-child(12n+7) .carousel-caption {
  background: #38e520; }

#quppa-menu-carousel .item:nth-child(12n+8) .carousel-caption,
.item-quppa:nth-child(12n+8) .carousel-caption {
  background: #d93662; }

#quppa-menu-carousel .item:nth-child(12n+9) .carousel-caption,
.item-quppa:nth-child(12n+9) .carousel-caption {
  background: #4cb6c2; }

#quppa-menu-carousel .item:nth-child(12n+10) .carousel-caption,
.item-quppa:nth-child(12n+10) .carousel-caption {
  background: #477158; }

#quppa-menu-carousel .item:nth-child(12n+11) .carousel-caption,
.item-quppa:nth-child(12n+11) .carousel-caption {
  background: #c53f30; }

#quppa-menu-carousel .item:nth-child(12n) .carousel-caption,
.item-quppa:nth-child(12n) .carousel-caption {
  background: #3e768d; }

#quppa-menu-carousel .item:nth-child(12n+1) .carousel-caption,
.item-quppa:nth-child(12n+1) .carousel-caption {
  background: #f4a4a8; }

#quppa-menu-carousel .item {
  width: 100%; }

#quppa-menu-carousel .item img {
  margin: 0 auto;
  width: 100%;
  height: auto; }

.quppa-menu > a {
  color: white;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  border: 2px solid white;
  display: block;
  width: 100%;
  padding: 22px 0;
  margin-top: 35px; }

.last-section {
  margin-right: initial;
  margin-left: initial; }

.last-section img {
  width: 100%; }

.last-section .col-sm-6 {
  padding: 0;
  overflow: hidden; }

.last-section .col-sm-6:before {
  content: '';
  position: absolute;
  top: 32px;
  left: 26px;
  right: 26px;
  bottom: 32px;
  border: 1px solid #43155e;
  z-index: 1; }

.last-section a {
  position: relative; }

.last-section a .effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: all .25s; }

.last-section a:hover .effect {
  opacity: 1; }

.last-section a:first-child .col-sm-6:after {
  content: '';
  position: absolute;
  bottom: 32px;
  left: 26px;
  width: 517px;
  height: 188px;
  background-image: url("../images/last-left-figure.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.last-section a:last-child .col-sm-6:after {
  content: '';
  position: absolute;
  bottom: 32px;
  right: 26px;
  width: 517px;
  height: 188px;
  background-image: url("../images/last-left-figure.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.last-section a:first-child .col-sm-6 p {
  content: '';
  position: absolute;
  font-weight: 500;
  bottom: 28px;
  left: 59px;
  color: white;
  font-size: 53px;
  z-index: 1;
  letter-spacing: -1px;
  line-height: 135%; }

.last-section a:last-child .col-sm-6 p {
  content: '';
  position: absolute;
  font-weight: 500;
  bottom: 28px;
  right: 59px;
  color: white;
  font-size: 53px;
  z-index: 1;
  letter-spacing: -1px;
  line-height: 135%; }

.last-section a img {
  transition: all .4s; }

.last-section a:hover img {
  transform: scale(1.04);
  transform-origin: center center; }

.harita-kutu {
  height: 507px;
  z-index: 0 !important; }

.harita-text {
  position: relative;
  top: -402px;
  text-align: center;
  font-weight: 700;
  font-size: 49px;
  z-index: 1;
  color: rgba(139, 161, 157, 0.5);
  height: 50px;
  margin-top: -50px; }

.harita-text span {
  font-weight: 500;
  font-size: 25px;
  color: #545579;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0; }

.center-carousel:before {
  pointer-events: none; }

@media (max-width: 1600px) {
  .work-carousel {
    min-height: 104px; }
  .work-carousel .carousel-inner {
    padding: 10px 30px; }
  .work-carousel .work-social > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 65px; }
  .work-carousel .carousel-inner .head p {
    font-size: 18px;
    margin-left: 15px; }
  .work-carousel .carousel-inner .head i {
    font-size: 45px; }
  .work-carousel .carousel-inner .item {
    font-size: 17px; }
  .center-carousel .carousel-caption h3 {
    font-size: 26px;
    letter-spacing: -2.5px;
    margin-bottom: -8px; }
  .center-carousel .carousel-caption h2 {
    font-size: 48px; }
  .center-carousel .carousel-caption p {
    font-size: 14px;
    margin-top: 10px; }
  #carousel-right-index .carousel-inner .carousel-caption {
    bottom: -267px;
    padding: 0 53px 85px 0; }
  #carousel-right-index .item {
    margin-bottom: 267px; }
  #carousel-left-index .carousel-inner .carousel-caption {
    top: -267px;
    padding: 58px 0 0 50px; }
  #carousel-left-index .item {
    margin-top: 267px; }
  .item-quppa .carousel-caption {
    font-size: 18px;
    padding: 18px 15px; }
  .quppa-menu h1 {
    font-size: 57px; }
  .quppa-menu p {
    font-size: 26px;
    letter-spacing: 7px;
    margin: 0 0 27px 10px; }
  .quppa-menu {
    padding: 30px 25px 35px 25px; }
  .quppa-menu > a {
    padding: 16px 0;
    font-size: 21px;
    margin-top: 25px; }
  .last-section a:first-child .col-sm-6 p,
  .last-section a:last-child .col-sm-6 p {
    font-size: 32px; }
  .last-section a:first-child .col-sm-6:after,
  .last-section a:last-child .col-sm-6:after {
    width: 322px;
    height: 118px; } }

@media (max-width: 1199px) {
  .work-carousel {
    min-height: 95px; }
  .center-carousel .carousel-caption h3 {
    font-size: 22px;
    letter-spacing: -2.3px;
    margin-bottom: -6px; }
  .center-carousel .carousel-caption h2 {
    font-size: 40px; }
  .center-carousel .carousel-caption p {
    font-size: 12px;
    margin-top: 5px; }
  #carousel-right-index .carousel-inner .carousel-caption {
    bottom: -220px;
    padding: 0 45px 70px 0; }
  #carousel-right-index .item {
    margin-bottom: 220px; }
  #carousel-left-index .carousel-inner .carousel-caption {
    top: -220px;
    padding: 47px 0 0 41px; }
  #carousel-left-index .item {
    margin-top: 220px; }
  .item-quppa-sizer,
  .item-quppa {
    width: 50%; }
  .quppa-menu h1 {
    font-size: 47px; }
  .quppa-menu p {
    font-size: 22px;
    letter-spacing: 5.6px;
    margin: 0 0 22px 10px; }
  .quppa-menu {
    padding: 24px 20px 20px 20px; }
  .quppa-menu > a {
    padding: 12px 0;
    font-size: 18px;
    margin-top: 15px; }
  .last-section a:first-child .col-sm-6 p {
    font-size: 27px;
    left: 35px;
    bottom: 20px; }
  .last-section a:last-child .col-sm-6 p {
    font-size: 27px;
    bottom: 20px;
    right: 35px; }
  .last-section a:first-child .col-sm-6:after {
    left: 20px;
    width: 267px;
    height: 99px;
    bottom: 20px; }
  .last-section a:last-child .col-sm-6:after {
    right: 20px;
    width: 267px;
    height: 99px;
    bottom: 20px; }
  .last-section .col-sm-6:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px; }
  .tp-bullets {
    bottom: -113px !important; } }

@media (max-width: 991px) {
  .work-carousel {
    min-height: 60px; }
  .work-carousel .carousel-inner {
    padding: 10px 15px; }
  .work-carousel .work-social > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 35px; }
  .work-carousel .carousel-inner .head p {
    font-size: 15px;
    margin-left: 10px; }
  .work-carousel .carousel-inner .head i {
    font-size: 25px; }
  .work-carousel .carousel-inner .item {
    font-size: 15px; }
  .center-carousel .carousel-caption h3 {
    font-size: 16px;
    letter-spacing: -1.8px;
    margin-bottom: -4px; }
  .center-carousel .carousel-caption h2 {
    font-size: 29px; }
  .center-carousel .carousel-caption p {
    font-size: 12px;
    margin-top: 5px; }
  #carousel-right-index .carousel-inner .carousel-caption {
    bottom: -170px;
    padding: 0 45px 70px 0; }
  #carousel-right-index .item {
    margin-bottom: 170px; }
  #carousel-left-index .carousel-inner .carousel-caption {
    top: -170px;
    padding: 30px 0 0 30px; }
  #carousel-left-index .item {
    margin-top: 170px; }
  .center-carousel:before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid white; }
  .center-carousel .carousel-indicators {
    left: 60px;
    bottom: 10px; }
  #carousel-right-index .carousel-inner .carousel-caption p {
    width: 100%; }
  .carousel-indicators li {
    height: 12px;
    width: 12px; }
  .carousel-indicators .active {
    height: 15px;
    width: 15px; }
  .item-quppa .carousel-caption {
    font-size: 13px;
    padding: 12px 5px;
    height: 40px; }
  .quppa-menu h1 {
    font-size: 37px; }
  .quppa-menu p {
    font-size: 17px;
    letter-spacing: 4.7px;
    margin: 0 0 22px 6px; }
  .quppa-menu {
    padding: 18px 15px 15px 15px; }
  .quppa-menu > a {
    padding: 8px 0;
    font-size: 18px;
    margin-top: 10px; }
  .last-section a:first-child .col-sm-6 p,
  .last-section a:last-child .col-sm-6 p {
    font-size: 21px; }
  .last-section a:first-child .col-sm-6:after,
  .last-section a:last-child .col-sm-6:after {
    width: 207px;
    height: 77px; }
  .tp-bullets {
    bottom: -113px !important; } }

@media (max-width: 767px) {
  .work-carousel {
    height: auto;
    flex-wrap: wrap; }
  .work-carousel .carousel-inner .head p {
    font-size: 17px; }
  .work-carousel .carousel-inner .head i {
    font-size: 35px; }
  .work-carousel .carousel-inner {
    padding: 25px;
    flex-wrap: wrap; }
  .work-carousel .work-social {
    width: 100%; }
  .work-carousel .carousel-inner .item {
    font-size: 15px;
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .work-carousel .work-social > a {
    font-size: 38px;
    width: 33.333%;
    min-height: 64px; }
  #carousel-right-index .carousel-inner .carousel-caption {
    bottom: 0;
    padding: 0 25px 22px 25px;
    left: 0;
    text-align: left; }
  #carousel-right-index .carousel-inner .carousel-caption p {
    width: 75%;
    float: initial; }
  #carousel-right-index .item {
    margin-bottom: initial; }
  #carousel-right-index .carousel-inner:before {
    bottom: 0; }
  #carousel-left-index .carousel-inner .carousel-caption {
    top: initial;
    padding: 0 0 22px 25px;
    bottom: 0; }
  #carousel-left-index .item {
    margin-top: initial; }
  .center-carousel .carousel-indicators {
    left: initial;
    right: -18%;
    bottom: 20px; }
  #carousel-left-index .item:before {
    background: -moz-linear-gradient(top, rgba(97, 141, 180, 0) 54%, rgba(29, 98, 139, 0.45) 71%, #1d628b 92%);
    background: -webkit-linear-gradient(top, rgba(97, 141, 180, 0) 54%, rgba(29, 98, 139, 0.45) 71%, #1d628b 92%);
    background: linear-gradient(to bottom, rgba(97, 141, 180, 0) 54%, rgba(29, 98, 139, 0.45) 71%, #1d628b 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00618db4', endColorstr='#1d628b',GradientType=0 ); }
  .quppa-menu {
    padding: 18px 23px 15px 23px; }
  .quppa-menu > a {
    margin-top: 46px; }
  .quppa-menu .carousel-indicators {
    bottom: -45px; }
  .item-quppa-sizer,
  .item-quppa {
    width: 100%; }
  .last-section a:first-child .col-sm-6 p {
    font-size: 24px;
    left: 35px;
    bottom: 5px; }
  .last-section a:last-child .col-sm-6 p {
    font-size: 24px;
    bottom: 5px;
    right: 35px; }
  .last-section a:first-child .col-sm-6:after,
  .last-section a:last-child .col-sm-6:after {
    width: 239px;
    height: 88px;
    bottom: 10px; }
  .last-section .col-sm-6:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px; }
  .last-section a:first-child .col-sm-6:after {
    left: 10px; }
  .last-section a:last-child .col-sm-6:after {
    right: 10px; }
  .harita-kutu {
    height: 304px; }
  .harita-text {
    top: -225px;
    font-size: 31px;
    z-index: 1; }
  .tp-bullets {
    bottom: -135px !important; }
  #quppa-menu-carousel .carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0; }
  #quppa-menu-carousel .carousel-caption span {
    font-weight: 400; } }

@media (max-width: 420px) {
  .center-carousel .carousel-indicators {
    right: -13%; }
  .center-carousel .carousel-caption h3 {
    font-size: 13px;
    letter-spacing: -1.8px;
    margin-bottom: -4px; }
  .center-carousel .carousel-caption h2 {
    font-size: 22px; }
  .center-carousel .carousel-caption p {
    font-size: 10px;
    margin-top: 0px;
    line-height: 100%;
    width: 75%; } }

.hermes .tp-bullet:hover, .hermes .tp-bullet {
  height: 17px;
  width: 17px;
  background-color: white; }

.hermes .tp-bullet:hover, .hermes .tp-bullet.selected {
  border: 3px solid white;
  height: 24px;
  width: 24px;
  background-color: #457299;
  margin: -5px; }

footer {
  margin-top: initial !important; }

.u119 {
  margin: 0 auto 60px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: .8;
  z-index: 1; }

.u119:hover {
  opacity: 1; }

.u119 p {
  position: absolute;
  color: white;
  font-size: 11px;
  font-weight: 900;
  width: 80px;
  bottom: -50px;
  left: -16px; }

.u119:hover .u119help-mouse-wheel:before,
.u119:hover .u119help-mouse-wheel:after {
  animation: indicator-up-down 1.5s infinite ease-in-out;
  -webkit-animation: indicator-up-down 1.5s infinite ease-in-out;
  -moz-animation: indicator-up-down 1.5s infinite ease-in-out;
  height: 8px;
  opacity: 0; }

.u119:hover .u119help-down {
  animation: arrow-down 0.3s infinite alternate;
  -webkit-animation: arrow-down 0.3s infinite alternate;
  -moz-animation: arrow-down 0.3s infinite alternate; }

.u119help-mouse-down {
  border: 3px solid #FFFFFF;
  border-radius: 17px;
  height: 50px;
  position: relative;
  background: transparent;
  width: 30px; }

.u119help-mouse-wheel {
  position: relative;
  left: 50%;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.u119help-mouse-wheel:before,
.u119help-mouse-wheel:after {
  content: '';
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: -2px;
  height: 4px;
  position: absolute;
  top: 5px;
  transition: top 0.5s, height 0.5s, opacity 0.5s;
  -webkit-transition: top 0.5s, height 0.5s, opacity 0.5s;
  -moz-transition: top 0.5s, height 0.5s, opacity 0.5s;
  width: 4px; }

.u119help-mouse-wheel:before {
  -moz-animation: scroll 1.5s 0.75s infinite ease-in-out;
  -webkit-animation: scroll 1.5s 0.75s infinite ease-in-out;
  animation: scroll 1.5s 0.75s infinite ease-in-out; }

.u119help-mouse-wheel:after {
  -moz-animation: scroll 1.5s infinite ease-in-out;
  -webkit-animation: scroll 1.5s infinite ease-in-out;
  animation: scroll 1.5s infinite ease-in-out; }

.u119help-down {
  -moz-animation: arrow-down 0.6s infinite alternate ease-in-out;
  -webkit-animation: arrow-down 0.6s infinite alternate ease-in-out;
  animation: arrow-down 0.6s infinite alternate ease-in-out;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  display: block;
  height: 9px;
  margin: 0 auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  width: 9px;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0; }

@-moz-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }

@-webkit-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }

@-o-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }

@keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    top: 15px;
    opacity: 0; } }

@-moz-keyframes indicator-up-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 20px; } }

@-webkit-keyframes indicator-up-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 20px; } }

@-o-keyframes indicator-up-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 20px; } }

@keyframes indicator-up-down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 20px; } }

@-moz-keyframes arrow-down {
  0% {
    margin-top: 1px; }
  100% {
    margin-top: 8px; } }

@-webkit-keyframes arrow-down {
  0% {
    margin-top: 1px; }
  100% {
    margin-top: 8px; } }

@-o-keyframes arrow-down {
  0% {
    margin-top: 1px; }
  100% {
    margin-top: 8px; } }

@keyframes arrow-down {
  0% {
    margin-top: 1px; }
  100% {
    margin-top: 8px; } }

@media (max-width: 1600px) {
  .u119 {
    bottom: 155px; } }

@media (max-width: 991px) {
  .u119 {
    bottom: 110px; } }

@media (max-width: 767px) {
  .u119 {
    display: none; } }

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px; }

.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
  color: white;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 4px; }
