 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}


html, body{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

main{
    padding-bottom: 100px;
}

.container1{
  display: grid;
  grid-template-columns: auto minmax(150px, 1500px);
  grid-template-rows: auto auto;
  justify-items: center;
  height: auto;
}
.img{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: block;
    justify-self: left;
    background: linear-gradient(to right, #FF6D0C, rgb(255, 132, 43));
}
.logo{
  box-sizing: content-box;
  width: 100%;
}

.links{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 100%;
    padding-left: 10vw;
    display: inline-block;
    background: linear-gradient(to right, rgb(255, 132, 43), rgb(247, 124, 36));
}

.links div{
  display: inline-block;
}

.links a{
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 700;
  margin-left: 2vw;
  font-size: 1.3rem;
  align-self: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

strong{
  font-size: 110%;
}

.menu{
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    background: linear-gradient(#005FAD, rgb(0, 122, 221) );
    width: 100%;

}
.menu a{
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 600;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  padding: 0.1vw 0.5vw;
  font-size: 1rem;
  border-radius: 1vw;
  margin-left: 7vw;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu a:hover{
    background: radial-gradient(#FF6D0C, rgb(255, 136, 56));
    border-radius: 25px;

}
.active{
    background: radial-gradient(#FF6D0C, rgb(255, 136, 56));
  border-radius: 25px;
  padding: 0.1vw 0.5vw;
  }

h1 {
    font-weight: 200; line-height: 1.1;
}

h2 {
    text-align:center; margin-top: 0;
}

p{
    font-size: 120%;
}

.D {
  display: grid;
  grid-template-columns: 2fr auto auto 3fr;
  grid-gap: 0 5vw;
 }

.D img {
  object-position: 50% 40%;
}

.right{
    grid-column: 3;
}

aside{
    grid-column: 2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.map{
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}

.map iframe{
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-sub_content{
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: auto;
    grid-gap: 0 2rem;
    background: #005FAD;
    width: 100vw;
    padding-top: 5px;
    padding-bottom: 5px;
}


.marquee {
    width: 100%;
    overflow: hidden;
}

.sliding-marquee {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.sliding-marquee span {
  display: inline-block;
  position: relative;
  left: -94.6vw;
  width: 100vw;
  overflow: hidden;
  height:5vw;
}

.sliding-marquee span:nth-child(1) {
  animation: marquee 14s linear infinite;
  animation-direction: reverse;
  overflow: hidden;
    height: 5vw;
    display: inline-block;

}
.sliding-marquee span:nth-child(2) {
  animation: marquee 14s linear infinite;
  animation-delay: 7s;
  animation-direction: reverse;
    overflow: hidden;
      height: 5vw;
      display: inline-block;
}


.sliding-marquee span img{
    display: inline-block;
      overflow: hidden;
        height: 100%;
}
.footer-sub_content{
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: auto;
    grid-gap: 0 2rem;
    background: #005FAD;
    width: 100vw;
    margin-top: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-company_details{
    grid-row: 1;
    grid-column: 2;
    align-self: center;
    color: white;
    font-size: 1rem;
    
}
.footer-company_details{
    grid-row: 1;
    grid-column: 2;
    align-self: center;
    color: white;
    font-size: 1rem;
    
}

.footer-company_details1{
    grid-row: 2;
    grid-column: 2;
    align-self: center;
    justify-self: center;
    color: white;
    font-size: 1rem;
}
@keyframes marquee {
  0%   { left: -94.6vw }
  100% { left: 100% }
}

@media (max-width: 1081px) {
  .links{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 100%;
    padding-left: 10vw;
    display: grid;
    grid-auto-flow: row;
    background: linear-gradient(to right, rgb(255, 132, 43), rgb(247, 124, 36));
}

.links div{
  display: block;
}

.links a{
  display: block;
  text-decoration: none;
  color: white;
  font-weight: 700;
  margin-left: 2vw;
  font-size: 1.5vw;
  align-self: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.links1{
  grid-column: 1 / 2; grid-row: 1 / 3;
}

.links2{
  grid-column: 2 / 3; grid-row: 1 / 3;
}

.links3{
  grid-column: 1 / 3; grid-row: 3 / 4
}

.menu a{
  font-size: 0.5rem
}

.footer-company_details, .footer-company_details1{
    font-size: 0.5rem;
}

.company-info h3, .company-info ul{
    font-size: 0.5rem;
}

}


@media (max-width: 1081px) {
.map, .map iframe{
  transform: scale(1);
}  
}