body {
    margin: 0;
}

.logo-name a{
    color: #ff9822;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
    text-decoration: none;
    padding-right: 20px;
}
/* home */

.hero-img {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.imgtext {
    width: 60%;
    background-color: rgba(28, 52, 76, 0.6);
    margin: 0% 20%;
    /* height: 780px; */
    padding: 1%;

}

.p1 {
    color: #fff;
    font-size: 50px;
    margin: 0 20px;
    font-weight: bolder;
}

.p2 {
    color: #fff;
    font-size: 20px;
    margin: 0 25px;
}

.mhm div {
    margin: 5%;
    width: 40%;
    float: left;
}

.mhm div button {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 250px;
    border: #002249 1px solid;
}

.mhm div button:hover {
    background-color: #002249;
    color: #fff;
}

.per1 {
    background-color: #002249;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card1 {
    margin: 1%;
    width: 20%;
    height: 150px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.sercard{
    margin: 5% 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    margin: 1%;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #002249;
    color: black;
    border: 2px solid #002249;
  }
  
  .flip-card-back {
    background-color: #002249;
    color: #fff;
    transform: rotateY(180deg);
  }
  .flip-card-back p{
    color: #fff;
    text-align: center;
    padding: 5px;
  }

/* serciv */

body {
    /* background-color: grey; */
    padding: 0;
    margin: 0;
}

hr {
    background-color: #002249;
    border-color: #949292;
    height: 3px;
    margin: -1px 0px;
    width: 80%;
    margin-left: 10%;
}

p {
    font-size: large;
    font-style: italic;
    /* color: #777777; */
    color: black;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #002249;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #002249;
    align-items: center;
}

.nav-items {
    width: 500px;
    padding-left: 50px;
}

.nav-items a {
    text-decoration: none;
    font-size: large;
    font-weight: 400;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    padding: 10px 15px;
}

.nav-items a:hover {
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #fff;
    color: #002249;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 600;
}

.nav-items ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
}

.nav img {
    height: 70px;
}

.details {
    text-align: center;

}

.quaida-images {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.quaida-images img {
    width: 30%;
    border: 1px transparent solid;
    border-radius: 30px;
}

.info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 80px 200px;
}

.Info {
    padding: 20px 38px;
    box-shadow: 2px 2px 4px 1px #adacac;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Info:first-child {
    border-top: 0.5px solid #949292;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 7px;
}

.Info:last-child {
    border-top: 0.5px solid #949292;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 7px;
}

.Contat-items {
    margin-bottom: 10px;
    margin-top: 18px;
    display: flex;
    flex-direction: row;
}

.Info a {
    text-decoration: none;

}

.Info .img1 {
    margin-left: 10px;
}

.Info .img2 {
    margin-left: 40px;
}

.svg1 {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.svg1 svg {
    height: 100%;
}

.hr1 hr {
    height: 100px;
    width: 0.5px;
    background-color: black;
}

.copyright-txt {
    margin: 0px 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.copyright-txt p {
    color: #002249;
    font-size: medium;
    font-family: serif;
    font-style: normal;
}

.copyright-txt span {
    color: #002249;
    font-size: large;
    font-weight: 800;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.forchat img {
    float: right;
    position: fixed;
    bottom: 10px;
    right: 10px;
    animation-name: example;
    animation-duration: 4s;
}

@keyframes example {
    80% {
        bottom: 40px;
        right: 30px;
    }
}

.forchat img:hover {
    bottom: 30px;
    right: 20px;
}

/* about */

