@font-face {
  font-family: "SofiaPro";
  src: url("fonts/SofiaPro.eot?#iefix") format("embedded-opentype"), url("fonts/SofiaPro.otf") format("opentype"), url("fonts/SofiaPro.woff") format("woff"), url("fonts/SofiaPro.ttf") format("truetype"), url("fonts/SofiaPro.svg#SofiaPro") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaPro";
  src: url("fonts/SofiaPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/SofiaPro-Bold.otf") format("opentype"), url("fonts/SofiaPro-Bold.woff") format("woff"), url("fonts/SofiaPro-Bold.ttf") format("truetype"), url("fonts/SofiaPro-Bold.svg#SofiaPro-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SofiaPro";
  src: url("fonts/SofiaPro-Black.eot?#iefix") format("embedded-opentype"), url("fonts/SofiaPro-Black.otf") format("opentype"), url("fonts/SofiaPro-Black.woff") format("woff"), url("fonts/SofiaPro-Black.ttf") format("truetype"), url("fonts/SofiaPro-Black.svg#SofiaPro-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SofiaPro";
  src: url("fonts/SofiaPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/SofiaPro-Light.otf") format("opentype"), url("fonts/SofiaPro-Light.woff") format("woff"), url("SofiaPro-Light.ttf") format("truetype"), url("fonts/SofiaPro-Light.svg#SofiaPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #838383;
}

:-moz-placeholder {
  color: #838383;
}

::-moz-placeholder {
  color: #838383;
}

:-ms-input-placeholder {
  color: #838383;
}

::selection {
  background: #F08200;
}

::-moz-selection {
  background: #F08200;
}

body, input, textarea, select, option {
  font-family: "SofiaPro";
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

:before {
  font-family: IcoFont;
  font-style: normal;
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .content {
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
header a.logo {
  display: block;
  float: left;
  width: 200px;
  margin-top: 22px;
}
header a.logo img {
  display: block;
  width: 100%;
  height: auto;
}
header nav {
  float: right;
}
header nav ul {
  display: block;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;
  display: block;
  line-height: 100px;
  position: relative;
}
header nav ul li a.lang {
  background: rgba(255, 255, 255, 0.1);
  font-weight: normal;
  padding: 0 40px;
}
header nav ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
header:after {
  display: block;
  width: 100%;
  max-width: 1360px;
  margin: auto;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  content: "";
}

.mobileMenuLink {
  float: right;
  display: none;
  height: 20px;
  width: 20px;
  margin: 10px 25px 0;
}

.mobileMenuLinkContent {
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto;
}

.line1 {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.8s;
  transform-origin: 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.line2 {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.8s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.line3 {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.8s;
  transform-origin: 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mobileMenuLink.closer .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 3px;
}

.mobileMenuLink.closer .line2 {
  display: none;
}

.mobileMenuLink.closer .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 15px;
  left: 1px;
}

header.home .line1, header.home .line2, header.home .line3 {
  background: #fff;
}

section.mainSlider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.mainSlider .content {
  max-width: 1200px;
}
section.mainSlider .mainSliderWrapper {
  width: 100%;
  height: 100%;
}
section.mainSlider .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100%;
}
section.mainSlider .slideCaption {
  position: absolute;
  top: 30%;
  left: -130px;
  color: #fff;
  font-size: 15px;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  font-family: "Times New Roman", Times, serif;
}
section.mainSlider .slideCaption h1 {
  font-weight: normal;
  margin-left: 0px;
  padding-bottom: 45px;
}
section.mainSlider .slideCaption h1 b {
  display: block;
  line-height: 1;
  font-size: 120px;
  font-weight: normal;
}
section.mainSlider .slideCaption h1 small, section.mainSlider .slideCaption h1 span {
  font-size: 48px;
  display: inline;
}
section.mainSlider .slideCaption small {
  font-size: 30px;
  color: #fff;
  display: block;
  max-width: 550px;
}
section.mainSlider .active .slideCaption {
  left: 0px;
  opacity: 1;
}
section.mainSlider .owl-nav {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
section.mainSlider .owl-nav .owl-prev {
  display: block;
  width: 140px;
  height: 90px;
  float: left;
  background: #224165 !important;
  position: relative;
}
section.mainSlider .owl-nav .owl-prev:after {
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 0;
  content: "";
  background: #657993;
}
section.mainSlider .owl-nav .owl-prev span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icons/arrowLeft.png) no-repeat center !important;
  opacity: 0.4;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.mainSlider .owl-nav .owl-prev:hover span {
  opacity: 1;
}
section.mainSlider .owl-nav .owl-next {
  display: block;
  width: 140px;
  height: 90px;
  float: left;
  background: #224165 !important;
  position: relative;
}
section.mainSlider .owl-nav .owl-next span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icons/arrowRight.png) no-repeat center !important;
  opacity: 0.4;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.mainSlider .owl-nav .owl-next:hover span {
  opacity: 1;
}
section.mainSlider a.mouseIcon {
  width: 42px;
  position: absolute;
  bottom: 20%;
  left: 5%;
  display: block;
  z-index: 2;
}
section.mainSlider a.mouseIcon img {
  width: 100%;
  height: auto;
}
section.mainSlider a.mouseIcon::after {
  width: 1px;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 49%;
  -webkit-animation: mainArrowAnim 1s infinite; /* Safari 4+ */
  -moz-animation: mainArrowAnim 1s infinite; /* Fx 5+ */
  -o-animation: mainArrowAnim 1s infinite; /* Opera 12+ */
  animation: mainArrowAnim 1s infinite;
}
@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}

section.services {
  width: 100%;
  padding: 130px 0;
  background: rgba(34, 65, 101, 0.15);
}
section.services h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 70px;
}
section.services a.serviceBox {
  display: block;
  width: 20%;
  float: left;
  position: relative;
  padding: 40px;
  background: #fff;
}
section.services a.serviceBox span.img {
  display: block;
  height: 80px;
  position: relative;
  z-index: 2;
}
section.services a.serviceBox span.img img {
  display: block;
  height: 100%;
  width: auto;
  filter: grayscale(1);
}
section.services a.serviceBox strong {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 40px 0;
  position: relative;
  z-index: 2;
  min-height: 120px;
}
section.services a.serviceBox span.more {
  display: -inline-block;
  font-size: 12px;
  color: #B2B2B2;
  background: url(../images/icons/arrow.svg) no-repeat right center;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}
section.services a.serviceBox:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
section.services a.serviceBox:nth-child(3):before, section.services a.serviceBox:nth-child(5):before {
  background: #EFEFEF;
}
section.services a.serviceBox:hover:before {
  height: 110%;
}

section.works {
  width: 100%;
  padding: 130px 0;
  background: #fff;
}
section.works h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 70px;
}
section.works a.workBox {
  display: block;
  width: 25%;
  float: left;
  position: relative;
  padding: 40px;
  background: #F7F7F7;
  min-height: 270px;
}
section.works a.workBox span.img {
  display: block;
  height: 50px;
  position: relative;
  z-index: 2;
}
section.works a.workBox span.img img {
  display: block;
  height: 100%;
  width: auto;
}
section.works a.workBox strong {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
section.works a.workBox small {
  display: block;
  font-size: 12px;
  color: #838383;
  position: relative;
  z-index: 2;
}
section.works a.workBox span.more {
  display: -inline-block;
  font-size: 12px;
  color: #B2B2B2;
  background: url(../images/icons/arrow.svg) no-repeat right center;
  padding-right: 50px;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.works a.workBox:nth-child(3):before, section.works a.workBox:nth-child(5):before {
  background: #EFEFEF;
}
section.works a.workBox:hover span.more {
  color: #224165;
  padding-right: 70px;
}
section.works .row {
  display: flex;
  flex-wrap: wrap;
}
section.works .row:nth-child(even) a.workBox:nth-child(even) {
  background: #EFEFEF;
}
section.works .row:nth-child(odd) a.workBox:nth-child(odd) {
  background: #EFEFEF;
}

section.mainTeaser {
  padding: 120px 0;
}
section.mainTeaser .left {
  width: 50%;
  float: left;
  background: #245A8C;
  padding: 100px 60px;
}
section.mainTeaser .left .teaserItem {
  background: url(../images/icons/project-management.svg) no-repeat left center;
}
section.mainTeaser .left .teaserItem span {
  font-size: 90px;
}
section.mainTeaser .right {
  width: 50%;
  float: left;
  background: #396A97;
  padding: 100px 60px;
}
section.mainTeaser .right .teaserItem {
  background: url(../images/icons/folder.svg) no-repeat left center;
}
section.mainTeaser .teaserItem {
  width: 100%;
  padding-left: 40%;
  height: 100px;
}
section.mainTeaser .teaserItem span {
  display: block;
  color: #CEC0A1;
  font-size: 60px;
  line-height: 1;
}
section.mainTeaser .teaserItem small {
  display: block;
  font-size: 18px;
  color: #fff;
}

section.mainReferences {
  width: 100%;
  background: #e8ecef;
  padding: 70px 0;
}
section.mainReferences h2 {
  font-size: 24px;
  color: #224165;
  margin-bottom: 70px;
  text-align: center;
}
section.mainReferences .referenceList {
  width: 90%;
  margin: auto;
}
section.mainReferences .referenceList a {
  display: block;
  width: 20%;
  float: left;
  padding: 30px 0;
  border-right: 1px solid #d1d9df;
}
section.mainReferences .referenceList a img {
  display: block;
  max-width: 100%;
  margin: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainReferences .referenceList a:last-child {
  border: none;
}
section.mainReferences .referenceList a:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
section.mainReferences .referenceList .owl-carousel .item {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 120px;
}
section.mainReferences .referenceList .owl-carousel a {
  width: 100%;
  padding: 0;
}
section.mainReferences .referenceList .owl-carousel a img {
  width: auto !important;
  max-width: 80%;
}
section.mainReferences .referenceList .owl-carousel .owl-nav button {
  position: absolute;
  display: block;
  width: 60px;
  height: 40px;
  background-color: #224165;
  top: 50%;
  margin-top: -20px;
}
section.mainReferences .referenceList .owl-carousel .owl-nav button.owl-next {
  right: -70px;
  background-image: url(../images/icons/arrowRight.png);
  background-repeat: no-repeat;
  background-position: center;
}
section.mainReferences .referenceList .owl-carousel .owl-nav button.owl-prev {
  left: -70px;
  background-image: url(../images/icons/arrowLeft.png);
  background-repeat: no-repeat;
  background-position: center;
}

#teamSlider {
  margin-top: 40px;
}
#teamSlider .item a {
  border: 1px solid #ccc;
  padding: 20px;
  display: block;
  width: 100%;
}
#teamSlider .item a img {
  display: block;
  width: 100%;
}
#teamSlider .item a strong {
  display: block;
  color: #224165;
  font-size: 13px;
  padding: 15px 0 0;
  min-height: 50px;
}
#teamSlider .item a span {
  display: -inline-block;
  font-size: 12px;
  color: #B2B2B2;
  background: url(../images/icons/arrow.svg) no-repeat right center;
  padding-right: 50px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#teamSlider .item a:hover {
  border: 1px solid #224165;
}
#teamSlider .item a:hover span {
  padding-right: 70px;
}
#teamSlider .owl-nav button {
  position: absolute;
  display: block;
  width: 60px;
  height: 40px;
  background-color: #224165;
  top: 50%;
  margin-top: -20px;
}
#teamSlider .owl-nav button.owl-next {
  right: -70px;
  background-image: url(../images/icons/arrowRight.png);
  background-repeat: no-repeat;
  background-position: center;
}
#teamSlider .owl-nav button.owl-prev {
  left: -70px;
  background-image: url(../images/icons/arrowLeft.png);
  background-repeat: no-repeat;
  background-position: center;
}

section.references {
  width: 100%;
  background: #fff;
  padding: 70px 0;
}
section.references h1 {
  font-size: 24px;
  color: #224165;
  margin-bottom: 70px;
  text-align: left;
  display: block;
  position: relative;
}
section.references h1 span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 25px;
}
section.references h1:after {
  display: block;
  width: 100%;
  top: 50%;
  content: "";
  background: #c2cbd4;
  height: 1px;
  position: absolute;
}
section.references .referenceList {
  width: 90%;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.references .referenceList a {
  display: block;
  width: 25%;
  padding: 70px 0;
}
section.references .referenceList a img {
  display: block;
  max-width: 75%;
  margin: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.references .referenceList a:last-child {
  border: none;
}
section.references .referenceList a:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
section.references .referenceList a:nth-child(2), section.references .referenceList a:nth-child(4), section.references .referenceList a:nth-child(5), section.references .referenceList a:nth-child(7), section.references .referenceList a:nth-child(10), section.references .referenceList a:nth-child(12), section.references .referenceList a:nth-child(13), section.references .referenceList a:nth-child(15), section.references .referenceList a:nth-child(18), section.references .referenceList a:nth-child(20), section.references .referenceList a:nth-child(21), section.references .referenceList a:nth-child(23) {
  background: #EFEFEF;
}

footer {
  background: #224165;
  padding: 120px 0;
}
footer .left {
  width: 42%;
  float: left;
  font-size: 14px;
  color: #fff;
}
footer .left a {
  display: inline-block;
  color: #fff;
  opacity: 0.5;
  background: url(../images/icons/arrow.svg) no-repeat right center;
  padding-right: 50px;
}
footer .left a:hover {
  opacity: 1;
}
footer a.eTahsilat {
  float: left;
  margin: 25px 0 0 25px;
}
footer .social {
  float: left;
  width: 100px;
  position: relative;
  padding-top: 25px;
  margin-left: 15%;
}
footer .social span {
  display: block;
  font-weight: bold;
  padding-bottom: 7px;
  color: #fff;
  font-size: 14px;
}
footer .social a {
  display: inline-block;
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
  color: #fff;
}
footer .gd {
  float: right;
  opacity: 0.5;
  margin-top: 40px;
}
footer .gd:hover {
  opacity: 1;
}
footer .gd img {
  width: 110px;
}

.subPage .subPageHeader {
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/header/subPage.jpg);
  position: relative;
}
.subPage .subPageHeader .content {
  height: 100%;
}
.subPage .subPageHeader.contact {
  background: #224165;
}
.subPage .pageContent {
  background: #f7f7f7;
  margin: auto;
  font-size: 16px;
  color: #838383;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.subPage .pageContent:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.subPage .pageContent h1 {
  display: block;
  color: #224165;
  font-size: 24px;
  padding-bottom: 30px;
}
.subPage .pageContent .pageTxt {
  font-size: 14px;
  line-height: 2;
  color: #6B7377;
  text-align: center;
}
.subPage .pageContent .pageContentWithMenu {
  padding: 90px;
  width: 68%;
  float: left;
  max-width: 1040px;
}
.subPage .pageContent .leftMenu {
  width: 32%;
  float: left;
  background: #EFEFEF;
  padding-top: 90px;
}
.subPage .pageContent .leftMenu .leftMenuInner {
  width: 100%;
  max-width: 210px;
  float: right;
  margin-right: 30px;
}
.subPage .pageContent .leftMenu .leftMenuInner a {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.subPage .pageContent .leftMenu .leftMenuInner a:hover, .subPage .pageContent .leftMenu .leftMenuInner a.active {
  color: #284769;
}

.breadCrumb {
  width: 100%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  top: 65%;
}
.breadCrumb a {
  font-size: 12px;
  color: #C5D3E0;
  display: inline-block;
  line-height: 16px;
  margin-right: 10px;
  position: relative;
  padding-left: 30px;
}
.breadCrumb a:before {
  display: block;
  width: 5px;
  height: 5px;
  background: #C5D3E0;
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.breadCrumb a.home {
  background: url(../images/icons/home.png) no-repeat left center;
  padding-left: 30px;
  height: 16px;
  opacity: 0.5;
}
.breadCrumb a.home:before {
  display: none;
}
.breadCrumb a:last-child {
  color: #fff;
  font-weight: 500;
}

.contactPage {
  width: 100%;
  height: 100%;
  background: #EFEFEF;
}
.contactPage .content {
  height: auto;
}
.contactPage .contactInner {
  width: 100%;
  height: 100%;
}
.contactPage .mapArea {
  width: 70%;
  height: 600px;
  float: right;
  margin-top: -250px;
  position: relative;
}
.contactPage .mapArea .mapCanvas {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contactPage .contactInfo {
  width: 30%;
  float: left;
  padding-top: 90px;
}
.contactPage .contactInfo h2 {
  font-size: 18px;
  color: #224165;
  margin-bottom: 30px;
}
.contactPage .contactInfo span {
  display: block;
  position: relative;
  font-size: 12px;
  color: #838383;
  padding: 10px 20px 10px 50px;
  margin-left: -15px;
}
.contactPage .contactInfo span:before {
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  background-repeat: no-repeat;
  background-position: center;
}
.contactPage .contactInfo span.address:before {
  background-image: url(../images/icons/cMap.svg);
}
.contactPage .contactInfo span.phone:before {
  background-image: url(../images/icons/cPhone.svg);
}
.contactPage .contactInfo span.fax:before {
  background-image: url(../images/icons/cFax.svg);
}
.contactPage .contactInfo span.mail a {
  color: #0072C1;
  font-weight: 500;
}
.contactPage .contactInfo span.mail:before {
  background-image: url(../images/icons/cMail.svg);
}
.contactPage .formArea {
  background: #fff;
  padding: 70px 0;
}
.contactPage .contactForm {
  width: 100%;
  position: relative;
}
.contactPage .contactForm h2 {
  color: #224165;
  font-size: 24px;
  text-align: center;
  text-align: center;
}
.contactPage .contactForm .formTxt {
  color: #737476;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
.contactPage .contactForm .formInner {
  width: 100%;
  position: relative;
  float: right;
  max-width: 640px;
  padding-right: 70px;
}
.contactPage .contactForm .element {
  width: 31.33%;
  float: left;
  position: relative;
  margin: 1%;
}
.contactPage .contactForm .element.w50 {
  width: 48%;
}
.contactPage .contactForm .element2 {
  width: 50%;
}
.contactPage .contactForm .elementSlct select {
  display: block;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-right: 1px solid #4f5259;
  padding: 0 10%;
  color: #FFF;
  -webkit-appearance: none;
}
.contactPage .contactForm .element.req::after {
  content: "*";
  font-size: 14px;
  color: #ec6b05;
  position: absolute;
  right: 5%;
  top: 40%;
  display: block;
}
.contactPage .contactForm .element input {
  width: 100%;
  height: 50px;
  background: #EFEFEF;
  border: none;
  padding: 0 30px;
  font-size: 12px;
  color: #000;
  -webkit-appearance: none;
  font-weight: 300;
}
.contactPage .contactForm .element textarea {
  width: 100%;
  height: 100px;
  background: #EFEFEF;
  border: none;
  padding: 0 30px;
  font-size: 12px;
  color: #000;
  -webkit-appearance: none;
  font-weight: 300;
  padding-top: 15px;
}
.contactPage .contactForm .fileInput {
  background: #EFEFEF;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.contactPage .contactForm .fileInput label {
  width: 25%;
  font-size: 14px;
  padding-left: 30px;
  color: #838383;
}
.contactPage .contactForm .fileInput span {
  width: 75%;
  font-size: 14px;
  padding-right: 30px;
  text-align: right;
  color: #224165;
  line-height: 50px;
}
.contactPage .contactForm .fileInput input {
  width: 100%;
  height: 50px;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  color: #000;
  -webkit-appearance: none;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.contactPage .contactForm .bigElement {
  width: 98%;
  position: relative;
  margin: 1%;
}
.contactPage .contactForm .bigElement textarea {
  width: 100%;
  height: 100px;
  background: #EFEFEF;
  border: none;
  padding: 30px;
  font-size: 12px;
  color: #000;
  -webkit-appearance: none;
  display: block;
  float: left;
}
.contactPage .contactForm .note {
  display: block;
  float: left;
  padding: 25px 0 0 1.2%;
  color: #8f9db1;
  font-size: 10px;
}
.contactPage .contactForm .submitBtn {
  display: block;
  width: 200px;
  height: 50px;
  border: none;
  color: #1c98ba;
  font-size: 12px;
  margin: auto;
  background: #F08200;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
  z-index: 2;
  position: relative;
  -webkit-appearance: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin-top: 50px;
  color: #fff;
}
.contactPage .contactForm .submitBtn:hover {
  background: #e2e5e9;
}
.contactPage a.directionBtn {
  display: block;
  width: 200px;
  height: 50px;
  border: none;
  color: #1c98ba;
  font-size: 12px;
  margin: auto;
  background: #F08200 url(../images/icons/address.svg) no-repeat 15% center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
  z-index: 2;
  position: relative;
  -webkit-appearance: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin-top: 50px;
  color: #fff;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -100px;
  line-height: 50px;
  text-align: center;
}

.teamItem {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 40px;
}
.teamItem .left {
  width: 25%;
}
.teamItem .left img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.teamItem .left a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  color: #ccc;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.teamItem .left a:hover {
  color: #224165;
}
.teamItem .right {
  width: 75%;
  padding-left: 20px;
  padding-right: 80px;
  position: relative;
}
.teamItem .right:has(.more)::before {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 70px;
  height: 190px;
  right: 0;
  top: 0px;
  content: "\eac8";
  position: absolute;
  border-left: 1px solid #ccc;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.teamItem .right strong {
  color: #224165;
  font-size: 18px;
  padding-bottom: 15px;
  display: block;
}
.teamItem .right p.more {
  display: none;
}
.teamItem:hover .right:before {
  color: #224165;
}
.teamItem.selected .right:before {
  content: "\eacb";
}

@media screen and (max-width: 1640px) {
  section.mainSlider .content {
    max-width: 1000px;
  }
  section.mainSlider .slideCaption span.series {
    top: -40px;
  }
  section.mainSlider .slideCaption span.series strong {
    font-size: 20px;
  }
  section.mainSlider .slideCaption h2 {
    font-size: 120px;
    line-height: 1;
  }
  section.mainSlider .slideCaption span.txt {
    font-size: 30px;
  }
  section.mainSlider .slideCaption small {
    font-size: 12px;
  }
  section.mainCategories .left {
    padding-right: 30px;
  }
  section.mainCategories .left h2 {
    font-size: 18px;
  }
  section.mainCategories .left span {
    font-size: 12px;
  }
  section.mainCategories .right .item a {
    padding: 40px 20px 100px;
  }
  section.mainCategories .right .item a:before {
    left: 20px;
    bottom: 30px;
  }
  section.mainCategories .right .item strong {
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  #teamSlider .owl-nav button.owl-next {
    right: 0px;
  }
  #teamSlider .owl-nav button.owl-prev {
    left: 0px;
  }
  .mobileMenuLink {
    display: block;
  }
  header {
    padding: 15px 0px !important;
    z-index: 99999;
    position: fixed;
    background: #0072C1;
  }
  header a.logo {
    width: 205px;
    height: auto;
    background-size: 100% auto !important;
    margin-top: 0 !important;
    margin-left: 25px;
  }
  header .content {
    padding: 0;
  }
  header nav {
    padding: 0px;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 0;
    overflow: scroll;
  }
  header nav ul {
    padding: 30px;
  }
  header nav ul li {
    float: none;
    width: 100%;
    display: block;
  }
  header nav ul li a {
    color: #0072C1;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
  }
  header:after {
    display: none;
  }
  header nav ul li a.lang {
    padding-left: 20px;
  }
  section.mainSlider .teasers {
    display: none;
  }
  section.mainSlider .owl-dots {
    width: 100%;
    padding: 0 50px;
    left: 0;
    bottom: 190px;
    top: auto;
  }
  section.mainSlider .owl-dots .owl-dot {
    float: left;
    margin: 10px;
  }
  section.mainSlider .owl-dots .owl-dot.active {
    margin-top: 0;
  }
  section.mainSlider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: auto;
  }
  section.mainSlider .owl-nav .owl-prev {
    top: 0%;
    left: 20px;
    z-index: 5;
    width: 50px;
    height: 50px;
    position: absolute;
  }
  section.mainSlider .owl-nav .owl-prev:after {
    display: none;
  }
  section.mainSlider .owl-nav .owl-next {
    top: 0%;
    left: auto;
    right: 20px;
    z-index: 5;
    width: 50px;
    height: 50px;
    position: absolute;
  }
  section.mainSlider .slideCaption {
    bottom: 0;
    top: auto;
    padding: 20px 20px 60px 20px;
    width: 100%;
    min-height: 170px;
  }
  section.mainSlider .slideCaption h1 {
    font-size: 40px;
    padding-bottom: 25px;
  }
  section.mainSlider .slideCaption h1 b {
    font-size: 40px;
    display: inline;
  }
  section.mainSlider .slideCaption h1 span {
    font-size: 40px;
    text-transform: uppercase;
  }
  section.mainSlider .slideCaption h1 small {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
  }
  section.mainSlider .slideCaption small {
    margin-top: 0;
  }
  section.mainSlider a.mouseIcon {
    display: none;
  }
  footer {
    padding: 20px;
  }
  footer .footerBottom {
    text-align: center;
  }
  footer .footerBottom .left {
    width: 100%;
  }
  section.mainReferences h2 {
    margin-bottom: 0;
  }
  section.mainReferences .referenceList .owl-carousel .item {
    height: 200px;
  }
  section.mainReferences .referenceList .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
    top: 100%;
  }
  section.mainReferences .referenceList .owl-carousel .owl-nav button.owl-next {
    right: 20px;
    top: 100%;
  }
  section.references .referenceList a img {
    max-width: 60px;
  }
  section.services {
    padding: 30px;
  }
  section.services h2 {
    margin-bottom: 30px;
  }
  section.services a.serviceBox {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  section.services a.serviceBox span.img img {
    margin: auto;
  }
  section.mainTeaser {
    padding: 30px;
  }
  .breadCrumb {
    padding-left: 20px;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  .subPage {
    padding: 75px 0 0;
  }
  .subPage .subPageHeader {
    height: 220px;
    background-position: 70% center;
  }
  .subPage .pageContent .leftMenu {
    width: 100%;
    padding-top: 30px;
  }
  .subPage .pageContent .leftMenu .leftMenuInner {
    float: none;
    padding-left: 20px;
    width: 100%;
  }
  .subPage .pageContent .leftMenu .leftMenuInner a {
    padding: 5px 0;
  }
  .subPage .pageContent .pageContentWithMenu {
    width: 100%;
    padding: 20px;
  }
  section.works {
    padding: 30px;
  }
  section.works h2 {
    margin-bottom: 30px;
  }
  section.works a.workBox {
    width: 50%;
    padding: 20px;
  }
  .development .left {
    width: 100%;
    float: none;
  }
  .development .right {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .productList .pItem {
    width: 100%;
    float: none;
    margin: -1px 0 0 0;
  }
  .productList .pItem a span.imgArea img {
    max-width: 100%;
    width: auto;
    margin: auto;
  }
  .rList .rItem {
    width: 33.333333%;
  }
  .projectList .projectItem {
    width: 100%;
    margin-bottom: 0;
  }
  .subPage .subPageHeader.contact {
    display: none;
  }
  .contactPage {
    height: auto;
  }
  .contactPage .left {
    width: 100%;
    float: none;
  }
  .contactPage .mapArea {
    width: 100%;
    float: none;
    height: 300px;
    margin-top: 0;
  }
  .contactPage .contactInfo {
    padding: 25px;
    float: none;
  }
  .contactPage .contactInfo span {
    margin-left: -15px;
  }
  .contactPage .contactForm .element {
    width: 100%;
    float: none;
  }
  .contactPage .contactForm .submitBtn {
    width: 100%;
    float: none;
    text-align: center;
  }
  .contactPage .contactForm .note {
    padding: 10px 0;
  }
  .afterSale {
    padding: 20px 0 200px;
  }
  .afterSale .afterSaleAnim .menu {
    display: none;
  }
  .afterSale .afterSaleAnim .afterSaleContent {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .afterSale .afterSaleAnim .afterSaleContent .item {
    padding: 20px;
  }
  .afterSale .afterSaleCircle {
    width: 90%;
    padding-top: 90%;
  }
  .afterSale .afterSaleCircle:before, .afterSale .afterSaleCircle:after {
    display: none;
  }
  .productPage .productLeft {
    width: 100%;
    position: relative;
    padding-top: 0;
  }
  .productPage .productMenu {
    display: none;
  }
  .productPage .productGallery {
    width: 100%;
    float: none;
    padding: 0 20px;
  }
  .productPage .productNavSlider {
    position: relative;
    padding: 20px 0;
  }
  .productPage .productContent {
    width: 100%;
    float: none;
  }
  .contactPage .contactInfo {
    width: 100%;
    padding-top: 30px;
  }
  .contactPage .contactForm {
    padding: 0 25px;
  }
  .contactPage .contactForm .element.w50 {
    width: 100%;
  }
  .contactPage .contactForm .bigElement {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
