@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.scrollBar::-webkit-scrollbar {
  width: 5px;
}

.scrollBar::-webkit-scrollbar-track {
  background: transparent;
  margin-right: 5px !important;
  border-radius: 30px;
}

.scrollBar::-webkit-scrollbar-thumb {
  background-color: #E31F25;
  border-radius: 30px;
}

.scrollBar::-webkit-resizer {
  margin-right: 10px;
}

/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  color: #4A4F55;
  overflow-x: hidden;
}
body.fancybox-active {
  height: 100%;
}

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: #707070;
}

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

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

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

::selection {
  background: #1691CE;
  color: #fff;
}

::-moz-selection {
  background: #1691CE;
  color: #fff;
}

/*General Elements */
body, input, textarea, select, option {
  font-family: "Plus Jakarta Sans", sans-serif;
  scroll-behavior: smooth;
}

*, *: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;
}

section {
  position: relative;
  padding: 100px 0px;
}

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

.title {
  display: block;
  margin-bottom: 50px;
}
.title.green {
  color: #E31F25;
}
.title.grey {
  color: #707070;
}
.title.white {
  color: #fff;
}
.title.size33 {
  font-size: 33px;
  font-weight: 600;
}
.title.size70 {
  font-size: 70px;
  font-weight: 300;
}

p {
  font-size: 19px;
  font-weight: 300;
  color: #4A4F55;
  line-height: 30px;
}
p.white {
  color: #fff;
}
p.center {
  text-align: center;
}

.content {
  width: 90%;
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.content.sm {
  width: 62.5%;
}

/* Forms */
.formArea input, .formArea textarea, .formArea button, .formArea select {
  width: 100%;
  padding: 20px 20px 20px 30px;
  height: 100%;
  border: none;
  border-bottom: 1px solid #4A4F55;
  resize: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: none;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.25);
}
.formArea input:focus, .formArea textarea:focus, .formArea button:focus, .formArea select:focus {
  border-bottom: 1px solid #E31F25;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formArea input::placeholder, .formArea textarea::placeholder, .formArea button::placeholder, .formArea select::placeholder {
  padding-left: 0;
}
.formArea .form-label {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.5s ease-in-out 0s;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.25);
}
.formArea .form-label.formLabel {
  top: 0px;
  font-size: 20px;
  color: black;
  left: 0px;
  color: #E31F25;
}
.formArea button {
  background: #E31F25 url(../images/icons/send.svg) no-repeat left 35px center;
  color: white;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  width: 100% !important;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding-left: 40px;
  right: auto;
}
.formArea button:focus {
  border: 1px solid transparent;
}
.formArea .row {
  justify-content: space-between;
  margin-bottom: 4%;
}
.formArea .row .col.col-4 {
  width: 47%;
  position: relative;
}
.formArea .row .col.col-8 {
  position: relative;
  /*.form-label{top: 20px;}*/
}
.formArea .row .col.user {
  background: url(../images/icons/user.svg) no-repeat 10px center;
}
.formArea .row .col.email {
  background: url(../images/icons/mail.svg) no-repeat 10px center;
}
.formArea .row .col.phone {
  background: url(../images/icons/phone.svg) no-repeat 10px center;
}
.formArea .row .col.organization {
  background: url(../images/icons/organization.svg) no-repeat 10px center;
}
.formArea .row .col.person {
  background: url(../images/icons/person.svg) no-repeat 10px center;
}
.formArea .row .col.city {
  background: url(../images/icons/city.svg) no-repeat 10px center;
}
.formArea .row .col.cv {
  background: url(../images/icons/cv.svg) no-repeat 5px center;
}
.formArea .row.flexEnd {
  justify-content: flex-end;
}
.formArea .captcha {
  position: relative;
}
.formArea .captcha img {
  position: absolute;
  left: 0;
  top: 30%;
}
.formArea .captcha input {
  padding-left: 170px;
}
.formArea .kvkk {
  margin: 15px 0px 0px 0px;
}
.formArea .kvkk:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.formArea .fileInput {
  position: relative;
}
.formArea .fileInput span {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #4A4F55;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px 20px 10px 30px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
}
.formArea .fileInput span:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #E31F25;
  font-weight: normal;
}
.formArea .fileInput input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.formArea .uploadFile {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.formArea .uploadFile label {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0px;
  color: #151D20;
  font-size: 16px;
  font-weight: 300;
}
.formArea .uploadFile label em {
  float: right;
  background: url(../images/icons/download.svg) no-repeat left center;
  padding-left: 25px;
  font-style: normal;
}
.formArea .uploadFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.formArea input[type=checkbox] {
  display: none;
  appearance: none;
}
.formArea input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #707070;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
  cursor: default;
}
.formArea input[type=checkbox] + label a {
  color: #707070;
  font-weight: bold;
}
.formArea input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #E31F25;
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.formArea input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #E31F25;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.formArea input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.border-tr-radius {
  border-top-right-radius: 10px;
}

.border-tl-radius {
  border-top-left-radius: 10px;
}

.border-br-radius {
  border-bottom-right-radius: 10px;
}

.border-bl-radius {
  border-bottom-left-radius: 10px;
}

/* Forms*/
.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}
.row .col {
  flex: 0 0 auto;
  width: 33.3333%;
}
.row .col.col-1 {
  width: 12.5%;
}
.row .col.col-2 {
  width: 25%;
}
.row .col.col-3 {
  width: 37.5%;
}
.row .col.col-4 {
  width: 50%;
}
.row .col.col-5 {
  width: 62.5%;
}
.row .col.col-6 {
  width: 75%;
}
.row .col.col-7 {
  width: 27.5%;
}
.row .col.col-8 {
  width: 100%;
}
.row .col.col-49 {
  width: 49%;
}
.row .col.col-41 {
  width: 41%;
}
.row .col.col-35 {
  width: 35%;
}
.row.j-center {
  justify-content: center;
}
.row.center {
  align-items: center;
  padding-bottom: 60px;
  padding-top: 60px;
}
.row.pb0 {
  padding-bottom: 0px;
}

.w100 {
  width: 100%;
  display: block;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.rounded {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.mobile {
  display: none;
}

/*General Elements */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0px;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header a.logo {
  display: block;
  background: url(../images/logo.svg) no-repeat center;
  background-size: 100% 100%;
  width: 270px;
  height: 39px;
  filter: brightness(0) invert(1);
}
header .right .top {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
header .right .top a {
  display: block;
  color: #fff;
  font-size: 15px;
  width: 150px;
  text-align: center;
  border: 1px solid #AFAEA7;
  border-top: none;
  margin-left: 10px;
  border-radius: 0 0 10px 10px;
  padding-top: 8px;
  position: relative;
}
header .right .top a.ca {
  width: auto;
  border: none;
  padding-left: 15px;
  margin-left: 25px;
}
header .right .top a.ca:before {
  height: 5px;
  width: 300px;
  content: "";
  background: #165FA6;
  position: absolute;
  top: -5px;
  left: 0;
}
header .right .top a.active {
  background: #82A940;
  border: 1px solid #82A940;
  border-top: none;
  color: #fff !important;
}
header .right nav {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .right nav ul {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .right nav ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .right nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 0px 30px;
  position: relative;
}
header .right nav ul li a:after {
  content: "";
  width: 0%;
  left: 50%;
  background-color: #E31F25;
  height: 1px;
  position: absolute;
  bottom: -21px;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
header .right nav ul li a.selected {
  color: #E31F25 !important;
}
header .right nav ul li a.selected:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
header .right nav ul li:hover a {
  color: #E31F25;
}
header .right nav ul li:hover a:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
header .right .language {
  background: url(../images/icons/world.svg) no-repeat left center;
  padding: 2px 0px;
}
header .right .language select {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding-left: 30px;
}
header .right .language select option {
  color: #707070;
}
header .tools {
  display: none;
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(8px);
  -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(8px);
  -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(8px);
  -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(8px);
}
header.scrolled .content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.scrolled a.logo {
  filter: brightness(1) invert(0);
}
header.scrolled .right .top a {
  color: #E31F25;
}
header.scrolled .right nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.scrolled .right nav ul li a {
  color: #4A4F55;
}
header.scrolled .right nav ul li:hover a {
  color: #4A4F55;
}
header.scrolled .right .language {
  background: url(../images/icons/worldGrey.svg) no-repeat left center;
}
header.scrolled .right .language select {
  color: #707070;
}
header.scrolled .right .language select option {
  color: #707070;
}

.mobileMenuLink {
  height: 100%;
  width: 60px;
  float: left;
}

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

.line1 {
  width: 20px;
  height: 2px;
  background: #E31F25;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.line2 {
  width: 20px;
  height: 2px;
  background: #E31F25;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.line3 {
  width: 20px;
  height: 2px;
  background: #E31F25;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.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: 10px;
}

main {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 4;
}

.accordionContent {
  width: 100%;
}
.accordionContent .item {
  width: 100%;
  transition: 0.3s;
  margin-bottom: 20px;
}
.accordionContent .item .title {
  display: block;
  font-size: 40px;
  font-weight: 300;
  position: relative;
  color: rgba(112, 112, 112, 0.6);
  cursor: pointer;
  padding: 0px;
  margin-bottom: 30px;
}
.accordionContent .item .title:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background: url(../images/icons/rightArrowGrey.svg) no-repeat center;
  transition: 0.3s;
}
.accordionContent .item .desc {
  display: none;
  padding-bottom: 25px;
}
.accordionContent .item .desc p {
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  margin-bottom: 25px;
}
.accordionContent .item .desc p a {
  color: #E31F25;
  background: url(../images/icons/tel.svg) no-repeat left center;
  padding-left: 40px;
}
.accordionContent .item.active .title {
  color: #707070;
}
.accordionContent .item.active .title:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  background: url(../images/icons/downArrowGreen.svg) no-repeat center;
}

section.mainSlider {
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #fff;
  margin: 0;
  position: relative;
  padding: 0;
}
section.mainSlider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
}
section.mainSlider video {
  height: auto;
  width: 115%;
  height: 115%;
  object-fit: cover;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100%;
}
section.mainSlider .item {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
section.mainSlider .item .content {
  height: 100%;
}
section.mainSlider .item .caption {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 30%;
}
section.mainSlider .item .caption img {
  width: 100%;
  height: auto;
}
section.mainSlider .item.catering:before {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, black 100%);
  opacity: 0.49;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.mainSlider .item.catering .txt {
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
  z-index: 3;
}
section.mainSlider .item.catering .txt h1 {
  font-size: 70px;
  font-weight: 200;
  line-height: 1.3;
}
section.mainSlider .item.catering .txt h1 strong {
  display: block;
  font-size: 50px;
}
section.mainSlider .item.catering .txt p {
  color: #fff;
  max-width: 680px;
  padding-top: 15px;
}
section.mainSlider .item.catering .links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  left: 90px;
  bottom: 90px;
  z-index: 3;
  position: absolute;
}
section.mainSlider .item.catering .links a {
  color: #fff;
  padding: 20px 50px 0 10px;
  border-top: 1px solid #fff;
  font-size: 15px;
  font-weight: 200;
  margin-right: 80px;
  position: relative;
  background: url(../images/icons/rightWhiteArrow.svg) no-repeat 200px 25px;
}
section.mainSlider .item.catering .links a:before {
  background: #E31F25;
  height: 1px;
  width: 15%;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainSlider .item.catering .links a:hover {
  background: url(../images/icons/rightWhiteArrow.svg) no-repeat right 25px;
}
section.mainSlider .item.catering .links a:hover:before {
  width: 100%;
}
section.mainSlider .active .item .caption {
  top: 50%;
  opacity: 1;
}
section.mainSlider .owl-dots {
  position: absolute;
  height: 60px;
  bottom: 80px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  left: 5%;
  width: 100%;
  max-width: 750px;
  justify-content: space-between;
}
section.mainSlider .owl-dots .owl-dot {
  width: 30%;
  height: 60px;
  position: relative;
  position: relative;
}
section.mainSlider .owl-dots .owl-dot:before {
  display: block;
  width: 0;
  height: 1px;
  background: #E31F25;
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
  position: absolute;
}
section.mainSlider .owl-dots .owl-dot button {
  background: none;
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-top: 1px solid #fff;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  cursor: pointer;
}
section.mainSlider .owl-dots .owl-dot button:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 11px;
  top: 25px;
  right: 0;
  background: url(../images/icons/rightWhiteArrow.svg) no-repeat center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.mainSlider .owl-dots .owl-dot.active button:after {
  opacity: 1;
}
section.mainSlider .owl-dots .owl-dot.active:before {
  width: 100%;
  -webkit-transition: all 10s;
  -moz-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}
section.mainSlider .offerForm {
  background: #313131;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 25%;
  padding: 30px 40px;
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
section.mainSlider .offerForm h2 {
  color: #E31F25;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
section.mainSlider .offerForm p {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
section.mainSlider .offerForm .formArea input, section.mainSlider .offerForm .formArea select {
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  background: rgba(132, 132, 132, 0.1);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: none !important;
}
section.mainSlider .offerForm .formArea button {
  width: 160px !important;
  float: right;
  padding: 10px 0 10px 15px;
}

section.services {
  background: #E31F25;
}
section.services .head {
  text-align: center;
}
section.services .servicesList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -50px;
}
section.services .servicesList .item {
  margin-left: 50px;
  margin-bottom: 50px;
  width: calc(33% - 50px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.services .servicesList .item a {
  color: #fff;
}
section.services .servicesList .item a figure {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.services .servicesList .item a figure img {
  filter: grayscale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  display: block;
  margin-bottom: 20px;
}
section.services .servicesList .item a figure figcaption {
  opacity: 1;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
section.services .servicesList .item a figure figcaption i {
  background: url(../images/icons/rightArrowWhite.svg) no-repeat right center;
  width: 24px;
  height: 12px;
  margin-right: 30px;
  padding-left: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.services .servicesList .item a span {
  display: block;
  font-family: "urbanist";
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
section.services .servicesList .item a small {
  display: block;
  font-size: 20px;
  font-weight: 300;
  font-family: "urbanist";
}
section.services .servicesList .item a:hover figure {
  box-shadow: 0px 3px 39px rgba(0, 0, 0, 0.36);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
section.services .servicesList .item a:hover figure img {
  filter: grayscale(0);
}
section.services .servicesList .item a:hover figure figcaption {
  opacity: 1;
}
section.services .servicesList .item a:hover figure figcaption i {
  padding-left: 60px;
}

section.packages .head {
  text-align: center;
}
section.packages .packagesList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
}
section.packages .packagesList .item {
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  width: calc(33.3% - 20px);
  margin-left: 20px;
  margin-bottom: 35px;
}
section.packages .packagesList .item .itemHead {
  padding: 30px;
  background: #E31F25;
  color: #fff;
  border-radius: 14px 14px 0px 0px;
  -webkit-border-radius: 14px 14px 0px 0px;
  -moz-border-radius: 14px 14px 0px 0px;
  text-align: center;
}
section.packages .packagesList .item .itemHead.black {
  background: #000;
}
section.packages .packagesList .item .itemHead.black .price {
  color: #000;
}
section.packages .packagesList .item .itemHead .title {
  margin-bottom: 15px;
  font-size: 30px;
}
section.packages .packagesList .item .itemHead .price {
  font-size: 45px;
  background-color: #fff;
  color: #E31F25;
  padding: 10px 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  font-weight: bold;
}
section.packages .packagesList .item .itemHead .price i {
  font-style: normal;
}
section.packages .packagesList .item .itemHead.subHead {
  background-color: #1691CE;
}
section.packages .packagesList .item .itemHead.subHead .title {
  font-size: 20px;
}
section.packages .packagesList .item .itemHead.subHead .price {
  font-size: 30px;
  color: #1691CE;
}
section.packages .packagesList .item .itemContent {
  padding: 30px 0px;
  text-align: center;
}
section.packages .packagesList .item .itemContent ul li {
  font-size: 17px;
  margin-bottom: 5px;
}

section.contact {
  background: #000;
}
section.contact .contactDesc p {
  font-weight: normal;
  color: #fff;
}
section.contact .contactDesc p a {
  color: #E31F25;
}

footer .content {
  padding: 45px 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .content .left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .content .left a:nth-child(1) {
  padding-right: 30px;
}
footer .content .left a:nth-child(2) {
  width: 190px;
  padding-left: 30px;
  border-left: 1px solid #707070;
}
footer .content .left a:nth-child(2) img {
  width: 100%;
}
footer .content .right .social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 50px;
}
footer .content .right .social a {
  margin-left: 15px;
}
footer .content .right .social a i {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: block;
  color: #544C49;
  font-size: 25px;
}
footer .content .right p {
  font-size: 15px;
  font-weight: 500;
  color: #4a4f55;
}

.servicesArea {
  max-width: 1160px;
  width: 55%;
  display: block;
  padding: 0 !important;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.servicesArea button {
  color: #E31F25 !important;
  width: 55px;
  height: 55px;
}
.servicesArea .servicesContent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}
.servicesArea .servicesContent .left {
  width: 50%;
  padding: 30px;
}
.servicesArea .servicesContent .left p {
  font-size: 19px;
  font-weight: 300;
  color: #4A4F55;
}
.servicesArea .servicesContent .right {
  width: 50%;
  height: 100%;
  padding-right: 30px;
}
.servicesArea .servicesContent .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

/*NEW START*/
.imgList {
  margin-left: -40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
.imgList .item {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
  background: #f7f5ef;
  box-shadow: 0px 15px 54px rgba(29, 22, 77, 0.08);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  overflow: hidden;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.imgList .item figure {
  width: 48%;
}
.imgList .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.imgList .item .desc {
  width: 52%;
  padding: 0 25px;
}
.imgList .item .desc span {
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
.imgList .item .desc span i {
  display: block;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.imgList .item .desc small {
  font-size: 16px;
  font-weight: 300;
}
.imgList .item .desc small a {
  color: #E31F25;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.imgList.triple {
  margin-left: -25px;
}
.imgList.triple .item {
  width: calc(33.333% - 25px);
  margin-left: 25px;
  margin-bottom: 25px;
  background: none;
  box-shadow: none;
}
.imgList.triple .item figure {
  width: 100%;
}
.imgList.triple .item figure img {
  border-radius: 0 0 7px 7px;
}
.imgList.triple .item .desc {
  width: 100%;
  padding: 25px;
}
.imgList.triple .item:hover {
  box-shadow: 0px 15px 54px rgba(29, 22, 77, 0.08);
}
.imgList.triple .item:hover .desc small a {
  opacity: 1;
  pointer-events: all;
}

.textList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #B6B6B6;
  border-right: 0;
  border-bottom: 0px;
  margin-top: 90px;
}
.textList .item {
  width: 25%;
  border-bottom: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  padding: 50px 0px;
  text-align: center;
}
.textList .item span {
  font-size: 25px;
  color: #707070;
  display: block;
}
.textList .item small {
  font-size: 20px;
  color: #707070;
  font-weight: 300;
}
.textList .item:hover span, .textList .item:hover small {
  color: #E31F25;
}

section.ourMenu, .ourReferences, .gallery {
  background-color: #fff;
}

.gallerySlider .item a img {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.gallerySlider .owl-nav {
  position: absolute;
  top: -40px;
  right: 60px;
}
.gallerySlider .owl-nav button {
  width: 30px;
  height: 20px;
  position: relative;
  margin-right: 20px;
  background: url(../images/icons/arrowLeftGrey.svg) no-repeat right !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallerySlider .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.gallerySlider .owl-nav button:hover {
  width: 40px;
}

/*NEW END*/
@media screen and (max-width: 1540px) {
  header .right nav ul li a {
    padding: 0 15px;
  }

  section {
    padding: 80px 0px;
  }

  .title {
    margin-bottom: 20px;
  }
  .title.size33 {
    font-size: 25px;
  }
  .title.size70 {
    font-size: 50px;
    line-height: 60px;
  }

  .accordionContent .item .title {
    font-size: 30px;
  }

  section.sevices .sevicesList {
    margin-top: 50px;
  }
  section.sevices .sevicesList .item a figure img {
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  section {
    padding: 50px 0px;
  }

  .content {
    width: 95%;
  }

  .title.size33 {
    font-size: 20px;
    line-height: 25px;
  }
  .title.size70 {
    font-size: 30px;
    line-height: 35px;
  }

  p {
    font-size: 16px;
  }

  .accordionContent .item .title {
    font-size: 20px;
  }
  .accordionContent .item .desc p {
    font-size: 15px;
  }

  header .content {
    padding-top: 20px;
  }
  header .right nav ul li a {
    font-size: 12px;
    padding: 0 15px;
  }
  header .right .language select {
    font-size: 12px;
  }

  section.mainSlider video {
    height: 100%;
    object-fit: cover;
  }
  section.mainSlider .active .item .caption {
    width: 50%;
  }

  section.services {
    padding-bottom: 0;
  }
  section.services .servicesList .item {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .title {
    margin-bottom: 20px;
  }
  .title.size33 {
    font-size: 20px;
    line-height: 20px;
  }
  .title.size70 {
    font-size: 25px;
    line-height: 30px;
  }

  .content {
    width: 92%;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
    margin-bottom: 30px;
    height: 220px;
    object-fit: cover;
  }

  .mt100 {
    margin-top: 30px;
  }

  .mb100 {
    margin-bottom: 30px;
  }

  .row .col {
    margin-bottom: 30px;
  }
  .row .col.col-41 {
    width: 100%;
  }
  .row .col.col-49 {
    width: 100%;
  }
  .row .col.col-4 {
    width: 100%;
  }
  .row.order .col.col-41 {
    order: 1;
  }
  .row.order .col.col-49 {
    order: 2;
  }

  header {
    height: 89px;
  }
  header .content {
    padding: 0px;
    width: 100%;
  }
  header .content a.logo {
    margin-bottom: 0px;
    width: 140px;
    background-size: 100% 100%;
    margin-left: 3%;
    padding-top: 90px;
  }
  header .right nav {
    top: 89px;
    position: absolute;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    margin-right: 0;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgba(112, 112, 112, 0.05);
    left: -100vh;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  header .right nav ul {
    display: block;
    width: 100%;
  }
  header .right nav ul li {
    width: 100%;
    display: block;
  }
  header .right nav ul li a {
    padding-bottom: 25px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #707070;
  }
  header .right nav ul li a:after {
    bottom: 0;
    display: none;
  }
  header .right .language {
    position: absolute;
    top: 30px;
    right: 20%;
    background-size: 30% auto !important;
  }
  header .tools {
    display: block;
    position: absolute;
    top: 30px;
    right: 5%;
  }
  header .tools a.menuLink {
    margin-left: 15px;
    height: 20px;
    display: block;
  }
  header .tools a.menuLink span {
    display: block;
    width: 28px;
    height: 100%;
    position: relative;
    margin-top: 5px;
  }
  header .tools a.menuLink span i {
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 2px;
    right: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  header .tools a.menuLink span i:nth-child(1) {
    width: 28px;
  }
  header .tools a.menuLink span i:nth-child(2) {
    width: 18px;
    top: 8px;
  }
  header .tools a.menuLink span i:nth-child(3) {
    width: 22px;
    top: 16px;
  }
  header .tools a.menuLink:hover span i:nth-child(1) {
    width: 18px;
  }
  header .tools a.menuLink:hover span i:nth-child(2) {
    width: 28px;
  }
  header .tools a.menuLink.opened span {
    margin-top: 0;
  }
  header .tools a.menuLink.opened span i {
    width: 10px !important;
  }
  header .tools a.menuLink.opened span i:nth-child(1) {
    width: 29px !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    left: 0;
    top: 15px;
  }
  header .tools a.menuLink.opened span i:nth-child(2) {
    opacity: 0;
  }
  header .tools a.menuLink.opened span i:nth-child(3) {
    width: 29px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left: 0;
    top: 15px;
  }
  header.scrolled {
    height: 89px;
  }
  header.scrolled .content {
    padding: 0;
  }
  header.scrolled .content a.logo {
    width: 140px;
    background-size: 100% auto;
  }
  header.scrolled nav {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  header.scrolled nav ul li > a {
    padding-bottom: 20px;
  }
  header.scrolled .tools a.menuLink span i {
    background: #707070;
  }
  header.opened .right nav {
    left: 0;
  }

  section.mainSlider .owl-dots {
    width: 80%;
  }
  section.mainSlider .owl-dots .owl-dot button {
    font-size: 13px;
  }
  section.mainSlider .owl-dots .owl-dot button:after {
    display: none;
  }

  footer .content .left {
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    align-items: start;
  }
  footer .content .left a {
    width: 50% !important;
    display: block;
  }
  footer .content .left a img {
    width: 120px !important;
  }
  footer .content .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  footer .content .right .social {
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
  }
  footer .content .right .social a {
    margin-left: 0;
  }
  footer .content .right p {
    font-size: 13px;
  }

  section.services .servicesList .item {
    width: 100%;
    margin-bottom: 0px;
  }

  section.packages .packagesList {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
  }
  section.packages .packagesList .item {
    width: 70%;
    flex: 0 0 auto;
  }
  section.packages .packagesList .item .itemHead {
    padding: 20px;
  }
  section.packages .packagesList .item .itemHead .title {
    font-size: 20px;
  }
  section.packages .packagesList .item .itemHead .price {
    font-size: 23px;
  }
  section.packages .packagesList .item .itemContent {
    padding-right: 15px;
    padding-left: 15px;
  }
  section.packages .packagesList .item .itemContent ul li {
    font-size: 14px;
  }

  .servicesArea {
    width: 90%;
  }
  .servicesArea .servicesContent .left {
    width: 100%;
    padding: 0;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .servicesArea .servicesContent .left img {
    width: 100px;
  }
  .servicesArea .servicesContent .left p {
    font-size: 13px;
  }
  .servicesArea .servicesContent .right {
    width: 100%;
    padding: 0;
  }
  .servicesArea .servicesContent .right img {
    height: 250px;
  }

  #careerForm .servicesContent .left {
    padding: 15px !important;
  }

  section.career-header img {
    height: 300px;
    object-fit: cover;
  }
  section.career-header h1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 36px;
  }

  section.career-links .career-links-item {
    width: 100%;
  }
}