@charset "UTF-8";
/**
 * Talkfever reset
 * =================================
 * We use normalize.css for the bulk of our 'reset'
 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "DM Sans", sans-serif; */
/* font-family: "Poppins", sans-serif; */
/* font-family: "Open Sans", sans-serif; */

* {
  font: inherit;
}

*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/***********
  margins
  paddings
 **********/
html {
  box-sizing: border-box;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;

}

/*********
  hovers
 ********/
a,
button,
input[type=submit] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover,
button:hover,
input[type=submit]:hover {
  cursor: pointer;
}

/**************
  decorations
 *************/
a,
button,
input,
select,
textarea {
  background: none;
  color: inherit;
  border: none;
  text-transform: none;
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
}

h2 {
  font-size: 44px;
  font-weight: 600;
}

h3 {
  font-size: 40px;
  font-weight: 600;
}

h4 {
  font-size: 34px;
  font-weight: 500;
}

h5 {
  font-size: 22px;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  font-weight: 500;
}

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
  margin-top: 0px;
}
.container{
  max-width: 1432px;
}
.section-heading {
  margin-bottom: 60px;
  text-align: center;
}
.section-heading h6 {
  font-size: 14px;
  color: #528052;
}
.section-heading h2 {
  color: #16213e;
}

.slick-dots {
  display: flex !important;
  align-items: center;
  position: absolute;
  left: 220px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
  max-width: 100px;
  bottom: 40px;
}
.slick-dots li {
  background-color: #528052;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #528052;
  width: 15px;
  height: 15px;
}

.heading-h6 {
  color: #528052;
  font-size: 14px;
}

.heading-h2-bs {
  color: #16213e;
  margin-top: 10px;
  line-height: 64px;
}

.heading-h1-bs {
  color: #16213e;
}

.description-p {
  font-size: 17px !important;
  color: #41444b !important;
  line-height: 28px !important;
}

.widget-list-content {
  max-width: 250px;
}

.section-padding {
  padding: 80px 0px;
}

.blue-widget {
  background-color: rgba(60, 40, 118, 0.9) !important;
}

.green-widget {
  background-color: #528052;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 2.5;
  height: 48px;
  padding: 0px 35px;
  overflow: visible;
  text-align: center;
  border-radius: 7px;
  user-select: none;
  background-color: #E60012;
  transition: all 0.5s ease;
}
.btn, .btn:link, .btn:visited {
  color: #fff;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #ec2254;
}
.btn, .btn:hover, .btn:active, .btn:focus, .btn:visited {
  text-decoration: none;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}
.btn.white-btn {
  background-color: #ffffff;
  padding: 9px 15px;
  height: 55px;
  line-height: 38px;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.btn.white-btn:hover, .btn.white-btn:active, .btn.white-btn:focus {
  background-color: #e6e6e6;
}
.btn.white-btn, .btn.white-btn:link, .btn.white-btn:visited {
  color: #000000;
}
.btn.btn-transparent {
  background-color: transparent;
  height: auto;
  font-size: 14px;
  padding: 5px 0px;
  color: #005b94 !important;
  line-height: 14px;
}
.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus {
  background-color: transparent;
  color: #528052 !important;
}
.btn.btn-transparent, .btn.btn-transparent:link, .btn.btn-transparent:visited {
  text-decoration: none;
}
.btn.btn-arrow {
  width: 55px;
  height: 55px;
  color: #00395c !important;
  padding: 14px 0px;
}
.btn.btn-pickle {
  width: 55px;
  height: 55px;
  padding: 4px 0px;
}
.btn.btn-blue {
  background-color: #E60B40;
  width: 55px;
  height: 55px;
  padding: 4px 0px;
}
.btn.btn-blue, .btn.btn-blue:link, .btn.btn-blue:visited {
  color: #fff;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus {
  background-color: #291b50;
}
.btn.btn-blue, .btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus, .btn.btn-blue:visited {
  text-decoration: none;
}
.btn.btn-blue:active, .btn.btn-blue:focus {
  outline: none;
}
.btn.btn-blue.disabled, .btn.btn-blue[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
}

.btn--primary {
  background-color: #E60B40;
}
.btn--primary, .btn--primary:link, .btn--primary:visited {
  color: #fff;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: #eb1b4f;
}

.btn--block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn--block + .btn--block {
  margin-top: 10px;
}

input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
  width: 100%;
}

/* HEADER CSS */

.main-header {
  background-color: #ffffff;          /* fallback for old browsers */
  padding: 15px 0px;
  padding-bottom: 0;
}
.main-header .header-menu {
  background-color: #42429a;
}
.main-header .main-logo {
  max-width: 196px;
  display: inline-block;
}
.main-header .mainmenu .nav-item .nav-link {
  color: #ffffff;
  transition: color 0.3s, font-weight 0.3s;
  padding: 15px 20px;
}
.main-header .mainmenu .nav-item .nav-link:hover,
.main-header .mainmenu .nav-item .nav-link.active {
  color: #e59830;
  font-weight: 700;
}
.main-header .cta {
  background-color: #42429a;
  font-size: 20px;
  font-weight: 400;
}
.main-header .mobile-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .widget {
  text-align: end;
}
.main-header .widget h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #e60012;
}
.main-header .widget p {
  font-size: 14px;
}
.about-banner {
  padding: 80px 0px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
}
.about-banner:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 40%);
  z-index: -1;
}
.about-banner .widget h4 {
  color: #fff;
  margin-bottom: 15px;
}
.about-banner .widget p {
  color: #fff;
  max-width: 520px;
}
.our-mission-about .widget img {
  border-radius: 16px;
}
.how-to-join {
  background-color: #42429a;
}
.how-to-join .widget {
  border: solid 1px #ccc;
  border-radius: 8px;
  height: 100%;
  padding: 30px 30px;
  background-color: #fff;
  text-align: center;
}
.how-to-join .widget h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.our-mission-wrapper .widget h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 24px 0px;
  margin-bottom: 5px;
}
.how-to-join .widget ol{
    padding-left:10px;
}
.how-to-join .widget ul {
    list-style: disc !important;
    padding-left: 18px;
}
.how-to-join .widget ul li{
    margin-bottom:10px;
}
.how-to-join .row {
    max-width: 870px;
    margin: 0 auto;
}
.how-to-join .section-heading h4 {
  color: #fff;
}
.how-to-join.rules-wrapper .section-heading h4 {
  color: #000;
}
.how-to-join.rules-wrapper .row {
  max-width: 100%;
  margin: auto;
}
.our-mission-wrapper .widget {
  text-align: center;
  box-shadow: 0px 0px 10px 0px #d5d5d5;
  border-radius: 10px;
  padding: 50px 50px;
  height: 100%;
}
.contact_info {
  background-color: white;
  background-color: white;
  border-radius: 10px;
  padding: 30px 45px 20px 45px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.contact_info ul li {
  margin-bottom: 25px;
}
.contact_info ul li h4 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.contact_info ul li i {
  font-size: 36px;
  font-size: 2.25rem;
  color: #978667;
}
.banner-wrapper .widget p {
  color: #fff;
}
.our-mission-wrapper .widget p {
  margin: 0;
}
.mission-problems-wrapper {
  background-color: #42429a;
}
.mission-problems-wrapper .section-heading h4 {
  font-size: 28px;
  color: #fff;
}
.mission-problems-wrapper .widget h3 {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
}
.main-header .widget h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
/* Footer */
.main-footer {
  background-color: #FFF7F7;
  padding: 80px 0px;
}
.main-footer .widget h3 {
  font-size: 20px;
  color: #101828;
  margin-bottom: 31px;
}
.main-footer .widget .links ul li a {
  font-size: 16px;
  color: #6B6767;
  padding: 5px 0px;
  display: inline-block;
}
.main-footer .f-social a {
  display: inline-block;
  margin-right: 20px;
  width: 45px;
}
.main-footer .f-social a img {
  width: 100%;
}
.main-footer .f-contact li {
  margin-bottom: 10px;
}
.main-footer .f-contact a i {
  color: #fa2c2c;
  font-size: 20px;
  margin-top: 3px;
}
.main-footer .f-contact a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #6B6767;
}
.main-footer .f-contact h3 {
  font-size: 20px;
  color: #1C1C1C;
  margin-bottom: 25px;
}
.main-footer .subscribe-form .form-group {
  display: flex;
  margin-bottom: 20px;
}
.banner-wrapper {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 80px 0px;
}
.banner-wrapper .widget {
  background-color: rgb(0 0 0 / 52%);
  padding: 60px 60px;
  backdrop-filter: blur(7px);
  border-radius: 15px;
}
.banner-wrapper .widget h2{
  color: #ffffff;
  text-transform: uppercase;
}
.supprt-cause-wrapper .row {
  max-width: 900px;
  border: solid 1px #e9e9e9;
  border-radius: 16px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px #d5d5d5;
  padding: 30px;
}
.supprt-cause-wrapper .widget h4 {
  margin-bottom: 20px;
  font-size: 34px;
  color: #42429a;
  font-weight: 600;
}
.supprt-cause-wrapper .widget p {
  font-size: 15px;
  font-weight: 500;
}
.supprt-cause-wrapper .widget ul li {
  margin-bottom: 5px;
}
.team-slider .item h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.team-slider .item p {
  text-align: center;
  margin-top: 5px;
}
/* Responsive CSS */
@media only screen and (max-width: 1200px) {
 
}
@media only screen and (max-width: 991.98px) {
 
  .main-header {
    padding: 10px 0px;
  }
  .main-header .main-logo {
    max-width: 136px;
  }
}
@media only screen and (max-width: 767.98px) {
  
  .main-footer .mobile-colm {
    width: 50%;
  }
  .main-footer .footer-logo img {
    max-width: 200px;
  }
  .mission-problems-wrapper .widget h3 {
    font-size: 20px;
    line-height: 35px;
  }
  .banner-wrapper .widget {
    padding: 30px 20px;
  }
  .banner-wrapper .widget h2 {
    font-size: 30px;
  }
  .main-header .mobile-menu .menu .mainmenu .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 20px;
  }
 .main-header .menu-btn {
    display: block;
    height: 40px;
    padding: 2px 4px;
    text-align: right;
    width: 40px;
  }
  .main-header .menu-btn .toggle-icon {
    background-color: #005a95;
    height: 3px;
    margin: 7px 0;
    width: 100%;
  }
  .main-header .mobile-menu {
    position: fixed;
    background-color: rgb(255, 255, 255);
    display: block !important;
    height: 100vh;
    top: 0;
    width: 320px;
    left: 0;
    transform: translateX(-100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 999;
    overflow: auto;
  }
  .main-header.show .mobile-menu {
    transform: translateX(0%);
  }
  .main-header .mobile-menu .menu .mainmenu {
    flex-direction: column;
    padding: 30px 0px;
  }
  .main-header .mobile-menu .menu .mainmenu .nav-item .nav-link {
    font-size: 17px;
    padding: 15px 10px;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .section-heading h4 {
    font-size: 26px;
  }
  .section-heading p {
    font-size: 14px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .section-heading {
    margin-bottom: 40px;
  }
  .our-mission-wrapper .widget {
    padding: 40px 15px;
  }
  .our-mission-about .widget h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-footer .f-social a {
    margin-bottom: 20px;
  }
  .main-footer .widget h3 {
    margin-bottom: 10px;
  }
  .main-header .widget {
    text-align: center;
    margin-top: 20px;
  }
  .banner-wrapper .widget h2 {
    font-size: 26px;
  }
  .supprt-cause-wrapper .widget h4 {
    font-size: 24px;
  }
  .about-banner .widget h4 {
    font-size: 28px;
  }
  .contact_info ul li i {
    font-size: 1.25rem;
    color: #978667;
  }
  .contact_info ul li h4 {
    font-size: 18px;
  }
  .contact-wrapper h3.mb-3 {
    font-size: 26px;
  }
    
}
.crd-ul li{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin:-1px 0 0 0;
    padding:5px 0;
}

.features .widget {
    /*background: linear-gradient(123deg,rgba(171, 92, 92, 1) 37%, rgba(247, 187, 114, 1) 100%);
    color: #fff;*/
}

.list-vis{
    list-style-type:disc;
}

.our-vision-wrapper {
    background: linear-gradient(123deg,rgba(171, 92, 92, 1) 37%, rgba(247, 187, 114, 1) 100%);
    color:#fff;
}

@media (max-width: 575px) {
    ul.account-details{
        margin-bottom:20px;
    }

    ul.account-details li{
        font-size:15px;
    } 

    .supprt-cause-wrapper .row {
        padding: 15px;
    }
}

.reg-for-edu {
    background: linear-gradient(90deg,rgba(0, 18, 46, 1) 0%, rgba(14, 63, 176, 1) 49%, rgba(0, 18, 46, 1) 99%);
    line-height: 20px !important;
    position: relative;
    transform: scale(1);
    transition: all .3s;
    font-size:15px;
    padding:10px 20px;
    height:auto!important;
}

.reg-for-edu:hover {
    background: #FF6600;
    line-height: 20px !important;
    transform: scale(1.1);
    box-shadow: 0 8px 8px 0 #00000033;
}


.no-scroll {
    overflow: hidden;
    height: 100vh;
}


.text-red-animation {
    animation: color_change .2s infinite alternate;
}
@keyframes color_change {
    from {
        background: blue;
    }

    to {
        background: #910235;
    }
}