@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
  margin: 0;
  font-family: 'Montserrat';
  height: 100%;
}

header {
  background-color: #ffffff;
  position: sticky;
  top:0; z-index: 10;
  width: 100%;
  font-family: 'Montserrat';
}



hr {
  border: 0;
  border-bottom: 1px solid #eee;
  margin: 20px 0px 20px 0px;
}

a {
  text-decoration: none;
}

.hyphen{
  color: #C8102E;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: bold;
}

.headerContainer{
  display: flex;
  align-content: center;
  box-sizing: border-box;
}

.topHeader{
    background-color: #002D72;
    color: white;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    justify-content: space-between;
    line-height: 1.428;
    display: flex;
}

.headerContacts{
  display: flex;
  padding-left: 2%;
}

.headerLogo{
  padding-left: 50px;
}

.contactList{
  color: #ffffff;
  text-decoration: none;
  float: left;
  padding: 10px;
  line-height: 1.428;
  border-right: 1px solid rgba(132,132,132,.15);
}

.contactList a{
  color: #ffffff;
  text-decoration: none;
}

.headerMenu{
  padding:0px 15px;
  position: relative;
  flex: 2;
  display: flex;
  justify-content: center;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #2a2a2a;
  box-sizing: border-box;
  -ms-transform: translate(-20px, 35px);
  transform: translate(-20px, 35px);
}

.headerMenu ul{
  padding: 0;
  box-sizing: border-box;
}

.headerMenu li{
  list-style-type: none;
  box-sizing: border-box;
  padding: 0;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}

.headerMenu a {
  text-decoration: none;
  padding: 0;
  font-size: 14;
  color: #2a2a2a;
}

.headerMenu a:hover{
  color: #C8102E !important;
}

.burgerMenu{
  visibility: hidden;
}

.footerContainer{
  width: 100%;
  height: fit-content;
  background-color: #002D72;
  padding:70px;
  display: flex;
  box-sizing: border-box;
}

.footerMargin{
  width: 25%;
  height: 30px;
  border-right: #d5d5d5;
  border-right-width: 1px;
  border-right-style: solid;
  transform: translate(0px, 20px);
}

.footerContent{
  width: 75%;
  height: inherit;
  display: flex;
  background-color: #002D72;
  color: #ffffff;
  padding-left: 30px;
  margin: 0;
}

.footerContent h3{
  font-weight: bold;
  font-size: 22px;
}

.footerContent li{
  list-style: none;
  font-size: 16px;
  padding-bottom: 20px;
}

.footerContent a{
  text-decoration: none;
  color: #ffffff;
  transition:  0.5s ease;
}

.footerContent a:hover{
  text-decoration: none;
  color: #C8102E;
  padding-left: 5px;
}

.footerContent1{
  width: 25%;
}

.footerContent1 li::before{
  display: inline-block;
  content: '';
  font-weight: bold;
  color: #C8102E;
  width: 8px;
  border-bottom: #C8102E 2px solid;
  transform: translate(-10px, -5px);
}

.footerContent2{
  width: 33%;
}

.footerContent2 span{
  color: #cdcdcd;
  font-size: 21px;
  font-weight: 600;
  padding-top: 5px;
}

.footerContent3{
  width: 40%;
}

.footerBottom{
  width: 100%;
  background-color: #002D72;
  border-top: 5px;
  border-top-color: #C8102E;
  border-top-style: solid;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  color: #ffffff;
}

.footerBottomContent{
  margin-left: 30px;
  display: flex;
}

.footerBottomContentL{
  flex: 50%;
  font-size: 14px;
}

.footerBottomContentR{
  flex: 50%;
  text-align: right;
  margin-right: 30px;
  justify-content: center;
  align-content: center;
  font-size: 14px;
}

.footerBottomContentR a{
  text-decoration: none;
  color: #ffffff;
}

.footerBottomContentR a:hover{
  color: #C8102E;
}

.main {
  color: #002D72;
  height: 100%;
  padding: 0;
  position: relative;
}

.lineOneA{
  transform-origin: center;
  margin: 0;
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: fadeInOpacity 2s 1 forwards;  
}


.lineTwoA{
  margin: 0;
  animation: fadeInOpacity3 4s 1 forwards;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lineTwoB{
  margin: 0;
  animation: fadeInOpacity7 8s 1 forwards;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lineThreeA{
  margin: 0;
  animation: fadeInOpacity4 5s 1 forwards;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lineThreeB{
  margin: 0;
  animation: fadeInOpacity6 7s 1 forwards;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lineFour{
  animation: fadeInOpacity5 6s 1 forwards;
}

.lineFourA{
  margin: 0;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}

.centralCircle{
  height: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.centralCircle img{
  animation: fadeInOpacity2 3s 1 forwards;
}

.circles {
  width: 100%;
  height: 600px;
  display: block;
  justify-content: center;
  align-items: center;

  background-image: url("images2/DesktopBackground.png");
}

.dropdown{
  height: 55px;
  display: inline-block;
}

.dropdown .content {
  display: none;
  margin-top: 20px;
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  transform: scaleY(0);
  transition: transform 0.5s ease;
}

.dropdown:hover .content{
  display: block;
  transform-origin: top center;
  font-family: 'Montserrat';
  color: white !important;
  background-color: #002D72;
  border-radius: 4px;
  height: 100%;
  transform: scaleY(1);
}

.dropdown:not(:hover) .content{
  display: block;
  transform-origin: top center;
  font-family: 'Montserrat';
  color: white !important;
  background-color: #002D72;
  border-radius: 4px;
  height: 100%;
}

.dropdown:hover .content a{
  width: 100%;
  color: #ffffff;
}

.dropdown:hover .content a:hover{
  color: #C8102E !important;
}

.dropdown li{
  float: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown li:hover{
  background-color: #ffffff;
  color: #C8102E !important;
}

.dropdown li:hover a{
  background-color: #ffffff;
  color: #C8102E !important;
  display: table;
}

.dropdown li a{
  color: #ffffff !important;
}

.offScreenNav{
  background-color: #002D72;
  height: 70%;
  width: 50%;
  position: fixed;
  top: 15vh;
  right: -50%;
  color: #ffffff;
  font-weight: bold;
  justify-content: left;
  align-items: center;
  transition: .3s ease;
  border-radius: 4px;
}

.offScreenNav ul{
  padding-left: 0%;
}

.offScreenNav li{
  list-style-type: none;

  border-bottom: 1px solid rgba(132,132,132,.15);
}
.offScreenNav a{
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 10%;
  display: flex;
}

.offScreenNav.active {
  right: 0%;
}

.hamMenu{
  display: flex;
  justify-content: right;
  align-items: center;
  z-index: 999;
}
.hamMenu .hamMenuIcon{
  width: 10%;
  margin-right: 10%;
}

.hamMenu.active {
  background-color: 0;
}

.burgerContent a{
  padding: 0;
}

.burgerContent li{
  display: table;
  padding-left: 15%;
  padding-bottom: 2%;
  padding-top: 2%;
  border-bottom: none;
}

.ap_banner {
    padding: 120px 0;
    background-color: #ffffff;
    background-blend-mode:overlay;
    background-size:cover;
    background-position:center;
}

.ap_banner .ap_banner_title {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  margin: 0px auto;
  padding: 5px 20px;
  font-weight: bold;
  background-color: var(--main-color);
  display: table;
  color: #ffffff;
  border-bottom: 3px solid var(--main-color);
  border-top: 3px solid #c8102e;
  border-radius: 0 0 20px 20px;
  background-color: #002D72;
}

.rental_container {
  background-color: #ffffff;
}

.rental_page_content .container_1170{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.rental_service1, .rental_service2 {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content_title {
  color: #002D72;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 130%;
  font-size: 24px;
}

.co_col_50 {
  width: 50%;
  padding: 0px 15px;
}

.container_1170 {
  max-width: 1170px;
}

.container_default_block {
  width: 100%;
  margin: 0 auto;
  display: block;
}

@keyframes fadeInOpacity2 {
  0%{
    opacity: 0;
  }
  66%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes fadeInOpacity3 {
  0%{
    opacity: 0;
  }
  75%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes fadeInOpacity4 {
  0%{
    opacity: 0;
  }
  80%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes fadeInOpacity5 {
  0%{
    opacity: 0;
  }
  84%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes fadeInOpacity6 {
  0%{
    opacity: 0;
  }
  86%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes fadeInOpacity7 {
  0%{
    opacity: 0;
  }
  88%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .headerMenu{
    display: none;
  }

  .ap_banner {
    padding: 50px 0px;
  }

  .circles {
    background-image: url("images2/MobileBackground.png");
    background-position: center;
    height: 20vh;
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .centralCircle img{
    width: 70%;
    transform: translate(-50%, 100%);
  }

  .lineOneA{
    width: 50%;
    -ms-transform: translate(-50%, 00%);
    transform: translate(-50%, 00%);
  }

  .lineTwoA{
    width: 25%;
    -ms-transform: translate(75%, 100%);
    transform: translate(75%, 100%);
  }

  .lineTwoB{
    width: 25%;
    -ms-transform: translate(-175%, 100%);
    transform: translate(-175%, 100%);
  }

  .lineThreeA{
    width: 25%;
    -ms-transform: translate(75%, 210%);
    transform: translate(75%, 210%);
  }

  .lineThreeB{
    width: 25%;
    -ms-transform: translate(-175%, 210%);
    transform: translate(-175%, 210%);
  }

  .lineFourA{
    width: 30%;
    -ms-transform: translate(-50%, 250%);
    transform: translate(-50%, 250%);
  }

  .topHeader{
    padding-left: 2%;
  }

  .headerLogo{
    padding-left: 15%;
  }

  .offScreenNav{
    visibility: visible;
  }

  .licenses{
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 600;
    z-index: 100;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 50vh;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .licensesLogos{
    padding: 5%;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .licensesLogos a{
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  
  .licensesLogos img{
    width: 90%;
  }

  .footerMargin{
    display: none;
  }

  .footerContent {
    flex-direction: column;
  }

  .footerContainer{
    padding-left: 10px;
  }

  .footerContent1{
    width: 100%;
  }

  .footerContent2{
    width: 100%;
  }

  .footerContent3{
    width: 100%;
  }

  .footerBottomContent{
    flex-direction: column;
    text-align: center;
    margin-left: 10px;
  }

  .footerBottomContentR{
    text-align: center;
  }

  .rental_page_content{
    display: flex;
    flex-direction: column;
  }

  .rental_page_content .container_1170{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rental_service1{
    width: 75%;
  }

  .rental_service2{
    width: 75%;
  }

  .footerBottom{
    padding-bottom: 30px;
  }

  @keyframes fadeInOpacity {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
}

@media (min-width:600px){
  .headerMenu{
    display: none;
  }
    .ap_banner {
    padding: 50px 0px;
  }

  .hamMenu{
    width: 100%;
  }

  .hamMenu .hamMenuIcon{
    width: 5%;
    margin-right: 5%;
  } 

  .circles {
    background-image: url("images2/MobileBackground.png");
    background-position: center;
    height: 20vh;
    padding-top: 40vh;
    padding-bottom: 40vh;
  }

  .centralCircle img{
    width: 70%;
    transform: translate(-50%, 100%);
  }

  .lineOneA{
    width: 50%;
    -ms-transform: translate(-50%, 00%);
    transform: translate(-50%, 00%);
  }

  .lineTwoA{
    width: 25%;
    -ms-transform: translate(75%, 100%);
    transform: translate(75%, 100%);
  }

  .lineTwoB{
    width: 25%;
    -ms-transform: translate(-175%, 100%);
    transform: translate(-175%, 100%);
  }

  .lineThreeA{
    width: 25%;
    -ms-transform: translate(75%, 210%);
    transform: translate(75%, 210%);
  }

  .lineThreeB{
    width: 25%;
    -ms-transform: translate(-175%, 210%);
    transform: translate(-175%, 210%);
  }

  .lineFourA{
    width: 30%;
    -ms-transform: translate(-50%, 250%);
    transform: translate(-50%, 250%);
  }
}

@media (min-width: 1200px) {

  .offScreenNav{
    display: none;
  }

  .hamMenu{
    display: none;
  }

  .licensesLogos{
    display: none;
  }

  .centralCircle img{
    width: 30%;
    -ms-transform: translate(-50%, 200%);
    transform: translate(-50%, 200%);
  }

  .centralCircle img:hover{
    width: 32%;
    -ms-transform: translate(-50%, 190%);
    transform: translate(-50%, 190%);
  }

  .lineOneA{
    width: 20%;
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }

  .lineTwoA{
    width: 15%;
    -ms-transform: translate(100%,  125%);
    transform: translate(100%, 125%);
  }

  .lineTwoB{
    width: 15%;
    -ms-transform: translate(-200%, 125%);
    transform: translate(-200%, 125%);
  }

  .lineThreeA{
    width: 15%;
    -ms-transform: translate(100%, 275%);
    transform: translate(100%, 275%);
  }

  .lineThreeB{
    width: 15%;
    -ms-transform: translate(-200%, 275%);
    transform: translate(-200%, 275%);
  }

  .lineFourA{
    width: 15%;
    -ms-transform: translate(-50%, 325%);
    transform: translate(-50%, 325%);
  }

  .licenses{
    display: none;
  }

  @keyframes fadeInOpacity {
    0%{
      opacity: 0;
      width: 50%;
      top: 100%;
    }
    25%{
      opacity: 1;
      width: 50%;
      top: 100%;
    }
    100%{
      width: 20%;
      top: 50%;  
    }
  }
}

@media (max-height: 700px){
  .offScreenNav{
    top: 20vh;
  }

 .centralCircle img{
    width: 70%;
    transform: translate(-50%, 150%);
  }

  .lineOneA{
    width: 50%;
    -ms-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
  }

  .lineTwoA{
    width: 25%;
    -ms-transform: translate(75%,175%);
    transform: translate(75%, 175%);
  }

  .lineTwoB{
    width: 25%;
    -ms-transform: translate(-175%, 175%);
    transform: translate(-175%, 175%);
  }

  .lineThreeA{
    width: 25%;
    -ms-transform: translate(75%, 290%);
    transform: translate(75%, 290%);
  }

  .lineThreeB{
    width: 25%;
    -ms-transform: translate(-175%, 290%);
    transform: translate(-175%, 290%);
  }

  .lineFourA{
    width: 30%;
    -ms-transform: translate(-50%, 300%);
    transform: translate(-50%, 300%);
  }

  header{
    height: 125px;
  }

  .headerLogo{
    width: 50%;
  }

  .footerContainer{
    padding-top: 20px;
  }
}

@media (max-height: 600px){
  .offScreenNav{
    top: 20vh;
  }

 .centralCircle img{
    width: 70%;
    transform: translate(-50%, 150%);
  }

  .lineOneA{
    width: 50%;
    -ms-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
  }

  .lineTwoA{
    width: 25%;
    -ms-transform: translate(75%,175%);
    transform: translate(75%, 175%);
  }

  .lineTwoB{
    width: 25%;
    -ms-transform: translate(-175%, 175%);
    transform: translate(-175%, 175%);
  }

  .lineThreeA{
    width: 25%;
    -ms-transform: translate(75%, 290%);
    transform: translate(75%, 290%);
  }

  .lineThreeB{
    width: 25%;
    -ms-transform: translate(-175%, 290%);
    transform: translate(-175%, 290%);
  }

  .lineFourA{
    width: 30%;
    -ms-transform: translate(-50%, 300%);
    transform: translate(-50%, 300%);
  }

  header{
    height: 100px;
  }

  .headerLogo{
    width: 40%;
  }

  .footerContainer{
    padding-top: 20px;
  }
}