* {
    margin: 0;
    padding: 0;
}
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #222222 url(../img/loading.gif) no-repeat center;
    z-index: 99999999;
}


.main {
    width: 100%;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/Bannner.gif) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.main-1 {
    width: 100%;
    min-height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/Bannner.gif) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 3%;
}
.icon-1 {
    color: #001e64;
    font-size: 100px !important;
    text-align: center;
}
.icon {
    color: #001e64;
    font-size: 50px !important;
    text-align: center;
}
.card-1 {
    background-color: #ffffff00;
    box-shadow: 0 5px 25px rgba(1,1,1,0.35);
    border-radius: 10px;
    padding: 25px;
    margin: 10px;
    transition: .5s ease;
}
.card {
    background-color: #ffffff7a;
    box-shadow: 0 5px 25px rgba(1,1,1,0.35);
    border-radius: 10px;
    padding: 25px;
    margin: 10px;
}
.card-1:hover {
    transform: scale(1.1);
}
.title::before {
    content: '';
    background: #001e64;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}
.title::after {
    content: '';
    background: #001e64;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(17px);
}
hr {
    margin: 1px auto;
    text-align: center;
    width: 80%;
    color: #001e64;
    background: #001e64;
    border: 2px solid #001e64de;
    box-shadow: 2px 10px 50px #001e64de;
}
/*  */
.team-4 {
    width: 50%;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    background-color: #001e64;
    border-radius: 0px 0px 10px 10px;
}
/*  */
.verify {
    color: #17b667;
}
/*  */
.team-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.team-5 {
    color: rgb(155,155,155);
}
.team-5 {
    content: '\f004';
    line-height: 30px;
    z-index: 1;
}
/*  */
.icon-2 {
    color: red;
}

.c {
    color: #fff;
}



#aboutSVG {
    animation: MoveUpDown 5s linear infinite;
  }
  
  @keyframes MoveUpDown {
    0%, 100% {
      transform: translateY(30px);
    }
    50% {
      transform: translateY(-30px);
    }
  }

























































@media (max-width: 500px){
    .title::after {
        transform: translateY(25px);
    }
}
@media (max-width: 1005px){
    .title::after {
        transform: translateY(20px);
    }
}
@media (max-width: 930px){
    .title::after {
        transform: translateY(23px);
    }
}
@media (max-width: 750px){
    .title::after {
        transform: translateY(25px);
    }
}
@media (max-width: 650px){
    .title::after {
        transform: translateY(27px);
    }
}
@media (max-width: 1020px){
    .title::after {
        transform: translateY(21px);
    }
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #004094;
    /* background-image: linear-gradient(th right, #001e46,#001e46); */
}