body,
html {
  font-family: "Alef", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark-blue);
}

:root {
  --black: #000000 !important;
  --white: #ffffff !important;
  --primary: #193f77 !important;
  --dark-blue: #193f77 !important;
  --light-blue: #22bded !important;
  --light-blue-10: #e9f9fe !important;
  --light-blue-20: #c5f0fd !important;
}
.alef-regular {
  font-family: "Alef", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alef-bold {
  font-family: "Alef", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 50px;
}
.content_wrapper {
  background: #f8fafa;
  padding: 100px 0;
}
.content_wrapper ul {
  font-size: 24px;
}
.content_wrapper h2 {
  font-size: 36px;
}
.section_title {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
}
/*font ends here*/

.light_blue_line {
  width: 100%;
  height: 1px;
  background: var(--light-blue-20);
}

.banner_title {
  color: var(--dark-blue);
  font-size: 52px;
}
.learnmore_widget {
  width: 100%;
  height: 324px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: var(--dark-blue);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.learnwidget_1::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #193f77;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.learnwidget_1:hover::before {
  opacity: 0.8;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.learnwidget_2::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #244461;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.learnwidget_2:hover::before {
  opacity: 0.8;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.learnwidget_3::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #51253f;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.learnwidget_3:hover::before {
  opacity: 0.8;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.learnwidget_1 {
  background: url(../img/widget_1_n.png);
  height: 324px;
  width: 100%;
  background-size: cover;
}
.learnwidget_2 {
  background: url(../img/widget_2_n.png);
  height: 324px;
  width: 100%;
  background-size: cover;
}
.learnwidget_3 {
  background: url(../img/widget_3_n.png);
  height: 324px;
  width: 100%;
  background-size: cover;
}
.learnmore_widget h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  margin-bottom: 20px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  top: 20px;
  position: relative;
}
.learnmore_widget h3 span {
  font-weight: 700;
  font-size: 20px;
}
.learn_btn {
  background: var(--light-blue-10);
  color: #193f77;
  font-size: 16px;
  border-radius: 36px;
  padding: 10px 36px 10px 36px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  top: 30px;
  position: relative;
}
.learnmore_widget:hover .learn_btn {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  top: 0;
  position: relative;
}
.learn_btn:hover {
  background: #fff;
}
.learnmore_widget:hover h3 {
  opacity: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  top: 0;
  position: relative;
}
.learmore_box {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  z-index: 1;
}

footer.footer_section {
  padding: 40px 0;
}

.form_box h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.form_box input {
  background: var(--light-blue-10);
  border: none;
  border-radius: 10px;
  height: 42px;
}

.btn_contact {
  background: var(--light-blue);
  color: #fff;
  border-radius: 36px;
  padding: 12px 36px;
}
.btn_contact:hover {
  background: var(--dark-blue);
  color: #fff;
}

.contact_detail_box h3,
.followus_box h3 {
  font-size: 22px;
  font-weight: 700;
}

.contact_detail_box p {
  font-size: 18px;
}

.contact_detail_box p span {
  color: var(--light-blue);
}

.followus_box ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 0 0;
}

.followus_box ul li {
  margin: 0 10px 0 0px;
}

footer.footer_strip {
  background: #f8fafa;
  padding: 30px 0;
}
.footer_form_partition {
  width: 1px;
  height: 100%;
  background: var(--light-blue-10);
}

.footer_partition_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer_bottom_strip {
  padding: 15px 0;
  background: #f8fafa;
}

.copyright_links ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.copyright_links ul li a {
  font-size: 16px;
  text-decoration: none;
  color: var(--dark-blue);
}
.copyright_links ul li a:hover {
  font-size: 16px;
  text-decoration: none;
  color: var(--light-blue);
}

.copyright_partition {
  width: 15px;
  background: #aecaf2;
  height: 1px;
}
.followus_box img:hover {
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(6394%)
    hue-rotate(198deg) brightness(96%) contrast(90%);
}

@media only screen and (max-width: 991px) {
  .copyright_links ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .copyright_links ul li {
    margin: 0 0 10px 0;
  }
  .copyright_links ul li:last-child {
    margin: 0;
  }
  .footer_form_partition {
    width: 100%;
    height: 1px;
    background: var(--light-blue-10);
    margin: 10px 0 30px 0;
  }
}
@media only screen and (max-width: 450px) {
  .banner_title {
    font-size: 30px;
  }
  .content_wrapper h2 {
    font-size: 26px;
  }
  p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 50px;
  }
  .content_wrapper ul {
    font-size: 18px;
  }
  .learnmore_widget h3 {
    font-size: 24px;
  }
  .form_box h3 {
    font-size: 22px;
  }
  .content_wrapper {
    padding: 60px 0;
  }
  .light_blue_line {
    display: none;
  }
}
