
.main-container{
    border:0px solid;
}
.section{
    border:0px solid;
}
.section1{
    border:0px solid;
}
.section2{
  border:0px solid;
  display: none;
}
.bg-img{
    border:0px solid;
    width:100%;
    height:23%;
}
.logo{
    border: 0px solid;
    text-align: center;
    width: 19%;
    font-size: 30px;
    font-weight: 900;
  display: inline-block;
}
.logo-img{
    object-fit:cover;
    width: 100%;
    margin-top: -50px;
    margin-left: -140px;

}
.main-menu {
    border:0px solid;
    width: 100%;
    /*top: 15%;
    right:0; */
    align-items: center;
    color: #9d9d9d;
    padding: 0em;
    display: inline-block;
    font-family: Helvetica;
  }

  ul{
    padding: 0;
    list-style: none;
  }
  ul li{
    display: inline-block;
    position: relative;
    line-height: 30px;
    text-align: left;
    z-index: 9999;
  }
  ul li a{
    border-right: 0px solid;
    display: block;
    padding: 0px 0px;
    color: #CECECE;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    font-family: 'Mada';
  }
 
  .main-menu ul li a:hover{
    color: #005380;
  }
  ul li ul.dropdown{
    min-width: 250px; 
    background:rgba(255,255,255,0.5);
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    margin-left: 20px;
    border-top: 0px solid;
  }
  ul li:hover ul.dropdown{
    display: block;	
  }
  ul li ul.dropdown li{
    display: block;
  }

  .main-menu ul.menu li{padding-right:0px;}
  .main-menu ul{list-style:none;padding-left:0px;}
  /* .main-menu ul.menu li ul.dropdown {display:none;} */
  .main-menu ul.menu li ul.dropdown{position:absolute;}
  .main-menu ul.menu li ul.dropdown li {position:relative;left:0px;}
  .main-menu ul li a{text-decoration:none;color:#828282;margin-left: 20px;font-family: Helvetica;font-size:0.9rem;}
  .active{border-bottom:2px solid #005380;    color: #005380 !important;}

  
  .block{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
  }
  .block p{
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10vw;
    color: white;
    font-weight: 400;
  }
  .img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: -50px !important;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none
  }

  .bar{
      border-right: 0px solid;
     margin-left:30px;
  }
  
  .menu-a{
    color: #1f1f1f;
  }
  #menuToggle{
  width: 80%;
  display: inline-block;
}
  .menu {
    border: 0px solid;
    display: inline-block;
    /* width: 110%; */
    list-style-type: none;
    margin-top: 50px;
    padding: 10px;
    text-align: right;
    border-radius: 50px;
    float: right;
    font-size: 18px;
    font-family: 'Mada';
    text-transform: uppercase;
  }
  
   .sticky {
    position:fixed;
    z-index: 9999;
    top:-20px;
    border: 0px solid;
    transition: 2s;
    transform: rotateX(0deg) translateY(0%);

    /* transition: 0.2s bottom cubic-bezier(.3,.73,.3,.74); */
    /* display: inline-block;
    width: 80%;
    list-style-type: none;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); */
}










@media (min-width: 320px) and (max-width:600px) {
    
    .section1{
  border:0px solid;
  display: none;
}
  .section2{
  border:0px solid;
  display: block;
}

    .logo {
      border: 0px solid;
      text-align: center;
      /* position: absolute; */
      /* top: 14px; */
      /* right: 0; */
      width: 60%;
      display: inline-block;
      font-size: 30px;
      font-weight: 900;
      margin-top: 15px;
      margin-left: 60px;
  }
  .logo-img{
      object-fit: cover;
      width: 35%;
      margin-top: -17px;
      margin-left: -245px;
  
}
    /* .main-menu {
      display:none;
  } */
    .button-main {
      border: 0px solid;
      width: 100%;
      margin: auto;
  }

  nav {
    background-color: #fff;
    height: 65px;
    position: fixed;
    top: -1px;
    left: -1px;
    right: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
  }
  
  .bg-img {
    border: 0px solid;
    width: 100%;
    height: 17%;
    margin-top: 0px;
}
  #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    right: 50px;
    float: right;
    width: 0%;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  .bar {
    border-right: 0px solid;
    margin-left: 30px;
    display: none !important;
}
  #menuToggle input
  {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }
  
  #menuToggle span
  {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #005380;
    border-radius: 3px;
    right: -65%;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  
  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }
  
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #fff;
  }
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }
  .sticky {
    position: fixed;
    z-index: 9999;
    top: 0px;
    border: 0px solid;
    transition: 2s;
    transform: rotateX(0deg) translateY(0%);
    /* transition: 0.2s bottom cubic-bezier(.3,.73,.3,.74); */
}
#menu {
  position: absolute;
  width: 300px !important;
  left: -200px;
  right: 65px;
  height: 120vh;
  color:#fff;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding: 50px;
  border-radius: 0px;
  padding-top: 125px;
  text-align: left;
  background-color: #005380;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(202%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
  ul li ul.dropdown {
    min-width: 225px;
    background: #005380;
    display: none;
    position: relative;
    z-index: 999;
    left: 0;
    border-top: 0px solid;
    color:#fff;
    margin-left: 20px;

}
.main-menu ul.menu li ul.dropdown {
  position: relative;
}
  #menu li
  {
    padding: 10px 0;
    transition-delay: 2s;
  }
  ul li {
    display: block;
    position: relative;
    line-height: 21px;
    text-align: left;
}
  
  #menuToggle input:checked ~ ul
  {
    transform: none;
  }
  .active {
    border-bottom: 0px solid #005380;
}
.main-menu ul li a:hover {
  color: #ffff;
}
.active {
  border-bottom: 2px solid #005380;
  color: #fff !important;
}
.main-menu ul li a {
  text-decoration: none;
  color: #CECECE;
  margin-left: 20px;
  font-family: Helvetica;
  font-size: 14px;
  color: #fff !important;
}









  }

















  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {


  .menu {
    border: 0px solid;
    display: inline-block;
    width: 110%;
    list-style-type: none;
    margin-top: 50px;
    padding: 10px;
    text-align: right;
    border-radius: 50px;
    float: right;
    font-size: 18px;
    font-family: 'Mada';
    text-transform: uppercase;
}
.logo-img {
  object-fit: cover;
  width: 100%;
  margin-top: -50px;
  margin-left: -100px;
}







  }














  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

  .logo {
    border: 0px solid;
    text-align: center;
    /* position: absolute; */
    /* top: 14px; */
    /* right: 0; */
    width: 60%;
    display: inline-block;
    font-size: 30px;
    font-weight: 900;
    margin-top: 15px;
    margin-left: 0px;
}
.logo-img{
    object-fit: cover;
    width: 35%;
    margin-top: -17px;
    margin-left: -245px;

}
  /* .main-menu {
    display:none;
} */
  .button-main {
    border: 0px solid;
    width: 100%;
    margin: auto;
}

nav {
  background-color: #fff;
  height: 135px;
  position: fixed;
  top: -1px;
  left: -1px;
  right: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.bg-img {
  border: 0px solid;
  width: 100%;
  height: 17%;
  margin-top: 0px;
}
#menuToggle {
  display: flex;
    flex-direction: column;
    position: relative;
    top: 55px;
    right: 100px;
    float: right;
    width: 0%;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
.bar {
  border-right: 0px solid;
  margin-left: 30px;
  display: none !important;
}
#menuToggle input
{
  display: flex;
  width: 55px;
    height: 45px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
 display: flex;
    width: 50px;
    height: 7px;
    margin-bottom: 8px;
    position: relative;
    background: #005380;
    border-radius: 3px;
    right: -65%;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
.sticky {
  position: fixed;
  z-index: 9999;
  top: 0px;
  border: 0px solid;
  transition: 2s;
  transform: rotateX(0deg) translateY(0%);
  /* transition: 0.2s bottom cubic-bezier(.3,.73,.3,.74); */
}
#menu {
  position: absolute;
  width: 400px !important;
  left: -250px;
  right: 50px;
  height: 100vh;
  color: #fff;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding: 50px;
  border-radius: 0px;
  padding-top: 125px;
  text-align: left;
  background-color: #005380;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(202%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
ul li ul.dropdown {
  min-width: 225px;
  background: #005380;
  display: none;
  position: relative;
  z-index: 999;
  left: 0;
  border-top: 0px solid;
  color:#fff;
  margin-left: 20px;

}
.main-menu ul.menu li ul.dropdown {
position: relative;
}
#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
}
ul li {
  display: block;
  position: relative;
  line-height: 21px;
  text-align: left;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
.active {
  border-bottom: 0px solid #005380;
}
.main-menu ul li a:hover {
color: #ffff;
}
.active {
border-bottom: 2px solid #005380;
color: #fff !important;
}
.main-menu ul li a {
text-decoration: none;
color: #CECECE;
margin-left: 20px;
font-family: Helvetica;
font-size: 1rem;
color: #fff !important;
}















  }