@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-LightBETA.woff2") format("woff2"), url("../fonts/Inter-LightBETA.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Old Republic";
  src: url("../fonts/OldRepublic-Bold.woff2") format("woff2"), url("../fonts/OldRepublic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #11243b;
  position: relative;
  letter-spacing: 2px;
}

.no-scroll {
  overflow-y: hidden;
}

.max-width {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

h1 {
  font-family: "Montserrat";
  font-size: 45px;
  font-weight: 600;
  color: #11243b;
  letter-spacing: 6px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

h2 {
  font-family: "Montserrat";
  font-size: 45px;
  font-weight: 600;
  color: #11243b;
  letter-spacing: 6px;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
}

h3 {
  font-family: "Montserrat";
  font-size: 32px;
  letter-spacing: 2px;
  color: #11243b;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 21px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 35px;
  color: #11243b;
}
@media screen and (max-width: 575px) {
  p {
    line-height: 22px;
    letter-spacing: 1px;
  }
}

a {
  text-decoration: none;
  color: #11243b;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

.padding-tb {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .padding-tb {
    padding: 40px 0;
  }
}

.btn {
  font-size: 18px;
  font-weight: 600;
  color: #11243b;
  letter-spacing: 2px;
  background-color: transparent;
  border: 1px solid #11243b;
  padding: 15px 35px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.btn svg {
  margin-left: 10px;
}
.btn svg path {
  transition: all 0.5s ease-in-out;
}
.btn:hover {
  background-color: transparent;
  color: #ab0708;
  border: 1px solid #ab0708;
  transition: all 0.5s ease-in-out;
}
.btn:hover svg path {
  fill: #ab0708;
  transition: all 0.5s ease-in-out;
}

.home2.reveal {
  transform: translateY(250px);
}

.home2.reveal.active {
  transform: translateY(100px);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #11243b;
}

::-webkit-scrollbar-thumb:hover {
  background: #ab0708;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.center-title {
  text-align: center;
}
.center-title p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.title p {
  margin-top: 10px;
  color: #000;
}

.title span {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 575px) {
  .title span {
    letter-spacing: 5px;
  }
}

span {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  color: #11243b;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.pagination {
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  height: -moz-max-content;
  height: max-content;
  grid-column: span 3;
}
@media screen and (max-width: 1199px) {
  .pagination {
    grid-column: span 2;
  }
}
@media screen and (max-width: 991px) {
  .pagination {
    grid-column: span 1;
  }
}
.pagination li {
  width: 35px;
  height: 35px;
}
.pagination li a {
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  font-family: "Montserrat";
  background-color: #072024;
  letter-spacing: 0;
}
.pagination li .active {
  background-color: #ab0708;
  color: #fff;
}

.pagination li.page-item.arrow{
  margin-right: 30px;
}

.pagination li.page-item.arrow:last-child{
  margin-left: 30px;
  margin-right: 0;
}
.pagination li:last-child a {
  background-color: transparent;
}
.pagination li:has(svg) a {
  background-color: transparent;
}
.pagination li.arrow a {
  border: none;
}

.mt {
  /* margin-top: 250px; */
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  .mt {
    margin-top: 120px;
  }
}

.padding-t {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .padding-t {
    padding: 40px 0;
  }

  .pagination li.page-item.arrow{
    margin-right: 0;
  }

   .pagination li.page-item.arrow:last-child{
    margin-left: 0;
   }
}

.big-padding-t {
  padding-top: 200px;
}
@media screen and (max-width: 575px) {
  .big-padding-t {
    padding-top: 40px;
  }
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.543942577) 18%, rgba(255, 255, 255, 0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
}

.dark-overlay35 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3534663866) 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}

.dark-overlay20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 51%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0957633053) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.to-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1461834734) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.beige-background {
  position: relative;
}
.beige-background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-color: #faf9f6;
}
@media screen and (max-width: 1199px) {
  .beige-background::before {
    top: auto;
    bottom: 0;
    height: calc(50% + 40px);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .beige-background::before {
    height: calc(37% + 40px);
  }
}

header {
  position: fixed;
  top: 35px;
  width: 100%;
  z-index: 99;
  height: 90px;
  background-color: transparent;
  transition: all 0.5s;
}
header .max-width {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1299px) {
  header {
    height: 70px;
  }
}
@media screen and (max-width: 575px) {
  header {
    height: 60px;
    top: 20px;
  }
}

header.small-header {
  background-color: #072024;
  top: 0;
}
@media screen and (min-width: 1300px) {
  header.small-header {
    height: 70px;
  }
}
header.small-header .logo img {
  max-width: 90px;
}
@media screen and (max-width: 575px) {
  header.small-header .logo img {
    max-width: 75px;
  }
}

.logo {
  width: 450px;
  height: 65%;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.logo img {
  width: 100%;
  max-width: 110px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media screen and (max-width: 575px) {
  .logo img {
    max-width: 75px;
  }
}
.logo .logo-name {
  font-family: "Old Republic";
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1600px) {
  .logo .logo-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .logo .logo-name {
    font-size: 8px;
    line-height: 16px;
  }
}

.nav {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav li {
  margin-left: 25px;
}
.nav li a,
.nav li summary {
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  height: 37px;
}
.nav li summary {
  list-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("../images/arr-down-w.svg") no-repeat;
  background-position: 100%;
  background-position-y: calc(100% - 15px);
  cursor: pointer;
}
.nav li details {
  position: relative;
}
.nav li details .dropdown-menu {
  position: absolute;
  top: 45px;
  left: 0;
  /* width: 200px; */
  width: max-content;
  background-color: transparent;
}
.nav li details .dropdown-menu li {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  transition: all 0.5s ease-in-out;
  border: 1px solid #072024;
}


.nav li details .dropdown-menu li a {
  color: #ab0708;
  font-family: "Inter";
  text-transform: none;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
}

.nav li details .dropdown-menu li:hover{
 background-color: #ab0708;
 transition: all 0.5s ease-in-out;
 border: 1px solid #ab0708;
} 

.nav li details .dropdown-menu li:hover a{
  transition: all 0.5s ease-in-out;
  color: #fff;
} 

.nav li details .dropdown-menu li.active {
  font-weight: bold;
  position: relative;
  background-color: #ab0708;
}
.nav li details .dropdown-menu li.active a {
  color: #fff;
}
.nav li .active {
  font-weight: bold;
  position: relative;
  background-color: #ab0708;
}
@media screen and (max-width: 1600px) {
  .nav li {
    margin-left: 15px;
  }
  .nav li a {
    letter-spacing: 3px;
  }
  .nav li .active::before {
    width: calc(100% - 4px);
  }
}
@media screen and (max-width: 1299px) {
  .nav {
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 50px;
  }
  .nav li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .nav li a {
    color: #11243b;
    font-size: 22px;
  }
  .nav li a.active {
    background-color: transparent;
    color: #ab0708;
  }
  .nav li .active::before {
    display: none;
  }
  .nav li details summary {
    color: #11243b;
    font-size: 22px;
    background: transparent url("../images/arr-down-b.svg") no-repeat;
    background-position: 100%;
    padding-right: 15px;
    text-align: center;
    
  }
  .nav li details .dropdown-menu {
    position: relative;
    top: 0;
    margin-top: 15px;
  }
  .nav li details .dropdown-menu li {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }
  .nav li details .dropdown-menu li a {
    color: #11243b;
    padding: 0;
    font-weight: 500;
  }
  .nav li details .dropdown-menu li.active {
    background-color: transparent;
  }
  .nav li details .dropdown-menu li.active a {
    color: #ab0708;
  }

  .nav li a,
.nav li summary{
  height: auto;
}

.nav li details .dropdown-menu li{
  border: none;
}
}
@media screen and (max-width: 575px) {
  .nav li a {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .nav li details summary {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0;
    padding-right: 15px;
  }
}

.hamb1,
.hamb2 {
  width: 48px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.hamb1 {
  background-image: url("../images/hamb-white.png");
  margin-left: 35px;
}

.hamb2 {
  background-image: url("../images/hamb-blue.png");
}
@media screen and (max-width: 575px) {
  .hamb2 {
    width: 38px;
    height: 25px;
  }

  .hamb1{
    margin-left: 0;
  }
}

.logo-hamb {
  position: absolute;
  top: 65px;
  left: 35px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
.logo-hamb .mobile-logo2 {
  display: none;
}
@media screen and (max-width: 575px) {
  .logo-hamb {
    top: 10px;
    left: 25px;
    justify-content: space-between;
  }
  .logo-hamb .mobile-logo2 {
    margin-left: 20px;
    display: flex;
  }
  .logo-hamb .mobile-logo2 .logo2 {
    display: flex;
    width: 100%;
  }
  .logo-hamb .mobile-logo2 .logo2 img {
    max-width: 46px;
  }
  .logo-hamb .mobile-logo2 .logo2 .logo-name {
    font-size: 8px;
    margin-left: 15px;
    width: 100%;
  }
}

.side-wrap,
.side-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.side-wrap {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -10;
  visibility: hidden;
}

.side-wrap.opened {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.side-menu {
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  max-width: 690px;
  overflow-y: scroll;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(100%);
}
.side-menu .side-section {
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.side-menu .side-section:nth-of-type(1) {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1299px) {
  .side-menu .side-section:nth-of-type(1) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.side-menu .side-section.link-section {
  padding: 20px 20px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1299px) {
  .side-menu .side-section.link-section {
    display: none;
  }
}
.side-menu .side-section.link-section::after, .side-menu .side-section.link-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 197px;
  background-color: #000;
}
.side-menu .side-section.link-section::before {
  bottom: auto;
  top: 0;
}
.side-menu .side-section p {
  font-family: "Inter";
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  color: #232323;
  margin-bottom: 40px;
}
.side-menu .side-section a {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 400;
  color: #232323;
  letter-spacing: 2px;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.side-menu .side-section a:last-child {
  margin-bottom: 0;
}
.side-menu .side-section .active,
.side-menu .side-section a:hover {
  color: #ab0708;
}
.side-menu .side-section .active {
  font-weight: 600;
}
.side-menu .side-section > a + a {
  margin-top: 15px;
}
.side-menu .side-section.socials {
  position: relative;
  padding-bottom: 30px;
}
.side-menu .side-section.socials::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 197px;
  background-color: #000;
}
.side-menu .side-section.socials p {
  font-family: "Montserrat";
  font-weight: 500;
}
.side-menu .side-section a.btn {
  background-color: #ab0708;
  color: #fff;
}
.side-menu .logo2 {
  display: flex;
  align-items: center;
  width: 400px;
  height: 69px;
}
@media screen and (max-width: 1299px) {
  .side-menu .logo2 {
    display: none;
  }
}
.side-menu .logo2 img {
  width: 100%;
  max-width: 110px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.side-menu .logo2 .logo-name {
  font-family: "Old Republic";
  font-weight: bold;
  font-size: 15px;
  color: #ab0708;
  letter-spacing: 1px;
  width: -moz-max-content;
  width: max-content;
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .side-menu .logo2 .logo-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 1600px) {
  .side-menu .side-section {
    margin-bottom: 50px;
  }
  .side-menu .side-section p,
  .side-menu .side-section a {
    font-size: 22px;
    letter-spacing: 2.5px;
  }
  .side-menu .side-section p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1299px) {
  .side-menu .side-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .side-menu .side-section p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .side-menu .side-section a {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 575px) {
  .side-menu {
    padding: 60px 25px;
  }
  .side-menu .side-section {
    margin-bottom: 30px;

  }


  .side-menu .side-section a {
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  .side-menu .side-section > a + a {
    margin-top: 10px;
  }
  .side-menu .side-section .btn {
    margin-bottom: -30px;
  }

  .side-menu .side-section p{
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.side-menu.opened {
  transform: translateX(0);
}

.social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.social a + a {
  margin-left: 35px;
}
.social a svg path {
  transition: all 0.5s;
}
.social a:hover svg path {
  fill: #ab0708;
}
@media screen and (max-width: 575px) {
  .social {
    flex-wrap: wrap;
  }
  .social a {
    width: 30px;
    height: 25px;
    margin: 0px !important;
  }
  .social a svg {
    width: 100%;
    height: 85%;
  }
}

.header2 {
  top: 0;
  background-color: #072024;
  height: 140px;
}
@media screen and (max-width: 575px) {
  .header2 {
    height: 60px;
  }
}
.header2 .logo .logo-name {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .header2 .logo .logo-name {
    margin-left: 0;
  }
}

.home-swiper {
  position: relative;
  z-index: 0;
}
.home-swiper .home-main-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.home-swiper .home-main-text span,
.home-swiper .home-main-text p {
  color: #fff;
}
.home-swiper .home-main-text h1 {
  text-transform: uppercase;
  color: #fff;
}
.home-swiper .home-main-text .center-title p {
  max-width: 800px;
  padding-top: 0;
}
.home-swiper .home-socials-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.5%;
  background-color: transparent;
  z-index: 10;
  gap: 20px;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .home-swiper .home-socials-left {
    left: 4%;
    top: auto;
    transform: none;
    bottom: 0;
  }

  .home-swiper .home-main-text span,
.home-swiper .home-main-text p {
  font-size: 14px;
  margin-bottom: 5px;
}

.home-swiper .home-main-text p{
  margin-top: 5px;
}

.home-swiper .home-main-text h1{
  font-size: 25px;
}
}
.home-swiper .home-socials-left h4 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2vh;
  rotate: 90deg;
  margin: 11.5vh 0 0 0;
  color: #fff;
}

.home-swiper .home-socials-left h3 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2vh;
  rotate: 90deg;
  margin: 11.5vh 0 0 0;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .home-swiper .home-socials-left h4 {
    display: none;
  }
   .home-swiper .home-socials-left h3 {
    display: none;
  }
}
.home-swiper .home-socials-left hr {
  width: 1px;
  height: 42px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .home-swiper .home-socials-left hr {
    display: none;
  }
}
.home-swiper .home-socials-left .social-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-swiper .home-socials-left .social-left a {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .home-swiper .home-socials-left .social-left a {
    margin-bottom: 5px;
  }
}
.home-swiper .home-socials-left .social-left a svg path {
  transition: all 0.5s ease-in-out;
}
.home-swiper .home-socials-left .social-left a:hover svg path {
  fill: #ab0708;
  transition: all 0.5s ease-in-out;
}
.home-swiper .homeSwiper {
  width: 100%;
  height: 960px;
}
@media only screen and (max-width: 1600px) {
  .home-swiper .homeSwiper {
    height: 800px;
  }
}
@media screen and (max-width: 575px) {
  .home-swiper .homeSwiper {
    height: 500px;
  }
}
.home-swiper .homeSwiper .swiper-slide {
  width: 100% !important;
  height: 100%;
}
.home-swiper .homeSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-swiper .homeSwiper .home-swiper-pagination {
  bottom: 30px !important;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: 50%;
  transform: translateX(-50%);
}
.home-swiper .homeSwiper .swiper-pagination-bullet {
  width: 23px !important;
  height: 23px !important;
  background-color: transparent;
  border: 1px solid #fff;
  margin: 0 15px;
  opacity: 1 !important;
}
@media screen and (max-width: 575px) {
  .home-swiper .homeSwiper .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
  }
}
.home-swiper .homeSwiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.home-about-us {
  padding: 0 calc(50% + 20px) 0px 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .home-about-us {
    padding-right: 0;
  }
}
.home-about-us .text p {
  margin: 30px 0;
}
.home-about-us .btn svg {
  margin-left: 10px;
}
.home-about-us picture {
  position: absolute;
}

@media screen and (max-width: 576px) {
  .home-about-us .text p {
    margin: 20px 0;
  }
}

@media screen and (max-width: 1199px) {
  .home-about-us picture {
    display: none;
  }
}
.home-about-us picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-about-us picture:first-of-type {
  right: 22%;
  width: 25%;
  height: 60%;
  z-index: 1;
  bottom: 70px;
}
.home-about-us picture:nth-of-type(2) {
  /* bottom: 0; */
  top: 0;
  right: 0;
  width: 27%;
  height: 65%;
}

.parallax {
  height: 328px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}
.parallax span,
.parallax h2,
.parallax p,
.parallax a {
  color: #fff;
}
.parallax .btn {
  background-color: #ab0708;
  border: 1px solid #ab0708;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.parallax .btn svg path {
  fill: #fff;
}
.parallax .btn:hover {
  background-color: #11243b;
  border: 1px solid #11243b;
  color: #fff;
}

@media screen and (max-width: 576px) {
.parallax .btn{
      padding: 10px 25px;
    font-size: 16px;
}  
}

.our-ships-wrapper .ship-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .our-ships-wrapper .ship-cont {
    flex-direction: column;
  }
}
.our-ships-wrapper .ship-cont:first-of-type {
  margin-top: 40px;
}
.our-ships-wrapper .ship-cont.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .our-ships-wrapper .ship-cont.reverse {
    flex-direction: column;
  }
}
.our-ships-wrapper .ship-cont .text {
  width: 50%;
  height: 580px;
  background-color: #faf9f6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .our-ships-wrapper .ship-cont .text {
    width: 100%;
  }
}
.our-ships-wrapper .ship-cont .text span {
  position: relative;
}
.our-ships-wrapper .ship-cont .text span::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -40px;
  width: 30px;
  height: 1px;
  background-color: #11243b;
}
.our-ships-wrapper .ship-cont .text .btn {
  background-color: #ab0708;
  border: 1px solid #ab0708;
  color: #fff;
}
.our-ships-wrapper .ship-cont .text .btn:hover {
  background-color: #11243b;
  border: 1px solid #11243b;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .our-ships-wrapper .ship-cont .text .btn {
    max-width: 100%;
    font-size: 16px;
    padding: 10px;
  }

  .our-ships-wrapper .ship-cont .text{
    height: 500px;
  }
}
.our-ships-wrapper .ship-cont .text h3 {
  letter-spacing: 10px;
}
@media screen and (max-width: 575px) {
  .our-ships-wrapper .ship-cont .text h3 {
    letter-spacing: 2px;
  }
}
.our-ships-wrapper .ship-cont .shipSwiper1 {
  width: 50%;
  height: 580px;
}
@media screen and (max-width: 991px) {
  .our-ships-wrapper .ship-cont .shipSwiper1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .our-ships-wrapper .ship-cont .shipSwiper1 {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .our-ships-wrapper .ship-cont .shipSwiper1 {
    height: 350px;
  }
}
.our-ships-wrapper .ship-cont .shipSwiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our-ships-wrapper .ship-cont .shipSwiper1 .swiper-button-next-ship,
.our-ships-wrapper .ship-cont .shipSwiper1 .swiper-button-prev-ship {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.our-ships-wrapper .ship-cont .shipSwiper1 .swiper-button-next-ship {
  right: 5%;
}
.our-ships-wrapper .ship-cont .shipSwiper1 .swiper-button-prev-ship {
  left: 5%;
}

.videobg {
  height: 65vh;
  height: 550px;
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.videobg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .videobg {
    height: auto;
    padding: 30px 0;
  }
}
.videobg .play {
  width: 192px;
  height: 192px;
  background-image: url(../images/playBtn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .videobg .play {
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 575px) {
  .videobg .play {
    height: 89px;
    width: 89px;
  }
}
.videobg .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .videobg .max-width {
    flex-direction: column;
    align-items: flex-start;
  }
}
.videobg .max-width .video-text {
  width: 65%;
}
@media screen and (max-width: 991px) {
  .videobg .max-width .video-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.videobg .max-width .video-text span,
.videobg .max-width .video-text h2,
.videobg .max-width .video-text p {
  color: #fff;
}
.videobg .max-width .video-text h2 {
  margin: 20px 0;
}

.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.video-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

.video-wrap .video {
  background-color: transparent;
  padding: 10px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 2px solid #11243b;
}
@media screen and (max-width: 575px) {
  .video-wrap .video {
    height: 40%;
  }

  .videobg .max-width .video-text span{
    letter-spacing: 5px;
  }

  .videobg .max-width .video-text h2{
    margin: 10px 0;
  }
}

.video-wrap .video .closeVideo {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #11243b;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media screen and (max-width: 575px) {
  .video-wrap .video .closeVideo {
    top: -20px;
    right: -10px;
    width: 35px;
    height: 35px;
  }
}

.team-sertificate {
  position: relative;
}
.team-sertificate .max-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .team-sertificate .max-width {
    flex-direction: column;
  }
}
.team-sertificate .our-team-wrapper {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .team-sertificate .our-team-wrapper {
    width: 100%;
  }
}
.team-sertificate .our-team-wrapper .our-team-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .team-sertificate .our-team-wrapper .our-team-cont {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.team-sertificate .our-team-wrapper .our-team-cont .team {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.team-sertificate .our-team-wrapper .our-team-cont .team p,
.team-sertificate .our-team-wrapper .our-team-cont .team a {
  font-weight: 600;
  font-size: 14px;
  color: #ab0708;
}
.team-sertificate .our-team-wrapper .our-team-cont .team p.team-name {
  color: #11243b;
  font-size: 18px;
}
.team-sertificate .our-team-wrapper .our-team-cont .team:nth-child(4n-1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .team-sertificate .our-team-wrapper .our-team-cont .team:nth-child(4n-1) {
    border-top: none;
  }
}
.team-sertificate .our-team-wrapper .our-team-cont .team:nth-child(4n-1)::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -100%;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .team-sertificate .our-team-wrapper .our-team-cont .team:nth-child(4n-1)::before {
    display: none;
  }
}
.team-sertificate .our-team-wrapper .our-team-cont .team:nth-child(4n-1)::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .team-sertificate .our-team-wrapper .our-team-cont .team:nth-child(4n-1)::after {
    display: none;
  }
}
.team-sertificate .our-team-wrapper .our-team-cont .team:nth-child(4n) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.team-sertificate .our-team-wrapper .our-team-cont .team:nth-child(2n-1) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .team-sertificate .our-team-wrapper .our-team-cont .team:nth-child(2n-1) {
    border-right: none;
  }
}
.team-sertificate .sertificate-wrapper {
  width: 50%;
  padding-left: 100px;
}
@media screen and (max-width: 1199px) {
  .team-sertificate .sertificate-wrapper {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}
.team-sertificate .sertificate-wrapper .sertificate-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .team-sertificate .sertificate-wrapper .sertificate-images {
    justify-content: space-around;
  }
}
.team-sertificate .sertificate-wrapper .sertificate-images img {
  width: 100%;
  max-width: 207px;
  height: 314px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .team-sertificate .sertificate-wrapper .sertificate-images img {
    height: 215px;
    max-width: 141px;
  }
}

.home-map {
  width: 100%;
  height: 535px;
}
@media screen and (max-width: 575px) {
  .home-map {
    height: 350px;
  }
}
.home-map iframe {
  width: 100%;
  height: 100%;
}

.home-contact form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .home-contact form {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .home-contact form {
    grid-template-columns: 1fr;
  }
}
.home-contact form input,
.home-contact form textarea {
  border: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #11243b;
  padding: 10px;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.home-contact form input::-moz-placeholder, .home-contact form textarea::-moz-placeholder {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  color: #11243b;
}
.home-contact form input::placeholder,
.home-contact form textarea::placeholder {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  color: #11243b;
}
.home-contact form input:focus,
.home-contact form textarea:focus {
  outline: none;
  border: 1px solid rgba(17, 36, 59, 0.5);
  transition: all 0.5s ease-in-out;
}
.home-contact form textarea {
  grid-column: span 2;
  width: 100%;
  resize: none;
  height: 150px;
}
@media screen and (max-width: 575px) {
  .home-contact form textarea {
    grid-column: span 1;
  }
}
.home-contact form .btn {
  background-color: #ab0708;
  color: #fff;
  border: 1px solid #ab0708;
  margin-left: auto;
min-width: 200px;
padding: 10px 35px;
}

.iso-title h2 {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 600;
}
.iso-title p {
  max-width: 100%;
  margin-top: 30px;
}

.certificate-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .certificate-gallery {
    grid-template-columns: 1fr;
  }
}
.certificate-gallery .image {
  width: 100%;
  height: auto;
}
.certificate-gallery .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.privacy-text h2 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.privacy-text p {
  margin-bottom: 10px;
}
.privacy-text table tr {
  padding: 40px 0;
  display: block;
}
@media screen and (max-width: 575px) {
  .privacy-text table tr {
    padding: 20px 0;
  }
}
.privacy-text table tr:nth-child(odd) {
  background-color: #faf9f6;
  position: relative;
}
.privacy-text table tr:nth-child(odd)::before, .privacy-text table tr:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #faf9f6;
}
.privacy-text table tr:nth-child(odd)::before {
  left: -50%;
}
.privacy-text table tr:nth-child(odd)::after {
  right: -50%;
}

.dualmon-text {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(17, 36, 59, 0.2);
}
.dualmon-text h3 {
  text-align: center;
  margin-bottom: 30px;
}
.dualmon-text p {
  margin-bottom: 10px;
}
.dualmon-text ul li {
  position: relative;
  font-family: "Open Sans";
  padding-left: 30px;
  margin-bottom: 25px;
  line-height: 35px;
}
.dualmon-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #11243b;
  border-radius: 50%;
}
.dualmon-text .download-links {
  margin-top: 30px;
}
.dualmon-text .download-links a {
  color: #ab0708;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.dualmon-text .download-links a svg {
  margin-left: 10px;
}
.dualmon-text .download-links .ext-link {
  margin-top: 30px;
}
.dualmon-text img {
  margin-top: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: auto;
  max-width: 100%;
  height: auto;
}

.dualmon-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .dualmon-gallery {
    grid-template-columns: 1fr;
  }
}
.dualmon-gallery a {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 575px) {
  .dualmon-gallery a {
    height: 200px;
  }
}
.dualmon-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.go-back {
  display: flex;
  align-items: center;
  font-family: "Montserrat";
  font-weight: 800 !important;
  font-size: 24px;
  margin-top: 40px;
  color: #11243b !important;
}
.go-back svg {
  margin-right: 10px;
}

.tempus-text h3 {
  margin-bottom: 30px;
}
.tempus-text p {
  margin-bottom: 10px;
}
.tempus-text a {
  margin-bottom: 15px;
  display: block;
}
.tempus-text img {
  margin-top: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: auto;
  max-width: 100%;
  height: auto;
}

.template-text {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(17, 36, 59, 0.2);
}
.template-text h2 {
  margin-bottom: 20px;
}
.template-text p {
  margin-bottom: 10px;
}
.template-text ul li {
  position: relative;
  font-family: "Open Sans";
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 35px;
}
.template-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #11243b;
  border-radius: 50%;
  top: 9px;
}
.template-text h3 {
  margin-bottom: 20px;
}

.template-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .template-gallery {
    grid-template-columns: 1fr;
  }
}
.template-gallery a {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 575px) {
  .template-gallery a {
    height: 200px;
  }
}
.template-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background-color: #09282d;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(40% - 50px);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1600px) {
  footer::before {
    left: calc(40% - 80px);
  }
}
@media only screen and (max-width: 1600px) {
  footer::before {
    left: calc(40% - 85px);
  }
}
@media screen and (max-width: 1199px) {
  footer::before {
    display: none;
  }
}
footer .max-width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .max-width {
    flex-direction: column;
  }
}
footer .left-cont {
  width: 40%;
  padding-right: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1299px) {
  footer .left-cont {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  footer .left-cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .left-cont {
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
  }
}
footer .left-cont .f-logo {
  width: 100%;
  max-width: 260px;
  height: 162px;
}
@media screen and (max-width: 767px) {
  footer .left-cont .f-logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .left-cont .f-logo {
    max-width: 155px;
    height: 95px;
  }
}
footer .left-cont .f-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .left-cont .f-text {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  footer .left-cont .f-text {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .left-cont .f-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  footer .left-cont .f-text p {
    line-height: 25px;
  }
}
footer p,
footer a,
footer h3,
footer h4 {
  color: #fff;
}
footer .right-cont {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  footer .right-cont {
    padding-top: 50px;
  }
}
footer .right-cont .carriers-wrapper {
  padding-left: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1299px) {
  footer .right-cont .carriers-wrapper {
    padding-left: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .right-cont .carriers-wrapper {
    padding-left: 0;
    padding-bottom: 0;
    flex-direction: column;
  }
}
footer .right-cont .carriers-wrapper h3 {
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  footer .right-cont .carriers-wrapper .apply {
    margin-top: 20px;
  }
}
footer .right-cont .carriers-wrapper .apply a {
  display: flex;
  align-items: center;
  font-weight: 600;
}
footer .right-cont .carriers-wrapper .apply a::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  footer .right-cont .carriers-wrapper .apply a::before {
    display: none;
  }
}
footer .right-cont .carriers-wrapper .apply a:last-child::before {
  display: none;
}
footer .right-cont .carriers-wrapper .apply a svg {
  margin-left: 10px;
}
footer .right-cont .carriers-wrapper .apply p {
  margin-left: 80px;
  color: #ab0708;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  footer .right-cont .carriers-wrapper .apply p {
    margin-left: 0;
  }
}
footer .right-cont .nav-contact-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .right-cont .nav-contact-wrapper {
    flex-direction: column;
  }
}
footer .right-cont .nav-contact-wrapper .nav-footer {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1299px) {
  footer .right-cont .nav-contact-wrapper .nav-footer {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  footer .right-cont .nav-contact-wrapper .nav-footer {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  footer .right-cont .nav-contact-wrapper .nav-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .right-cont .nav-contact-wrapper .nav-footer ul {
  margin-top: 30px;
}
footer .right-cont .nav-contact-wrapper .nav-footer ul li {
  margin-bottom: 15px;
}
footer .right-cont .nav-contact-wrapper .nav-footer ul li:last-of-type {
  margin-bottom: 0;
}
footer .right-cont .nav-contact-wrapper .contact-footer {
  padding-left: 100px;
  padding-top: 40px;
  padding-bottom: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media screen and (max-width: 1299px) {
  footer .right-cont .nav-contact-wrapper .contact-footer {
    padding-left: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  footer .right-cont .nav-contact-wrapper .contact-footer {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .right-cont .nav-contact-wrapper .contact-footer {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    margin-top: 40px;
  }
}
footer .right-cont .nav-contact-wrapper .contact-footer::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -35%;
  width: 35%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1199px) {
  footer .right-cont .nav-contact-wrapper .contact-footer::after {
    display: none;
  }
}
footer .right-cont .nav-contact-wrapper .contact-footer .contact-link {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}
footer .right-cont .nav-contact-wrapper .contact-footer .contact-link a {
  margin-left: 10px;
}
footer .right-cont .nav-contact-wrapper h3 {
  font-size: 25px;
  font-weight: 600;
}
footer .copyright-wrapper {
  background-color: #fff;
  padding: 8px 0;
}
@media screen and (max-width: 1199px) {
  footer .copyright-wrapper .max-width {
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  footer .copyright-wrapper .max-width {
    flex-direction: column-reverse;
  }
}
footer .copyright-wrapper p,
footer .copyright-wrapper a {
  color: #3d3d3d;
  font-weight: 600;
}
footer .copyright-wrapper p {
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  footer .copyright-wrapper p {
    font-size: 12px;
    text-align: center;
  }
}
footer .copyright-wrapper .max-width {
  align-items: center;
}
footer .copyright-wrapper ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  footer .copyright-wrapper ul {
    margin-bottom: 10px;
  }
}
footer .copyright-wrapper ul li {
  margin-left: 10px;
}
footer .copyright-wrapper ul li:first-child {
  margin-left: 0;
  margin-right: 10px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
  margin-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
.news-grid .blog {
  width: 100%;
}
.news-grid .blog .blog-image {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .news-grid .blog .blog-image {
    height: 260px;
  }

   .news-grid{
    padding-bottom: 50px;
   }
}
.news-grid .blog .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease-in-out;
}
.news-grid .blog .blog-image .blog-category {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ab0708;
  color: #fff;
  padding: 15px;
  font-family: "Montserrat";
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .news-grid .blog .blog-image .blog-category {
    padding: 10px;
    font-size: 14px;
  }
}
.news-grid .blog .blog-info {
  margin-top: 10px;
}
.news-grid .blog .blog-info p.date {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  color: #ab0708;
}
.news-grid .blog .blog-info h3 {
  font-size: 24px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
  .news-grid .blog .blog-info h3 {
    font-size: 20px;
  }
}
.news-grid .blog:hover .blog-image img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.news-grid .blog:hover .blog-info h3 {
  color: #ab0708;
  transition: all 0.5s ease-in-out;
}

.pagination-news {
  padding-bottom: 80px;
  padding-top: 0;
}

.news-categories {
  margin: 50px 0;
  margin-left: auto;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
.news-categories select {
  padding: 10px;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/arr-down-b.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}
.news-categories select:focus {
  outline: none;
}
.news-categories option {
  background-color: #11243b;
  color: #fff;
}
.news-categories select::-ms-expand {
  display: none;
}

.news-description h3 {
  margin-bottom: 30px;
}
.news-description .download-links {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.news-description .download-links a {
  display: flex;
  align-items: center;
  color: #ab0708;
}
.news-description .download-links a svg {
  margin-left: 10px;
  margin-right: 25px;
}

.news-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .news-gallery {
    grid-template-columns: 1fr;
  }
}
.news-gallery a {
  width: 100%;
  height: 407px;
  position: relative;
  display: none;
}

.news-gallery a:nth-child(1), .news-gallery a:nth-child(2), .news-gallery a:nth-child(3){
  display: block;
}
@media screen and (max-width: 575px) {
  .news-categories{
    margin: 20px 0;
    margin-left: auto;
  }

  .news-categories select{
    padding: 5px;
    padding-right: 30px;
  }

  .news-gallery a {
    height: 280px;
  }

  .pagination-news {
    padding-bottom: 40px;
  }
}
.news-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-gallery a:nth-child(4) {
  display: none;
}
.news-gallery a .more-gallery {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(17, 36, 59, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.news-gallery a .more-gallery svg {
  margin-bottom: 10px;
}

.notifications-list {
  position: relative;
  border-top: 1px solid #ced5dc;
  margin-top: 40px;
  margin-bottom: 40px;
}
.notifications-list::before, .notifications-list::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 1px;
  background-color: #ced5dc;
}
.notifications-list::before {
  left: -100%;
}
.notifications-list::after {
  right: -100%;
}
.notifications-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ced5dc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .notifications-list li {
    flex-direction: column;
  }
}
.notifications-list li::before, .notifications-list li::after {
  content: "";
  position: absolute;
  bottom: -0.5px;
  width: 100%;
  height: 1px;
  background-color: #ced5dc;
}
.notifications-list li::before {
  left: -100%;
}
.notifications-list li::after {
  right: -100%;
}
.notifications-list li:hover h2 {
  color: #11243b;
  transition: all 0.5s ease-in-out;
}
.notifications-list li:hover a {
  color: #ab0708;
  transition: all 0.5s ease-in-out;
}
.notifications-list li:hover svg {
  opacity: 1;
}
.notifications-list li h2 {
  font-size: 24px;
  letter-spacing: 2px;
  color: rgba(17, 36, 59, 0.7);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
  .notifications-list li h2 {
    font-size: 20px;
  }
}
.notifications-list li a {
  display: flex;
  align-items: center;
  color: rgba(171, 7, 8, 0.7);
  font-weight: 600;
  font-size: 24px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .notifications-list li a {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .notifications-list li a {
    font-size: 20px;
  }
}
.notifications-list li a svg {
  margin-left: 10px;
  opacity: 0.7;
}

.background-image {
  position: relative;
  width: 100%;
  height: 790px;
}
.background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .about-content {
    flex-direction: column;
  }
}
.about-content .left-column,
.about-content .right-column {
  flex: 1;
  min-width: 300px;
}
.about-content .left-column h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.about-content span {
  margin-bottom: 15px;
  display: block;
}
.about-content h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .about-content h3 {
    font-size: 21px;
  }
}
.about-content .left-column img,
.about-content .right-column img {
  width: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-content .left-column img {
  height: 750px;
  max-width: 470px;
}
@media screen and (max-width: 1199px) {
  .about-content .left-column img {
    max-width: 600px;
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .about-content .left-column img {
    height: 350px;
    margin-bottom: 0;
  }
}
.about-content .right-column img {
  height: 600px;
}
@media screen and (max-width: 1199px) {
  .about-content .right-column img {
    margin-top: 30px;
  }
}
.about-content .right-column p {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .about-content .right-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-content .right-column img {
    height: 450px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 575px) {
  .about-content .right-column img {
    height: 300px;
  }
}

.our-ships-about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .our-ships-about {
    flex-direction: column;
  }
}
.our-ships-about .our-ships-text {
  width: 100%;
  max-width: 750px;
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .our-ships-about .our-ships-text {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}
.our-ships-about .our-ships-text p {
  margin-bottom: 10px;
}
.our-ships-about .our-ships-text p:last-child {
  margin-bottom: 0;
}

.our-team-about {
  width: 100%;
  background-color: #faf9f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  /* .our-team-about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  } */
}
@media screen and (max-width: 767px) {
  .our-team-about .teamSwiper{
   height: 190px;
  }
}
.our-team-about .team {
  padding: 60px 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .our-team-about .team {
    padding: 20px;
  }
}
.our-team-about .team:first-child .team-name {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-team-about .team:first-child .team-name::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #11243b;
  margin: 20px 0;
}
.our-team-about .team::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .our-team-about .team::after {
    display: none;
  }
}
.our-team-about .team p {
  color: #ab0708;
}
.our-team-about .team .team-name {
  font-size: 24px;
  font-weight: 600;
  color: #11243b;
}
.our-team-about .team a {
  font-weight: 600;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
}

.contact-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper {
    flex-direction: column;
  }
}
.contact-wrapper .contact-info {
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .contact-info {
    width: 100%;
  }
}
.contact-wrapper .contact-info h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-info h2 {
    font-size: 23px;
    letter-spacing: 2px;
  }
}
.contact-wrapper .contact-info h2.social-title {
  margin-top: 60px;
}
.contact-wrapper .contact-info .contact-link {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.contact-wrapper .contact-info .contact-link a {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-info .contact-link a {
    font-size: 16px;
  }
}
.contact-wrapper .contact-info .contact-link svg {
  margin-right: 10px;
}
.contact-wrapper .contact-info .social-icons-contact {
  display: flex;
  align-items: center;
  width: 100%;
}
.contact-wrapper .contact-info .social-icons-contact a + a {
  margin-left: 45px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-info .social-icons-contact a + a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-info .social-icons-contact a svg {
    width: 30px;
    height: 40px;
  }
}
.contact-wrapper .contact-info .social-icons-contact a svg path {
  transition: all 0.5s;
}
.contact-wrapper .contact-info .social-icons-contact a:hover svg path {
  fill: #ab0708;
}
.contact-wrapper .contact-form {
  width: 55%;
  padding: 60px;
  padding-right: 0;
  background-color: #faf9f6;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .contact-form {
    width: 100%;
    padding: 30px;
    margin-top: 40px;
  }
  .contact-wrapper .contact-form::after {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-form {
    padding: 20px;
  }
}
.contact-wrapper .contact-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #faf9f6;
}
.contact-wrapper .contact-form h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-form h2 {
    font-size: 23px;
    letter-spacing: 2px;
  }
}
.contact-wrapper .contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-form form {
    grid-template-columns: 1fr;
  }
}
.contact-wrapper .contact-form form label {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
  font-weight: 500;
}
.contact-wrapper .contact-form form input,
.contact-wrapper .contact-form form textarea,
.contact-wrapper .contact-form form select {
  width: 100%;
  border: none;
  padding: 14px;
  background-color: #edece9;
  margin-top: 10px;
}
.contact-wrapper .contact-form form input:focus,
.contact-wrapper .contact-form form textarea:focus,
.contact-wrapper .contact-form form select:focus {
  outline: none;
}
.contact-wrapper .contact-form form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/arr-down-b.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}
.contact-wrapper .contact-form form .iti {
  margin-top: 10px;
}
.contact-wrapper .contact-form form label:has(textarea) {
  grid-column: span 2;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-form form label:has(textarea) {
    grid-column: span 1;
  }
}
.contact-wrapper .contact-form form textarea {
  height: 200px;
  resize: none;
}
.contact-wrapper .contact-form form .btn {
  background-color: #11243b;
  color: #fff;
  grid-column: span 2;
  margin-left: auto;
  font-family: "Montserrat";
  letter-spacing: 4px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .contact-wrapper .contact-form form .btn {
    grid-column: span 1;
  }
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .gallery-wrapper {
    gap: 5px;
    margin-top: 10px;
  }
}
.gallery-wrapper a {
  width: 100%;
  height: auto;
  /* max-height: 587px; */
  max-height: 703px;
}

@media screen and (max-width: 1600px) {
  .gallery-wrapper a {
    max-height: 587px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-wrapper a {
    min-height: 145px;
  }
}
.gallery-wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery-wrapper a:nth-child(4n+2) {
  grid-row: span 3;
}
@media screen and (max-width: 575px) {
  .gallery-wrapper a:nth-child(4n+2) {
    grid-row: span 1;
  }
}
.gallery-wrapper a:nth-child(4n+3) {
  grid-row: span 3;
}
@media screen and (max-width: 575px) {
  .gallery-wrapper a:nth-child(4n+3) {
    grid-row: span 1;
  }
}
/* .gallery-wrapper a:nth-child(4n+5) {
  grid-column: span 2;
} */
@media screen and (max-width: 575px) {
  .gallery-wrapper a:nth-child(2) {
    grid-row: span 2;
  }
}


.gallery-wrapper a:nth-child(4n+5).first-span {
    grid-column: span 2;
}

.gallery-wrapper a:nth-child(4n+5):not(.first-span) {
    grid-column: span 1;
}


.gallery-wrapper .gallery-text {
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .gallery-text {
    grid-column: span 2;
  }
}
.gallery-wrapper .gallery-text h2 {
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
.gallery-wrapper .load-more-btn {
  grid-column: span 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 5px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .load-more-btn {
    font-size: 23px;
  }
}
.gallery-wrapper .load-more-btn svg {
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .load-more-btn svg {
    width: 30px;
    height: 40px;
  }
}/*# sourceMappingURL=main.css.map */

.success-cont a{
  margin-left: auto;
  margin-right: auto;
}

.home-about-us a{
min-width: 300px;
}

.template-text a{
  position: relative;
  display: block;
  color: #ab0708;
  font-weight: 600;
  font-size: 16px;
  width: max-content;
  margin-bottom: 15px;
}

.template-text a[target="_blank"]{
  padding-right: 20px;
}

.template-text a[target="_blank"]::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: transparent url('../images/arr-up-red.svg') no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}


.template-text a[href^="tel:"], .template-text a[href^="mailto:"], .template-text a[href*="maps.app.goo.gl"]   {
    color: #11243b;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
}

.template-text a[href^="tel:"]::before{
   content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent url('../images/phone-b.svg') no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.template-text a[href^="mailto:"]::before{
   content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent url('../images/mail-b.svg') no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}


.template-text a[href*="maps.app.goo.gl"]::before {
       content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent url('../images/location-b.svg') no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}




.template-text img{
  object-fit: contain;
    object-position: center;
    width: auto;
    max-width: 100%;
    height: auto;
}

.privacy-text ul li {
  position: relative;
  font-family: "Open Sans";
  padding-left: 20px;
  margin-bottom: 20px;

}
.privacy-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  
  background-color: #11243b;
  border-radius: 50%;
}

.privacy-text h3 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.team-sertificate .our-team-wrapper .our-team-cont .team .team-text p:first-child{
  color: #11243b;
    font-size: 18px;
    font-weight: 600;
}

.our-team-about .team .team-text p:first-child{
  font-size: 24px;
    font-weight: 600;
    color: #11243b;
}

.news-go-back{
  padding-top: 0;
}

.news-go-back a{
  font-size: 20px;
}

.news-date{
  color: #ab0708;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 30px;
}

.news-description h3{
  margin-bottom: 5px;
}

.spec-link{
  display: flex;
  align-items: center;
}

.spec-link a{
  color: #ab0708;
  font-family: "Montserrat";
  font-weight: 700;
  margin-left: 10px;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .background-image{
    height: 350px;
  }

  .about-socials{
    display: none !important;
  }

  .spec-link a{
    font-size: 16px;
    font-weight: 600;
  }

  .our-team-section{
    padding-top: 0;
  }

  .contact-wrapper .contact-form{
    padding-left: 0;
    padding-right: 0;
  }

  .contact-wrapper .contact-form::before, .contact-wrapper .contact-form::after{
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #faf9f6;
    z-index: -1;
     display: block;
  }


    .contact-wrapper .contact-form::before{
      left: -25%;
    }

    .contact-wrapper .contact-form::after{
      right: -25%;
    }
}