@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
    url('../fonts/GothamRounded-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
   font-family: 'Gotham Book' !important;
  color: #0e0d15;
  font-size: 15px;
}

p {
    font-family: 'Gotham Book' !important;
}

a {
  color: #000 !important;
}

a:hover {
  color: #71009f !important;
  text-decoration: none;
}

a.involved-btn:hover {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

textarea:focus,
input:focus {
  outline: none !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gotham Rounded' !important;
  font-weight: 600;
  margin-bottom: 20px;
}

h4.services-title {
  font-weight: 700;
  font-size: 21px;
}

h3 {
    font-size: 20px !important;
}
.readmore_1 {
  text-transform: uppercase;
  color: #fff;
}

.font_icon {
  font-size: 26px;
  margin-top: 0px;
  position: absolute;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 35px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #71009f;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #71009f;
  color: #fff;
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .banner-title {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    text-align: left;
    font-weight: 700;
    font-size: 29px;
    line-height: 38px;
}


  .header-1 .logo img {
    position: relative;
  }

  section {
    padding: 30px 0;
    overflow: hidden;
  }

  .no-margin {
    margin: 0px !important;
    padding: 0px 15px !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #eef5fb;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #0e0d15;
  transition: 0.3s;
  font-weight: 600;
  font-size: 13px !important;
}


#topbar .contact-info a:hover {
  text-decoration: underline;
  color: #71009f !important;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .s-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .s-links a:hover {
  color: #fff;
}

.covid_update {
  padding: 6px 10px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: #71009f;
  background-image: linear-gradient(160deg, #71009f 0%, #71009f 100%);
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  top: 0px;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  width: 300px;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;

}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #566784;
}

#topbar .covid_updated {
  background: #ffffff;
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 30px;
  margin-left: 10px;
  color: #444444 !important;
}

.header-1 .logo img {
    margin-top: 6px;
    height: auto;
    width: 100%;
    /* max-height: 66px; */
}

@media (max-width: 992px) {

  #header .logo {
    font-size: 28px;
  }
}

.alert-section {
  background: linear-gradient(to bottom right, #fdc000, #fec60a);
  padding: 20px 0 20px;
}

.alert-message {
  position: relative;
  display: inline-block;
  padding: 30px 30px 20px 30px;
  width: 100%;
  border-radius: 12px;
  margin: 0px 15px;
  background: #fff;
}

.alert-message img {
  position: relative;
  float: left;
  width: 7%;
}

.alert-message .content-area {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.alert-message .content-area h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.alert-message .content-area p {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  vertical-align: sub;

}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 6px 17px;
}

.nav-menu a,
#mega-menu-menu-1 li a {
  display: block !important;
  position: relative !important;
  color: #fff !important;
  transition: 0.3s !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 0 0px !important;
}

#mega-menu-wrap-menu-1>ul>li {
  position: relative !important;
  white-space: nowrap !important;
  padding: 6px 10px !important;
}

.button-default {
  color: black;
}

.nav-menu>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  color: #062b5b !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #ffffff !important;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 23px !important;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  text-transform: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #566784;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.contact-info {
  padding: 5px 0px;
}

.contact-info li {
  display: inline-block;
  position: relative;

}

.contact-info li a {
  padding: 10px 10px;
  text-decoration: none;


}



.log_in {
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  background: #b6b696;
  border-radius: 25px;
  padding: 5px 15px;
}

.search_bar {
  position: relative;
  border-radius: 3px;
  border: none;
  /* width: 320px; */
  overflow: hidden;
  font-size: 16px;
  height: 100%;
  /* float: right; */
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #71009f;
}

.search-box {
  max-width: 294px;
  position: relative;
  display: block;
  bottom: 0;
  margin-top: 10px;
  float: right;
  left: 0;
  right: 0;
  /* margin: 0 0px; */
  width: 100%;
  clear: both;
}

.search-input {
  width: 100%;

  font-size: 16px;
  padding: 5px 10px;
  background-color: #fff;
  color: #6c6c6c;
  border-radius: 5px;
  border: 1px solid #71009f;
  transition: all .4s;
}

.search-input:focus {
  border: none;
  outline: none;
  box-shadow: 0 1px 12px #b8c6db;
  -moz-box-shadow: 0 1px 12px #b8c6db;
  -webkit-box-shadow: 0 1px 12px #b8c6db;
}

.search-btn {
  background-color: transparent;
  font-size: 18px;
  padding: 3px 13px;
  position: absolute;
  margin-left: -45px;
  border: none;
  color: #6c6c6c;
  transition: all .4s;
  z-index: 10;
}

.search-btn:hover {
  transform: scale(1.2);
  cursor: pointer;
  color: black;
}

.search-btn:focus {
  outline: none;
  color: black;
}

.button_search {
  position: absolute;
  right: 10px;
  top: 21px;
  font-size: 16px;
  background: none;
  border: none;
}


.search_box_con {
  position: relative;
}


@media screen and (max-width: 768px) {

  .search-box {
    max-width: 100%;
    position: relative;
    display: block;
    bottom: 0;
    margin-top: 10px;
    float: right;
    left: 0;
    right: 0;
    margin-bottom: 5px;
    /* margin: 0 0px; */
    width: 100%;
    clear: both;
  }

  .search_bar {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;

  }

  .button_search {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 19px;
    background: none;
    border: none;
  }


  .alert-message {
    position: relative;
    display: grid;
    padding: 30px 30px 0px 30px;
    width: 100%;
    border-radius: 12px;
    margin: 0px 15px;
    background: #fff;
  }

  .alert-message img {
    position: relative;
    width: 100px;
    justify-content: center;
    text-align: center;
    display: inline-block;
    margin: 0 auto !important;
    padding-bottom: 16px;
  }

  .alert-message .content-area {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }


  .alert-message .content-area p {
    text-align: center;
  }

  .title-1 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #566784;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.banner_sec {
  background: url(../img/banner_bg.jpg);
  background-size: cover;
  width: 100%;
  position: relative;
}

.banner-title {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 700;
  font-size: 29px;
  line-height: 38px;
}

.button-default {
  background: none;
  text-transform: capitalize;
  padding: 8px 25px;
  line-height: 25px;
  border: 1px solid #71009f !important;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  float: left;
  font-size: 16px;
  text-align: left;
  transition: 0.5s !important;
}

.button-default:hover {
  background-color: #71009f !important;
  background-image: linear-gradient(160deg, #71009f 0%, #71009f 100%);
  color: #fff !important;
  text-decoration: none;
}

.button-default-color {
  background: none;
  text-transform: uppercase;
  padding: 8px 25px;
  line-height: 25px;
  border: 1px solid #71009f;
  border-radius: 5px;
  margin-bottom: 16px;
  background: #71009f;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  text-align: left;
  transition: 0.5s !important;
}

.button-default-color:hover {
  background-color: none;
  color: #0e0d15 !important;
  background: none;
  text-decoration: none;
  border: 1px solid #71009f;
}

.button-white {
  background: none;
  text-transform: capitalize;
  padding: 8px 25px;
  color: #fff !important;
  margin-top: 20px;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s !important;
}

.button-white:hover {
  background: #fff !important;
  color: #000 !important;
  text-decoration: none;
}

.right_icon {
  margin-left: 10px;
  width: 20px !important;
  /* margin-top: -5px; */
  float: right;
  top: 2px;
  display: inline-block !important;
  position: relative;
}

.banner_img {
  border-radius: 8px;
}

.box_white {
  content: "";
  background: #ffffffe0;
  position: absolute;
  top: 450px;
  left: 150px;
  width: 100px;
  height: 100px;
  z-index: 10;
  border-radius: 50%;
}

.text_inbox {
  background: #ffffffe0;
  position: absolute;
  top: 200px;
  left: 150px;
  z-index: 11;
  padding: 30px 20px;
  color: #0e76bc;
  width: 350px;
  height: 350px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300 !important;
  border-radius: 50%;
}

.border_bottom {
  content: "";
  display: block;
  border-bottom: 1px solid #b6b696;
  width: 120px;
  padding: 10px;
  transition: width .6s ease;
  position: absolute;
  left: 15px;
}

.text_inbox h3 {
  font-size: 30px;
  text-transform: uppercase;
}

.about_us_section {
  background: #0e76bc;
}

.font_size18 {
  font-size: 15px;
  margin-bottom: 20px;
}

section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #566784;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #566784;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}


.title-1 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.catagory-wrapper {
  display: flex;
  background: transparent;
  align-items: center;
  border: 1px solid #edeef2;
  min-height: 108px;
  border-radius: 5px;
  padding: 20px 15px;
  transform: translateY(0px);
  transition: all ease-in-out .5s;
 /* min-height: calc(100% - 30px) */
}

/* .catagory-wrapper:hover {
  background-color: #abe7fe;
  box-shadow: 0 0px 15px 2px #182c4a1a;
  border-color: #abe7fe
} */

.catagory-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all ease-in-out .3s;
  background: #abe7fe !important;
  cursor: pointer;
  z-index: -1;
}

.catagory-wrapper:hover::before {
  height: 100%;
  transition: all ease-in-out .3s;
  box-shadow: 0 5px 15px #182c4a0d;
}

.catagory-wrapper .catagory-thumb img {
  margin-right: 22px;
  width: 55px;

}

.mb-20 {
  margin-bottom: 20px;
}

.catagory-wrapper .catagory-content span {
  color: #575757;
  font-size: 16px;
  font-weight: 600
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .catagory-wrapper .catagory-content span {
    font-size: 14px
  }
}

.popular-slider {
  padding: 15px 0px;
}

.catagory-wrapper:hover svg * {
  fill: #fff
}

.categories-area {
  background: #edf7fb;
  background: -moz-linear-gradient(top, #edf7fb 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #edf7fb -20%, #fff 100%);
  background: linear-gradient(to bottom, #edf7fb -20%, #fff 100%);
}

.categories-wrapper {
  padding: 20px 20px 15px;
  background: #ffffff;
  box-shadow: 0 0 13px 3px #3d3f420d;
  border-radius: 10px;
  height: 170px;
  width: 100%;
  max-height: 300px;
}

.categiories-thumb {
  transition: .3s
}

.categiories-thumb img {
  margin-bottom: 20px;
  width: 68px !important;
  margin: 8px auto;
}

.catagory-wrapper .catagory-content h3 {
  font-size: 18px;

  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.5;
}

.mb-30 {
  margin-bottom: 30px;
}

.categories-wrapper:hover .categiories-thumb {
  transform: translateY(-10px)
}

.categories-content h4 {

  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px
}

.categories-content p {
  font-weight: 600
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .categories-content p {
    font-size: 15px
  }
}

.category-shap-01 {
  position: absolute;
  top: -28%;
  left: -5%
}

.category-shap-02 {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden
}

@media only screen and (min-width: 1600px) and (max-width: 1800px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .category-shap-02 {
    right: 0
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .category-shap-02 {
    display: none
  }
}


.resources-section {
	background: #71009f;
  background-image: url(/wp-content/uploads/2022/07/blue-bg.jpg);
  background-size: cover;
  padding: 60px 0px;
  position: relative;

}

.resource-thumb {
  position: relative;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;

}

.news-thumbs {
  height: 270px;
}

.resource-thumb img {
  width: 100%;
}



.resource-content p {
  margin-bottom: 15px;
  text-align: left;
}

.resource-content h3 {
  font-size: 20px !important;
  text-align: left;
  font-weight: 700;
  margin-bottom: 5px;
  color: #71009f;
  line-height: 1.4;
}

.resource-content h3:hover {
  color: #2f0060
}

.resource-btn {
  background: none;
  text-transform: capitalize;
  padding: 8px 20px;
  border: 1px solid #71009f;
  border-radius: 5px;
  line-height: 25px;
  font-weight:500;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.5s !important;
}

.resource-btn:hover {
  text-decoration: none;
  background: #71009f;
  color: #fff !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .resource-content h3 {
    font-size: 18px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .resource-content h3 {
    font-size: 18px;
    font-weight: 600
  }
}

.resource-content-wrapper {
  padding: 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0 5px 10px #1c33541a;
  border-radius: 0 0 5px 5px;
  min-height: 210px;
  width: 100%;
}

.inner-radius {
  border-radius: 5px !important;
}

@media only screen and (max-width: 990px) {
  .resource-content-wrapper {
    padding: 30px 20px 40px;
    margin-bottom: 25px;
  }

  .banner-title {
    font-size: 24px;
  }
}

.resource-wrapper {
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.resource-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #2467EC;
  color: #fff;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .6s
}

.resource-tag:hover {
  background: #ffffff;
  color: #141517
}

.resource-tag:focus {
  color: #141517
}

.news-section {
  position: relative;
}

.news-wrapper {
  margin-bottom: 20px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.news-wrapper:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.news-thumb img {
  border-radius: 5px;
}


.date-span {
  position: relative;
  display: inline-block;
  padding: 10px 0px;
  color: #444;
  font-size: 14px;
}

.news-content h4 {
  font-size: 16px;

  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}

.small-button {
  background: none;
  text-transform: capitalize;
  padding: 8px 0px;
  border-radius: 5px;
  margin-bottom: 16px;
  color: #71009f !important;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.5s !important;
}

.small-button:hover {
  color: #2f0060;
}

.right_icon1 {
  font-size: 18px;
  vertical-align: text-bottom;
  margin-left: 5px;
}

.no-margin {
  margin: 0px;
  padding: 0px 8px;
}

.blogs {
  position: relative;
  display: block;
  background: #e0f0ff;

}

.blog-one,
.blog-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one .image-box {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.blog-one .image-box img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.blog-one:hover .image-box img {
  transform: scale(1.1);
}

.blog-one .content-box {	
  position: relative;	
  display: block;	
  background: #ffffff;	
  box-shadow: 4px 6.928px 16px 0px rgb(131, 131, 131, 0.11);	
  border-radius: 10px;	
  padding: 20px 20px 20px;	
  overflow: hidden;	
  height: 180px;	
  z-index: 1;	
}

.blog-two .content-box {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 7px 4px rgb(131 131 131 / 45%);
    border-radius: 6px;
    /* border-bottom-right-radius: 10px; */
    padding: 20px 20px 20px;
    overflow: hidden;
    min-height: 288px;
    z-index: 1;
} 

.blog-one .content-box .meta-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.blog-one .content-box .meta-info li {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-one .content-box .meta-info li::before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: #71009f;
  content: "";
  transform: rotate(25deg);
}

.blog-one .content-box .meta-info li:first-child {
  padding-left: 0;
}

.blog-one .content-box .meta-info li:last-child:before {
  display: none;
}

.blog-one .content-box .meta-info li p span::before {
  position: relative;
  display: inline-block;
  top: 1px;
  font-size: 15px;
  padding-right: 5px;
  font-weight: 400;
}

.blog-one .content-box .meta-info li span {
  font-weight: 700;
}

.blog-one .content-box h3 {
  font-size: 20px;

  font-weight: 700;
  margin-bottom: 5px;
  color: #71009f;
  line-height: 1.4;
}

.content-box h3 a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0e0d15;
  line-height: 1.4;
}

.margin-default {
  margin-left: -8px;
}



.blog-one-side {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 4px 6.928px 16px 0px rgb(131, 131, 131, 0.11);
}

.blog-one-side .image-box {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
}

.blog-one-side .image-box img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.blog-one-side:hover .image-box img {
  transform: scale(1.1);
}


.blog-one-side .content-box-right {
  position: relative;
  background: #fff;
  width: 50%;
  padding: 20px;
  float: left;
}


.blog-one-side .content-box-right h3 {
  font-size: 20px;

  font-weight: 700;
  margin-bottom: 5px;
  color: #0e0d15;
  line-height: 1.4;
}

.blog-one-side .content-box-right h3 a {
  font-size: 20px;

  font-weight: 700;
  margin-bottom: 5px;
  color: #0e0d15;
  line-height: 1.4;
}


.blogs.style4 {
  position: relative;
  display: block;
  background: #f5f5f5;
}

.margin-0 {
  margin: 0px;
  padding: 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.float-left {
  float: left;
  width: 50%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 0px 0;
}

.contact_info {
  position: relative;
  margin-bottom: 25px;
}

.icon_contact {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -2px;
  color: #2d2d2d;
}

.contact_text h6 {
  margin-left: 26px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact_text p {
  margin-left: 26px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #566784;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 40px 0 0px 0;
  background: #f7fafe;

}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #566784;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  color: #0e0d15;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #566784;
}

#footer .footer-top .s-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #71009f;
  color: #fff;
  padding: 2px 0px !important;
  margin-right: 0px;
  border-radius: 50%;
  text-align: center;
  width: 34px;
  height: 34px;
  box-shadow: 1px 1.928px 6px 0px rgb(131 131 131 / 11%);
  transition: 0.3s;
}


.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

#footer .footer-top .s-links a:hover {
  background: #71009f;
  transform: translateY(-10px);
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

.footer-bottom {
  position: relative;
  background: #171d22;
  padding: 10px 0px;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }

  .blog-one-side .image-box {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .blog-one-side .content-box-right {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 20px;
    float: left;
  }

  .blog-one-side {

    margin-left: 15px;
    margin-right: 15px;

  }
}

@media only screen and (max-width: 990px) {
  .search_bar {
    margin-top: 13px;
  }

  .button_search {
    top: 15px;
  }

  .title-1 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}


/*clearfix*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}

/*newsticker*/
.newsticker {
  border-radius: 5px;
  color: #000;
  cursor: default;
  padding: 7px 10px 0px 0px !important;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  vertical-align: sub;

}

ul.js-frame {
  padding-left: 0px !important;
}

.newsticker ul li {
  overflow: hidden;
  padding-left: 0px !important;
  display: none;
}

@media screen and (max-width: 768px) {
  .newsticker {
    padding: 10px 10px 10px 10px !important;
  }
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  width: 100%;
  margin: auto;
}

.img-title {
  position: relative;
  background-color: #fff;
  color: #000;
  width: 100%;
  text-align: center;
  opacity: 0.43;
  filter: alpha(opacity=43);
}

.swiper {
  width: 100%;
  height: 100%;
}

.hero-slider {
  background: url(../img/banner_bg.jpg);
  background-size: cover;
  width: 100%;
  position: relative;
}

.swiper-slide {
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===================================================*/

.subscribe {
  background-color: #f8f8f8;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 30px;

}

.footer_logo {
  max-height: 85px;
  max-width: 160px;
}

.subscribe h4 {
  /* text-align: center; */
  line-height: 35px;
  margin-bottom: 15px;
}

.align-item-center {
  margin: 0 auto;

}

.publication-prev.swiper-button-prev {
  top: 47%;
}

.publication-next.swiper-button-next {
  top: 47%;
}

.display-center {
  display: flex;
  position: relative;
  /* margin: 0px auto; */
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 550px) {
  .categories-wrapper {
    width: 100%;
  }
}


/* breadcums */
.br-1 {
  background-image: url(../img/breadcrumb-1.jpg)
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  overflow: hidden;
}

.breadcrumb-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index:0;
  width: 100%;
  height: 100%;
  background-color: #030363;
  opacity: .65
}
.breadcrumb-title h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 15px !important;
    text-transform: capitalize;
    z-index: 10;
    position: relative;
}


.breadcrumb-title .breadcrumb-menu {
  text-align: left;
  padding-left: 0px;
}

.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #fff;
  font-weight: 500
}

.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 10px;
  right: -13px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  font-size: 16px;
  background-color: #00aff4;
}

.breadcrumb-item,
.breadcrumb-menu li a {
  text-transform: capitalize;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0
}

.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #00aff4;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none
}

.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0 5px;
  transition: .3s;
  -webkit-transition: .3s;
  position: relative;
  color: #fff !important;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #00aff4;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none
}

.breadcrumb-img img {
  display: block;
  margin-left: auto
}


.publications-area {
  padding: 40px 0px;
  overflow: hidden;
  position: relative;
}

.select_box_style {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 15px;
  height: 50px;
  padding: 0px 10px;
  color: #777;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  line-height: 1.5;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;

}

.select_item {
  padding: 15px 0px;
  width: 100%;
  clear: both;
  cursor: pointer;
  display: block;
  border: none;
  background: none;
  outline: none;
}

.select_box_style .option {
  cursor: pointer;
  font-weight: normal;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding: 10px 20px !important;
  text-align: left;
  margin-bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #444;
  font-size: 14px;
  display: block;
}

select {
  /* -moz-appearance: none !important; */
  /* Firefox */
  /* -webkit-appearance: none !important; */
  /* Safari and Chrome */
  /* appearance: none !important; */
  padding-right: 30px !important;
}


.search-button {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  text-transform: capitalize;
  background: #00aff4;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  overflow: hidden;
}

.search-button:hover {
  color: #fff !important;
  background: #039bd5;
  transition: all ease-in-out 0.5s;
}


.mar-20 {
  margin-top: -25px;
}

.padding-man {
  padding-left: 5px;
  padding-right: 5px;
}

.form-group {
  margin-bottom: 8px !important;
}

.inner-page-details {
  padding: 40px 0px;
}

.publication-details {
  background: #edf7ff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.publication-thumb {
  border: 8px solid #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.title-inner {
  font-size: 28px !important;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0e0d15;
  line-height: 1.4;
}

.flow-list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.flow-list .flow-item {
  position: relative;
  margin-bottom: 20px;
}

.flow-list .flow-item h5 {
  font-size: 15px;

  font-weight: 700;
  margin-bottom: 5px;
  color: #006E99;
  line-height: 1.4;
}

.flow-list .flow-item p {
  font-size: 17px;

  font-weight: 700;
  margin-bottom: 5px;
  color: #0e0d15;
  line-height: 1.4;
}

.flow-list .flow-item:before {
  content: "";
  position: absolute;
  background: url(../img/dots.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
  left: -31px;
  top: 0px;

}


.flow-list .line_1 {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #00aff4;
  left: -19px;
  top: 8px;
}

.socail-heading {
  font-size: 17px;

  font-weight: 700;
  margin-bottom: 5px;
  color: #0e0d15;
  line-height: 1.4;
}

.social-share a {
  background: #00aff4;
  height: 36px;
  width: 36px;
  line-height: 39px;
  font-size: 16px;
  color: #fff !important;
  border-radius: 30px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 20px;
  display: inline-block;
}

.report-3d-view {
  padding: 20px 0px;
}

.report-3d-view img {
  float: left;
  padding-right: 10px;
}

.small-heading {
  font-size: 22px;

  font-weight: 700;
  margin-bottom: 5px;
  color: #0e0d15;
  line-height: 1.4;
  position: relative;
  padding-top: 15px;
  /* padding-top: 32px; */
  vertical-align: middle;
  padding-left: 15px;

}

.inner-page-details h2 {
  font-size: 32px !important;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0e0d15;
  line-height: 1;
  position: relative;
  padding-top: 15px;
  /* padding-top: 32px; */
  vertical-align: middle;
}

.color-highlight {
  color: #00aff4;
}

.small-title,
h4 {
  font-size: 20px !important;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0e0d15;
  line-height: 1.4;
  margin-bottom: 20px;
}

.list-style {
  padding-left: 20px;
}


.list-style li {
  margin-bottom: 20px;
}

.side-bar {
  border: 1px solid #e5e7eb;
  padding: 20px;
  min-height: 485px;
  border-radius: 5px;
}

.side-bar h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.side-bar-list {
  list-style: none;
  position: relative;
  padding-left: 0px;
}

.side-bar-list li {
  list-style: none;
    font-size: 14px;
    vertical-align: top;
    padding: 13px 12px 13px 36px;
    text-transform: uppercase;
    /* font-weight: 500; */
    border-bottom: 1px solid #e5e7eb;

}

.side-bar-list li::before {
  content: "";
  background: url(../img/document-small.png) no-repeat;
  background-size: 23px;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0;
  list-style: none;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  .small-heading {
    font-size: 16px;


  }
}

/*-------------------------------------- CTCT Form -----------------------------*/

.ctct-form .ctct-form-32 {
  background-color: #f0edf1 !important;
  padding: 50px !important;
}

span.ctct-form-description h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  position: relative !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;


}

span.ctct-form-description p {
  margin-bottom: 17px !important;
  font-size: 14px;
}

.ctct-form {
  border-radius: 5px !important;
}

.constant_form label {
  width: 100% !important;
}

.ctct-form-wrapper .ctct-form-field {
  margin: 0 0 8px !important;
  width: 100% !important;
}

.constant_form input[type='text'],
.constant_form input[type='email'] {
  width: 100% !important;
  border: 1px solid #c9c9c9;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
}

fieldset span {
  position: relative;
}

.ctct-disclosure {
  display: none;
}

.ctct-form-wrapper input.ctct-label-right,
.ctct-form-wrapper textarea.ctct-label-right {
  display: inline-block !important;
  margin-right: 2% !important;
  vertical-align: top !important;
  margin-top: 6px !important;
  /* width: 75%; */
}

.ctct-form-wrapper span.ctct-label-right {
  display: inline-block;
  width: 90% !important;
}

.ctct-form-wrapper .ctct-submit {
  cursor: pointer;
  background: none;
  text-transform: uppercase;
  padding: 8px 20px;
  border: 1px solid #71009f;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.5s !important;
  color: #ffffff !important;
  background: #71009f;
}

.ctct-form-wrapper .ctct-submit:hover {
  background: none;
  color: #2f0060 !important;
}

.ctct-form-wrapper .ctct-form-field-checkbox fieldset legend {
  font-weight: normal;
  padding: 0;
  display: none !important;
}

@media only screen and (max-width: 990px) {
  span.ctct-form-description h3 {
    font-size: 30px !important;
  }

  .ctct-form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

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

.swiper-free-mode>.swiper-wrapper,
.swiper-wrapper {
  padding: 0;
}

ul.s-links {
  display: inline-flex;
  gap: 5px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*=======================================================================================*/

.overview {

  position: relative;
}

.get-involved {
  padding-top: 0px;
}

.no-padding {
  padding: 10px !important;
}


.involved-thumb {
  overflow: hidden
}


.involved-thumb img {
  transition: all 0.9s cubic-bezier(0, 0, .2, 1);
  width: 100%
}

.involved-wrapper:hover .involved-thumb img {
  transform: scale3d(1.3, 1.3, 1.3)
}

.involved-content p {
  margin-bottom: 15px;
  text-align: left;
}

.involved-content h3, h3 {
  font-size: 20px !important;
  text-align: left !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  color: #71009f !important;
  line-height: 28px !important;
}

.involved-content h3:hover {
  color: #2f0060
}

.batches {
  position: absolute;
  right: 0;
  padding: 3px 20px;
  bottom: 0;
  text-transform: uppercase;
  background: #ffc600;
  color: #000;
}

.involved-btn {
  background: none;
  text-transform: capitalize;
  padding: 8px 20px;
  border: 1px solid #71009f;
  border-radius: 5px;
  line-height: 25px;
  font-weight:500;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.5s !important;
}

.involved-btn:hover {
  background: #71009f;
  color: #fff !important;
}

.involved-content-wrapper {
  padding: 15px 0px 15px 0px;
}

.funding-opportunities {
  background: #f7f7f7;

}

.funding-content {
  background: #fff;
  padding: 20px;
  min-height: 410px;
}

.funding-content {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.font-size-25
{
	font-size:25px;
}

.funding-content h3 {
  font-size: 18px !important;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 25px !important;
}

.funding-content:hover {

  -webkit-box-shadow: 1px 0px 11px 1px #71009f45;
  box-shadow: 1px 0px 11px 1px #71009f45;
}

.news-and-publication {

  position: relative;
}

.quickmenu-area {
  width: 100%;
  height: 44px;
  position: sticky;
  top: 0;
  background: #eef5fb;
  z-index: 100;
}


.quickmenu ul {
  padding: 10px;
  margin: 0 auto;
  list-style: none;
  background: #eef5fb;
  text-align: center;
}

.quickmenu ul li {
  display: inline-block;
  margin: 0 6px;
}

.quickmenu ul li a {
  padding: 10px 40px;
  color: #201313;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}

.provider .quickmenu ul li a {
  padding: 10px 15px;
}

.quickmenu ul li a:hover {
  color: #34495E;
}

.quickmenu ul li a.active {
  border-bottom: 2px solid #92acc3;
}

a.active {
  border-bottom: 2px solid #92acc3;
}
@media only screen and (max-width: 990px) {
	.funding-content {
    background: #fff;
    padding: 20px;
    min-height: auto;
}
	.theme1 .input-group-button a, .input-group-button a {
    text-decoration: none !important;
    margin-right: 5px;
}
}

/*=======================================================================================*/

.input-group-button {
  float: right;
  position: relative;
  margin-top: 10px;
  padding-right: 0px;
}


#chcp_font_size button {
  border: none;
  /* background-color: transparent; */
  /*background-color:#eee;*/
  text-shadow: none;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 5px;
  margin: 0px;
  height: 33px;
  width: 35px;
  margin: 2px;
}

#chcp_font_size button:hover {
  color: #fff;
  background: #71009f;
}

.input-group-button button {
  position: relative;
  background: #eef5fb;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .quickmenu ul li a {
    padding: 10px 10px;
    color: #201313;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
  }
}

@media only screen and (max-width: 990px) {
  .input-group-button {
    float: right;
    margin-top: 11px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .quickmenu-area {
    display: none;
  }
	.padding-left30
	{
		padding:0px 30px;
	}
	.margin-left30
	{
		margin-left:30px;
	}
.font-size-25
{
	font-size:18px;
}
  .input-group-button {
    /* float: right; */
    /* margin-top: 31px; */
    padding-right: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
}

/*==================================== CONTACT FORM CSS ===================================================*/

.contact-page-form .wpcf7-submit {
  background: none;
  text-transform: uppercase;
  padding: 8px 20px;
  border: 1px solid #71009f;
  border-radius: 5px;
  line-height: 25px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.5s !important;
  width: 25%;
}

.contact-page-form input[type="text"],
.contact-page-form input[type="email"],
.contact-page-form textarea {
  border: 1px solid #ccc;
  line-height: 30px;
  margin: 5px 0;
  width: 100%;
}

.contact-page-form label {
  display: block;
}

.contact-page-form .boxes label {
  display: flex;
}

.contact-page-form .boxes label input {
  margin-right: 5px;
}

.contact-page-form .boxes .wpcf7-list-item {
  margin: 0 20px 0 0;
}

.sample-recaptcha {
  margin-bottom: 8px;
}

aside section {
  padding: 0px;
}

/*===================================== Pagination ====================================================*/

.page-numbers {
  padding: 5px 10px;
  border: 1px solid #ccc;
	line-height: 35px;
}

.page-numbers.current {
  color: #fff !important;
  background-color: #71009f;
}

.inner-page-details .pagination{
	display: block;
}
/*===================================== Accordion ====================================================*/


ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
}

ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 19px;

  letter-spacing: 0.01em;
  cursor: pointer;
}

ul.accordion-list li h3:after {
  content: "\eac8";
  font-family: IcoFont !important;
  position: absolute;
  right: 0;
  top: 0;
  color: #fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  font-weight: 700;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0px;
  cursor: pointer;
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}



#accordation-own {
  margin: 50px 0;
}

#accordation-own #faq .card {
  margin-bottom: 10px;
  border: 0;
}

#accordation-own #faq .card .card-header {
  border: 0;
  border-radius: 5px;
  padding: 0;
}

#accordation-own #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  color: #222;
  font-size: 19px;
  font-weight: 600;
  padding: 20px;
}

#accordation-own #faq .card .card-header .btn-header-link:after {

  content: "\eacb" !important;
  font-family: IcoFont !important;
  font-weight: 900;
  float: right;
  font-size: 22px;
}

#accordation-own #faq .card .card-header .btn-header-link.collapsed {
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
}

#accordation-own #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\eac8" !important;
}

#accordation-own #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}


#accordation-own #faq .card .collapse {
  border: 0;
}

#accordation-own #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}

.card-header {
  background-color: none;
}

.card-body {

  padding: 8px 24px;
}

#gtranslate_wrapper {
  position: relative;
}

a.glink {
  padding-right: 10px;
}

section.committee_form {
  background: #edf7ff;
  border-radius: 5px;
  padding: 30px 20px;
}

.committee_form h2 {
  color: #71009f;
  font-size: 32px;
}

.card-address {
  /* width: 50%; */
  padding: 10px 10px 10px 0 !important;
  float: left;
}

.card-contact {
  /* width: 50%; */
  padding: 10px 10px 10px 0 !important;
  float: left;
}

.committee_form_block .form-control {
  height: calc(40px + 12px + 2px);
  margin-top: 10px;
}

.committee_form_block label {
  width: 100%;
  font-size: 16px;
  color: #71009f;
  font-weight: bold;
}

.committee_form_block textarea.form-control {
  height: auto !important;
}

.entry-content {
  line-height: 27px;
}

/*========================================= TEAM MEMBERS ====================================*/

.card-grid-4 {
  background-color: #ffffff;
  padding: 20px 20px;
  border-radius: 10px;
  border: thin solid #E0E6F7;
  margin-bottom: 30px;
  min-height: 377px;
  transition: all 0.3s ease 0s;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.card-grid-4:hover {
  border-color: #B4C0E0;
  box-shadow: 0px 37px 60px -15px rgba(50, 59, 79, 0.1);
}

.card-grid-4 a {
  text-decoration: none;
}

.card-grid-4-info h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;

}

.small-text {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #212529;
}

.card-grid-4 .image-top-feature figure img {
  height: 200px;
  border-radius: 50%;
  width: 200px;
}

.card-grid-4 .card-grid-4-info {
  display: inline-block;
  width: 100%;
  padding: 10px 0px 0px 0px;
}

.card-grid-4 .btn-readmore {
  color: #05264E;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.card-grid-4 .btn-readmore:hover {
  color: #3C65F5;
}

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #71009f;
  color: #fff;
}
.rwd-table tr:first-child a {
    color: #fff !important;
	font-weight:600;
}

.rwd-table tr {
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  background-color: #fff;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #f1f4fe;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 100px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border: thin solid #E0E6F7;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #f1f4fe;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

article {
  width: 100% !important;
}

.light-bg {
  background: linear-gradient(#f1f4fe 0%, #f1f4fe 100%);
}

.testimonial-item {
  padding: 30px 0 30px 30px;
  position: relative;
}

.testimonial-item .testimonial-img {
  border-radius: 100%;
  overflow: hidden;
  width: 85px;
  height: 85px;
  position: absolute;
  left: 0px;
  border: 5px solid #02aeef;
  top: 0px;
}

.testimonial-item .testimonial-img img {

  width: 85px;
  height: 85px;

}

.testimonial-item .testimonial-content {
  background-image: url(img/testiminal-quote.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 98% 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 55px 50px;
}

.testimonial-item .testimonial-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .testimonial-item {
    padding: 0;
    margin-bottom: 30px;
  }

  .testimonial-item .testimonial-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
  }

  .testimonial-item .testimonial-content {
    background-size: 35px;
    width: 100%;
    padding: 40px 25px 25px;
    text-align: center;
  }
}

.cta-col {
  position: relative;
  z-index: 1;
}

.cta-col .inner-container {
  position: relative;
  padding: 25px 60px 25px 60px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.cta-col .title-column {
  position: relative;
  margin-bottom: 0px;
}

.cta-col .title-column .inner-column {
  position: relative;
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 20px 15px;
  margin-bottom: 20px;
  min-height: 136px;
  align-items: center;
  text-align: center;

}

.cta-col .title-column .inner-column h4 {

  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  padding: 6px 0px;
  margin-bottom: 0;
  border-radius: 5px;
}

.cta-col .title-column .inner-column p {

  margin-bottom: 0px;
  font-size: 19px;
  color: #fff;
  line-height: 1.5;

}


.cta-col.style-two .inner-container {
  border-radius: 8px;
  background-color: #5eab41;
}

.position-details {
  font-style: normal;

  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding-top: 15px;
  border-top: 1px solid #E0E6F7;
  margin-bottom: 5px;
}

.link-color {
  color: #71009f !important;
}

.contact-card {
  border-radius: 5px;
  box-shadow: 0 4px 18px 0 rgb(7 0 37 / 15%);
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  height: 450px;
}

.contact-card h3 {
  
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  font-size: 20px !important;
  color: #000 !important;
}

.contact-card h4 {
  
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  font-size: 16px;
  color: #71009f !important;
}

.icon_contact_card {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -2px;
  color: #4F5E64;
}

.contact_info_card {
  position: relative;
}

.contact_text_card h6 {
  margin-left: 26px !important;
  font-size: 16px;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.contact_text_card p {
  margin-left: 26px !important;
  margin-bottom: 5px !important;
}


.theme1 img {
  filter: grayscale(100%) !important;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.theme1 .br-1,
.theme1 #header,
.theme1 .resources-section,
.theme1 .hero-slider,
.theme1 .flow-list .flow-item::before {
  filter: grayscale(100%) !important;
}

.theme1 h3,
.theme1 h2,
.theme1 .small-button,
.theme1 .icon_contact,
.theme1 #topbar .contact-info a:hover,
.theme1 .flow-list .flow-item h5 {
  color: #000 !important;
}

.theme1 .breadcrumb-title h2 {
  color: #fff !important;
}

.theme1 .link-color,
.theme1 #footer .footer-top .footer-links ul a,
.theme1 a:hover {
  color: #000 !important;
  text-decoration: underline;
}

.theme1 .ctct-form-wrapper .ctct-submit,
.theme1 .back-to-top i,
.theme1 .page-numbers.current,
.theme1 .button-default-color,
.theme1 .social-share a,
.theme1 .flow-list .line_1 {
  background-color: #000 !important;
}

.theme1 .ctct-form-wrapper .ctct-submit:hover {
  background-color: #fff !important;
  border: 1px solid #000;
  color: #000 !important;
}

.theme1 .button-default,
.theme1 div.asl_m.asl_w,
.theme1 .involved-btn,
.theme1 .resource-btn {
  border: 1px solid #000 !important;
}

.theme1 .button-default:hover,
.theme1 .involved-btn:hover,
.theme1 .resource-btn:hover,
.theme1 #chcp_font_size button:hover {
  background-color: #000;
  background-image: linear-gradient(160deg, #000 0%, #000 100%);
  color: #fff !important;
}

.theme1 .ctct-form-wrapper form,
.theme1 .blogs,
.theme1 .alert-section,
.theme1 .publication-details {
  background-color: #ececec !important;
  background: #ececec !important;
}

.theme1 .testimonial-item .testimonial-img {
  border: 5px solid #8e9090 !important;
}

.theme1 .batches {
  background: #c0c0c0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
  border-bottom: 1px solid;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: circle !important;
  padding-left: 30px !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

h2 {
  font-size: 32px !important;
  text-align: left !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  color: #71009f !important;
  line-height: 1.4 !important;
}


.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.contact-info ul {
    justify-content: end;
    margin: 0 !important;
    display: flex;
}

.image-box img {
  width: 100% !important;
  height: auto !important;
}

.pb-10 {
  padding-bottom: 10px;
}

body.theme1 ::-moz-selection {
  color: #fff;
  background: grey;
}

body.theme1 ::selection {
  color: #fff;
  background: grey;

}

.theme1 .input-group-button a,
.input-group-button a {
  text-decoration: none !important;
}

.theme1 .catagory-wrapper::before {
  background: #d5d5d5 !important;
}

.theme1 .search-button {
  background: #313131;
}

.theme1 .text-white {
  color: #fff !important;
}

.pdf-box {
  border: 1px solid #71009f;
  padding: 11px;
  border-radius: 5px;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  min-height: 83px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  color: #71009f !important;
}


:lang(es) #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
  font-size: 14px !important;
}

:lang(es) .categories-content h4 {
  font-size: 15px !important;
}

:lang(es) .content-box h3 a,
:lang(es) .involved-content h3,
:lang(es) h3 {
  font-size: 16px !important;
}

:lang(es) .card-grid-4-info h5 {
  font-size: 16px !important;
}

:lang(es) .quickmenu ul li a {
  font-size: 12px !important;
}

:lang(es) .funding-content {
  height: 400px;
}


.s-links img {
  width: 19px;
}

ul li,
ul li>ul li {
  font-size: 16px;
}

.card-body {
  border: 1px solid #eee;
}

menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #ddd !important;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}

.site-main .entry-content ul {
  list-style: none;
  margin-left: 0px;
  padding: 0;
}

.site-main .entry-content ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
}

.site-main .entry-content ul li:before {
  position: absolute;
  content: "\e9a8";
  font-family: 'boxicons';
  left: 0px;
  vertical-align: top;
  font-size: 21px;
  top: -1px;
  color: #71009f;
}

.publication-next.swiper-button-next {
  color: #00aff4 !important;
}

.publication-prev.swiper-button-prev {
  color: #00aff4 !important;
}

.theme1 h4,.theme1 .committee_form_block label {
  color: #393535 !important;
}

.theme1 .rwd-table tr:first-child{
	background-color: #393535 !important;
}

.theme1 .rwd-table tr:nth-child(2n+1):not(:first-child),.theme1 section.committee_form {
  background-color: #e8e8e8;
}

.theme1 .site-main .entry-content ul li::before {
	 color: #393535 !important;
}

.theme1 #footer .footer-top .s-links a{
	background: #393535;
}


.wpcf7-checkbox input[type=checkbox]:checked {
background: #a14c4c !important;
}

.theme1 .pdf-box{
	border: 1px solid #3e3e3e;
	color: #222 !important;
}

.theme1 .swiper-button-next,.theme1 .swiper-button-prev {
  cursor: pointer;
  color: var(--swiper-navigation-color, #5e5f5f);
}

.explore-comeetes{
	background: #e1e1e1;
    padding: 100px 0px !important;
}

.danger {
    color: #eb3131;
}

@media screen and (max-width: 990px)
{
  .quick-links-top
  {
	  display: block;
  }
	#topbar {
    background: #eef5fb;
    height: auto !important;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
}
	.contact-info li a {
    padding: 10px 10px 10px 0px;
    text-decoration: none;
}

.contact-info ul {
    margin: 0 !important;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
	
  .float-left {
    float: left;
    width: 100%;
  }
}

.theme1 .publication-next.swiper-button-next,.theme1 .publication-prev.swiper-button-prev {
  color: #5a5a5a !important;
}

.ctct-submit{
	margin-top: 5px;
}

.card-grid-4 img {
  width: 300px;
}

.inner-page-details #pg-2664-1 {
    overflow-x: scroll !important;
}

#careers-list a{
	color: #71009f !important;
}

h1.page-title{
	color: #71009f;
}


.communitypage a {
	color: #71009f !important;
}