@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.blue-btn {
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  padding: 0.75rem 2rem;
  border-radius: 0.1875rem;
  background: #205098;
  display: table;
  text-align: center;
  border: none;
  transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
  color: #FFF;
  background: #3D78CF;
}

.light-blue-btn {
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  padding: 0.75rem 2rem;
  border-radius: 0.1875rem;
  background: #3D78CF;
  display: table;
  text-align: center;
  border: none;
}
.light-blue-btn:hover {
  color: #FFF;
}

.white-btn {
  color: #205098;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  padding: 0.75rem 2rem;
  border-radius: 0.1875rem;
  background: #FFF;
  display: table;
  text-align: center;
  border: none;
}
.white-btn.bd {
  background: transparent;
  border: 1px solid #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #fff;
}
.white-btn.bd:hover {
  background: #fff;
}
.white-btn:hover {
  color: #205098;
}

h2 {
  color: #0F1D31;
  font-family: Inter;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.75rem;
  /* 122.222% */
  margin: 0;
}

p {
  color: #404853;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
}
p strong {
  font-weight: 600;
}

.blue-small-title {
  display: inline-flex;
  align-items: center;
  gap: 0.88rem;
}
.blue-small-title img {
  max-width: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blue-small-title span {
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
}

header {
  padding: 1.38rem 0;
  background-color: #fff;
}
header button {
  display: none;
}
header .header-content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
header .header-content-wraper .logo-wraper {
  display: table;
}
header .header-content-wraper .logo-wraper a {
  display: table;
}
header .header-content-wraper .logo-wraper a img {
  max-width: 6.75rem;
  max-height: 3.6875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-content-wraper .menu-wraper {
  display: flex;
  align-items: center;
  gap: 1.44rem;
}
header .header-content-wraper .menu-wraper ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
header .header-content-wraper .menu-wraper ul li {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  display: table;
}
header .header-content-wraper .menu-wraper ul li.active a {
  color: #205098;
}
header .header-content-wraper .menu-wraper ul li a {
  color: var(--Heading-Text, #0F1D31);
  transition: all 0.3s ease-in-out;
  padding: 0rem 0.625rem;
}
header .header-content-wraper .menu-wraper ul li a:hover {
  color: #205098;
}

footer {
  background: #0F1D31;
  padding-top: 5rem;
}
footer .light-blue-box {
  padding: 4.875rem 3.75rem;
  border-radius: 0.625rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/f-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 5.5rem;
}
footer .light-blue-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, #0077B5 0%, rgba(0, 119, 181, 0.9) 90%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
footer .light-blue-box .text-wraper {
  max-width: 47.1875rem;
  width: 100%;
}
footer .light-blue-box .text-wraper h2 {
  color: #FFF;
  line-height: 1.5rem;
  /* 66.667% */
  margin-bottom: 1.88rem;
}
footer .light-blue-box .text-wraper p {
  max-width: 38.9375rem;
  color: #FFF;
}
footer a.logo img {
  max-width: 10.82719rem;
  max-height: 5.9375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer a.logo + p {
  color: #FFF;
  margin-top: 1.88rem;
}
footer .menu-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
footer .menu-box .menu-wraper h5 {
  color: #FFF;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 133.333% */
  margin-bottom: 2.5rem;
}
footer .menu-box .menu-wraper ul.c-details li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
footer .menu-box .menu-wraper ul.c-details li:last-child {
  align-items: flex-start;
}
footer .menu-box .menu-wraper ul.c-details li img {
  max-width: 1.125rem;
  max-height: 1.125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .menu-box .menu-wraper ul li {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 1rem;
}
footer .menu-box .menu-wraper ul li:last-child {
  margin: 0;
}
footer .menu-box .menu-wraper ul li a {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
footer .menu-box .menu-wraper ul li a:hover {
  color: #205098;
}
footer h6.ft-botom {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.3rem */
  border-top: 1px solid #D9D9D9;
  padding: 2.5rem 0;
  margin: 2.5rem 0 0;
}

section.home-banner {
  position: relative;
  overflow: hidden;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 29, 49, 0) 0.32%, rgba(15, 29, 49, 0.9) 68.52%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
section.home-banner .item img {
  width: 100%;
  height: 43.75rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
section.home-banner .owl-carousel .owl-item.active {
  opacity: 1;
}
section.home-banner .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.75rem;
  z-index: 99;
}
section.home-banner .content-wraper .blue-small-title span {
  color: #fff;
}
section.home-banner .content-wraper h1 {
  color: #FFF;
  font-family: Inter;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.25rem;
  /* 118.182% */
  margin: 1rem 0;
}
section.home-banner .content-wraper p {
  color: #FFF;
  margin-bottom: 1.88rem;
}
section.home-banner .content-wraper ul li {
  padding: 1rem 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 0.8rem;
  /* 150% */
}
section.home-banner .content-wraper ul li span {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

section.home-sec2 {
  padding: 6.25rem 0;
}
section.home-sec2 .img-wraper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
section.home-sec2 .img-wraper img.img-left {
  width: 48%;
  height: 31.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1.87rem;
  border-radius: 0.1875rem;
}
section.home-sec2 .img-wraper img.img-right {
  width: 48%;
  height: 31.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.87rem;
  border-radius: 0.1875rem;
}
section.home-sec2 .img-wraper .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  overflow: hidden;
  border-radius: 4.46875rem;
  background: #205098;
}
section.home-sec2 .img-wraper .circle img.text-img {
  width: 8.9375rem;
  height: 8.9375rem;
  border-radius: 4.46875rem;
  animation: rotate 25s infinite linear;
}
section.home-sec2 .img-wraper .circle img.arow-img {
  max-width: 3.125rem;
  max-height: 3.125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.home-sec2 .blue-small-title img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(73%) saturate(1919%) hue-rotate(201deg) brightness(89%) contrast(82%);
}
section.home-sec2 h2 {
  margin-bottom: 1.1rem;
  margin-top: 0rem;
}
section.home-sec2 p {
  margin-bottom: 1.7rem;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

section.home-sec3 {
  min-height: 66rem;
  background: #F6F6F6;
  padding-top: 3.75rem;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 62% 38rem;
  margin-bottom: 8.69rem;
}
section.home-sec3 p {
  margin-bottom: 1.88rem;
  width: 92%;
}
section.home-sec3 p + h4 + ul {
  margin-bottom: 5.38rem !important;
}
section.home-sec3 h4 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 85.714% */
  margin-bottom: 1.84rem;
}
section.home-sec3 h2 {
  margin: 0.7rem 0 2.5rem;
}
section.home-sec3 img.img-right {
  border-radius: 0.3125rem;
  width: 100%;
  height: 54.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -8.5rem;
}
section.home-sec3 ul.accordian {
  margin-bottom: 1.88rem;
}
section.home-sec3 ul.accordian li {
  margin-bottom: 1.88rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.home-sec3 ul.accordian li.active {
  align-items: flex-start;
}
section.home-sec3 ul.accordian li:last-child {
  margin: 0;
}
section.home-sec3 ul.accordian li > img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 ul.accordian li .wraper h5 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 120% */
  margin: 0;
  cursor: pointer;
}
section.home-sec3 ul.accordian li .wraper .content {
  display: none;
}
section.home-sec3 ul.accordian li .wraper .content p {
  margin-top: 1rem;
  margin-bottom: 0;
  width: 100%;
}

section.home-sec4 {
  padding-bottom: 6.25rem;
}
section.home-sec4 .video-wraper {
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
}
section.home-sec4 .video-wraper img {
  width: 100%;
  height: 39.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec4 .video-wraper a.play-icon {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
section.home-sec4 .video-wraper a.play-icon img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec4 .wraper {
  margin-bottom: 1.88rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.88rem;
}
section.home-sec4 .wraper h2 {
  margin-bottom: 1rem;
}
section.home-sec4 .wraper ul li {
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
  padding-left: 2rem;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.25rem;
}
section.home-sec4 .wraper ul li:last-child {
  margin: 0;
}
section.home-sec4 .wraper ul li span {
  font-weight: 600;
}
section.home-sec4 .btn-wraper {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}
section.home-sec4 .btn-wraper a {
  min-width: 12.0625rem;
}

section.home-sec5 {
  padding-bottom: 6.25rem;
}
section.home-sec5 .heading-part {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
section.home-sec5 .heading-part .text-wraper {
  max-width: 47.125rem;
}
section.home-sec5 .heading-part .text-wraper h2 {
  margin-top: 1rem;
}
section.home-sec5 .heading-part a {
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
}
section.home-sec5 .heading-part a img {
  max-width: 0.875rem;
  max-height: 0.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec5 .officers-cart {
  overflow: hidden;
  border-radius: 0.1875rem;
  border: 1px solid #E6E6E6;
  background: #FFF;
  transition: all 0.3s ease-in-out;
}
section.home-sec5 .officers-cart:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 4px -4px 8px 0px rgba(0, 0, 0, 0.08);
}
section.home-sec5 .officers-cart:hover img.officers {
  filter: unset;
}
section.home-sec5 .officers-cart img.officers {
  width: 100%;
  height: 19.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
section.home-sec5 .officers-cart .text-wraper {
  padding: 1.25rem;
}
section.home-sec5 .officers-cart .text-wraper h4 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0.62rem;
  margin-bottom: 0.62rem;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
section.home-sec5 .officers-cart .text-wraper h4 img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec5 .officers-cart .text-wraper h6 {
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.home-sec5 .officers-cart .text-wraper h6 span {
  display: block;
  font-weight: 600;
  margin-bottom: 0.31rem;
}

section.home-sec6 {
  padding-bottom: 6.25rem;
}
section.home-sec6 .heading-part {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
section.home-sec6 .heading-part .text-wraper {
  max-width: 47.125rem;
}
section.home-sec6 .heading-part .text-wraper h2 {
  margin-top: 1rem;
}
section.home-sec6 .heading-part a {
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
}
section.home-sec6 .heading-part a img {
  max-width: 0.875rem;
  max-height: 0.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec6 .tab-menu ul li {
  position: relative;
}
section.home-sec6 .tab-menu ul li > a {
  position: absolute;
  inset: 0;
  z-index: 9;
}
section.home-sec6 .tab-menu ul li > a:hover + .text-box::after {
  height: 100%;
}
section.home-sec6 .tab-menu ul li > a:hover + .text-box .count-no span {
  -webkit-text-stroke-color: #fff;
  color: #205098;
}
section.home-sec6 .tab-menu ul li > a:hover + .text-box .details-box h5,
section.home-sec6 .tab-menu ul li > a:hover + .text-box .details-box p,
section.home-sec6 .tab-menu ul li > a:hover + .text-box .details-box span,
section.home-sec6 .tab-menu ul li > a:hover + .text-box .details-box ul li {
  color: #fff;
}
section.home-sec6 .tab-menu ul li > a:hover + .text-box .details-box ul li img {
  filter: brightness(100);
}
section.home-sec6 .tab-menu ul li .text-box {
  display: flex;
  align-items: center;
  gap: 0.0625rem;
  background: #F6F6F6;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section.home-sec6 .tab-menu ul li .text-box::after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #205098;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
}
section.home-sec6 .tab-menu ul li .text-box .count-no {
  padding: 4.88rem 0;
  max-width: 6.5625rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-sec6 .tab-menu ul li .text-box .count-no span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.75rem;
  /* 110% */
  color: #fff;
  transition: all 0.3s ease-in-out;
}
section.home-sec6 .tab-menu ul li .text-box .details-box {
  padding: 2.69rem 4.94rem 2.69rem 1.19rem;
  border-left: 2px solid #fff;
  width: 100%;
}
section.home-sec6 .tab-menu ul li .text-box .details-box h5 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.88rem;
  transition: all 0.3s ease-in-out;
}
section.home-sec6 .tab-menu ul li .text-box .details-box p {
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
section.home-sec6 .tab-menu ul li .text-box .details-box p span {
  color: var(--dark-Blue, #205098);
  font-weight: 600;
}
section.home-sec6 .tab-menu ul li .text-box .details-box ul {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}
section.home-sec6 .tab-menu ul li .text-box .details-box ul li {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
section.home-sec6 .tab-menu ul li .text-box .details-box ul li img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
section.home-sec6 .tab-main-box .tab-box {
  display: none;
}
section.home-sec6 .tab-main-box .tab-box img {
  width: 100%;
  height: 37.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec7 {
  padding-bottom: 6.25rem;
}
section.home-sec7 h2 {
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}
section.home-sec7 .pt {
  padding-top: 2.95rem;
}
section.home-sec7 img.top {
  width: 100%;
  height: 24.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1875rem;
  margin-bottom: 0.63rem;
}
section.home-sec7 img.bottom {
  width: 100%;
  height: 19.0625rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1875rem;
}
section.home-sec7 img.bottom.sm-img {
  height: 16.125rem;
}

section.home-sec8 {
  padding-bottom: 6.25rem;
}
section.home-sec8 .blue-small-title img {
  max-width: 1.875rem;
}
section.home-sec8 .heading-part {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
section.home-sec8 .heading-part .text-wraper {
  max-width: 47.125rem;
}
section.home-sec8 .heading-part .text-wraper h2 {
  margin-top: 1rem;
}
section.home-sec8 .heading-part a {
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
}
section.home-sec8 .heading-part a img {
  max-width: 0.875rem;
  max-height: 0.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec8 .main-news {
  background: #F6F6F6;
  display: flex;
  align-items: center;
  margin-bottom: 1.88rem;
}
section.home-sec8 .main-news .img-wraper {
  display: table;
  border-radius: 0.3125rem 0rem 0rem 0.3125rem;
  overflow: hidden;
  max-width: 45.9375rem;
  width: 100%;
}
section.home-sec8 .main-news .img-wraper > a {
  display: block;
  height: 100%;
  width: 100%;
}
section.home-sec8 .main-news .img-wraper img {
  max-width: 45.9375rem;
  height: 25.125rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem 0rem 0rem 0.3125rem;
}
section.home-sec8 .main-news .text-wraper {
  padding: 1.3125rem 3.0625rem;
  border-radius: 0rem 0.3125rem 0.3125rem 0rem;
  background: #F6F6F6;
  max-width: 36.25rem;
  width: 100%;
}
section.home-sec8 .main-news .text-wraper span {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  padding: 0.25rem;
  border-radius: 0.125rem;
  background: var(--Sky-Blue, #3D78CF);
}
section.home-sec8 .main-news .text-wraper h2 {
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.75rem;
  /* 122.222% */
  margin-bottom: 1.62rem;
  margin-top: 1rem;
}
section.home-sec8 .main-news .text-wraper h2 a {
  color: var(--dark-Blue, #205098);
}
section.home-sec8 .main-news .text-wraper h2 a.hover {
  color: var(--dark-Blue, #205098);
}
section.home-sec8 .main-news .text-wraper p {
  margin-bottom: 1.88rem;
}
section.home-sec8 .main-news .text-wraper p + a {
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.home-sec8 .main-news .text-wraper p + a img {
  max-width: 0.875rem;
  max-height: 0.875rem;
  margin-left: 0.3rem;
}
section.home-sec8 ul.sub-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
section.home-sec8 ul.sub-news li {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.home-sec8 ul.sub-news li > a:has(img) {
  display: block;
  width: auto;
}
section.home-sec8 ul.sub-news li a.pabs {
  position: absolute;
  inset: 0;
  z-index: 9;
}
section.home-sec8 ul.sub-news li img {
  max-width: 11.75rem;
  height: 11.5625rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.35rem;
}
section.home-sec8 ul.sub-news li .text-wraper {
  width: 70%;
}
section.home-sec8 ul.sub-news li .text-wraper h5 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 140% */
  margin-bottom: 1rem;
}
section.home-sec8 ul.sub-news li .text-wraper p {
  line-height: normal;
}

section.home-sec9 {
  padding: 6.25rem 0;
  background: #F6F6F6;
}
section.home-sec9 .blue-small-title img {
  max-width: 1.875rem;
}
section.home-sec9 img.side-img {
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
}
section.home-sec9 h2 {
  margin: 1rem 0 2.3rem;
}
section.home-sec9 label {
  display: block;
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  margin-bottom: 0.62rem;
}
section.home-sec9 textarea {
  resize: none;
  padding: 1.31rem;
  width: 100%;
  height: 6.5rem;
  border: 1px solid rgba(64, 72, 83, 0.3);
  background: #FFF;
  margin-bottom: 1.78rem;
  outline: none;
}
section.home-sec9 .flex-box {
  display: flex;
  align-items: center;
  gap: 1.88rem;
  margin-bottom: 1rem;
}
section.home-sec9 .flex-box .input-wraper {
  width: 100%;
}
section.home-sec9 .flex-box .input-wraper input:not([type=submit]) {
  width: 100%;
  height: 3rem;
  border: 1px solid rgba(64, 72, 83, 0.3);
  background: #FFF;
  outline: none;
  border-radius: 0.1875rem;
  padding: 0 1.31rem;
}

.innerban {
  position: relative;
}
.innerban > img {
  width: 100%;
}
.innerban::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(15, 29, 49, 0) -15.9%, rgba(15, 29, 49, 0.9) 100%);
}
.innerban .tx {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.innerban .tx h1 {
  color: #FFF;
  font-family: Inter;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.innerban .tx .bredcumb {
  display: flex;
}
.innerban .tx .bredcumb li {
  color: #ffffff;
}
.innerban .tx .bredcumb li a {
  color: var(--Light-Blue, #5A96EE);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.innerban .tx .bredcumb li a::after {
  content: "";
  display: inline-block;
  margin: 0 0.38rem;
  width: 0.725rem;
  height: 0.725rem;
  background: url("../images/arrow-bred.png");
  background-size: contain;
}

.abt-sec1 .img-wraper2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 1.87rem;
  grid-row-gap: 1.87rem;
}
.abt-sec1 .img-wraper2 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1875rem;
}
.abt-sec1 .img-wraper2 img:nth-child(1) {
  grid-area: 1/1/6/2;
}
.abt-sec1 .img-wraper2 img:nth-child(2) {
  grid-area: 1/2/3/3;
}
.abt-sec1 .img-wraper2 img:nth-child(3) {
  grid-area: 3/2/6/3;
}
.abt-sec1 p strong {
  font-weight: 600;
}

.abt-sec2 .blue-small-title {
  gap: 0 0.52rem;
}
.abt-sec2 .blue-small-title img {
  max-width: 1.875rem;
  border-radius: 0.1875rem;
}
.abt-sec2 h2 {
  margin: 0.8rem 0 1rem;
}
.abt-sec2 p {
  max-width: 37rem;
}

.abt-sec3 {
  padding: 6.25rem 0;
}
.abt-sec3 h2 {
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
}

.mission-card {
  margin-top: 0;
  padding: 1.88rem;
  border-radius: 0.1875rem;
  border: 1px solid #E6E6E6;
  height: 100%;
  background: var(--White, #FFF);
  transition: all ease 1s 0s;
}
.mission-card .image {
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.9375rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.875rem;
  border: 1px solid var(--dark-Blue, #205098);
  margin-bottom: 1.87rem;
}
.mission-card .image img {
  width: 2.12438rem;
}
.mission-card h3 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.mission-card:hover {
  background: #205098;
}
.mission-card:hover > * {
  color: #fff;
}
.mission-card:hover .image {
  background: #fff;
  border: 1px solid #fff;
}

.abt-sec4 {
  position: relative;
}
.abt-sec4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(95deg, rgba(0, 119, 181, 0.9) 0%, #205098 108.65%);
  z-index: 1;
}
.abt-sec4 > img {
  display: block;
  max-width: 64rem;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.abt-sec4 .tx {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.abt-sec4 .tx h2 {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.abt-sec4 .tx p {
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.abt-sec4 .bnt-wrapper {
  margin-top: 1.88rem;
  display: flex;
  gap: 0 1.88rem;
  align-items: center;
}
.abt-sec4 h2 {
  margin-bottom: 1rem;
}
.abt-sec4 p {
  max-width: 40rem;
  /* 150% */
}
.abt-sec4 p:not(:last-of-type) {
  margin-bottom: 1.4rem;
}

.g-radius {
  border-radius: 0.1875rem;
}

.abt-sec5.home-sec2 {
  background: #F6F6F6;
}
.abt-sec5.home-sec2 .blue-small-title {
  gap: 0 0.6rem;
}
.abt-sec5.home-sec2 .blue-small-title img {
  width: 1.875rem;
}
.abt-sec5.home-sec2 h2 {
  margin-top: 1rem;
}
.abt-sec5.home-sec2 h6 {
  padding: 0.25rem;
  display: inline-block;
  border-radius: 0.125rem;
  background: var(--Sky-Blue, #3D78CF);
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  /* 150% */
}
.abt-sec5.home-sec2 p strong {
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
}

.list-g {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
}
.list-g li {
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  list-style-type: disc;
}
.list-g li::marker {
  color: #205098;
}
.list-g li span {
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
}
.list-g li:not(:last-child) {
  margin-bottom: 0.62rem;
}

.ser-sec1.home-sec2 {
  background: #F6F6F6;
  position: relative;
  padding: 4.31rem 0 2.99rem;
  overflow: hidden;
}
.ser-sec1.home-sec2 .tx {
  position: relative;
  z-index: 3;
}
.ser-sec1.home-sec2 > img {
  max-width: 51.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ser-sec1.home-sec2 h2 {
  margin-top: 1rem;
  max-width: 34rem;
  margin-bottom: 1.47rem;
}
.ser-sec1.home-sec2 p {
  max-width: 36rem;
}

.ser-sec2 {
  padding: 6.25rem 0;
}
.ser-sec2 h3 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1.87rem;
}
.ser-sec2 p {
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  /* 150% */
}
.ser-sec2 strong {
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.ser-sec2 .ico-list {
  margin-bottom: 1.88rem;
}
.ser-sec2 .ico-list li {
  display: flex;
  gap: 1rem;
}
.ser-sec2 .ico-list li:not(:last-child) {
  margin-bottom: 1.87rem;
}
.ser-sec2 .ico-list .image {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  background: var(--dark-Blue, #205098);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser-sec2 .ico-list .tx {
  width: 86%;
}
.ser-sec2 .ico-list .tx h4 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  /* 120% */
}
.ser-sec2 .ico-list .tx p {
  margin-bottom: 0;
}
.ser-sec2 .list {
  margin-bottom: 1.87rem;
}
.ser-sec2 .list li {
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 1.7rem;
}
.ser-sec2 .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/list.png");
  background-size: contain;
}
.ser-sec2 .list li strong {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
  color: var(--Body-Text, #404853);
}
.ser-sec2 .list li:not(:last-child) {
  margin-bottom: 1.31rem;
}
.ser-sec2 ul:not(.ico-list):not(.list) {
  list-style-type: disc;
  padding-left: 1.3rem;
  margin-top: 0.56rem;
}
.ser-sec2 ul:not(.ico-list):not(.list) li {
  list-style-type: disc;
  display: list-item;
  margin-bottom: 0rem;
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
}
.ser-sec2 .blue-btn {
  max-width: 12.125rem;
  display: block;
}

.gallery-sec1 {
  padding: 6.25rem 0;
}
.gallery-sec1 .masonry {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 0.62rem;
       column-gap: 0.62rem;
}
.gallery-sec1 .masonry a {
  display: block;
  width: 100%;
  margin-bottom: 0.62rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  text-decoration: none;
}
.gallery-sec1 .masonry a img {
  width: 100%;
  display: block;
  border-radius: 0.1875rem;
}
.gallery-sec1 .blue-btn {
  margin: 1.7rem auto 0;
}

.home-sec9.contact-sec1 {
  background: transparent;
}

.contact-sec2 {
  background: #F6F6F6;
  padding: 3.75rem 0;
  margin-bottom: 6.25rem;
}
.contact-sec2 .ico-list {
  margin-bottom: 1.88rem;
}
.contact-sec2 .ico-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.contact-sec2 .ico-list li p,
.contact-sec2 .ico-list li a {
  color: #000;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-sec2 .ico-list li:not(:last-child) {
  margin-bottom: 1.28rem;
}
.contact-sec2 .ico-list .image {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  background: var(--dark-Blue, #205098);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-sec2 .ico-list .tx {
  width: 86%;
}
.contact-sec2 .ico-list .tx h4 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  /* 120% */
}
.contact-sec2 .ico-list .tx p {
  margin-bottom: 0;
}
.contact-sec2 .map-sec iframe {
  display: block;
  width: 100%;
  height: 31.125rem;
}
.contact-sec2 h2 {
  margin-top: 2.19rem;
  margin-bottom: 0.75rem;
  max-width: 34rem;
}
.contact-sec2 p {
  color: var(--Black, #000);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.78rem;
}

.officers-sec1.home-sec5 {
  padding: 6.25rem 0;
}
.officers-sec1.home-sec5 .heading-part:not(:first-child) {
  margin-top: 2rem;
}
.officers-sec1.home-sec5 .heading-part .text-wraper {
  max-width: 100%;
  width: 100%;
}

.donate-sec1 {
  padding: 6.25rem 0;
}
.donate-sec1 h2 {
  margin-bottom: 1rem;
}
.donate-sec1 p {
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
  /* 162.5% */
}
.donate-sec1 ul {
  margin-top: 1.5rem;
}
.donate-sec1 ul li {
  position: relative;
  padding-left: 2.2rem;
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.donate-sec1 ul li:not(:last-child) {
  margin-bottom: 1.37rem;
}
.donate-sec1 ul li::before {
  content: "";
  position: absolute;
  height: 1.75rem;
  width: 1.75rem;
  top: 0;
  left: 0;
  background: url("../images/donate-tick.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.evnt_sec2 {
  padding: 6.25rem 0;
}
.evnt_sec2 .filter_dvs {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.8125rem;
  margin-bottom: 3.75rem;
}
.evnt_sec2 .filter_dvs .srch_dv {
  width: 54.125rem;
  position: relative;
}
.evnt_sec2 .filter_dvs .srch_dv input[type=text] {
  width: 100%;
  border-radius: 0.25rem;
  border: 0.0625rem solid #CFCFCF;
  padding: 1.5rem 11.0625rem 1.5rem 4.25rem;
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image: url(../images/srch-icon.png);
  background-position: left 1.25rem center;
  background-size: 2.5rem;
  background-repeat: no-repeat;
}
.evnt_sec2 .filter_dvs .srch_dv input[type=text]:focus {
  outline: none;
}
.evnt_sec2 .filter_dvs .srch_dv input[type=submit] {
  position: absolute;
  top: 0.6875rem;
  right: 0.6875rem;
}
.evnt_sec2 .filter_dvs .selct_dv {
  width: calc(100% - 55.9375rem);
}
.evnt_sec2 .filter_dvs .selct_dv ul {
  border-radius: 0.25rem;
  border: 0.0625rem solid #CFCFCF;
  display: flex;
  gap: 3.375rem;
  justify-content: center;
}
.evnt_sec2 .filter_dvs .selct_dv ul li a {
  color: #404853;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1.4375rem 1.25rem;
  position: relative;
}
.evnt_sec2 .filter_dvs .selct_dv ul li.active a {
  font-weight: 600;
  color: #000;
}
.evnt_sec2 .filter_dvs .selct_dv ul li.active a::before {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  background: #000;
  height: 0.0625rem;
}
.evnt_sec2 .filter_dvs .filtring {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.evnt_sec2 .filter_dvs .filtring .arrws {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.evnt_sec2 .filter_dvs .filtring .arrws img {
  width: 1.75rem;
}
.evnt_sec2 .filter_dvs .filtring .input {
  width: 86px;
}
.evnt_sec2 .filter_dvs .filtring .input input[type=text] {
  width: 100%;
  text-align: center;
  border-radius: 0.125rem;
  border: 0.0625rem solid #B9B9B9;
  padding: 0.3125rem 0.75rem;
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.evnt_sec2 .filter_dvs .filtring .input input[type=text]:focus {
  outline: none;
}
.evnt_sec2 .filter_dvs .filtring .select {
  position: relative;
  width: 16.8125rem;
}
.evnt_sec2 .filter_dvs .filtring .select select {
  width: 100%;
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  border: none;
  background-image: url(../images/down-arw.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 28px;
}
.evnt_sec2 h2 {
  margin-bottom: 2.5rem;
}
.evnt_sec2 .event_lists li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin-bottom: 3.75rem;
}
.evnt_sec2 .event_lists li:last-child {
  margin-bottom: 0;
}
.evnt_sec2 .event_lists li .infos_dv {
  width: 54.125rem;
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
}
.evnt_sec2 .event_lists li .infos_dv .date {
  width: 5.125rem;
  height: 4rem;
  background: var(--Blue, #0053A3);
  padding: 0.6875rem 0.6875rem 0;
}
.evnt_sec2 .event_lists li .infos_dv .date h5 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0;
}
.evnt_sec2 .event_lists li .infos_dv .date h5 span {
  font-size: 0.75rem;
  font-weight: 400;
}
.evnt_sec2 .event_lists li .infos_dv .infos {
  width: calc(100% - 7rem);
}
.evnt_sec2 .event_lists li .infos_dv .infos h3 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.evnt_sec2 .event_lists li .infos_dv .infos h3 a {
  color: var(--Heading-Text, #0F1D31);
}
.evnt_sec2 .event_lists li .infos_dv .infos p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.evnt_sec2 .event_lists li .infos_dv .infos .dte_tym {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 1rem;
}
.evnt_sec2 .event_lists li .infos_dv .infos .dte_tym li {
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  margin-bottom: 0;
}
.evnt_sec2 .event_lists li .infos_dv .infos .dte_tym li img {
  width: 1.25rem;
  height: 1.25rem;
}
.evnt_sec2 .event_lists li .img_dv {
  width: calc(100% - 56rem);
  border-radius: 0.25rem;
  overflow: hidden;
}
.evnt_sec2 .event_lists li .img_dv img {
  width: 100%;
}
.evnt_sec2 .latest_div {
  margin-top: 6.25rem;
}

.evnt_dtls_sec2 {
  padding: 6.25rem 0;
}
.evnt_dtls_sec2 .big_img {
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.evnt_dtls_sec2 .big_img::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(15, 29, 49, 0.6) 0%, rgba(15, 29, 49, 0.6) 100%);
  inset: 0;
}
.evnt_dtls_sec2 .big_img .top_dv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.evnt_dtls_sec2 .big_img .top_dv .dte_tym {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  margin-bottom: 3rem;
}
.evnt_dtls_sec2 .big_img .top_dv .dte_tym li {
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  margin-bottom: 0;
}
.evnt_dtls_sec2 .big_img .top_dv .dte_tym li img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(2%) hue-rotate(324deg) brightness(103%) contrast(101%);
}
.evnt_dtls_sec2 .big_img .top_dv .social_icons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
}
.evnt_dtls_sec2 .big_img .top_dv .social_icons li a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evnt_dtls_sec2 .big_img .top_dv .social_icons li a img {
  width: 1.5rem;
  height: 1.5rem;
}
.evnt_dtls_sec2 .big_img .top_dv .dtls {
  width: 100%;
  text-align: center;
  padding: 0 2.5rem;
  position: relative;
}
.evnt_dtls_sec2 .big_img .top_dv .dtls h2 {
  color: #Fff;
  margin-bottom: 1.875rem;
}
.evnt_dtls_sec2 .big_img img {
  width: 100%;
}
.evnt_dtls_sec2 .contct_dtls {
  width: 100%;
  border-radius: 0.75rem;
  background: #F6F6F6;
  padding: 1.25rem;
  height: 19.3125rem;
}
.evnt_dtls_sec2 .contct_dtls ul li {
  margin-bottom: 1.25rem;
  display: flex;
  gap: 1.25rem;
}
.evnt_dtls_sec2 .contct_dtls ul li img {
  width: 1rem;
  height: 0.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.evnt_dtls_sec2 .contct_dtls ul li a {
  color: var(--Body-Text, #404853);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.evnt_dtls_sec2 .contct_dtls ul li a:hover {
  color: #205098;
}
.evnt_dtls_sec2 .contct_dtls ul li:last-child {
  margin-bottom: 0;
}
.evnt_dtls_sec2 .dtls_div {
  border-bottom: 0.0625rem solid #CFCFCF;
  padding: 1.875rem 0;
}
.evnt_dtls_sec2 .dtls_div .has-dropcap {
  height: 6.125rem;
  margin-bottom: 1rem;
}
.evnt_dtls_sec2 .dtls_div .has-dropcap p {
  color: var(--Heading-Text, #0F1D31);
  margin-bottom: 1rem;
}
.evnt_dtls_sec2 .dtls_div .has-dropcap p::first-letter {
  float: left;
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem;
  border: 0.0625rem solid var(--dark-Blue, #205098);
  padding: 1.5rem 1.6875rem;
  margin-right: 0.875rem;
}
.evnt_dtls_sec2 .dtls_div .has-dropcap p span {
  display: block;
  margin-top: 1.25rem;
}
.evnt_dtls_sec2 .dtls_div p.time {
  color: #404853;
  margin-bottom: 1.875rem;
}
.evnt_dtls_sec2 .dtls_div p.note {
  color: var(--Heading-Text, #0F1D31);
  font-weight: 600;
  max-width: 35rem;
  margin-bottom: 1.875rem;
}
.evnt_dtls_sec2 .dtls_div .add_clnder {
  max-width: 13.0625rem;
  position: relative;
}
.evnt_dtls_sec2 .dtls_div .add_clnder::before {
  content: "";
  position: absolute;
  left: 0.8125rem;
  top: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/calnder-icn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.evnt_dtls_sec2 .dtls_div .add_clnder::after {
  content: "";
  position: absolute;
  right: 0.8125rem;
  top: 1.05rem;
  width: 0.95rem;
  height: 0.95rem;
  background-image: url(../images/left-arew.png);
  background-repeat: no-repeat;
  background-size: cover;
  rotate: -90deg;
}
.evnt_dtls_sec2 .dtls_div .add_clnder .date {
  width: 100%;
  padding: 0.8125rem;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.1875rem;
  cursor: pointer;
  border: 0.0625rem solid var(--dark-Blue, #205098);
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.evnt_dtls_sec2 .dtls_div .add_clnder .date::-moz-placeholder {
  color: var(--dark-Blue, #205098);
}
.evnt_dtls_sec2 .dtls_div .add_clnder .date::placeholder {
  color: var(--dark-Blue, #205098);
}
.evnt_dtls_sec2 .dtls_div .add_clnder .date:focus {
  outline: none;
  border-color: #5D9CF5;
}
.evnt_dtls_sec2 .dtls_div .infos {
  display: flex;
  gap: 1.875rem;
}
.evnt_dtls_sec2 .dtls_div .infos .dtls_info {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12.125rem;
}
.evnt_dtls_sec2 .dtls_div .infos .dtls_info h5 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.evnt_dtls_sec2 .dtls_div .infos .dtls_info p.dte {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0.625rem;
}
.evnt_dtls_sec2 .dtls_div .infos .dtls_info p.dte:last-child {
  margin-bottom: 0;
}
.evnt_dtls_sec2 .dtls_div .infos .dtls_info p.dte span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 100%;
  color: #404853;
  font-weight: 400;
  border-bottom: 0.0625rem solid #404853;
  margin-top: 0.625rem;
}
.evnt_dtls_sec2 .dtls_div .infos .dtls_info .link {
  color: var(--dark-Blue, #205098);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: underline;
  margin-top: 1.25rem;
}
.evnt_dtls_sec2 .mt-30 {
  margin-top: 1.875rem;
}
.evnt_dtls_sec2 .blue-btn {
  font-weight: 500;
}

.news_sec2 {
  padding: 6.25rem 0;
}

.news_sec3 {
  padding-bottom: 6.25rem;
}
.news_sec3 .row {
  row-gap: 3.125rem;
}
.news_sec3 h2 {
  margin-bottom: 2.5rem;
}
.news_sec3 .news_dv .img {
  border-radius: 0.1875rem 0.1875rem 0rem 0rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.news_sec3 .news_dv .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 14.1875rem;
}
.news_sec3 .news_dv h5 a {
  color: var(--Heading-Text, #0F1D31);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.125rem;
}
.news_sec3 .news_dv p {
  margin-bottom: 0.75rem;
}
.news_sec3 .news_dv a {
  color: var(--Blue, #0053A3);
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news_sec3 .news_dv a img {
  width: 1.75rem;
}
.news_sec3 .pegination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 3.125rem;
}
.news_sec3 .pegination li a,
.news_sec3 .pegination li span.current {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background: #fff;
  color: #205098;
  border: 0.0625rem solid #205098;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.news_sec3 .pegination li a img,
.news_sec3 .pegination li span.current img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(84%) saturate(1312%) hue-rotate(197deg) brightness(93%) contrast(89%);
}
.news_sec3 .pegination li a:hover,
.news_sec3 .pegination li span.current:hover {
  background-color: #205098;
  color: #fff;
}
.news_sec3 .pegination li a:hover img,
.news_sec3 .pegination li span.current:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7472%) hue-rotate(180deg) brightness(110%) contrast(98%);
}
.news_sec3 .pegination li a.next, .news_sec3 .pegination li a.prev,
.news_sec3 .pegination li span.current.next,
.news_sec3 .pegination li span.current.prev {
  width: auto;
  padding-inline: 1rem;
}
.news_sec3 .pegination li.right a img {
  rotate: 180deg;
}
.news_sec3 .pegination li.active a,
.news_sec3 .pegination li.active span.current {
  background-color: #205098;
  color: #fff;
}
.news_sec3 .pegination li.active a img,
.news_sec3 .pegination li.active span.current img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7472%) hue-rotate(180deg) brightness(110%) contrast(98%);
}

.news_dtls_sec1 {
  padding: 6.25rem 0;
  border-top: 1px solid #D0D0D0;
}
.news_dtls_sec1 p {
  line-height: 30px;
}
.news_dtls_sec1 h2 {
  margin-bottom: 1rem;
}
.news_dtls_sec1 .img {
  border-radius: 0.3125rem;
  overflow: hidden;
  margin: 2.5rem 0;
}
.news_dtls_sec1 .img img {
  width: 100%;
}
.news_dtls_sec1:last-child {
  margin-bottom: 0;
}
.news_dtls_sec1 p {
  margin-bottom: 1.25rem;
}
.news_dtls_sec1 p:last-child {
  margin-bottom: 0;
}
.news_dtls_sec1 h3 {
  color: var(--Heading-Text, #0F1D31);
  font-family: Inter;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .news_dtls_sec1 h3 {
    text-align: center;
  }
}
.news_dtls_sec1 ul {
  margin-bottom: 2.5rem;
}
.news_dtls_sec1 ul li {
  color: var(--Heading-Text, #0F1D31);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  text-transform: capitalize;
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 1rem;
}
.news_dtls_sec1 ul li:last-child {
  margin-bottom: 0;
}
.news_dtls_sec1 ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
}
.news_dtls_sec1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: url("https://fortmindz.co.in/miller-family/images/correct.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.ui-datepicker {
  width: 17.5rem;
  padding: 0.3125rem;
  background: #2B323B;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 2.5rem -0.5rem rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.ui-datepicker.active {
  opacity: 1;
}

.ui-datepicker-header {
  height: 2.5rem;
  padding: 0.1875rem;
  margin-bottom: 0.625rem;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 2.125rem;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  margin: 0 0.0625rem;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  cursor: pointer;
  text-indent: 624.9375rem;
  overflow: hidden;
  border-radius: 0.1875rem;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: #444B56;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -0.625rem;
  width: 0.375rem;
  height: 0.375rem;
  border-left: 0.125rem solid #C2C7D1;
  border-bottom: 0.125rem solid #C2C7D1;
  pointer-events: none;
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin-left: 0.9375rem;
}

.ui-datepicker-next {
  float: right;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin-left: 0.8125rem;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th {
  width: 2.5rem;
  padding-bottom: 0.375rem;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: #8D9298;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.ui-datepicker-calendar tbody tr td {
  padding-right: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 0.1875rem;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: white;
  height: 2.125rem;
  line-height: 2.125rem;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
}
.ui-state-default:hover {
  background: #444B54;
  text-decoration: none;
  color: white;
}

.ui-state-highlight {
  color: #FED615;
}

.ui-state-active:not(.ui-state-highlight) {
  color: white;
  background: #5D9CF5;
}

.ui-datepicker-unselectable .ui-state-default {
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.ui-datepicker.active {
  z-index: 1000000000000000000 !important;
}

.error404 header.page-header.alignwide,
.error404 .page-content {
  max-width: 1114px;
  margin: auto;
  text-align: center;
}
.error404 header.page-header.alignwide {
  margin-top: 5rem;
  padding-bottom: 0;
}
.error404 .page-content {
  margin-bottom: 5rem;
  padding-inline: 2rem;
}
.error404 .page-content p {
  margin-bottom: 2rem;
}
.error404 .page-content form {
  max-width: 600px;
  margin: auto;
  display: flex;
  gap: 1rem;
}
.error404 .page-content form label {
  display: none;
}
.error404 .page-content form input[type=search] {
  resize: none;
  padding: 1rem 1.31rem;
  width: 100%;
  border: 1px solid rgba(64, 72, 83, 0.3);
  background: #FFF;
  margin-bottom: 1.78rem;
  outline: none;
  border-radius: 0.25rem;
}
.error404 .page-content form input[type=submit] {
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.88rem 2rem;
  border-radius: 0.1875rem;
  background: #205098;
  display: table;
  text-align: center;
  border: none;
  transition: all 0.3s ease-in-out;
  margin: auto;
  margin-top: 0;
}

.privacy-policy .officers-sec1.home-sec5 {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .privacy-policy .officers-sec1.home-sec5 {
    padding: 2rem 0;
  }
}
.privacy-policy .officers-sec1.home-sec5 h2 {
  color: var(--Black, #121212);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 2rem 0 1rem;
}
.privacy-policy .officers-sec1.home-sec5 h2:first-of-type {
  margin-top: 0;
}
.privacy-policy .officers-sec1.home-sec5 h3 {
  color: var(--Black, #121212);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.2rem;
}
.privacy-policy .officers-sec1.home-sec5 h4 {
  color: var(--Black, #121212);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.2rem;
}
.privacy-policy .officers-sec1.home-sec5 h5 {
  color: var(--Black, #121212);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.2rem;
}
.privacy-policy .officers-sec1.home-sec5 p strong,
.privacy-policy .officers-sec1.home-sec5 p a {
  color: #205098;
}
.privacy-policy .officers-sec1.home-sec5 ul,
.privacy-policy .officers-sec1.home-sec5 ol {
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.privacy-policy .officers-sec1.home-sec5 ul li,
.privacy-policy .officers-sec1.home-sec5 ol li {
  color: var(--Body-Text, #505050);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 0;
}
.privacy-policy .officers-sec1.home-sec5 ul li:last-child,
.privacy-policy .officers-sec1.home-sec5 ol li:last-child {
  margin-bottom: 0;
}
.privacy-policy .officers-sec1.home-sec5 ul {
  list-style-type: disc;
  padding: 1.75rem 1.4rem;
  background: linear-gradient(280deg, #E4F2FF 12.18%, #F8F8F8 99.44%);
  padding-left: 2.2rem;
}
.privacy-policy .officers-sec1.home-sec5 ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
}
.privacy-policy .officers-sec1.home-sec5 ul li::marker {
  color: #205098;
}
.privacy-policy .officers-sec1.home-sec5 ol {
  list-style-type: decimal;
  padding: 1.75rem 1.2rem;
  background: linear-gradient(280deg, #E4F2FF 12.18%, #F8F8F8 99.44%);
  padding-left: 2rem;
}
.privacy-policy .officers-sec1.home-sec5 ol li {
  list-style-type: decimal;
  margin-bottom: 1rem;
}
.privacy-policy .officers-sec1.home-sec5 ol li::marker {
  color: #205098;
}/*# sourceMappingURL=style.css.map */