.rowCentered,
.cellCentered {
  text-align: center;
}
.colCentered {
  display: inline-block;
  float: none;
  text-align: left;
}
body {
  font-family: 'Open Sans', sans-serif;
  overflow: hidden !important;
  background: #000;
  margin: 0 !important;
  padding: 0 !important;
}
.language {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 50%;
  margin-top: -31px;
  border-top: 2px solid #dedcdb;
  border-left: 2px solid #dedcdb;
  border-bottom: 2px solid #dedcdb;
  border-radius: 5px 0 0 5px;
  width: 29px;
}
.language ul {
  margin: 0;
  padding: 0;
}
.language ul li {
  list-style-type: none;
}
.language ul li a {
  color: #787878;
  padding: 5px;
  background: #fff;
  float: left;
  margin: 0;
  width: 29px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.language ul li a:hover {
  text-decoration: none;
  cursor: pointer;
}
.language ul li a.active {
  color: #333;
  background: #b2c64f;
}
nav.navbar {
  background: none;
  border: none;
  height: 85px;
}
nav.navbar .navbar-header {
  height: 84px;
}
nav.navbar .navbar-header .logo {
  max-width: 140px;
  background: none !important;
  outline: 0;
}
nav.navbar .navbar-header .logo:hover,
nav.navbar .navbar-header .logo:focus,
nav.navbar .navbar-header .logo:active {
  outline: 0;
  background: none !important;
}
nav.navbar .navbar-header .logo img {
  display: block;
  width: 100%;
}
nav.navbar .navbar-collapse ul {
  margin-top: 28px;
}
nav.navbar .navbar-collapse ul li {
  margin: 0 10px;
}
nav.navbar .navbar-collapse ul li a {
  color: #fff;
  font-size: 15px;
  padding-bottom: 5px;
  padding: 15px 0 6px 0;
  background: none !important;
}
nav.navbar .navbar-collapse ul li a:hover {
  color: #fff;
  background: none !important;
}
nav.navbar .navbar-collapse ul li a:focus {
  color: #fff !important;
  outline: 0;
  background: none !important;
}
nav.navbar .navbar-collapse ul li.active a {
  background: none;
  border-bottom: 5px solid #a3bc2c;
  color: #fff;
  padding: 15px 0 6px 0;
}
nav.navbar .navbar-collapse ul li.active a:hover {
  color: #fff;
  background: none !important;
}
nav.navbar .navbar-collapse ul li.active a:focus {
  color: #fff !important;
  outline: 0;
  background: none !important;
}
nav.navbar hr {
  display: none;
  margin-top: 0;
  border-top: 4px solid #d3d3d3;
}
.mobileNav {
  background: #fff;
  border-bottom: 1px solid #dfe6ec;
}
.mobileNavA {
  color: #000 !important;
}
nav.whiteNav {
  background: #fff;
  border-bottom: 1px solid #dfe6ec;
}
nav.whiteNav .navbar-collapse ul li a {
  color: #000;
  background: none !important;
}
nav.whiteNav .navbar-collapse ul li a:hover {
  color: #000;
  background: none !important;
}
nav.whiteNav .navbar-collapse ul li a:focus {
  color: #000 !important;
  outline: 0;
  background: none !important;
}
nav.whiteNav .navbar-collapse ul li.active a {
  color: #000;
  background: none !important;
}
nav.whiteNav .navbar-collapse ul li.active a:hover {
  color: #000;
  background: none;
}
nav.whiteNav .navbar-collapse ul li.active a:focus {
  color: #000 !important;
  outline: 0;
  background: none !important;
}
nav {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section {
  min-height: 100% !important;
  padding-bottom: 0 !important;
}
.section-2,
.section-3,
.section-4 {
  height: auto !important;
}
.section-4 {
  padding-top: 0 !important;
  padding-bottom: 140px !important;
}
.section-1 {
  background: url("../img/backgroundSection-1.jpg") top no-repeat #000;
  background-size: 100%;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  font-size: 30px;
  color: #90a93c;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #6d7e1d;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: 0;
}
.modal .modal-dialog .modal-content form legend {
  color: #7d9b3d;
  font-weight: 600;
  margin-bottom: 10px;
  border: 0;
  font-size: 15px;
  padding: 0 !important;
  border-bottom: 1px solid #eee;
  min-height: 80px;
}
.modal .modal-dialog .modal-content form legend span {
  display: block;
  padding: 0 !important;
}
.modal .modal-dialog .modal-content form legend img {
  display: block;
}
.modal .modal-dialog .modal-content form button {
  background: #666 !important;
  border-color: #666 !important;
}
.modal .modal-dialog .modal-content form button:hover,
.modal .modal-dialog .modal-content form button:focus,
.modal .modal-dialog .modal-content form button:active {
  background: #404040 !important;
  border-color: #404040 !important;
}
.section-4 h5 {
  color: #7d9b3d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-4 h6 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
}
.section-4 p {
  font-size: 15px;
}
.section-4 p span {
  display: block;
  color: #888;
  font-size: 13px;
}
.section-4 form .form-group input:focus {
  border-color: #eee;
}
.section-4 form .form-group textarea {
  height: 130px;
}
.section-4 form .form-group textarea:focus {
  border-color: #eee;
}
.section-4 form button {
  background: #666;
  border-color: #666;
}
.section-4 form button:hover,
.section-4 form button:focus,
.section-4 form button:active {
  background: #404040;
  border-color: #404040;
}
.section-4 .mapInfo {
  position: absolute;
  background: url("../img/profileImageBackground.png");
  margin: 30px auto;
  z-index: 999;
  left: 21%;
  width: 77.5%;
}
.section-4 .mapInfo h6,
.section-4 .mapInfo p {
  color: #fff;
}
.section-4 .mapMask {
  position: absolute;
  background: url("../img/mapMask.png") no-repeat;
  background-size: auto 100%;
  height: 351px;
  width: 100%;
  z-index: 999;
  margin: 4px auto 0 0px;
}
.section-4 #mapCanvas {
  height: 350px;
  width: 112%;
  margin: 5px auto 0 35px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
h1.siteSlogan {
  text-align: center;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  letter-spacing: -2px;
}
h1.siteSlogan span {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  color: #b7d040;
  background: #000;
}
.scrollDown {
  position: absolute;
  left: 50%;
  margin-left: -36px;
  margin-top: 15%;
}
.scrollDown a {
  background: none !important;
  outline: 0;
}
.scrollDown a:hover,
.scrollDown a:focus,
.scrollDown a:active {
  outline: 0;
  background: none !important;
}
.scrollDown a img {
  display: block;
  width: 100%;
}
h1.pageName {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 50px;
  color: #90a93c;
  letter-spacing: -2px;
}
.divider {
  background: url("../img/divider2.png") center no-repeat;
  height: 9px;
  margin: 25px 0;
}
article.pageDescription {
  color: #999;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
.solutions {
  margin: 10px auto 50px auto;
}
.solutions .colCentered {
  display: inline-block;
}
.solutions .colCentered .solution {
  text-align: center;
  min-height: 385px;
}
.solutions .colCentered .solution img {
  max-height: 70px;
}
.solutions .colCentered .solution h3 {
  font-size: 18px;
  color: #333;
}
.solutions .colCentered .solution p {
  color: #999;
  font-size: 13px;
}
.solutions .colCentered .solution p a {
  color: #90a93c;
  font-weight: 600;
  text-decoration: underline;
}
.solutions .colCentered .solution p a:focus {
  outline: 0;
  text-decoration: none;
}
.statistic {
  display: block;
  background: url("../img/solutionsStatisticsBackground2.jpg") 0px 50%/100% no-repeat;
  height: 420px;
}
.statistic .container {
  padding-top: 68px;
}
.statistic .container div img {
  display: block;
  max-width: 200px;
  width: 100%;
}
.statistic .container div blockquote {
  color: #fff;
}
.statistic .container div blockquote small {
  color: #fff;
}
.solveIt {
  background: url("../img/imgParallax1.jpg") top no-repeat;
  background-size: 100% auto;
  height: 420px;
  width: 100%;
  display: table;
}
.solveIt div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding-left: 15%;
}
.solveIt div h4 {
  font-style: italic;
  font-weight: 200;
  color: #fff;
}
.solveIt div h4 span {
  color: #a1c63a;
  font-weight: 700;
  padding-left: 1em;
}
.solveIt div button {
  background: #9bb83c;
  border: 0;
}
.solveIt div button:hover,
.solveIt div button:focus,
.solveIt div button:active {
  background: #9bb83c;
  border: 0;
}
.contact {
  margin-top: 30px;
}
.contact button {
  margin-top: 15px;
}
#formMessageModal {
  display: none;
}
#formMessageModal button {
  margin: 0;
  top: -13px;
}
#formMessage {
  display: none;
}
#formMessage p {
  font-weight: bold;
}
#formMessage button {
  margin: 0;
  top: -13px;
}
.prizes {
  margin-top: 50px;
}
.prizes div img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: 60px;
}
.prizes div p {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
}
.profiles {
  margin: 50px auto 0 auto;
}
.profiles .profileImage div {
  z-index: 1;
  position: absolute;
  max-height: 263px;
  height: 100%;
  max-width: 200px;
  width: 100%;
  border-radius: 50%;
  top: 0;
  left: 50%;
  margin-left: -100px;
}
.profiles .profileImage div a {
  display: none;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.profiles .profileImage div a img {
  display: block;
}
.profiles .profileImage img {
  z-index: 9999;
  display: block;
  margin: auto;
  max-width: 200px;
  width: 100%;
  border-radius: 50%;
}
.profiles h5 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}
.profiles h5 + a {
  display: block;
  margin-bottom: 25px;
}
.profiles span {
  font-size: 12px;
  color: #999;
  display: block;
  line-height: 25px;
}
.profiles h6 {
  font-size: 18px;
}
.profiles p {
  font-size: 14px;
  text-align: justify;
  color: #999;
}
.profiles a img {
  max-width: 25px;
  margin: auto;
  display: block;
}
.profileTest {
  margin-top: 50px;
}
/*
.spinner
	position fixed
	left 0px
	top 0px
	width 100%
	height 100%
	z-index 9999
	background url(imgPath/page-loader.gif) 50% 50% no-repeat #000000
*/
.spinnerArea {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background: #000;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -90px;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
footer {
  position: absolute;
  height: 95px;
  width: 100%;
  bottom: 0;
  background: #29292e;
  color: #fff;
}
footer .logo {
  width: 110px;
  margin-top: 22px;
}
footer .logo img {
  width: 100%;
}
footer .copyright {
  margin-top: 40px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .section-1 {
    background-size: auto 100%;
  }
}
@media (max-width: 1200px) {
  .section-1 {
    background-size: auto 100%;
  }
}
@media (max-width: 1200px) {
  .scrollDown {
    margin-top: 150px;
    height: 50px;
    width: 50px;
    margin-left: -25px;
  }
  .mapMask,
  #mapCanvas {
    margin: 30px auto 0 auto !important;
  }
}
@media (min-width: 1200px) {
  .contact .address {
    margin-left: 25%;
  }
}
@media (max-width: 768px) {
  .solveIt,
  .statistic {
    background-size: auto 100%;
  }
}
@media (max-height: 899px) and (min-width: 899px) {
  .section-1 {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 530px) and (orientation: landscape) {
  .section-1 {
    background-size: 100% auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-1 {
    background-size: auto 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .section-1 {
    background-size: auto 100%;
  }
}
#press {
  height: 200px;
  width: 100%;
}
#press .col-lg-2 {
  width: 20%;
  height: 200px;
}
#press .col-lg-2 img {
  margin: 50% auto 0 auto;
  max-height: 100px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.carousel-control {
  background: none;
  color: #000;
  width: 50px;
}
.carousel-control:hover {
  color: #000;
}
.carousel-control.left {
  margin-left: -50px;
}
.carousel-control.right {
  margin-right: -50px;
}
.carousel-inner .active.left {
  left: -20%;
}
.carousel-inner .next {
  left: 20%;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
a.textLogo img {
  height: 20px;
  max-width: 100px;
  width: auto;
  display: inline-block;
  margin: 0;
  border: 0;
  border-radius: 0;
}
p.center {
  text-align: center;
}
.loaderB {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin: -80px 0 0 -150px;
}
#loading8-1,
#loading8-2,
#loading8-3 {
  display: block;
  position: absolute;
  margin: 30px 0 0 100px;
  width: 100px;
  height: 100px;
}
#loading8-1 #CircleBottom {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
#loading8-2 #CircleMiddle {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
#loading8-3 #CircleTop {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
#loading8-1 #CircleBottom #ball {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-color: #a3bc2c;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0 0 0 45px;
}
#loading8-2 #CircleMiddle #ball {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-color: #a3bc2c;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0 0 0 45px;
}
#loading8-3 #CircleTop #ball {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-color: #a3bc2c;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0 0 0 45px;
}
#loading8-1 #CircleBottom {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#loading8-2 #CircleMiddle {
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -sand-transform: rotate(50deg);
  transform: rotate(50deg);
}
#loading8-3 #CircleTop {
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -sand-transform: rotate(100deg);
  transform: rotate(100deg);
}
#loading8-1,
#loading8-2,
#loading8-3 {
  -webkit-animation: cwSpin 1s linear 0s infinite;
  -moz-animation: cwSpin 1s linear 0s infinite;
  -o-animation: cwSpin 1s linear 0s infinite;
  -ms-animation: cwSpin 1s linear 0s infinite;
  -sand-animation: cwSpin 1s linear 0s infinite;
  animation: cwSpin 1s linear 0s infinite;
}
@-webkit-keyframes cwSpin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cwSpin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes cwSpin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes cwSpin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-sand-keyframes cwSpin {
  0% {
    -sand-transform: rotate(0deg);
  }
  100% {
    -sand-transform: rotate(360deg);
  }
}
@media only screen and (min-width: 680px) and (max-width: 1270px) {
  .section-1 {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1270px) {
  .section-1 {
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1590px) {
  .section-1 {
    background-size: 100% auto;
  }
}

.kvkk-modal-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.kvkk-modal-content {
    background-color: white;
    max-width: 90%;
    width: 600px;
    padding: 20px;
    border-radius: 10px;
}

.kvkk-modal-title {
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kvkk-modal-body {
    padding-top: 20px;
}