html,
body {
  overflow-x: hidden;
}

/* Font start  */
body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2 {
  font-family: "Roboto Condensed", sans-serif;
}

/* Font end  */


/* header start  */
header {
  background-color: #fff;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.backdrop {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(5px);
}

.navbar ul li {
  margin-right: 20px;
}

.navbar ul li:last-child {
  margin-right: 0px;
}

.page {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  position: relative;
}

.page::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  background-color: #5D2309;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}

.page:hover::after {
  width: 90%;
}

.page.active::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 2px;
  background-color: #5D2309;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}

.primary-btn {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  background-color: #EE2029;
  color: #fff;
  padding: 8px 20px;
  letter-spacing: 1.5px;
  transition: 0.5s;
  text-transform: uppercase;
}

.primary-btn:hover {
  background-color: #21408E;
  color: #fff !important;
}


/* header end  */

/* banner start  */
.banner {
  padding: 180px 0 120px;
  border-top: 2px solid #5D2309;
  background-image: linear-gradient(to top, #000000b2, #000000b2), url(../images/banner.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-main {
  padding: 80px 0 30px 0;
}

.banner-content h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 55px;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-content h1 span {
  color: #EF2229;
}

.banner-content h2 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.banner-content h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.banner-content p {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.banner-content ul {
  margin-top: 20px;
}

/* banner end  */

/* counter start  */

.counter-section {
  padding: 50px 0;
}

.single-counter {
  margin: 10px 0;
  box-shadow: 0 0 20px #ddd;
  padding: 30px 10px 30px 15px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-section span {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 900;
  color: #233F93;
}

.counter-section h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  line-height: 24px;
}

.counter-section li {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  line-height: 24px;
}

/* counter end  */

/*About Start*/

.about {
  background-color: #F7F7F7;
  padding: 100px 0;
}

.png-bg {
  width: 600px;
  top: 20px;
  left: 60px;
  z-index: -1;
}

.liq-first-img {
  margin-top: 60px;
}

.about-cc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-content h2 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  letter-spacing: 4px;
}

.about-content i {
  color: #21408E;
}

.about h3 {
  margin-top: 20px;
  font-weight: 900;
  font-size: 16px;
  color: #21408E;
}

.about-content h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  color: #333;
}

.about-content h1 span {
  color: #EF2229;
}

.about-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about-content p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.about-content ul li {
  margin: 5px 0;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

.about-content ul li span {
  margin-right: 5px;
}

.about-content ul li i {
  color: #EF2229;
}

/*About End*/

/* what-we-do start  */
.what-we-do {
  padding: 100px 0;
}


.what-we-do h3 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  letter-spacing: 4px;
}

.what-we-do h1 {
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}

.what-we-do p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.what-we-do h4 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  color: #21408E;
}


.what-we-do h1 span {
  color: #EF2229;
}


.single-what-we-do-wrapper {
  min-height: 240px;
  margin: 10px 0;
  background: #21408E;
  background: linear-gradient(53deg, rgba(33, 64, 142, 1) 51%, rgba(34, 58, 120, 1) 51%);
  padding: 30px 30px;
}

.single-what-we-do-wrapper i {
  color: #fff;
  font-size: 50px;
}

.single-what-we-do-wrapper p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}



/* what-we-do end  */

/* about-president start  */

.about-president {
  padding: 100px 0;
  background-color: #F7F7F7;
}

.about-content-presedinent h2 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  letter-spacing: 4px;
}

.about-content-presedinent h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  color: #333;
}

.about-content-presedinent h1 span {
  color: #EF2229;
}

.about-content-presedinent p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  margin-bottom: 20px;
}

/* about-president End  */

/* why-esaa start  */

.why-esaa {
  padding: 100px 0;
}

.why-esaa h1 {
  font-weight: 800;
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
}

.why-esaa h1 span {
  color: #EF2229;
}

.why-esaa p {
  color: #333;
  font-weight: 500;
}

.single-why-esaa {
  margin-top: 30px;
}

.single-why-esaa i {
  font-size: 30px;
  color: #EF2229;
}

.single-why-esaa h2 {
  margin-top: 10px;
  color: #21408E;
  font-size: 24px;
  font-weight: 700;
}

.single-why-esaa p {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}

/* why-esaa end  */

/* mission start  */

.mission {
  padding: 100px 0;
  background-color: #f7f7f7;
  /* background-image: linear-gradient(to right, #000000e5, #00000098), url(../images/mission-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}

.mission h1 {
  font-weight: 800;
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
}

.mission h1 span {
  color: #EF2229;
}

.mission p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.mission li {
  margin: 15px 0;
  color: #333;
  font-weight: 500;
  font-size: 18px;
}

/* mission end  */

/* team start  */

.team {
  padding: 100px 0;
}

.team h1 {
  font-weight: 800;
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
}

.team h1 span {
  color: #EF2229;
}

.team p {
  color: #333;
  font-weight: 500;
}

.single-team {
  margin: 10px 0;
  text-align: center;
  box-shadow: 0 0 20px #ddd;
}

.single-team h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
}

.single-team p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.team-name {
  padding: 15px 5px;
}

/* team end  */

/* Contact start  */

.contact {
  padding: 100px 0;
  background-image: linear-gradient(to bottom, #F7F7F7, #ffffffd0, #ffffffcd, #ffffffc9), url(../images/mission-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.contact h1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 26px;
  color: #21408E;
}

.contact h3 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.contact ul li {
  margin: 5px 0;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.contact-info li a {
  text-decoration: none;
  color: #21408E !important;

}

.social-links li a {
  background-color: #21408E;
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
}

.social-links li a:hover {
  transform: scale(0.9);
}

.com-info li {
  margin: 5px !important;
  font-size: 14px;
}

.com-info ul li i {
  font-size: 10px !important;
}

.form-wrapper {
  margin-top: 4px;
  background-color: #ffffffa8;
  padding: 40px 30px;
  box-shadow: 0 0 20px #00000044;
}

.form-wrapper h2 {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #21408E;
  text-transform: capitalize;
}


.form-wrapper p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.form-wrapper .form-control {
  background-color: #00000050 !important;
  border: 1px solid transparent;
  height: 60px;
  border-radius: 0px;
  padding-bottom: 0;
  padding-left: 8px;
  color: #fff;
}

.form-wrapper .form-control:focus {
  border-color: #CE1616;
  box-shadow: 0 0 0 0;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0;
}

.form-wrapper label {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff !important;
  position: absolute;
  bottom: 0;
}


.form-group {
  position: relative;
  margin-bottom: 8px;
}

.form-control-placeholder {
  position: absolute;
  top: 10px;
  padding: 7px 0 0px 10px;
  transition: all 200ms;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0%, -25%, 0);
  opacity: 1;
  color: #333;
}

textarea {
  resize: none;
  padding-top: 20px !important;
  height: 100px !important;
}

textarea::placeholder {
  color: #fff !important;
  font-size: 14px;
}

.form-control:focus+.cc-textarea,
.form-control:valid+.cc-textarea {
  font-size: 75%;
  transform: translate3d(0%, -16%, 0);
  opacity: 1;
  color: #333;
}

.submit-btn {
  margin-top: 15px;
  background-color: #EF2229;
  border: 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #21408E !important;
  color: #fff;
}

/* Contact end  */

/* footer start  */
footer {
  background-color: #21408E;
  padding: 40px 0 0 0;
}

footer p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.imp-link {
  text-align: center;
}

.imp-link li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.copyright {
  background-color: #21408E;
  padding: 20px 0 20px 0;
  text-align: center;
}

.copyright p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

/* footer end  */