

nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -100vh;
    z-index: 99;
    background-color: #263D8A;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    transition: all 650ms cubic-bezier(1,0,0,1);
}
nav.open {
    top: 0;
    border-radius: initial;
}

.nav-listtt ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: 90px;
  text-align: left;
 
}

.nav-listtt ul li {
    display: block;
    margin: 0px 0px !important;
}

.nav-listtt ul li a {
    color: #fff;
    font-size: 38px;
    display: block;
    transition: 0.2s all ease;
    font-weight: bold;
}

.nav-listtt ul li a:hover {
    color: #000000;
    transition: 1.5s all ease;
    opacity: 0.8;
   
}


.nav-link:hover, .nav-link:focus {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .nav-list {
        flex-direction: column;
    }
    li {
        margin: 2rem 0;
    }
    .nav-link {
        font-size: 2.5rem;
    }


    .nav-listtt ul li a {
    color: #fff;
    font-size: 27px;
    display: block;
    transition: 0.2s all ease;
}

/* additional css */

.nav-listtt ul li a:hover{
    color: #000000;
}


/* End of addintional css */

.nav-listtt ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 30px;
    margin-left: 90px;
    text-align: left;
   
}


}

.nv-dwn{
    padding-top: 100px;
}

.nav-listtt.nv-dwn {
    display: flex;
  }
  .rei a {
    color: #fff;
    font-size: 38px;
    display: block;
    transition: 0.2s all ease;
    font-weight: bold;
  }
  .res a {
    font-size: 25px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .rei {
    margin-left: 50px;
  }
  .rei a:hover {
      color: #000000;
      transition: 1.5s all ease;
      opacity: 0.8;
  }
  .res {
      margin-left: 15px;
  }
  
  
  
  .nav-listtt.nv-dwn.open {
      padding-top: 209px;
    }

/* ///////////// */

.menu-toggler {
    position: absolute;
    top: 24px;
    right: 18px;
    width: 51px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 999;
    transition: all 650ms ease-out;
}
.menu-toggler.open {
    transform: rotate(-45deg);
    color: red;
}
.bar {
    background-color: #0F266A;
    width: 100%;
    height: 4px;
    border-radius: 0.8rem;

    /*margin-left: 11px;*/
}
.scroll-downs {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: -470px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }

.bar.half {
    width: 50%;
}
.bar.top {
    transform-origin: right;
    transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);

    /* margin-left: 23px; */
}
.open .bar.top {
    transform: rotate(-450deg) translateX(0.8rem);
}
.bar.bottom {
    align-self: flex-end;
    transform-origin: left;
    transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}
.open .bar.bottom {
    transform: rotate(-450deg) translateX(-0.8rem);
}


.menu_a1 {
    width: 90px;
    height: 90px;
    line-height: 150px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: -34px;
}


/* About us */

#contactu{
    background: greenyellow !important;
}


#dk{
    color: #fff !important;
}



.card img{
	height: 150px;
}
.container .card {
    flex: 1;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
    
  }
  .container .card .title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding: 12px;
    padding-bottom: 60px;
    padding-top: 50px;
    color: #ffffff;
  }
  .container .card .title1 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 12px;
    padding-bottom: 60px;
    padding-top: 50px;
    color: #ffffff;
  }
  .container .card .circle {
    box-sizing: border-box;
    font-size: 35px;
    font-weight: bold;
    background-color: #000000;
    width: 100px;
    
    height: 100px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -60px auto 0px auto;
    z-index: 2;
    position: relative;
    box-shadow: inset 0px -10px 8px -8px rgba(0, 0, 0, 0.5);
  }
  .container .card .content {
    padding: 15px;
    padding-top: 45px;
    margin-top: -45px;
    background-color: #ffffff;
    box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.15);
  }
  .container .card .icon {
    font-size: 50px;
    
  }
  .container .card:nth-child(1) .title, .container .card:nth-child(1) .circle {
    background-color: #E49A25;
  }
  .container .card:nth-child(1) .icon {
    color: #FCB623;
  }
  .container .card:nth-child(2) .title, .container .card:nth-child(2) .circle {
    background-color: #263D8A;
  }
  .container .card:nth-child(2) .icon {
    color: #2DBADE;
  }
  .container .card:nth-child(3) .title, .container .card:nth-child(3) .circle {
    background-color: #E49A25;
  }
  .container .card:nth-child(3) .icon {
    color: #a07311;
  }
  .container .card:nth-child(4) .title1, .container .card:nth-child(4) .circle {
    background-color: #263D8A;
  }
  .container .card:nth-child(4) .icon {
    color: #2DBADE;
  }
  .container .card:nth-child(5) .title, .container .card:nth-child(5) .circle {
    background-color: #E49A25;
  }
  .container .card:nth-child(5) .icon {
    color: #FCB623;
  }
  .icl{
    color:  #E49A25;
  }
  .icl1{
    color:  #263D8A;
  }
  @media (max-width: 767px) {
    .container {
      flex-wrap: wrap;
    }
    .container .card {
      flex: 0 0 100%;
    }
  }

  /* zoom */
  .zoom {
   
    transition: transform .2s; /* Animation */
   
  }
  
  .zoom:hover {
    transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  /* news */
 
.band {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
  @media (min-width: 30em) {
    .band {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (min-width: 60em) {
    .band {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  .card {
    background: white;
    text-decoration: none;
    color: #444;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px -6px 10px white, 0px 4px 15px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .card:hover {
    top: -2px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  }
  .card article {
    padding: 20px;
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .card h1 {
    font-size: 20px;
    margin: 0;
    color: #333;
  }
  .card p {
    -webkit-box-flex: 1;
            flex: 1;
    line-height: 1.4;
  }
  .card span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 2em 0 0 0;
  }
  .card .thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
  }
  
  @media (min-width: 60em) {
    .item-1 {
      grid-column: 1 / span 2;
    }
    .item-1 h1 {
      font-size: 24px;
    }
  }











  