* {
  text-decoration: none;
  list-style-type: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  font-family: "Mulish", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

.table-container {
  overflow-x: auto;
  float: left;
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 15px;
}

body {
  margin: 0px;
  padding: 0px;
}

div.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}

header {
  float: left;
  width: 100%;
  transition: 0.3s;
  position: fixed;
  z-index: 5555;
}

header>div.top {
  float: left;
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
  background-color: #01458c;
  transition: 0.1s;
}

header>div.top>div.wrapper>div.social_media {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header>div.top>div.wrapper>div.social_media>div.left {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

header>div.top>div.wrapper>div.social_media>div.left>a {
  float: left;
  width: 12.26px;
  height: 12.26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 15px;
}

header>div.bottom {
  float: left;
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
  background-color: #fff;
}

header>div.bottom>div.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header>div.bottom>div.wrapper>a.logo {
  float: left;
  width: 200px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/logo.png");
  transition: 0.1s;
}

header>div.bottom>div.wrapper>ul {
  float: right;
  transition: 0.1s;
}

header>div.bottom>div.wrapper>ul>li {
  float: left;
  transition: 0.3s;
  position: relative;
}

header>div.bottom>div.wrapper>ul>li>a {
  font-size: 16px;
  color: #021152;
  font-weight: 800;
  padding: 10px 0px 10px 20px;
  box-sizing: border-box;
}

header>div.bottom>div.wrapper>ul>li>a:hover {
  color: #1871c9;
}

header>div.bottom>div.wrapper>ul>li>a.phone-head {
  font-size: 18px;
  font-weight: 800;
  color: #021152;
  border-left: 1px solid #ddd;
  margin-left: 20px;
}

header>div.bottom>div.wrapper>ul>li>a.active {
  color: #1871c9;
}

header>div.bottom>div.wrapper>ul>li>ul {
  display: none;
  position: absolute;
  width: 250px;
  background-color: #fff;
  margin-left: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

header>div.bottom>div.wrapper>ul>li>ul>li {
  width: 100%;
  float: left;
  padding: 10px 0;
}

header>div.bottom>div.wrapper>ul>li>ul>li>a {
  font-size: 16px;
  font-weight: 400;
  color: #5f5f5f;
  padding: 10px 0px 10px 20px;
  box-sizing: border-box;
  transition: 0.3s;
}

header>div.bottom>div.wrapper>ul>li>ul>li>a:hover {
  color: #13287e;
}

header>div.bottom>div.wrapper>ul>li:hover>ul {
  display: block;
}

header>div.bottom>div.wrapper>ul>li>div.dropdown {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  top: 90px;
  height: 0;
  transition: 0.3s;
  overflow: hidden;
}

header>div.bottom>div.wrapper>ul>li:hover>div.dropdown {
  height: 250px;
  padding: 20px 0;
  box-sizing: border-box;
}

header>div.bottom>div.wrapper>ul>li>div.dropdown>div.wrapper {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.3s;
  transition-delay: 0.4s;
}

header>div.bottom>div.wrapper>ul>li:hover>div.dropdown>div.wrapper {
  transform: scale(1);
}

header>div.bottom>div.wrapper>ul>li>div.dropdown ul {
  float: left;
  width: 22.7%;
  margin-right: 3%;
}

header>div.bottom>div.wrapper>ul>li>div.dropdown ul>li>a {
  font-size: 16px;
  font-weight: 400;
  color: #565656;
  margin-bottom: 5px;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

header>div.bottom>div.wrapper>ul>li>div.dropdown ul>li>a:hover {
  color: #01458c;
}

header>div.bottom>div.wrapper>ul>li>div.dropdown ul>li>a>span {
  color: #01458c;
  font-weight: 600;
}

header>div.bottom>div.wrapper>ul>li>div.dropdown ul:last-child {
  margin-right: 0;
}

div#header_clear {
  height: 90px;
  float: left;
  width: 100%;
}

header.scroll {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

div.breadcrump {
  float: left;
  width: 100%;
  padding: 40px 0px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-image: url("../img/breadcrump.jpg");
}

div.breadcrump>div.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div.breadcrump>div.wrapper>div.left {
  float: left;
}

div.breadcrump>div.wrapper>div.left>h2 {
  float: left;
  font-size: 51px;
  color: #fff;
  font-weight: 800;
}

div.breadcrump>div.wrapper>div.right {
  float: right;
}

div.breadcrump>div.wrapper>div.right>ol {
  float: left;
}

div.breadcrump>div.wrapper>div.right>ol>li {
  float: left;
}

div.breadcrump>div.wrapper>div.right>ol>li>a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

div.breadcrump>div.wrapper>div.right>ol>li>a::after {
  content: "/";
  float: right;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin: 0px 10px;
}

div.breadcrump>div.wrapper>div.right>ol>li:last-child>a::after {
  display: none;
}

div.breadcrump>div.wrapper>div.right>ol>li>a.active {
  font-weight: 800;
}

div.hamburger {
  width: 30px;
  height: 30px;
  float: right;
  background-image: url("../img/hamburger.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: none;
}

.overclock {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -100%;
  background-color: #01458c;
  overflow-x: hidden;
  transition: 0.3s;
  top: 73px;
  display: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  padding: 20px;
  box-sizing: border-box;
}

div.overclock-content {
  width: 100%;
  float: right;
}

div#mobileNav {
  width: 100%;
  float: right;
  overflow: scroll;
}

div#mobileNav.active {
  right: 0;
}

div.overclock-content>div.navigation {
  float: left;
  width: 100%;
}

div.overclock-content>div.navigation>ul {
  float: left;
  width: 100%;
}

div.overclock-content>div.navigation>ul>li {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px;
  box-sizing: border-box;
}

div.overclock-content>div.navigation>ul>li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

div.overclock-content>div.navigation>ul>li>a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

div.overclock-content>div.social_media {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div.overclock-content>div.social_media>div.left {
  float: left;
}

div.overclock-content>div.social_media>div.left>a {
  float: left;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 15px;
}

div.overclock-content>div.social_media>div.left>a.fc {
  background-image: url(../images/facebook.svg);
}

div.overclock-content>div.social_media>div.left>a.ins {
  background-image: url(../images/instagram.svg);
}

div.overclock-content>div.social_media>div.left>a.tw {
  background-image: url(../images/twitter.svg);
}

div.overclock-content>div.social_media>div.left>a.in {
  background-image: url(../images/linkedin.svg);
}

div.overclock-content>div.social_media>div.right {
  float: right;
}

div.overclock-content>div.social_media>div.right>a {
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

div.overclock-content>div.social_media>div.right>a.active {
  font-weight: 600;
}

div.overclock-content>div.social_media>div.right>a:first-child::after {
  content: "/";
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 10px;
}

div.menus {
  height: 0;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: hidden;
  transition: 0.5s;
  display: none;
}

div.mobiles-content {
  width: 100%;
  float: left;
  display: none;
}

div.mobiles-content>ul {
  float: left;
  width: 100%;
  list-style-type: none;
}

div.mobiles-content>ul>li {
  float: left;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dfdfdf;
}

div.mobiles-content>ul>li:last-child {
  border-bottom: 0;
}

div.mobiles-content>ul>li>a {
  float: left;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #01458c;
  font-weight: 300;
  font-size: 17px;
}

div.mobiles-content>ul>li>a.active {
  font-weight: 800;
}

div.mobiles-content>ul>li>ul {
  float: left;
  width: 100%;
  padding-left: 25px;
  box-sizing: border-box;
}

div.mobiles-content>ul>li>ul>li {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  box-sizing: border-box;
  list-style: none;
}

div.mobiles-content>ul>li>ul>li>a {
  font-size: 16px;
  font-weight: 300;
  color: #565656;
  display: flex;
  align-items: center;
}

div.mobiles-content>ul>li>ul>li>a:before {
  content: "";
  float: left;
  width: 6px;
  height: 6px;
  background-color: #01458c;
  border-radius: 100px;
  margin-right: 8px;
  margin-top: -4px;
}

div#mobiles {
  width: 100%;
  height: 0;
  float: left;
  overflow: hidden;
  margin-bottom: 40px;
}

div#mobiles.active {
  height: 250px;
  overflow: auto;
  border-bottom: 1px solid #ddd;
}

div.toogle_bar {
  display: none;
  margin-bottom: 15px;
  float: left;
  border: 2px solid #01458c;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #f9f9f9;
  justify-content: space-between;
  align-items: center;
}

div.toogle_bar h3:after {
  content: "";
  float: right;
  width: 18px;
  height: 18px;
  margin-left: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/plus.svg");
}

div.toogle_bar h3 {
  color: #01458c;
  font-size: 18px;
  font-weight: 800;
  float: left;
}

.pad {
  float: left;
  width: 100%;
  padding: 20px 0px;
  box-sizing: border-box;
  background-color: #021152;
}

.pad>div.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pad>div.wrapper>.left {
  float: left;
  margin-right: 12px;
}

.pad>div.wrapper>.left>p {
  font-size: 22px;
  color: #e2e9f0;
  font-weight: 900;
}

.pad>div.wrapper>.right {
  float: left;
}

.pad>div.wrapper>.right>a {
  float: left;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 18px;
  font-weight: 800;
  color: #021152;
  transition: 0.3s;
}

.pad>div.wrapper>.right>a:hover {
  background-color: #4dc247;
  color: #fff;
}

div.corporate>div.wrapper>div.right>.row {
  float: left;
  width: 100%;
  margin-top: 30px;
}

div.corporate>div.wrapper>div.right>.row>.box {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
}

div.corporate>div.wrapper>div.right>.row>.box:nth-child(4n) {
  margin-right: 0%;
}

div.corporate>div.wrapper>div.right>.row>.box>.images {
  float: left;
  width: 100%;
  height: 350px;
  object-position: center;
  object-fit: cover;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

div.corporate>div.wrapper>div.right>.row>.box:hover>.images {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

div.corporate>div.wrapper>div.right>.row>.box>.title {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

div.corporate>div.wrapper>div.right>.row>.box>.title>h4 {
  font-size: 22px;
  font-weight: 600;
  color: #01458c;
}

div.info {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.info>.wrapper>h3 {
  font-size: 2.1rem;
  color: #021152;
  letter-spacing: 0.04rem;
  font-weight: 700;
  line-height: 1.24;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.phone-items {
  float: left;
  width: 100%;
  padding: 30px 0px;
  box-sizing: border-box;
  background-color: #021152;
}

.phone-items>.wrapper>.item {
  float: left;
  width: 50%;
  text-align: center;
}

.phone-items>.wrapper>.item>h4 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.phone-items>.wrapper>.item>a {
  font-size: 18px;
  color: #fff;
}

.phone-items>.wrapper>.item:first-child>a:last-child {
  margin-left: 15px;
}

@media screen and (max-width: 1250px) {
  div.wrapper {
    padding: 0px 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  header>div.bottom>div.wrapper>a.logo {
    width: 180px;
    height: 70px;
  }

  header>div.bottom>div.wrapper>ul>li>div.dropdown {
    top: 142px;
  }
}

@media screen and (max-width: 1010px) {
  header>div.top {
    display: none;
  }

  div#header_clear,
  div#header_clear.scroll {
    height: 74px;
    float: left;
    width: 100%;
  }

  header>div.bottom>div.wrapper>ul {
    display: none;
  }

  header>div.bottom>div.wrapper>a.logo,
  header.scroll>div.bottom>div.wrapper>a.logo {
    width: 140px;
    height: 54px;
  }

  header>div.bottom {
    padding: 10px 0px;
  }

  div.hamburger,
  div.overclock {
    display: block;
  }
}

@media screen and (max-width: 950px) {
  div.corporate>div.wrapper>div.right>.row>.box {
    float: left;
    width: 48%;
    margin-right: 4%;
  }

  div.corporate>div.wrapper>div.right>.row>.box:nth-child(4n) {
    margin-right: 4%;
  }

  div.corporate>div.wrapper>div.right>.row>.box:nth-child(2n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 850px) {
  .pt-0 {
    padding-top: 0 !important;
  }

  .phone-items>.wrapper>.item>h4 {
    font-size: 20px;
    width: 100%;
    float: left;
    text-align: left;
  }

  .phone-items>.wrapper>.item>a {
    float: left;
    width: 100%;
    text-align: left;
  }

  .phone-items>.wrapper>.item:first-child>a:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {
  div.corporate>div.wrapper>div.left {
    width: 100%;
  }

  div.corporate>div.wrapper>div.left>div.title {
    display: none;
  }

  div.corporate>div.wrapper>div.left>ul {
    display: none;
  }

  div.corporate>div.wrapper>div.right {
    float: left;
    width: 100%;
  }

  div.toogle_bar {
    display: flex;
  }

  div.mobiles-content {
    display: block;
  }

  div.menus {
    display: block;
  }
}

@media screen and (max-width: 780px) {
  div.g-recaptcha {
    width: 50%;
  }

  div.breadcrump {
    padding: 50px 0px;
  }

  div.breadcrump>div.wrapper {
    flex-wrap: wrap;
  }

  div.breadcrump>div.wrapper>div.left {
    width: 100%;
    float: left;
  }

  div.breadcrump>div.wrapper>div.right {
    float: left;
    width: 100%;
    margin-top: 30px;
  }

  div.breadcrump>div.wrapper>div.left>h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 657px) {
  .pb-2 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 600px) {
  div.corporate>div.wrapper>div.right>div.text>div.brands>div.item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  div.corporate>div.wrapper>div.right>div.text>div.brands>div.item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  div.corporate>div.wrapper>div.right>.row>.box {
    float: left;
    width: 100%;
    margin-bottom: 8%;
  }

  div.corporate>div.wrapper>div.right>.row>.box:last-child {
    margin-bottom: 0;
  }

  .phone-items>.wrapper>.item {
    float: left;
    width: 100%;
  }

  .phone-items>.wrapper>.item>h4,
  .phone-items>.wrapper>.item>a {
    text-align: center;
  }

  .phone-items>.wrapper>.item:first-child {
    margin-bottom: 40px;
  }

  .phone-items>.wrapper>.item>a {
    font-size: 16px;
  }

  .phone-items>.wrapper>.item:first-child>a:last-child {
    margin-top: 15px;
  }
}

@media screen and (max-width: 467px) {
  .pad>div.wrapper {
    flex-direction: column;
  }

  .pad>div.wrapper>.left {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 360px) {
  div.corporate>div.wrapper>div.right>div.text>div.brands>div.item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10%;
  }

  div.corporate>div.wrapper>div.right>div.text>div.brands>div.item:last-child {
    margin-bottom: 0;
  }
}

.atem-service-districts {
  float: left;
  width: 100%;
  padding: 90px 0;
  background: #f7fbff;
}

.atem-service-districts__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.atem-service-districts__heading {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.atem-service-districts__subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  background: #eef8ff;
  color: #0095d9;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 18px;
}

.atem-service-districts__heading h2 {
  font-size: 44px;
  color: #06345f;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.atem-service-districts__heading h2 strong {
  color: #0095d9;
}

.atem-service-districts__heading p {
  max-width: 720px;
  margin: auto;
  color: #666;
  line-height: 1.8;
  font-size: 17px;
}

.atem-service-districts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.atem-service-districts__grid a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #edf2f7;
  color: #06345f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
  transition: .35s;
}

.atem-service-districts__grid a:hover {
  background: #0095d9;
  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 149, 217, .25);
}

@media(max-width:991px) {

  .atem-service-districts__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .atem-service-districts__heading h2 {
    font-size: 34px;
  }

}

@media(max-width:767px) {

  .atem-service-districts {
    padding: 60px 0;
  }

  .atem-service-districts__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .atem-service-districts__heading {
    margin-bottom: 35px;
  }

  .atem-service-districts__heading h2 {
    font-size: 28px;
  }

  .atem-service-districts__heading p {
    font-size: 15px;
  }

  .atem-service-districts__grid a {
    min-height: 56px;
    font-size: 14px;
  }

}

/* ============================
   ATEM HOME SERVICES HEADER
============================ */

.atem-home-services {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: #fff;
}

.atem-home-services__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.atem-home-services__heading {
  max-width: 850px;
  margin: 0 auto 60px;
  text-align: center;
}

.atem-home-services__subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  background: #eef8ff;
  color: #0095d9;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 18px;
}

.atem-home-services__heading h2 {
  font-size: 46px;
  color: #06345f;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 18px;
}

.atem-home-services__heading h2 strong {
  color: #0095d9;
}

.atem-home-services__heading p {
  max-width: 720px;
  margin: auto;
  color: #666;
  font-size: 17px;
  line-height: 1.8;
}

/* ============================
   SERVICE GRID
============================ */

.atem-home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.atem-home-services__card {
  display: block;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #edf2f7;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
  transition: .35s;
}

.atem-home-services__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .12);
}

.atem-home-services__image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.atem-home-services__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}

.atem-home-services__card:hover img {
  transform: scale(1.08);
}

.atem-home-services__content {
  padding: 25px;
}

.atem-home-services__content h3 {
  font-size: 22px;
  color: #06345f;
  font-weight: 700;
  margin-bottom: 12px;
}

.atem-home-services__content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.atem-home-services__content span {
  color: #0095d9;
  font-weight: 700;
}

.atem-home-services__content span::after {
  content: " →";
}

/* ============================
   RESPONSIVE
============================ */

@media(max-width:991px) {

  .atem-home-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atem-home-services__heading h2 {
    font-size: 36px;
  }

}

@media(max-width:767px) {

  .atem-home-services {
    padding: 60px 0;
  }

  .atem-home-services__grid {
    grid-template-columns: 1fr;
  }

  .atem-home-services__heading {
    margin-bottom: 40px;
  }

  .atem-home-services__heading h2 {
    font-size: 28px;
  }

  .atem-home-services__heading p {
    font-size: 15px;
  }

  .atem-home-services__image {
    height: 220px;
  }

  .atem-home-services__content {
    padding: 20px;
  }

}

.atem-corporate-page,
.atem-corporate-values,
.atem-corporate-stats,
.atem-corporate-cta {
  float: left;
  width: 100%;
  clear: both;
}

.atem-corporate-page {
  padding: 90px 0;
  background: #fff;
}

.atem-corporate-page__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.atem-corporate-hero {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 70px;
  align-items: center;
}

.atem-corporate-hero__image {
  position: relative;
}

.atem-corporate-hero__image img {
  width: 100%;
  display: block;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.atem-corporate-hero__badge {
  position: absolute;
  right: -25px;
  bottom: 35px;
  background: #0095d9;
  color: #fff;
  padding: 24px 28px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 149, 217, .30);
}

.atem-corporate-hero__badge strong {
  display: block;
  font-size: 34px;
  font-weight: 800;
}

.atem-corporate-hero__badge span {
  font-size: 14px;
}

.atem-corporate-hero__content>span,
.atem-corporate-title span {
  display: inline-flex;
  padding: 8px 18px;
  background: #eef8ff;
  color: #0095d9;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.atem-corporate-hero__content h1 {
  font-size: 46px;
  line-height: 1.18;
  color: #06345f;
  font-weight: 800;
  margin-bottom: 24px;
}

.atem-corporate-hero__content p {
  color: #666;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.atem-corporate-hero__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.atem-corporate-hero__features div {
  background: #f7fbff;
  border: 1px solid #e8f1f8;
  padding: 15px 18px;
  border-radius: 14px;
  color: #06345f;
  font-weight: 700;
}

.atem-corporate-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 80px;
}

.atem-corporate-box {
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 22px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.atem-corporate-box h3 {
  color: #06345f;
  font-size: 25px;
  margin-bottom: 15px;
}

.atem-corporate-box p {
  color: #666;
  line-height: 1.7;
}

.atem-corporate-values {
  padding: 90px 0;
  background: #f7fbff;
}

.atem-corporate-title {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 55px;
}

.atem-corporate-title h2 {
  font-size: 42px;
  color: #06345f;
  margin-bottom: 15px;
}

.atem-corporate-title p {
  color: #666;
  font-size: 17px;
  line-height: 1.7;
}

.atem-corporate-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.atem-corporate-values__grid div {
  background: #fff;
  border-radius: 22px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
  transition: .3s;
}

.atem-corporate-values__grid div:hover {
  transform: translateY(-8px);
}

.atem-corporate-values__grid h3 {
  color: #06345f;
  font-size: 23px;
  margin-bottom: 14px;
}

.atem-corporate-values__grid p {
  color: #666;
  line-height: 1.7;
}

.atem-corporate-stats {
  padding: 80px 0;
  background: #fff;
}

.atem-corporate-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.atem-corporate-stats__grid div {
  background: #06345f;
  color: #fff;
  text-align: center;
  border-radius: 22px;
  padding: 38px 20px;
}

.atem-corporate-stats__grid strong {
  display: block;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 8px;
}

.atem-corporate-stats__grid span {
  font-size: 15px;
  opacity: .92;
}

.atem-corporate-cta {
  padding: 90px 0;
  background: linear-gradient(135deg, #06345f, #0095d9);
  color: #fff;
  text-align: center;
}

.atem-corporate-cta h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.atem-corporate-cta p {
  max-width: 720px;
  margin: 0 auto 35px;
  font-size: 17px;
  line-height: 1.7;
}

.atem-corporate-cta a {
  display: inline-flex;
  padding: 15px 36px;
  border-radius: 50px;
  background: #fff;
  color: #06345f;
  font-weight: 800;
  text-decoration: none;
  transition: .3s;
}

.atem-corporate-cta a:hover {
  transform: translateY(-5px);
}

@media(max-width:991px) {
  .atem-corporate-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .atem-corporate-hero__content h1 {
    font-size: 34px;
  }

  .atem-corporate-boxes,
  .atem-corporate-values__grid,
  .atem-corporate-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .atem-corporate-hero__badge {
    right: 20px;
  }
}

@media(max-width:767px) {

  .atem-corporate-page,
  .atem-corporate-values,
  .atem-corporate-stats,
  .atem-corporate-cta {
    padding: 60px 0;
  }

  .atem-corporate-hero__content h1,
  .atem-corporate-title h2,
  .atem-corporate-cta h2 {
    font-size: 28px;
  }

  .atem-corporate-hero__features,
  .atem-corporate-boxes,
  .atem-corporate-values__grid,
  .atem-corporate-stats__grid {
    grid-template-columns: 1fr;
  }

  .atem-corporate-hero__badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -25px;
    width: max-content;
    max-width: 100%;
  }

  .atem-corporate-box {
    padding: 28px;
  }
}

.atem-contact-page {
  float: left;
  width: 100%;
  clear: both;
  padding: 90px 0;
  background: #f7fbff;
}

.atem-contact-page__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.atem-contact-page__head {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.atem-contact-page__head span {
  display: inline-flex;
  padding: 8px 18px;
  background: #eef8ff;
  color: #0095d9;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.atem-contact-page__head h1 {
  font-size: 44px;
  color: #06345f;
  margin-bottom: 16px;
}

.atem-contact-page__head p {
  color: #666;
  font-size: 17px;
  line-height: 1.7;
}

.atem-contact-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.atem-contact-card {
  background: #fff;
  border-radius: 22px;
  padding: 38px 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
  border: 1px solid #edf2f7;
}

.atem-contact-card__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #eef8ff;
  color: #0095d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.atem-contact-card h3 {
  color: #06345f;
  font-size: 23px;
  margin-bottom: 12px;
}

.atem-contact-card p,
.atem-contact-card a {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  text-decoration: none;
}

.atem-contact-card a:hover {
  color: #0095d9;
}

.atem-contact-info-box {
  margin-top: 45px;
  background: linear-gradient(135deg, #06345f, #0095d9);
  border-radius: 26px;
  padding: 55px 35px;
  text-align: center;
  color: #fff;
}

.atem-contact-info-box h2 {
  font-size: 34px;
  margin-bottom: 14px;
}

.atem-contact-info-box p {
  max-width: 760px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.atem-contact-info-box__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.atem-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
}

.atem-contact-btn--phone {
  background: #fff;
  color: #06345f;
}

.atem-contact-btn--mail {
  background: #38a169;
  color: #fff;
}

@media(max-width:991px) {
  .atem-contact-page__grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:767px) {
  .atem-contact-page {
    padding: 60px 0;
  }

  .atem-contact-page__head h1,
  .atem-contact-info-box h2 {
    font-size: 28px;
  }

  .atem-contact-card {
    padding: 30px 22px;
  }

  .atem-contact-info-box {
    padding: 40px 22px;
  }
}

.atem-service-detail {
  float: left;
  width: 100%;
  clear: both;
  padding: 80px 0;
  background: #f7fbff;
}

.atem-service-detail__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.atem-service-detail__hero {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 55px;
  align-items: center;
  background: #fff;
  border-radius: 26px;
  padding: 35px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .07);
}

.atem-service-detail__image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  border-radius: 22px;
}

.atem-service-detail__intro span {
  display: inline-flex;
  padding: 8px 18px;
  background: #eef8ff;
  color: #0095d9;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.atem-service-detail__intro h1 {
  color: #06345f;
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 800;
}

.atem-service-detail__intro p {
  color: #666;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.atem-service-detail__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 30px;
}

.atem-service-detail__features div {
  background: #f7fbff;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  padding: 18px 14px;
}

.atem-service-detail__features strong {
  display: block;
  color: #06345f;
  font-size: 15px;
  margin-bottom: 5px;
}

.atem-service-detail__features small {
  color: #666;
  font-size: 13px;
}

.atem-service-detail__btn {
  display: inline-flex;
  padding: 15px 34px;
  background: #0095d9;
  color: #fff;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none;
  transition: .3s;
}

.atem-service-detail__btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 149, 217, .28);
}

.atem-service-detail__content {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 35px;
  margin-top: 35px;
  align-items: start;
}

.atem-service-detail__article {
  background: #fff;
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
}

.atem-service-detail__article h2,
.atem-service-detail__article h3,
.atem-service-detail__article h4 {
  color: #06345f;
  margin-bottom: 16px;
  line-height: 1.35;
}

.atem-service-detail__article h2 {
  font-size: 34px;
}

.atem-service-detail__article h3 {
  font-size: 26px;
  margin-top: 28px;
}

.atem-service-detail__article h4 {
  font-size: 20px;
  margin-top: 22px;
}

.atem-service-detail__article p {
  color: #666;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 17px;
}

.atem-service-detail__article ul {
  margin: 18px 0 24px;
  padding: 0;
}

.atem-service-detail__article ul li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 9px;
}

.atem-service-detail__article ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #38a169;
  font-weight: 900;
}

.atem-service-detail__side {
  position: sticky;
  top: 110px;
}

.atem-service-detail__side-box,
.atem-service-detail__cta {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
  margin-bottom: 22px;
}

.atem-service-detail__side-box h3,
.atem-service-detail__cta h3 {
  color: #06345f;
  font-size: 23px;
  margin-bottom: 18px;
}

.atem-service-detail__side-box ul {
  padding: 0;
}

.atem-service-detail__side-box li {
  list-style: none;
  color: #666;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f7;
}

.atem-service-detail__side-box li:last-child {
  border-bottom: 0;
}

.atem-service-detail__cta {
  background: linear-gradient(135deg, #06345f, #0095d9);
  color: #fff;
}

.atem-service-detail__cta h3 {
  color: #fff;
}

.atem-service-detail__cta p {
  line-height: 1.7;
  margin-bottom: 22px;
  opacity: .92;
}

.atem-service-detail__cta a {
  display: inline-flex;
  background: #fff;
  color: #06345f;
  padding: 13px 26px;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none;
}

@media(max-width:991px) {

  .atem-service-detail__hero,
  .atem-service-detail__content {
    grid-template-columns: 1fr;
  }

  .atem-service-detail__image img {
    height: auto;
  }

  .atem-service-detail__side {
    position: relative;
    top: auto;
  }
}

@media(max-width:767px) {
  .atem-service-detail {
    padding: 55px 0;
  }

  .atem-service-detail__hero {
    padding: 20px;
    border-radius: 20px;
    gap: 25px;
  }

  .atem-service-detail__intro h1 {
    font-size: 30px;
  }

  .atem-service-detail__features {
    grid-template-columns: 1fr;
  }

  .atem-service-detail__article {
    padding: 26px 22px;
  }

  .atem-service-detail__article h2 {
    font-size: 27px;
  }

  .atem-service-detail__article h3 {
    font-size: 23px;
  }
}

.atem-mini-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.atem-mini-contact__item {
  width: max-content;
  min-width: 150px;
  height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  transition: .25s ease;
}

.atem-mini-contact__item i {
  font-size: 17px;
}

.atem-mini-contact__item:hover {
  transform: translateY(-4px);
  color: #fff;
}

.atem-mini-contact__item--phone {
  background: #06345f;
}

.atem-mini-contact__item--whatsapp {
  background: #25D366;
}

.atem-mini-contact__item--phone i {
  animation: atemMiniRing 1.8s infinite;
}

.atem-mini-contact__item--whatsapp i {
  animation: atemMiniPulse 1.8s infinite;
}

@keyframes atemMiniRing {

  0%,
  100% {
    transform: rotate(0)
  }

  10% {
    transform: rotate(14deg)
  }

  20% {
    transform: rotate(-10deg)
  }

  30% {
    transform: rotate(8deg)
  }

  40% {
    transform: rotate(0)
  }
}

@keyframes atemMiniPulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.14)
  }
}

@media(max-width:768px) {
  .atem-mini-contact {
    right: 14px;
    bottom: 14px;
  }

  .atem-mini-contact__item {
    min-width: auto;
    height: 46px;
    padding: 0 15px;
    font-size: 13px;
  }
}

/*==================================================
                    FOOTER
==================================================*/

.atem-site-footer {
  float: left;
  width: 100%;
  clear: both;
  background: #062f56;
  color: #fff;
  padding: 70px 0 25px;
}

.atem-site-footer__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/*==================================================
                    TOP
==================================================*/

.atem-site-footer__top {
  display: grid;
  grid-template-columns: 1.5fr .8fr 1fr;
  gap: 55px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

/*==================================================
                    LOGO
==================================================*/

.atem-site-footer__logo {

  display: flex;
  align-items: center;
  justify-content: center;

  width: 220px;
  height: 90px;

  background: #fff;

  border-radius: 14px;

  padding: 12px 18px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);

  margin-bottom: 22px;

}

.atem-site-footer__logo::before {

  content: "";

  width: 100%;
  height: 100%;

  background: url("../img/logo.png") center center no-repeat;

  background-size: contain;

}

.atem-site-footer__brand p {

  max-width: 420px;

  color: rgba(255, 255, 255, .75);

  line-height: 1.9;

  font-size: 15px;

}

/*==================================================
                TITLE
==================================================*/

.atem-site-footer h4 {

  font-size: 21px;

  margin-bottom: 20px;

  font-weight: 700;

}

/*==================================================
                    MENU
==================================================*/

.atem-site-footer__menu ul {

  padding: 0;
  margin: 0;

}

.atem-site-footer__menu li {

  list-style: none;

  margin-bottom: 13px;

}

.atem-site-footer__menu a {

  color: rgba(255, 255, 255, .75);

  text-decoration: none;

  transition: .25s;

}

.atem-site-footer__menu a::before {

  content: "›";

  color: #22b5ea;

  margin-right: 8px;

}

.atem-site-footer__menu a:hover {

  color: #fff;

  padding-left: 6px;

}

/*==================================================
                CONTACT
==================================================*/

.atem-site-footer__contact>a {

  display: flex;

  align-items: center;

  gap: 10px;

  color: rgba(255, 255, 255, .75);

  text-decoration: none;

  margin-bottom: 14px;

  transition: .25s;

}

.atem-site-footer__contact>a:hover {

  color: #fff;

}

.atem-site-footer__contact i {

  color: #22b5ea;

}

/*==================================================
                SOCIAL
==================================================*/

.atem-site-footer__social {

  display: flex;

  margin-top: 20px;

}

.atem-site-footer__social a {

  width: 42px;

  height: 42px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(255, 255, 255, .08);

  text-decoration: none;

  transition: .3s;

}

.atem-site-footer__social a i {
  color: #fff;
}

.atem-site-footer__social a:hover {

  background: #22b5ea;

  transform: translateY(-4px);
}

/*==================================================
                BOTTOM
==================================================*/

.atem-site-footer__bottom {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  gap: 10px;

  padding-top: 30px;

}

.atem-site-footer__bottom p {

  margin: 0;

  font-size: 14px;

  color: rgba(255, 255, 255, .70);

}

.atem-site-footer__bottom strong {

  color: #fff;

}

/*==================================================
            OZDEMIR AJANS
==================================================*/

.atem-footer-agency {

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: .55;

  transition: .30s;

}

.atem-footer-agency img {

  width: 70px;

  height: auto;

  display: block;

}

.atem-footer-agency:hover {

  opacity: 1;

}

.atem-footer-agency:hover img {

  transform: translateY(-2px);

}

/*==================================================
                MOBILE
==================================================*/

@media(max-width:991px) {

  .atem-site-footer__top {

    grid-template-columns: 1fr 1fr;

  }

  .atem-site-footer__brand {

    grid-column: 1/-1;

  }

}

@media(max-width:768px) {

  .atem-site-footer {

    padding: 55px 0 25px;

  }

  .atem-site-footer__top {

    grid-template-columns: 1fr;

    gap: 35px;

  }

  .atem-site-footer__logo {

    width: 190px;

    height: 82px;

    margin: auto auto 25px;

  }

  .atem-site-footer__brand p {

    text-align: center;

    margin: auto;

  }

  .atem-site-footer h4 {

    text-align: center;

  }

  .atem-site-footer__menu li {

    text-align: center;

  }

  .atem-site-footer__contact>a {

    justify-content: center;

  }

  .atem-site-footer__social {

    justify-content: center;

  }

  .atem-footer-agency img {

    width: 55px;

  }

}

.atem-main-hero-slider {
  position: relative;
  overflow: hidden;
}

.atem-main-hero-slider__item {
  position: relative;
}

.atem-main-hero-slider__item img {
  width: 100%;
  min-height: 720px;
  object-fit: cover;
  display: block;
}

.atem-main-hero-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(3, 31, 56, .80) 0%,
      rgba(3, 31, 56, .45) 45%,
      rgba(3, 31, 56, .10) 100%);
}

.atem-main-hero-slider .wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.atem-main-hero-slider__content {
  width: 620px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.atem-main-hero-slider__content span {

  display: inline-flex;

  padding: 10px 18px;

  border-radius: 40px;

  background: rgba(255, 255, 255, .12);

  backdrop-filter: blur(8px);

  font-size: 14px;

  margin-bottom: 25px;

}

.atem-main-hero-slider__content h1 {

  font-size: 64px;

  line-height: 72px;

  font-weight: 800;

  margin-bottom: 25px;

}

.atem-main-hero-slider__content h1 strong {

  color: #53d1ff;

}

.atem-main-hero-slider__content p {

  font-size: 18px;

  line-height: 34px;

  margin-bottom: 35px;

  color: rgba(255, 255, 255, .92);

}

.atem-main-hero-slider__buttons {

  display: flex;

  gap: 18px;

}

.atem-main-btn {

  height: 58px;

  padding: 0 34px;

  border-radius: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  font-weight: 700;

  background: #fff;

  color: #06345f;

  transition: .35s;

}

.atem-main-btn:hover {

  transform: translateY(-5px);

}

.atem-main-btn--outline {

  background: transparent;

  border: 2px solid rgba(255, 255, 255, .7);

  color: #fff;

}

.atem-main-btn--outline:hover {

  background: #fff;

  color: #06345f;

}

.atem-main-hero-slider {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
  background: #06345f;
}

.atem-main-hero-slider__items,
.atem-main-hero-slider__item {
  width: 100%;
  position: relative;
}

.atem-main-hero-slider__item {
  min-height: 680px;
  overflow: hidden;
}

.atem-main-hero-slider__item picture,
.atem-main-hero-slider__item img {
  display: block;
  width: 100%;
}

.atem-main-hero-slider__item img {
  height: 680px;
  object-fit: cover;
  object-position: center;
}

.atem-main-hero-slider__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg,
      rgba(3, 31, 56, .82) 0%,
      rgba(3, 31, 56, .50) 45%,
      rgba(3, 31, 56, .15) 100%);
}

.atem-main-hero-slider__container {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.atem-main-hero-slider__content {
  width: 620px;
  max-width: 100%;
  color: #fff;
}

.atem-main-hero-slider__content span {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 40px;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(8px);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
}

.atem-main-hero-slider__content h1 {
  font-size: 60px;
  line-height: 1.15;
  font-weight: 900;
  margin: 0 0 22px;
}

.atem-main-hero-slider__content h1 strong {
  color: #53d1ff;
}

.atem-main-hero-slider__content p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .90);
  margin: 0 0 34px;
}

.atem-main-hero-slider__buttons {
  display: flex;
  gap: 16px;
}

.atem-main-btn {
  height: 56px;
  padding: 0 32px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #06345f;
  text-decoration: none;
  font-weight: 800;
  transition: .3s;
}

.atem-main-btn:hover {
  transform: translateY(-4px);
  color: #06345f;
}

.atem-main-btn--outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .75);
  color: #fff;
}

.atem-main-btn--outline:hover {
  background: #fff;
  color: #06345f;
}

/* Owl */
.atem-main-hero-slider .owl-nav {
  margin: 0 !important
}

.atem-main-hero-slider .owl-prev,
.atem-main-hero-slider .owl-next {
  position: absolute;
  top: 50%;
  z-index: 8;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
  font-size: 20px !important;
  transition: .3s
}

.atem-main-hero-slider .owl-prev {
  left: 25px
}

.atem-main-hero-slider .owl-next {
  right: 25px
}

.atem-main-hero-slider .owl-prev:hover,
.atem-main-hero-slider .owl-next:hover {
  background: #fff !important;
  color: #06345f !important
}

.atem-main-hero-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 8;
  display: flex;
  justify-content: center
}

.atem-main-hero-slider .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .55) !important;
  transition: .3s
}

.atem-main-hero-slider .owl-dot.active span {
  width: 34px !important;
  background: #fff !important
}

/* Mobil */
@media(max-width:767px) {
  .atem-main-hero-slider__item {
    min-height: 460px
  }

  .atem-main-hero-slider__item img {
    height: 460px;
    object-fit: cover;
    object-position: center
  }

  .atem-main-hero-slider__overlay {
    background: linear-gradient(180deg, rgba(3, 31, 56, .12) 0%, rgba(3, 31, 56, .48) 45%, rgba(3, 31, 56, .86) 100%)
  }

  .atem-main-hero-slider__container {
    align-items: center;
    padding: 0 18px
  }

  .atem-main-hero-slider__content {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 45px
  }

  .atem-main-hero-slider__content span {
    font-size: 11px;
    padding: 7px 12px;
    margin-bottom: 12px
  }

  .atem-main-hero-slider__content h1 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 12px
  }

  .atem-main-hero-slider__content p {
    font-size: 13.5px;
    line-height: 22px;
    margin-bottom: 16px
  }

  .atem-main-hero-slider__buttons {
    display: flex;
    gap: 9px
  }

  .atem-main-btn {
    flex: 1;
    height: 42px;
    font-size: 13px;
    padding: 0 8px
  }

  .atem-main-hero-slider .owl-nav {
    display: none
  }

  .atem-main-hero-slider .owl-dots {
    bottom: 12px
  }

  .atem-main-hero-slider .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px !important
  }

  .atem-main-hero-slider .owl-dot.active span {
    width: 26px !important
  }
}

@media screen and (max-width:465px) {
  .atem-main-hero-slider__item,
  .atem-main-hero-slider__item img {
    height: 350px;
  }
}