@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* Reset css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  
  font-family: "Montserrat", sans-serif;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
    color: white;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
}

body {
  line-height: 1;
    background: #f6f6f7;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  position: relative;
}

/* Mobil Menu */
#mobil-menu-icon {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #1f84ae;
  font-size: 32px;
  z-index: 999;
  cursor: pointer;
  display: none;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#mobil-menu-icon:hover {
  opacity: 0.8;
}

#mobil-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c8fbc;
  z-index: 999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#mobil-menu ul li {
  margin: 20px 0;
}
#mobil-menu ul li a {
  color: #fff;
  font-size: 22px;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#mobil-menu ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transition: 300ms width;
  -moz-transition: 300ms width;
  -o-transition: 300ms width;
  transition: 300ms width;
}
#mobil-menu ul li a:hover {
  text-decoration: wavy;
  color: #ddd;
  margin-left: 10px;
}
#mobil-menu ul li a:hover::after {
  width: 100%;
}
#mobil-menu .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 32px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#mobil-menu .close:hover {
  opacity: 0.5;
}

/* Mobil Menu */
@media only screen and (max-width: 800px) {
  #header .menu {
    display: none;
  }

  #mobil-menu-icon {
    display: block;
  }
}
/* Header */
#header {
    margin-top: -22px;
  width: 100%;
  overflow: hidden;
  height: 950px;
  position: relative;
}
#header::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgb(0 0 0 / 79%), rgb(28 143 188 / 25%));
  z-index: 1;
}
#header #header-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header #header-video source {
  width: 100%;
  height: 100%;
}
#header .content {

    margin-top: 140px;
    margin-left: 21%;
  position: absolute;
  top: 26%;
  left: 170px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}#header .contents {
    margin-top: -310px;
    top: 40%;
  position: absolute; 
  left: 170px;
  transform: translateY(-50%);
  color: #fff;
    z-index: 11130;
}
#header .content h2 {
  font-size: 36px;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 45px;
  position: relative;
}
#header .content h2::after {
  position: absolute;
  content: "";
  top: calc(100% + 20px);
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #fff;
}
#header .content h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 52px;
  line-height: 61px;
}
#header .content h1 span {
  color: #1c8fbc;
}
#header .right {
  position: fixed;
  top:470px;
  left: 0;
  transform: translateY(-50%);
  z-index: 12121;
  display: flex;
}
#header .right .search-box {
  height: 60px;
  margin-top: 10px;
  background-color: #1c8fbc;
  display: none;
  padding: 10px 20px;
  align-items: center;
  margin-right: -5px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#header .right .search-box input {
  padding: 0 10px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#header .right .search-box input::placeholder {
  color: #fff;
}
#header .right .right-menu {
  /* padding: 10px; */
    height: 995px;
  background-color: #021d49;
  
}
#header .right .right-menu nav ul li {
  padding: 10px;
  width: 80px;
  min-height: 60px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  display: flex;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  background-color: transparent;
}
#header .right .right-menu nav ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#header .right .right-menu nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
#header .right .right-menu nav ul li a span {
  display: block;
  margin-top: 7px;
  font-size: 10px;
  color: #fff;
}
#header .right .right-menu nav ul li.active {
  background-color: rgba(255, 255, 255, 0.3);
}

/* About */
#about {
  width: 100%;
}
#about .container {
  width: 93%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-left: 7%;
}
#about .container .left {
  width: 48%;
  padding: 100px 0;
}
#about .container .left h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 42px;
  color: #1c8fbc;
}
#about .container .left p {
  margin: 20px 0 40px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #001219;
}
#about .container .right {
  width: 48%;
  position: relative;
  padding: 100px 0;
}
#about .container .right::after {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1c8fbc;
  z-index: -1;
  content: "";
}
#about .container .right .image {
  width: 90%;
  overflow: hidden;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
}
#about .container .right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 500px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#about .container .right .image img:hover {
  transform: scale(1.4);
}

.button {
  border: 2px solid #184d47;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #001219;
  padding: 12px 30px;
  text-transform: uppercase;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  position: relative;
  display: inline-block;
}
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #184d47;
  z-index: -1;
  -webkit-transition: 300ms width;
  -moz-transition: 300ms width;
  -o-transition: 300ms width;
  transition: 300ms width;
}
.button:hover {
  color: #fff;
}
.button:hover::after {
  width: 100%;
}

/* Services */
#services {
  display: flex;
}
#services .row {
  display: flex;
}
#services .row .small-item {
  width: 50%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#services .row .small-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#services .row .small-item:hover img {
  transform: scale(1.2);
}
#services .row .small-item:hover .content {
  display: block;
}
#services .row .small-item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  left: 0;
  top: 0;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
  /* display: none; */
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#services .row .small-item .content h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px;
  line-height: 25px;
}
#services .row .small-item .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
#services .row .large-item {
  width: 100%;
  overflow: hidden;
  height: 300px;
  position: relative;
}
#services .row .large-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#services .row .large-item:hover img {
  transform: scale(1.2);
}
#services .row .large-item:hover .content {
  display: block;
}
#services .row .large-item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  left: 0;
  top: 0;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
  /* display: none; */
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#services .row .large-item .content h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px;
  line-height: 25px;
}
#services .row .large-item .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
#services .large-item2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#services .large-item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#services .large-item2:hover img {
  transform: scale(1.2);
}
#services .large-item2:hover .content {
  display: block;
}
#services .large-item2 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  left: 0;
  top: 0;
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
  /* display: none; */
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#services .large-item2 .content h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px;
  line-height: 25px;
}
#services .large-item2 .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
#services .left {
  width: 78%;
  height: 100%;
}
#services .right {
  width: 22%;
}

.page-title {
  margin: 150px 0 70px 7%;
  padding-left: 30px;
  border-left: 5px solid #1c8fbc;
  text-transform: uppercase;
  color: #000;
  text-align: start;
}
.page-title h1 {
  margin: 10px 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 35px;
}
.page-title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

/* Slider */
#slider .swiper-container {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
#slider .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 220px;
}
#slider .swiper-container .swiper-slide .item {
  position: relative;
  width: 100%;
  height: 100%;
}
#slider .swiper-container .swiper-slide .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slider .swiper-container .swiper-slide .item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}
#slider .swiper-container .swiper-slide .item .content h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 25px;
  position: relative;
}
#slider .swiper-container .swiper-slide .item .content h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #fad586;
  left: 50%;
  top: calc(100% + 20px);
  transform: translateX(-50%);
}
#slider .swiper-container .swiper-slide .item:hover .content {
  display: flex;
}
#slider .swiper-container .swiper-button-next,
#slider .swiper-container .swiper-button-prev {
  color: #fff !important;
  top: 40% !important;
}
#slider .swiper-container .swiper-scrollbar {
  width: 300px !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 10px !important;
  background: #fad586 !important;
}
#slider .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #1c8fbc;
}

/* Sections */
#sections {
  width: 100%;
  margin-top: 100px;
}
#sections .item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#sections .item .left {
  width: 40%;
  color: #000;
  height: 100%;
  padding: 0 30px;
}
#sections .item .left span {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
#sections .item .left h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 25px;
  margin: 10px 0;
}
#sections .item .left p {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
#sections .item .right {
  width: 60%;
  height: 380px;
  overflow: hidden;
}
#sections .item .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.flex-reverse {
  flex-direction: row-reverse !important;
}

/* Contact */
#contact {
  width: 100%;
  height: 380px;
  position: relative;
  margin: 100px 0;
  overflow: hidden;
}
#contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-position: right;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#contact:hover img {
  transform: scale(1.4);
}
#contact .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  color: #000;
  text-align: center;
}
#contact .text h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 25px;
}
#contact .text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin: 35px 0 50px 0;
  text-align: center;
}

.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* Blog */
#blog {
  text-align: center;
}
#blog .blog-item {
  width: 49%;
  height: 350px;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  text-align: center;
  margin-bottom: 2%;
  position: relative;
}
#blog .blog-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#blog .blog-item .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#blog .blog-item .text h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
}
#blog .blog-item .text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin: 30px 0 40px 0;
}
#blog .blog-item .text a {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
#blog .blog-item .text a:hover {
  text-decoration: underline;
}

/* Carrers */
#carrers {
  padding-left: 30px;
  position: relative;
  margin: 100px 0;
  display: flex;
}
#carrers .left {
  width: 50%;
}
#carrers .right {
  width: 50%;
  position: relative;
}
#carrers .right img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
#carrers .right .text {
  padding: 40px;
  background-color: #fad586;
  color: #000;
  position: absolute;
  top: 300px;
  right: 100px;
  width: 600px;
  margin-bottom: 100px;
}
#carrers .right .text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
#carrers .right .text strong {
  text-transform: uppercase;
}
#carrers .right .text span {
  margin: 5px 0 40px 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 25px;
  display: block;
}
#carrers .right .text a {
  z-index: 3;
}
#carrers h2 {
  font-size: 36px;
  line-height: 42px;
  color: #001219;
  position: relative;
}
#carrers h2::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  background-color: #001219;
}
#carrers h1 {
  font-weight: bold;
  font-size: 52px;
  line-height: 61px;
  margin: 40px 0 20px 0;
  color: #1c8fbc;
}
#carrers span {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}

/* Footer */
#footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
}
#footer ul {
  display: flex;
  justify-content: center;
}
#footer ul a {
  margin: 15px;
}
#footer .newsletter {
  width: 100%;
  height: 50px;
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
#footer .newsletter form {
  position: relative;
  width: 350px;
  height: 50px;
}
#footer .newsletter form input {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  padding: 0 60px 0 20px;
  width: 350px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ebebeb;
}
#footer .newsletter form button {
  background-color: #1c8fbc;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#footer .footer-menu {
  margin: 20px 0;
}
#footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .footer-menu ul li {
  margin: 15px;
}
#footer .footer-menu ul li a {
  color: #000;
}
#footer .footer-menu ul li a:hover {
  text-decoration: underline;
}

/* Responsive Footer */
@media only screen and (max-width: 400px) {
  #footer ul {
    flex-wrap: wrap;
  }
  #footer form {
    width: 100% !important;
  }
  #footer form input {
    width: 100% !important;
  }
}
/* Responsive */
@media only screen and (max-width: 991px) {
  #blog .row {
    flex-direction: column !important;
  }
  #blog .row .blog-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 800px) {
  #about .container {
    flex-direction: column;
    width: 86% !important;
    margin-left: 7%;
    margin-right: 7%;
  }
  #about .container .left {
    width: 100%;
  }
  #about .container .right {
    width: 100%;
    margin-bottom: 30px;
  }
#header {
    margin-top: 10px;
  width: 100%;
  overflow: hidden;
  height: 950px;
  position: relative;
}
  .right-menu {
    display: none;
  }
  .menu {
    display: none;
  }
#header .content {
	 
    /* margin-left: -145px; */
    position: absolute;
    top: 26%; 
    margin-top: 60px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}
#header .contents {
 
    margin-left: -100px;
    /* margin-left: -163px; */
    position: absolute;
    top: 26%; 
    margin-top: -183px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}
  #menu {
    display: none;
  }

  #services {
    flex-direction: column;
  }
  #services .left {
    width: 100%;
  }
  #services .right {
    width: 100%;
    height: 300px;
  }

  #carrers {
    flex-direction: column;
    margin-right: 30px;
  }
  #carrers .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #carrers .left h1 {
    font-size: 42px;
  }
  #carrers .right {
    width: 100%;
  }
  #carrers .right .text {
    width: 100% !important;
    box-sizing: border-box;
    position: static !important;
  }
}
@media only screen and (max-width: 680px) {
  #sections {
    width: 100%;
  }
  #sections .item {
    flex-direction: column !important;
  }
  #sections .item .left {
    width: 100%;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
  }
  #sections .item .right {
    width: 100%;
  }

  #contact .text {
    right: 15px !important;
    left: 15px !important;
  }

  #blog .blog-item {
    height: 400px !important;
  }
  #blog .blog-item .text h2 {
    font-size: 28px;
  }

  #services .row {
    flex-direction: column !important;
  }
  #services .row .small-item {
    width: 100% !important;
  }

  .page-title {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 800px) {
	#header .content {
	 
    margin-left: 7px;
    position: absolute;
    top: 26%; 
    margin-top: 60px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}
  #header .content {
    left: 15px !important;
    right: 15px !important;
  }
  #header .content h2 {
    font-size: 25px;
  }
  #header .content h1 {
    font-size: 31px;
  }
}