
@import url('http://fonts.cdnfonts.com/css/helvetica-neue-9');
* {
  box-sizing: border-box;
}
/* .logo{
  width: 300px;
  background-color: #194486b3;
  height: 80px;
} */

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vh; /* Optional: Adjust the height of the container */
}

.centered-image {
  max-width: 200px; 
  max-height: 150px; 
}


body {
  margin: 0;
}

body, h1, h2, h3, h4, h5, h6, p, a, span, div, li {
  font-family: 'Poppins', sans-serif;
}


.navbar {
  overflow: hidden;
  background-color:#194486;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
}

.navbar a {
  float: left;
  font-size: 20px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.dropdown {
  display: inline-block; /* Ensure each dropdown item is displayed inline */
  margin: 0 10px; 
}

.navbar .dropdown:first-child {
  margin-left: 0; /* Remove left margin for the first item */
}

.navbar .dropdown:last-child {
  margin-right: 0; /* Remove right margin for the last item */
}

.dropdown .dropbtn {
  font-size: 20px !important;  
  border: none;
  outline: none;
  color: white !important;
  padding: 14px 16px;
  background-color: inherit !important;
  font: inherit !important;
  margin: 0;
  text-transform: uppercase !important;
  font-family: 'Helvetica Neue', sans-serif !important;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #194486b3;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #194486;
 width: 60%;
 left: 0;
 margin-left: 10%;
 margin-right: 10%;
  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 16;
  padding: 15px 10px 10px 10px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content-1 {
  display: none;
  position: absolute;
  background-color: #194486;
  width: 15%;
  left: 800px;
  margin-left: 10%;
  margin-right: 10%;
  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

  z-index: 16;
  padding: 10px 10px 10px 10px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-content-1 .header {
  background: red;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content-1 {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column-1 {
  float: left;
  width: 25%;
  background-color: #194486;
  color:white;
  height: 95px;
}
.column-2 {
  float: left;
  width: 20%;
  height: 120px;
  background-color: #194486;
  color:white;
}
.column-3 {
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #194486;
  color:white;
  height: 170px;
}
.column-1 a {
  float: none;
  color:white;

  text-decoration: none;
  display: block;
  text-align: center;

  font-size: 12px;
  font-family: 'Helvetica Neue', sans-serif;
  padding: 3px;

}

.column-1 a:hover {
  color:red;
}
.column-2 a {
  float: none;
  color:white;
  padding: 3px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: 'Helvetica Neue', sans-serif;

}

.column-2 a:hover {
color: red;
}

.column-3 a {
  float: none;
  color:white;
  margin: 0px;
  padding: 3px;
  text-decoration: none;
  display: block;
  text-align: center;

  font-size: 12px;
  font-family: 'Helvetica Neue', sans-serif;

}

.column-3 a:hover {
  color: red;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 991px) {
 
  .mobile{
    display: block !important;
}
.laptop{
    display: none;
}
#slidy figure img {
    width: 100%;
    height: 44vh;
}
.slide-sec2{
    padding-top: 110px;
}
}

/* Button  */
.MuiButton-contained{
  background-color: #194486 !important;
  color: white !important;
}
/* bus form */
.busform-heading{
  margin-bottom: 30px;
  background-color: #194486;
  color: white;
  width: 40%;
  font-size: 25px;
}
.edit_image{
  width: 200px;
  height: 200px;
  text-align: center;
}
.nav-lins-a{
    padding: 0px 5px 2px 5px;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    font-size: 13px;
    color: #F0F0F0;
    outline: none;
    margin: 0px 15px;
    transition: box-shadow 0.5s;
    font-family: 'Helvetica Neue', sans-serif;
}


/* mobile design */
.mobile{
    display: none;
}

.heads{
    width:100%;
    background-color: #194486;
    height: 85px;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
  }
  
  
  .container {
    max-width: 75rem;
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
  }
  
  .header {
    position: sticky;
    z-index: 2;
    width: 100%;
    padding: 1rem;
  }
  .header .navbar .toggle {
    position: absolute;
    width: 2rem;
    height: 1.4rem;
    top: 2rem;
    right: 4rem;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .header .navbar .toggle-btn {
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 1.6rem;
    height: 2px;
    background: #212121;
    transition: all 0.3s ease-in-out;
  }
  .header .navbar .toggle-btn::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    width: 2rem;
    height: 2px;
    background: #212121;
    transition: all 0.3s ease-in-out;
  }
  .header .navbar .toggle-btn::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    width: 1.2rem;
    height: 2px;
    background: #212121;
    transition: all 0.3s ease-in-out;
  }
  .header .navbar .toggle-btn.open {
    transform: rotate(720deg);
    background: transparent;
  }
  .header .navbar .toggle-btn.open::before {
    transform: rotate(45deg) translate(5px, 8px);
  }
  .header .navbar .toggle-btn.open::after {
    width: 2rem;
    transform: rotate(-45deg) translate(3px, -6px);
  }
  .header .navbar .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    opacity: 1;
    visibility: hidden;
  }
  .header .navbar .menu.open {
    visibility: visible;
  }
  .header .navbar .menu-list {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    list-style: none;
    list-style-type: none;
    padding-right: 1rem;
    background: #ffffff;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
  }
  .header .navbar .menu-list.open {
    transform: translateY(0);
  }
  .header .navbar .menu-item {
    transform: translateX(100vw);
    transition: all 0.3s ease-in-out;
  }
  .header .navbar .menu-item.open {
    transform: translateX(0);
  }
  .header .navbar .menu-link {
    display: inline-block;
    padding: 0.2rem 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: inherit;
    color: #212121;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
  .header .navbar .menu-link:hover {
    color: #ff652f;
  }
  .header .navbar .menu .menu-list .menu-item:nth-child(1) {
    transition-delay: 0.25s;
  }
  .header .navbar .menu .menu-list .menu-item:nth-child(2) {
    transition-delay: 0.35s;
  }
  .header .navbar .menu .menu-list .menu-item:nth-child(3) {
    transition-delay: 0.45s;
  }
  .header .navbar .menu .menu-list .menu-item:nth-child(4) {
    transition-delay: 0.55s;
  }
  .header .navbar .brand {
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: inherit;
    color: #212121;
    text-transform: uppercase;
  }
  /* Section 2 */
  .sec-bottom{
    position: relative;
  }
  
  .sec-bottom:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -100px;
    margin-left: -50px;
    border: 50px solid transparent;
    border-top-color: #226699;
  }
  .sec-bottom:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -107px;
    margin-left: -54px;
    border: 54px solid transparent;
    border-top-color: #226699;
    z-index: -1;
  }

  /* cards sec-3 */
 
.sec-3-sub{
    margin-top:100px;
    margin-left: 10px;
  margin-right: 10px;
}
@import url("https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap");
.cards {
  position: relative;
  overflow: hidden;
  height: 25rem;
  width: 100%;
}

.cards:hover .card__side--front {
  transform: scale(1.1); /* Scale up the front side */
  opacity: 0.9; /* Reduce opacity for the front side */
}

.cards:hover .card__side--back {
  transform: scale(0.9); /* Scale down the back side */
  opacity: 1; /* Restore full opacity for the back side */
}

.cards .card__side {
  transition: transform 0.6s ease, opacity 0.6s ease;
  color: white;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.cards .card__side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px; /* Optional: Add border-radius for rounded corners */
}

.cards .card__side--front {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cards .card__side--back {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.text-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Set the background color to blackish transparent */
  padding: 10px; /* Add padding for better readability */
  border-radius: 8px; /* Optional: Add border-radius for rounded corners */
}

.text-box-top,
.text-box-middle,
.text-box-lower {
  font-weight: 400;
}

.text-box-top {
  font-size: 1rem; /* Adjusted font size */
  text-shadow: 2px 2px 10px #6564646c;
}

.text-box-middle {
  font-size: 2rem; /* Adjusted font size */
  font-weight: 500;
  text-shadow: 2px 2px 10px #6564646c;
}

.text-box-lower {
  font-size: 0.8rem; /* Adjusted font size */
  text-shadow: 2px 2px 10px #6564646c;
}




.heading {
  transition: all 0.6s linear;
}

.hide {
  visibility: hidden;
  opacity: 0;
}

.show {
  visibility: visible;
  opacity: 1;
}

#front-1 {
  background-image: linear-gradient(
      rgba(204, 30, 88, 0.6),
      rgba(20, 20, 20, 0.6)
    ),
    /* ;url("https://images.unsplash.com/photo-1527529482837-4698179dc6ce?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=80"); */
}

#front-2 {
  background-image: linear-gradient(
      rgba(31, 136, 168, 0.767),
      rgba(14, 46, 65, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1508599804355-8ce5238b44b1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=80"); */
}

#front-3 {
  background-image: linear-gradient(
      rgba(84, 86, 175, 0.9),
      rgba(27, 27, 85, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1499914485622-a88fac536970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=80"); */
}

#front-4 {
  background-image: linear-gradient(
      rgba(74, 190, 122, 0.767),
      rgba(6, 66, 48, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1531206715517-5c0ba140b2b8?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80"); */
}

#front-5 {
  background-image: linear-gradient(
      rgba(128, 74, 190, 0.767),
      rgba(42, 6, 66, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80"); */
}

#front-6 {
  background-image: linear-gradient(
      rgba(214, 21, 86, 0.801),
      rgba(20, 20, 20, 0.6)
    ),
    /* url("https://images.unsplash.com/photo-1491438590914-bc09fcaaf77a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80"); */
}

#front-7 {
  background-image: linear-gradient(
      rgba(31, 136, 168, 0.767),
      rgba(14, 46, 65, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1520881363902-a0ff4e722963?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80"); */
}

/* Back */

#back-1 {
  background-image: linear-gradient(
      rgba(204, 30, 88, 0.6),
      rgba(20, 20, 20, 0.6)
    ),
    /* url("https://images.unsplash.com/photo-1527529482837-4698179dc6ce?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=80"); */
}

#back-2 {
  background-image: linear-gradient(
      rgba(31, 136, 168, 0.767),
      rgba(14, 46, 65, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1508599804355-8ce5238b44b1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=80"); */
}

#back-3 {
  background-image: linear-gradient(
      rgba(84, 86, 175, 0.9),
      rgba(27, 27, 85, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1499914485622-a88fac536970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=80"); */
}

#back-4 {
  background-image: linear-gradient(
      rgba(74, 190, 122, 0.767),
      rgba(6, 66, 48, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1531206715517-5c0ba140b2b8?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80"); */
}

#back-5 {
  background-image: linear-gradient(
      rgba(128, 74, 190, 0.767),
      rgba(42, 6, 66, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80"); */
}

#back-6 {
  background-image: linear-gradient(
      rgba(214, 21, 86, 0.801),
      rgba(20, 20, 20, 0.6)
    ),
    /* url("https://images.unsplash.com/photo-1491438590914-bc09fcaaf77a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80"); */
}

#back-7 {
  background-image: linear-gradient(
      rgba(31, 136, 168, 0.767),
      rgba(14, 46, 65, 0.9)
    ),
    /* url("https://images.unsplash.com/photo-1520881363902-a0ff4e722963?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80"); */
}

@media screen and (min-width: 1024px) {
  

  .grids {
    font-size: 62.5%;
    max-width: 136rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .card-one {
    grid-column: 1/3;
  }

  .card-two {
    grid-column: 3/4;
  }

  .card-three {
    grid-column: 1/2;
  }

  .card-four {
    grid-column: 2/2;
  }

  .card-five {
    grid-column: 3/4;
  }

  .card-six {
    grid-column: 1/2;
  }

  .card-seven {
    grid-column: 2/4;
  }
}


/* Demo purposes only */
@import url('https://fonts.adobe.com/fonts/gal-gothic-variable?vf-instance=Bold&vf-font-size=100&vf-font=GalGothicVariableRoman-Light');

.sec-3-sub-1{
    background-image: url(../img/hs3-bg.svg);
    width: 100%;
    background-repeat: no-repeat;
    height: 600px;
}

.title-highlights{
  position: relative;
    font-family: "gal-gothic-variable",sans-serif;
    font-variation-settings: 'wght' 700;
   font-style: normal;
   font-weight: 700;
   font-size: 39px;
   line-height: 140%;
   color: #3c68af;
   margin-bottom: 60px;
   text-align: center;
}
.sec-2-title{
  font-family: "gal-gothic-variable",sans-serif;
  font-variation-settings: 'wght' 700;
}
.sec-2-title:before{
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #2984ab;
  position: relative;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  top: 10px;
  position: absolute;
  top: 100%;
}
.sec-2-title:after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 780px;
  height: 3px;
  background: linear-gradient(to right, #2984ab 0%, #2984ab 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, #2984ab 55%, #2984ab 100%);
  position: absolute;
  top: 100%;
}
.title-highlights:before{
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #2984ab;
  position: relative;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  top: 10px;
  position: absolute;
  top: 100%;
}
.title-highlights:after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 780px;
  height: 3px;
  background: linear-gradient(to right, #2984ab 0%, #2984ab 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, #2984ab 55%, #2984ab 100%);
  position: absolute;
  top: 100%;
}

/* card News */
.card-news {
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 2rem;
  background: #f8f3e8;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.card-news > img {
  width: 100%;
  height: auto;
  aspect-ratio: 600/300;
}

.card-news > h2 {
  margin-top: 1rem;
  font-family: "Kalam", cursive;
  font-weight: normal;
  font-size: 2rem;
  color: #4a4a7d;
  text-align: center;
}

.card-news > p {
  font-family: "Kalam", cursive;
  font-size: 1rem;
  color: #5e5e89;
  text-align: center;
}
.sec-4-sub{

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0rem;
  padding: 1rem;
}

.title-news{
  position: relative;
    font-family: "gal-gothic-variable",sans-serif;
    font-variation-settings: 'wght' 700;
   font-style: normal;
   font-weight: 700;
   font-size: 39px;
   line-height: 140%;
   color: #3c68af;
   margin-bottom: 60px;
   text-align: center;
}
.title-news:before{
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #2984ab;
  position: relative;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  top: 10px;
  position: absolute;
  top: 100%;
}
.title-news:after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 780px;
  height: 3px;
  background: linear-gradient(to right, #2984ab 0%, #2984ab 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, #2984ab 55%, #2984ab 100%);
  position: absolute;
  top: 100%;
}
.sec-4-main{
  margin-top:100px;
}



/* section 6 */
.we-are-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 900px;
}

@media screen and (max-width: 860px) {
  .we-are-block {
    height: 2200px;
  }
}

@media screen and (max-width: 500px) {
  .we-are-block {
    height: 2300px;
  }
}

#about-us-section {
  background: #0c4c91;
  color: #ffffff;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #about-us-section {
    flex-direction: column;
    justify-content: space-between;
  }
  #about-us-section > div {
    width: 100%; /* Ensure the div takes up the full width */
  }
}

.about-us-image {
  position: absolute;
  top: 20px;
  right: 0;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .about-us-image {
    position: relative;
    width: 100%;
    height: 45%;
  }
}

@media screen and (max-width: 747px) {
  .about-us-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .about-us-image img {
    position: absolute;
    width: 100%;
    padding: 12px;
    margin: 0 !important;
  }
}

.about-us-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-right: 850px;
  margin-left: 12px;
  z-index: 2;
}

@media screen and (max-width: 1353px) {
  .about-us-info {
    margin-right: 400px;
    width: 60%;
    background: #0c4c9199;
    padding: 0px 25px 0px 0px;
  }
}

@media screen and (max-width: 1238px) {
  .about-us-info {
    margin-right: 340px;
    width: 100%;
    background: #0c4c9199;
  }
}

@media screen and (max-width: 1111px) {
  .about-us-info {
    margin-right: 270px;
    background: #0c4c9199;
  }
}

@media screen and (max-width: 910px) {
  .about-us-info {
    margin-right: 150px;
    background: #0c4c9199;
  }
}

@media screen and (max-width: 860px) {
  .about-us-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    height: 55%;
    align-items: center;
    background: #0c4c9199;
  }
}

@media screen and (max-width: 747px) {
  .about-us-info {
    height: 115%;
    background: #0c4c9199;
  }
}

.about-us-info h2 {
  color: white;
  font-size: 40pt;
  text-align: right;
}

@media screen and (max-width: 860px) {
  .about-us-info h2 {
    text-align: center;
    padding-bottom: 20px;
  }
}

.about-us-info p {
  color: white;
  font-size: 14pt;
  text-align: right;
}

@media screen and (max-width: 860px) {
  .about-us-info p {
    text-align: center;
  }
}

.about-us-info a {
  background-color: white;
  color: #0c4c91;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.about-us-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

#history-section {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #history-section {
    flex-direction: column;
    justify-content: space-between;
  }
}

.history-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .history-image {
    position: relative;
    width: 100%;
    height: 40%;
  }
}

@media screen and (max-width: 747px) {
  .history-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .history-image img {
    position: absolute;
    /* right: -220px; */
    width: 100%;
    padding: 12px;
    padding-top: 65px;
    margin: 0 !important;
  }
}

.history-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-left: 850px;
  margin-right: 12px;
  z-index: 2;
}

@media screen and (max-width: 1353px) {
  .history-info {
    margin-left: 400px;
    width: 60%;
    background: #ffffff99;
    padding: 0px 0px 0px 25px;
  }
}

@media screen and (max-width: 1238px) {
  .history-info {
    margin-left: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .history-info {
    margin-left: 270px;
  }
}

@media screen and (max-width: 910px) {
  .history-info {
    margin-left: 150px;
  }
}

@media screen and (max-width: 860px) {
  .history-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 40px 0px 40px !important;
    width: 100%;
    height: 60%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .history-info {
    height: 65%;
  }
}

.history-info h2 {
  color: #0c4c91;
  font-size: 40pt;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .history-info h2 {
    text-align: center;
  }
}

.history-info p {
  color: #0c4c91;
  font-size: 14pt;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .history-info p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .history-info h2 {
    font-size: 10pt;
  }
  .text-box-middle {
    font-size: 1.5rem;
  }
  #history-section {
    height: 34% !important;
  }
  #about-us-section {
    height: 36% !important;
  }
  .we-are-block {
    margin-top: -337px;
  }
}

.history-info a {
  background-color: #0c4c91;
  color: white;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.history-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

