@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*--------------------------------------------------------------
                         Common
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.75;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  transition: all 400ms ease;
}

ul li {
  list-style: none;
  font-size: 18px;
  color: #000;
}

ul {
  padding: 0;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00338d;
}


p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 1.75;
}


/* scroll to top */
.scroll-to-top {
  width: auto;
  position: fixed;
  bottom: 60px;
  right: 12px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
  padding: 5px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 30px;
}

.scroll-to-top i {
  font-size: 25px;
  color: #f7a400;
}

.scroll-to-top:hover {
  background: #f7a400;
  transition: all 0.2s ease;
}

.scroll-to-top:hover i {
  color: #fff;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/*------------------------------------------------------------
                     Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #154dad;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f7a400;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}


/*--------------------------------------------------------------
                        # Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  overflow: hidden;
}

.footer-widget__title {
  display: table;
  position: relative;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  padding-bottom: 21px;
  margin-top: 15px;
  margin-bottom: 34px;
  font-weight: 400;
}

.footer-widget__info li,
.footer-widget__links li a {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 1.562;
  /* align-items: center; */
}

.list-unstyled li {
  padding-bottom: 10px;

}

.list-unstyled li a {
  color: #fff;
}

.footer-widget__title::before {
  left: 0;
  width: 85px;
}

.footer-two .footer-widget__title::before {
  background-color: #f7a400;
}

.footer-widget__title::after {
  content: "";
  position: absolute;
  left: 85px;
  width: 10px;
  bottom: -4px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #f7a400;
}

.footer-widget__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
}

.footer-two {
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #001e4d;
  padding: 50px 0 0;
}

.main-footer__bottom {
  padding: 5px 0;
  background: #021739;
  margin-top: 30px;
}

.main-footer__bottom p {
  font-weight: 300;
  font-size: 16px;
}

/* =footer new */
.footer_top_img img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200px;
  z-index: 1;
  background-image: url(../images/footerpattern.png);
}


/*--------------------------------------------------------------
                      # Navigations
--------------------------------------------------------------*/
.main-header {
  position: relative;
  z-index: 11;
}

@media (max-width: 1599px) {
  .main-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1199px) {
  .main-header__inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.main-header__logo {
  display: flex;
  align-items: center;
}

.main-header__logo img {
  max-width: 100%;
  height: auto;
}

.main-header__sidebar-btn {
  margin-left: 117px;
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #965995;
}

@media (max-width: 1850px) {
  .main-header__sidebar-btn {
    margin-left: 70px;
  }
}

@media (max-width: 1399px) {
  .main-header__sidebar-btn {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .main-header__sidebar-btn {
    display: none;
  }
}

.main-header__sidebar-btn span {
  font-size: 30px;
  color: inherit;
  transition: all 0.4s ease-in-out;
}

.main-header__sidebar-btn:hover {
  color: #F6D469;
}

.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .main-header__right {
    gap: 25px;
  }
}

@media (max-width: 1199px) and (max-width: 412px) {
  .main-header__right {
    gap: 20px;
  }
}

.main-header__btn {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 21px;
}

@media (max-width: 1299px) {
  .main-header__btn {
    display: none;
  }
}

.main-header__btn .cleenhearts-btn__icon-box {
  width: 52px;
  height: 52px;
}

.main-header__btn .cleenhearts-btn__icon-box__inner {
  width: 52px;
  height: 52px;
}

.main-header__btn .cleenhearts-btn__text {
  margin-left: 56px;
}

.main-header-two {
  position: relative;
}

@keyframes top_logo_band1 {
  0% {
    width: 0;
  }

  100% {
    width: 35%;
  }
}

.main-header-two__bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  mix-blend-mode: multiply;
}

nav.main-header__nav.main-menu.main-menu--two {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: -30px;
  background: #fff;
  border-radius: 30px;
}

.main-header-two__sidebar-btn {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 27px;
}

@media (max-width: 1199px) {
  .main-header-two__sidebar-btn {
    display: none;
  }
}

.main-header-two__sidebar-btn__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #351C42;
  margin: 5px 0;
  transition: all 400ms ease;
}

.main-header-two__sidebar-btn__line:nth-child(2) {
  width: 20px;
}

.main-header-two__sidebar-btn:hover .main-header-two__sidebar-btn__line {
  width: 100%;
}

.main-header-two .main-header__right {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .main-header-two .main-header__right {
    gap: 18px;
  }
}

.main-header-two .main-header__right .main-header-two__sidebar-btn {
  display: none;
}

@media (max-width: 1199px) {
  .main-header-two .main-header__right .main-header-two__sidebar-btn {
    display: block;
    margin-right: 18px;
    position: relative;
  }

  .main-header-two .main-header__right .main-header-two__sidebar-btn::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #351C42;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
  }
}

.main-header-two .main-header__btn {
  display: inline-block !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .main-header-two .main-header__btn {
    display: none !important;
  }
}

.main-header-two .main-header__btn .cleenhearts-btn__icon-box {
  left: 6px;
  width: 46px;
  height: 46px;
}

.main-header-two .main-header__btn:hover .cleenhearts-btn__icon-box {
  width: calc(100% - 12px);
}

.main-header-two .main-header__btn .cleenhearts-btn__icon-box__inner {
  width: 46px;
  height: 46px;
}

.main-header-two .main-header__btn .cleenhearts-btn__text {
  margin-left: 42px;
}

.sticky-header--cloned {
  display: none;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  border: 2px dashed #154fb1;
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.main-menu-two .main-menu__list,
.main-menu-two .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .main-menu-two .main-menu__list,
  .main-menu-two .main-menu__list ul {
    display: flex;
    justify-content: center;
  }
}

.main-menu .main-menu__list>li,
.main-menu-two .main-menu__list>li {
  padding-top: 51px;
  padding-bottom: 51px;
  position: relative;
}

.main-menu .main-menu__list>li.dropdown>a,
.main-menu-two .main-menu__list>li.dropdown>a {
  position: relative;
}

.main-menu--two .main-menu__list>li,
.main-menu-two--two .main-menu__list>li {
  padding-top: 13px;
  padding-bottom: 13px;
}

.main-menu--three .main-menu__list>li,
.main-menu-two--three .main-menu__list>li {
  padding-top: 41px;
  padding-bottom: 41px;
}

.main-menu .main-menu__list>li+li,
.main-menu-two .main-menu__list>li+li {
  margin-left: 43px;
}

@media (max-width: 1400px) {

  .main-menu .main-menu__list>li+li,
  .main-menu-two .main-menu__list>li+li {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .main-menu .main-menu__list>li+li,
  .main-menu-two .main-menu__list>li+li {
    margin-left: 27px;
  }

  .main-header-two__logo2 h5 {
    font-size: 18px;
  }
}

@media (max-width: 1599px) {

  .main-menu--three .main-menu__list>li+li,
  .main-menu-two--three .main-menu__list>li+li {
    margin-left: 37px;
  }
}

.main-menu .main-menu__list>li>a,
.main-menu-two .main-menu__list>li>a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}

@media (min-width: 1200px) and (max-width: 1299px) {

  .main-menu .main-menu__list>li>a,
  .main-menu-two .main-menu__list>li>a {
    font-size: 15px;
  }
}

.main-menu .main-menu__list li ul,
.main-menu-two .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  padding: 15px 5px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover>ul,
.main-menu-two .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu,
.main-menu-two .main-menu__list>.megamenu {
  position: static;
}

.main-menu .main-menu__list>.megamenu>ul,
.main-menu-two .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.main-menu .main-menu__list li ul li,
.main-menu-two .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li>a,
.main-menu-two .main-menu__list li ul li>a {
  font-size: 13px;
  line-height: 21px;
  color: #000;
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 5px 10px;
  transition: 400ms;
  margin-bottom: 4px;
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .main-menu .main-menu__list li ul li>a,
  .main-menu-two .main-menu__list li ul li>a {
    font-size: 13px;
  }
}

.main-menu .main-menu__list li ul li>a::after,
.main-menu-two .main-menu__list li ul li>a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  content: "\f111";
  color: #351C42;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a,
.main-menu-two .main-menu__list li ul li.current>a,
.main-menu-two .main-menu__list li ul li:hover>a {
  color: #00338d;
  border: 1px solid #ffd952;
  border-radius: 30px;
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after,
.main-menu-two .main-menu__list li ul li.current>a::after,
.main-menu-two .main-menu__list li ul li:hover>a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li>ul,
.main-menu-two .main-menu__list li ul li>ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align,
.main-menu-two .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.main-menu-two .main-menu__list li ul li>ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .main-menu__list li:nth-last-child(1) ul li>ul,
  .main-menu__list li:nth-last-child(2) ul li>ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
                      # Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid red;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: #fff;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #064098;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: #064098;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.mobile-nav__close:hover {
  color: #F6D469;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid #ffffff47;
}

.mobile-nav__content .main-menu__list ul li>a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid #ffffff47;
}

.mobile-nav__content .main-menu__list li>a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li ul li a {
  font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #F6D469;
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #ffc700;
  color: blue;
}


/*=======================================================
                    main profile
=========================================================*/

.main_profile_content {
  text-align: center;
}

.main_profile {
  position: relative;
}

.main_profile_content .col-md-4 {
  justify-content: center;
  display: flex;
}

.main_profile_content .contact-information {
  justify-content: center;
}

.main_profile_content .col-md-4 img {
  width: 40%;
}

section.main_profile .row {
  background: #022c76;
  padding: 60px 30px;
  margin: auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(to right, #0d2240 0%, #00338d 33%, #7a2582 100%);
}

section.main_profile .row::before {
  content: "";
  width: 40%;
  height: 160%;
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  animation: light 3s linear infinite;
  left: -15%;
  top: -8%;
}

section.main_profile .section_main_heading h2 {
  color: #fff;
}

section.main_profile p {
  color: #fff;
  font-weight: 300;
}

section.main_profile .row::after {
  content: "";
  width: 314px;
  height: 314px;
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  animation: light 3s linear infinite;
  left: -10%;
  top: -20%;

}

@keyframes light {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.05;
  }

  100% {
    opacity: 0.3;
  }
}

.main_profile {
  padding: 60px 0;
  overflow: hidden;
}

.main_profile_text .section_main_heading {
  margin-bottom: 15px;
}

.main_profile_text img {
  width: 20%;
  margin-right: 30px;
  margin-bottom: 10%;
}

section.main_profile .container-fluid {
  width: 80%;
}

.main_profile_shape img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
}

/*=======================================================
                    section main heading
=========================================================*/
.section_main_heading {
  text-align: center;
  margin-bottom: 50px;
}

.section_main_heading h2 {
  position: relative;
  display: inline;
  font-weight: 400;
  font-size: 36px;
}

.section_main_heading h2 span {
  position: relative;
}

.section_main_heading h2::before {
  position: absolute;
  left: -60px;
  bottom: 20px;
  height: 2px;
  width: 50px;
  content: "";
  background: #ebb700;
  z-index: 1;
  display: block;
  animation: section_heading 2s linear infinite;

}

.section_main_heading h2::after {
  position: absolute;
  left: -70px;
  bottom: 16px;
  height: 10px;
  width: 10px;
  content: "";
  z-index: 1;
  display: block;
  border-radius: 50%;
  border: 2px solid #154dad;
}

@keyframes heading_animation1 {
  0% {
    width: 0;
  }

  100% {
    width: 50px;
  }
}

@keyframes heading_animation2 {
  0% {
    width: 0;
  }

  100% {
    width: 100px;
  }
}

.section_main_heading h2 span::before {
  position: absolute;
  right: -60px;
  bottom: 20px;
  height: 2px;
  width: 50px;
  content: "";
  background: #ebb700;
  z-index: 1;
  display: block;
}

.section_main_heading h2 span::after {
  position: absolute;
  right: -70px;
  bottom: 16px;
  height: 10px;
  width: 10px;
  content: "";
  z-index: 1;
  display: block;
  border-radius: 50%;
  border: 2px solid #154dad;
}

/*------------------------------------------------------------
                      # About Info
--------------------------------------------------------------*/
.about-info {
  position: relative;
  background-attachment: fixed;
  overflow: hidden;

}

.about-info .section_main_heading h2 {
  color: #fff;
}

.about-info .section_main_heading h2::after {
  border-color: #fff;
}

.about-info .section_main_heading {
  margin-bottom: 50px;
}

.about-info .section_main_heading h2 span::after {
  border-color: #fff;
}

.serviceyear_bg {
  background: #012056cc;
  padding-bottom: 100px !important;
  background: linear-gradient(to right, #0d2240 0%, #00338dbd 33%, #7a2582c9 100%);
}

section.about-info.newbg::after {
  position: absolute;
  right: -120px;
  top: 416px;
  content: "";
  height: 500px;
  width: 70%;
  background: #fff;
  z-index: 0;
  transform: rotate(347deg);
  opacity: 0.07;
}

h3.about-info__counter__text.count-text {
  font-size: 24px;
}

h5.about-info__title {
  font-weight: 400;
}

.about-info__item.diff {
  margin-top: 80px;
}

.about-info__item {
  border-radius: 0 30px 30px 0;
  transition: all 400ms ease;
  padding: 25px;
  position: relative;
  backdrop-filter: blur(80px);
  background-color: #fff;
}

.about-info__item:hover {
  border-color: #f7a400;
}

.about-info__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7a400;
  width: 74px;
  height: 74px;
  z-index: 1;
  border-radius: 0 0 30px;
  transition: transform 400ms ease;
  left: 0;
  top: 0;
}

.serviceyear_bg .col-xl-3.col-lg-4.col-md-6.col-6.wow.fadeInUp.newtyle {
  width: 20%;
}

.about-info__icon i {
  font-size: 30px;
  color: #ffffff;
}

.about-info__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: transform 400ms ease, opacity 400ms ease;
  background-color: #012056;
}

.about-info__icon span {
  font-size: 40px;
  color: #f7a400;
  transition: all 400ms ease;
}

.about-info__item:hover .about-info__icon i {
  color: #fff;
}

.about-info__item:hover .about-info__icon::after {
  opacity: 1;
  transform: scale(1);
}

.about-info__content {
  margin-top: 65px;
}

.about-info__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #D4D4D4;
}

.abt_dist_317e ul li {
  list-style: circle;
}

.abt_dist_317e ul {
  margin-left: 31px;
}

/*===================================================
                    upcoming events
=====================================================*/

.section_space {
  padding: 60px 0;
}

.section_space p:last-child {
  margin-bottom: 0;
}

.up_event_text_content {
  padding: 20px;
}

.upcoming_events .bg_shape {
  position: absolute;
  top: -10%;
  right: -5%;
  opacity: .05;
  z-index: -1;
}

.upcoming_events {
  position: relative;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
}

.row.upevent_main {
  background: #fff;
  border-radius: 20px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #00338d;
  overflow: hidden;
}

.up_event_text_content p {
  color: #fff;
  font-weight: 300;
}

.row.upevent_main .col-md-4 {
  padding: 0;
}

.up_event_text_content h3 {
  font-weight: 400;
  margin-bottom: 10px;
  color: #fecb00;
}

.up_comeevent {
  position: relative;
  z-index: 1;
}



@keyframes event {
  0% {
    margin: -30px;
  }

  50% {
    margin: 0;
  }

  100% {
    margin: -30px;
  }
}

@keyframes event1 {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}


.up_event_text_content ul li {
  padding-bottom: 10px;
}

.up_event_text_content .main_info p {
  font-size: 16px;
}


/*===============================================
                home infographic
=================================================*/

.infographic_main_indi {
  height: auto;
  width: 100%;
  padding: 15px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  background: #fff;
  transition: .5s ease;
  margin-bottom: 30px;
  border-radius: 80px;
  border-left: 10px solid #f7a400;

}

.infographic_main_indi:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  transition: .5s ease;
}

.infographic_main_indi_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.infographic_main_indi p:first-child {
  font-size: 30px;
  font-family: fantasy;
  color: #042f6e;
  width: 10%;
}

.infographic_main_indi p:nth-child(2) {
  width: 75%;
}

.infographic_main_indi i {
  width: 15%;
  text-align: center;
  color: #fff;
  background: #f7a400;
  font-size: 40px;
  padding: 22px 10px;
  border-radius: 50%;
  margin-left: 10px;
}


.infographic_main_indi p {
  margin-bottom: 0;
  font-weight: 400;
}

.home_infographic_shape img {
  position: absolute;
  left: -10%;
  top: 0;
  width: 20%;
  animation: event1 2s linear infinite;
}

.home_infographic {
  position: relative;
  overflow: hidden;
}

/*===================================================
                  donation two section
=====================================================*/

.donations-two__carousel .owl-nav .owl-next,
.donations-two__carousel .owl-nav .owl-prev {
  position: relative;
}

.donations-two__carousel .owl-nav .owl-next i,
.donations-two__carousel .owl-nav .owl-prev i {
  background-color: transparent;
  color: #07286b;
  border: 1px solid #f7a400;
  width: 40px;
  height: 40px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
}

.donations-two__carousel .owl-nav .owl-next i:hover,
.donations-two__carousel .owl-nav .owl-prev i:hover {
  background-color: #f7a400;
  color: #fff;
}

h4.donation-card__title a {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
}

h4.donation-card__title {
  margin: 5px 0 15px;
  position: absolute;
  top: 0;
  background: #00338d;
  padding: 5px 10px;
  top: -51%;
  left: 0;
}

.donations-two__carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  right: 20%;
  top: -28%;
}

.donations-two .section_main_heading h2::before {
  display: none;
}

.donations-two .section_main_heading h2::after {
  display: none;
}

.donations-two .section_main_heading {
  text-align: left;
}

.donations-two {
  padding: 60px 0;
  background-color: rgb(243, 240, 240);
}

.donation-card__content {
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 0;
}

.donation-card__content::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -50px;
  right: -12px;
  z-index: 1;
}


.donations-two .owl-carousel .owl-item img {
  z-index: -1;
  position: relative;
}


/* ========================================================
                    New upcoming event
===========================================================*/

.upcoming_newevent {
  background: url(../images/upcomimgevnts_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-size: cover;
}

.upcoming_newevent_tint {
  background: linear-gradient(90deg, #012056, transparent);
  background: linear-gradient(to right, #0d2240 0%, #00338dbd 33%, #7a2582c9 100%);
}

.upcoming_newevent_content {
  background-color: #00338d;
  border-radius: 30px;
  overflow: hidden;
}

.upcoming_newevent_content h4,
.upcoming_newevent_content p {
  color: #fff;
}

.upcoming_newevent_content h4 {
  font-size: 30px;
  font-weight: 400;
}

.upcoming_newevent_content .event_img {
  width: 100%;
}

.upcoming_newevent_content p {
  font-weight: 300;
}

.upcoming_event_text_content {
  padding: 75px 30px;
}

.org_block div:first-child {
  padding-right: 25px;
  border-right: 1px solid #fff;
}

.org_block div:last-child {
  padding-left: 25px;
}

.org_block p {
  font-size: 16px;
  margin-bottom: 0;
}


/* =======================================================
                      top logo band
========================================================== */
section.logo_top_band {
  background: #022c76;
  background: linear-gradient(to right, #0d2240 0%, #00338d 33%, #7a2582 100%);
  color: #fff;
  padding: 20px 0 50px;
}

section.logo_top_band img {
  width: 12%;

}

section.logo_top_band h5 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
}


/*=========================================================
                    main new slider
========================================================*/

section.main_new_slider {
  margin-top: -24px;
  position: relative;
}

.slider_shape_images img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.slider_shape_images img:nth-child(5) {
  bottom: 0 !important;
}

.slider_shape_images img:nth-child(6) {
  bottom: 0 !important;
}


section.main_new_slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fecb00;
  background: none;

}

section.main_new_slider .carousel-indicators .active {
  opacity: 1;
  background-color: #012056;
}

.hero_bottom img {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

section.main_new_slider .carousel-item {
  position: relative;
}

section.main_new_slider .carousel-item::before {
  background-color: #064098;
  mix-blend-mode: multiply;
  width: 300px;
  height: 300px;
  display: block;
  content: "";
  position: absolute;
  bottom: 18%;
  left: -10%;
  transform: rotate(45deg);
  z-index: 2;
  animation: slider_color 1s ease;
}

section.main_new_slider .carousel-item::after {
  border: 1px solid #ffc700;
  width: 400px;
  height: 400px;
  display: block;
  content: "";
  position: absolute;
  bottom: 5%;
  left: -17%;
  transform: rotate(45deg);
  z-index: 1;
  animation: slider_color 1s ease;
}


@keyframes slider_color {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

section.main_new_slider .carousel-caption {
  position: absolute;
  left: 0;
  width: 70%;
  top: 34%;
  right: 0;
  margin: auto;
  z-index: 11;
  text-align: left;
}

section.main_new_slider .carousel-caption h1 {
  color: #ffcb14;
  font-weight: 300;
  font-size: 60px;
  text-shadow: -4px 1px 1px #022c76;
}

section.main_new_slider .carousel-caption p {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}


/*===========================================================
                read more button style
=============================================================*/

.btn.read_more {
  user-select: none;
  background: #fecb00 none repeat scroll 0 0;
  border: medium none;
  border-radius: 10px;
  color: #052964;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 13px 15px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn.read_more::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #052964;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.donation-card {
  border-radius: 10px !important;
  overflow: hidden;
}

.btn.read_more:hover,
.btn.read_more:focus-visible {
  color: #fff;
  background: #ffcb14;
}

.btn.read_more:hover:before,
.btn.read_more:focus-visible:before {
  top: -40%;
}

/*===================================================
                  inner banner
====================================================*/

section.inner_banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -24px;
  background-image: url(../images/innerbanner_bg1.png);
}

.inner_bg_tint {
  background-color: #022c76bd;
  padding: 85px 0 70px;
}

.inner_banner h2,
.inner_banner p {
  color: #fff;
}

.inner_banner p {
  float: left;

  margin: 0;
}

.inner_sub_content {
  float: right;
  position: relative;
  z-index: 11;
}

.inner_banner h2 {
  margin: 0;
  font-weight: 400;
}

.inner_banner p:first-child {
  border-right: 1px solid #fff;
  padding-right: 30px;
}

.inner_banner p:last-child {
  padding-left: 30px;
  color: #ebb700;
}

/*========================================================
                    lions team section
===========================================================*/

.lion_team_card_content {
  background: #fff;
  margin-top: -20px;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.lion_team_card_content p {
  margin: 0;
  font-size: 16px;
}

.lion_team_card {
  position: relative;
  width: 85%;
  margin: auto;
}

.lion_team_card img {
  border-radius: 5px;
}

.lion_team_card_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bixola-base);
  background-position: 0 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .5s ease;
  z-index: -1;
}

.lion_team .row {
  margin-bottom: 110px;
}

.lion_team .row:last-child {
  margin-bottom: 50px;
}

.section_accordian h2 button span {
  font-size: 20px;
}


/*===========================================================
                      dg  team page
=============================================================*/
.dg_team_main {
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  background: #f1f1f1;
  min-height: 425px;
  margin-bottom: 30px;
}

.dg_team_main img {
  transition: .5s ease;
  padding: 15px;
}

.dg_team_text_content {
  padding: 0px 10px 20px;
  text-align: center;
}

.dg_team_text_content h4 {
  font-size: 20px;
}

.dg_team_text_content p {
  font-size: 16px;
}

.dg_team_main:hover img {
  border-color: #ebb700;
  transition: .5s ease;
}

.dg_team_main:hover .dg_team_text_content .linked_in {
  background: #ebb700;
  transition: .5s ease;
}

.dg_team_text_content p {
  margin: 0;
}

.dg_team_text_content .linked_in {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 14px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #0077B5;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .5s ease;
}

.dg_team_text_content .linked_in i {
  color: #fff;
}



/* =accordion styles=*/
button.accordion-button {
  border-radius: 30px !important;
  margin-bottom: 5px;
}

.accordion {
  background: trasparent !important;
}

.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-collapse.collapse.show {
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 5px;
  margin-top: -5px;
}

.accordion-collapse.collapse.show p:last-child {
  margin-bottom: 0;
}

/* =================================================
            downloads resources page
====================================================*/

.reso_main {
  border: 1px solid #001e4d;
  border-radius: 10px;
  padding: 20px;
}

.reso_main_dwnd {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 15px;
  border-radius: 30px;
  margin: 0;
  margin-bottom: 20px;
  transition: .5s ease;
}

.reso_main_dwnd h6 {
  margin: 0;
}

.reso_main_dwnd:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: .5s ease;
}



/* =================================================
            gallery page
====================================================*/
img.gallary_img2 {
  width: 100%;
  border-radius: 5px;
}

.gal_fstmain {
  text-align: center;
  margin-bottom: 40px;
  border: 1px solid #ffd952;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 7px;
}

.gal_fstmain p {
  margin: -5px;
  font-size: 14px;
}

.gal_fstmain h5 {
    margin-top: 10px;
}
/* =================================================
            donation page
====================================================*/
.donation_sec {
  margin: 30px 0px 0;
}

.donation_secsubcont h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.dontion_seccont h4 {
  background: burlywood;
  padding: 15px 0px;
  text-align: center;
}

.donation_secsubcont {
  margin-bottom: 20px;
}

img.new_qrcode_Img1 {
  width: 100%;
}


.error {
  font-family: "open sans";
  line-height: 5px;
  font-size: 11px;
  text-align: left;
  color: #ff0000;
}

.error p {
  margin-top: 10px;
  color: rgb(245, 25, 25);
  font-size: 12px;
}

label.radio-inline.nstyleww {
  padding-left: 34px;
}

h3.sec-title__title {
  margin-bottom: 20px;
}

.donation_secmain {
  border: 2px solid #ecb700;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/*=======================================================
                    DG page
=========================================================*/
.dg_msg_text_content {
  border: 1px solid #fccf00;
  padding: 15px;
  border-radius: 10px;
}

.dg_msg_content {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 15px;
  background: #f6fbff;
  border-radius: 10px;
}

.dg_msg_text_content img {
  width: 21%;
  float: left;
  margin: 0 25px 15px 0;
  border-radius: 10px;
}

.dg_with_card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 30px;
  margin-bottom: 30px;
}

section.dg_with_card_sec {
  padding-bottom: 20px;
}

.dg_with_card img {
  border-radius: 30px 30px 0 0;
}

.dg_with_card h5 {
  padding: 15px;
  text-align: center;
}
/* 
.modal-dialog.modal-dialog-centered {
  max-width: 40%;
} */

/* ===================================================================
                          about district page
===================================================================== */
.abt_dist_317e {
  padding: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  text-align: justify;
  border-radius: 10px;
  background: linear-gradient(180deg, #e9f2ff, #fbfffa);
}


/*=================================================
              home global causes new
=================================================== */
.global_causes_new .nav-link.active {
  border: none;
  background: none;
}

.global_causes_new .nav-link.active:hover {
  border: none;
}

.global_causes_new .nav-tabs {
  border: none;
}

.global_causes_new .nav.nav-tabs button {
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 140px;
  width: 140px;
  border: 8px solid #f7a400;
  font-size: 14px;
  color: #00338d;
  font-weight: 500;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-right:0 ;
  border-left: 0;
  background-color: #fff;
}

.global_causes_new .nav.nav-tabs button img {
  width: 50px;
}

.global_causes_new p {
  text-align: justify;
}

.global_causes_new .nav.nav-tabs button:nth-child(1) {
  top: 0;
  left: 39%;
}

.global_causes_new .nav.nav-tabs button:nth-child(2) {
  top: 9%;
  right: 14%;
}

.global_causes_new .nav.nav-tabs button:nth-child(3) {
  top: 32%;
  right: 1%;
}

.global_causes_new .nav.nav-tabs button:nth-child(4) {
  top: 57%;
  right: 5%;
}

.global_causes_new .nav.nav-tabs button:nth-child(5) {
  bottom: 3%;
  left: 51%;
}

.global_causes_new .nav.nav-tabs button:nth-child(6) {
  top: 74%;
  left: 25%;
}

.global_causes_new .nav.nav-tabs button:nth-child(7) {
  top: 57%;
  left: 5%;
}

.global_causes_new .nav.nav-tabs button:nth-child(8) {
  top: 31%;
  left: 1%;
}


.global_causes_new .nav.nav-tabs button:nth-child(9) {
  top: 8%;
  left: 14%;
}
.global_causes_new .nav.nav-tabs {
  position: relative;
  height: 600px;
  width: 600px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.global_causes_new .nav-tabs .nav-link.active {
  background: #00338d;
  color: #fff;
  border-color: #00338d;
}

.global_causes_new .global_international_logo {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  margin: auto;
  width: 35%;
}

.global_causes_new {
  position: relative;
}

.global_causes_shape_images img {
  position: absolute;
}

.global_causes_shape_images img:first-child {
  bottom: 0;
  right: 0;
}