body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
.modal-title {
    text-align: center;
    padding-left: 112px;
}
.navbar-nav {
    margin-left: 26%;
    font-family: "Inter", sans-serif;
    font-size: 20px;

}

header .head-color {
    background-color: #d8e4ef !important;
}

header li a {
    margin-right: 20px;

}

/* header li a:hover{
    color: #185ea3;

} */
.banner {
    background-image: url(../image/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    text-align: center;
    width: 100%;
}

.banner h1,
h2,
h4 {
    color: white;
    font-family: "Righteous", serif;
}

.banner h2 {
    font-size: 48px;
}

.banner h1 {
    font-size: 128px;
}

.banner h4 {
    font-size: 32px;
    padding-bottom: 30px;
}

/* .banner.button-one{
    color: blue;
}
.banner .button-one:hover{
 color: white;
} */

.about-us {
    background-image: url(../image/about-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    width: 100%;
}

.about-us h5 {
    font-family: "Inter", sans-serif;
    color: #18518c;
    font-size: 18px;
    font-weight: 400;
}

.about-us h3 {
    font-family: "Righteous", serif;
    font-size: 34px;
    padding-bottom: 40px;
}

.about-us p {
    font-family: "Lora", serif;
    color: #454545;
    padding-bottom: 10px;
}

.service {
    background-image: url(../image/service-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    text-align: center;
    width: 100%;
}

.service h5 {
    font-family: "Inter", sans-serif;
    color: #18518c;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}

.service h3 {
    font-family: "Righteous", serif;
    font-size: 34px;
    padding-bottom: 40px;
}
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    margin-bottom: 40px;
  }
  
  .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: linear-gradient(to bottom, rgba(142, 198, 255, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 56%, rgba(23, 81, 140, 1) 100%);
    color: black;
    padding: 40px 15px;
  }
  
  .flip-card-back {
    background-color: #ffffff;
    border: 3px solid #18518c;
    transform: rotateY(180deg);
  }

  .flip-card-front h6{
    font-family: "Roboto Slab", serif;
    font-size: 26px;
    color: #ffffff;
    padding-top: 20px;
  }
  .flip-card-back h6{
    font-family: "Roboto Slab", serif;
    font-size: 26px;
    color: #18518c;
   padding: 20px 20px 20px 25px;
  }
  .flip-card-back p{
    padding: 0 10px;
  }
.connect {

    padding: 80px 0;
}

.connect h5 {
    font-family: "Inter", sans-serif;
    color: #18518c;
    font-size: 18px;
    font-weight: 400;

    text-align: center;
}

.connect h3 {
    font-family: "Righteous", serif;
    font-size: 34px;
    padding-bottom: 40px;
    text-align: center;
}


.connect p {
    font-size: 19px;
    font-family: "Lora", serif;
    color: #454545;
}

.connect i {
    color: #17518C;
    font-size: 23px;

}

.connect a {
    font-family: "Lato", serif;
    font-size: 22px;
    color: #626060;
    text-decoration: none;
}

.connect .connect-icon i {
    margin-right: 10px;
    font-size: 40px;

}

footer {
    background-image: url(../image/footer-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

footer .footer-icon i {
    color: rgb(0, 0, 0);
    font-size: 33px;
    margin: 0px 7px;
    font-family: "Lato", serif;
}

footer h4 {
    font-size: 24px;
    font-family: "Lato", serif;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

footer .menu a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 19px;
    font-family: "Lato", serif;
    font-weight: 300
}

footer .menu a:hover {
    color: #3387e1;
    text-decoration: underline;

}

footer .line {
    width: 100%;
    border: 1px solid #000000;
    opacity: 1;
}

footer p {
    color: rgb(0, 0, 0);
    font-family: "Lato", serif;
    font-size: 18px;
    display: inline;
    margin-right: 596px;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
}
.lower-footer p{
    color: rgb(0, 0, 0);
    font-family: "Lato", serif;
    font-size: 18px;
    /* display: inline; */
    margin-right: 596px;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
}












