@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
   font-family: 'Poppins', sans-serif;
}
.open-sans-regular{
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}

.open-sans-semibold{
    font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
.open-sans-bold{
    font-family: 'Poppins', sans-serif;
     font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 105px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: 25px;
    padding: 0px 8px;
    color: #000;
}



/*header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #d71921;
}*/
.navbar-brand {
    position: absolute;
    top: -65%;
    left: 0;
    padding: 0;
    width: 11%;
}
.top-head li a {
    color: #000;
    margin-right: 15px;
}
.top-head li {
    margin-top: 10px;
}
.navbar-brand img {
    /* width: 42%; */
    width: 100%;
    transition: all 0.4s;
}
.banner-section .caption h1 {
    color: #fff;
    font-size: 65px;
    margin-bottom: 0;
    line-height: 90px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.banner-section .caption h2 {
    color: #fff;
    text-transform: initial;
    font-size: 37px;
    line-height: 45px;
    font-weight: 700;
}
.banner-section{
    position: relative;
}

.banner-section .text-box {
    position: absolute;
    bottom: 25%;
    right: 5%;
}
/*.banner-section .form-div {
    background: #141414b0;
    position: absolute;
    bottom: 3%;
    left: 67%;
    padding: 0;
    width: 373px;
}*/
.banner-section form {
    padding: 14px 22px 22px;
}
.form-div h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 28px;
    font-weight: 600;
}
.banner-section .form-div h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 600;
    background: #141414;
    padding: 11px 22px;
}
.form-div .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffffad;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    font-size: 16px;
    color: #ffffffad;
}
.banner-section .form-div .form-control::placeholder{
    color: #ffffffad;
}
.form-div .form-group {
    margin-bottom: 27px;
}
.form-div button {
    background: #CD001D;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 12px;
    font-weight: 600;
    margin-top: -8px;
}
.heading{
   
    color: #141414;
    font-size: 45px;
    font-weight:600;
}
.heading span{
    color: #CD001D;
}
.why-single {
    box-shadow: 0px 0px 20px #0000001a;
    background: #fff;
    padding: 29px 25px 23px;
    margin-bottom: 30px;
    height: 350px;
}
.why-single h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0px;
}
.why-single p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
}
.why-single img {
    transition: all 0.4s;
    width: 80px;
    height: 80px;
    filter: invert(62%) sepia(76%) saturate(1337%) hue-rotate(340deg) brightness(97%) contrast(94%);
}
.banner-section img {
    filter: brightness(0.7);
}
.why-single:hover img{
   transform: scale(1.04);
}
.why {
    padding: 120px 0px 60px;
}
.why .row{
    margin-top: 22px;
}
.case-study {
    background: #f18b2a;
    padding: 120px 0px;
}
.case-study video{
    width: 100%;
}
.case-study h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    line-height: 41px;
}
.case-study p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
.case-study .text-box {
    padding-left: 57px;
      width: 645px;
}
.case-study .reverse-row .text-box {
    padding-left: 131px;
}
.case-study .row{
    align-items: center;
    margin-top: 30px;
}
.case-study .row.reverse-row {
    margin-top: 80px;
}
.case-study .reverse-row img{
    float: right;
}
.testimonials {
    background: #81838652;
    padding: 100px 0px 130px;
    position: relative;
}
.testimonials .item p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}
.testimonials .item p.inner-p{
    font-size: 16px;
    line-height: 22px;
}
.testimonials .item h4 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
}
.testimonials .left-quote{
    position: absolute;
    top: 0;
    left: 0;
    width: 8%;
}
.testimonials .right-quote{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8%;
}
.testimonials .owl-theme .owl-nav [class*=owl-],
.award .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 5px;
   padding: 0;
}
.testimonials .owl-nav {
    position: absolute;
    right: 0;
    bottom: -14%;
}
.award .item {
    position: relative;
    /*height: 290px;*/
    
}
.award .item h3 {
    font-size:26px;
    font-weight: 700;
}
.award .item span{
    font-size: 20px;
     font-weight: 700;
}
.award .item p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 26px;
}
.award .item img.award1 {
    width: auto !important;
    position: absolute;
    left: -53px;
    top: -8px;
}
.award .item img.award2 {
    position: absolute;
    width: auto !important;
    top: -88px;
    left: -78px;
}
.award .item img.award3 {
    position: absolute;
    width: auto !important;
    top: -30px;
    left: -35px;
}
.awards-slider .owl-stage{
    padding-left: 0 !important;
}
.awards-slider {
    padding-left: 11%;
}
.awards-slider .text-box {
    padding: 33px 0px;
    padding-left: 106px;
    padding-right: 7px;
    /* background: #E9E7E1; */
    /* box-shadow: 9px 9px 6px #00000029; */
    width:79%;
    float: right;
    height: 290px;
    position: absolute;
    top: 0;
}
.award .overlay {
    position: absolute;
    right: -129px;
    top: 201px;
    width: 23%;
    z-index: 1;
    height: 294px;
    background: linear-gradient(90deg, rgba(255,255,255,0.46262254901960786) 0%, rgba(255,255,255,1) 100%);
}
/*.awards-slider .owl-item.cloned .item {
    width: 100% !important;
    height: 290px;
}
.awards-slider .owl-item.active .item {
    width: 100% !important;
    height: 290px;
}*/
/*.awards-slider.owl-carousel .owl-stage-outer{
    overflow: unset !important;
    position: relative;
}*/
.awards-slider .bg{
    width: auto !important;
}
.award {
    padding: 30px 0px;
    position: relative;
    background: #81838652;
}
.award .heading{
    margin-bottom: 25px;
}
.award .owl-nav {
    position: absolute;
    bottom: -22%;
    right: 15%;
}
.faq{
    background: #E9E7E1;
    padding: 80px 0px;
}
.faq .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.faq .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #1414144f;
}
.faq .accordion-button {
    background: transparent;
    border: 0;
    color: #141414;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    padding: 20px 0px;
}
.faq .accordion-button:not(.collapsed){
    background: transparent;
     color: #141414;
     box-shadow: unset;
}
.faq .accordion-item p {
    margin-bottom: 30px;
    font-size: 16px;
}
.faq .accordion-item:last-of-type{
    border-radius: 0;
}
.faq .accordion-button:focus{
    box-shadow: unset;
}
.faq .card-body {
    margin-top: -8px;
}
.about-tic{
    padding: 90px 0px;
}
.about-tic .text-box h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 16px;
}
.about-tic p{
    font-weight: 400;
}
.about-tic .form-div {
    box-shadow: 0px 0px 20px #0000003D;
    width: 78%;
    float: right;
}
.about-tic .form-div h3 {
    background: #141414;
    padding: 14px 26px;
}
.about-tic form{
    padding: 0px 26px 24px;
}
.about-tic .form-div .form-control {
    border-bottom: 1px solid #70707085;
    color: #141414;
}
.about-tic .row{
    align-items: center;
}
.stop{
    background: #CD001D;
    padding: 130px 0px;
}
.stop h2{
    color: #fff;
     margin-bottom: 0;
    font-size: 64px;
      font-family: 'Bebas Neue', sans-serif;
}
.footer-contact .wrapper{
    display: flex;
    align-items: center;
}
.footer-contact .wrapper a{
    color: #fff;
    padding-left: 20px;
}
footer {
    background: #030303;
    padding: 85px 0px 0;
}
.footer-contact h4{
    color: #fff;
    font-size: 20px;
    margin-bottom: 13px;
}
footer .row {
    align-items: end;
    padding-bottom:60px;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-box a {
    margin-left: 10px;
}
.social-box a{
    background: #fff;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #000;
}
.footer-strip p {
    color: #fff;
    margin-bottom: 0;
}
.footer-strip {
    border-top: 1px solid #fff;
    padding: 20px 0px;
}
.form-control:focus{
    box-shadow: none;
}
header.shrink {
    animation: 0.3s 0.3s fadeInDown both;
    /*height: 55px;*/
}
/*header.shrink .navbar-expand-md .navbar-nav .nav-link{
    margin-top: 15px;
    font-size: 16px;
}*/
header.shrink .navbar-brand img {
    /* width: 42%; */
    width: 100%;
}
.connect {
    background: #141414;
    position: fixed;
    top: 28%;
    right: 0;
    display: none;
    writing-mode: vertical-lr;
    padding: 13px 5px;
    z-index: 1;
    cursor: pointer;
}
.connect p{
    color: #fff;
    font-size: 16px;
}
.form-modal .banner-section .form-div{
    position: relative;
    left: unset;
    width: 100%;
}
.form-modal .modal-header {
    background: #050505;
    color: #fff;
}
.form-modal .btn-close {
    color: #fff;
    background: unset;
    opacity: 1;
    font-size: 24px;
    padding: 0;
    position: absolute;
    right: 16px;
    top:22px;
}

.banner-section.modal-body {
    position: relative;
    background: #141414;
}
.about-tic.active .connect {
    display: none !important;
}

.form-div {
    color: #fff;
    padding: 10px;
    width: 100%;
    display: flex;
    margin: 0px 10px;
    background: #141414b0;
    margin: 0px 10px;
    text-align:center;
    /* margin-bottom: 5px; */
}
.slider-content .common-btn{
    margin:0 auto;
}
.common-btn {
    background: #fff;
    padding: 10px;
    color: #000;
    border-radius: 20px;
    display: block;
    width: fit-content;
    font-size: 12px;
    margin-bottom: 10px;
}

.banner-section .forms-wrapper {
    /* background: #141414b0; */
    position: absolute;
    bottom: 3%;
    left: 55%;
    padding: 0;
    width: 19%;
    width: 39%;
    /* display: flex; */
}
.case-study li {
    color: #fff;
    margin-bottom: 10px;
    list-style-type: disc;
}
.why.ngos .why-single {
    height: 400px;
}
.slider-content {
    padding: 10px;
    width: 50%;
}

.common-btn {
    width: fit-content;
    height: 44px;
    background: #F18B2A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    position: relative;
     text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
}
.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#0a8f3e;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.address-wrapper {
  display: flex;
  align-items: flex-start;
  /* margin-top: 24px; */
  /* margin-left: 10px; */
  margin-right: 25px;
  align-items: center;
}
.common-btn:hover{
  color: #fff !important;
  border:0px !important;
}
.common-btn:hover:before{
  transform:scaleX(1);
}

.footer-contact i {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 5px;
}
.footer-contact p {
    color: #fff;
    padding-left: 10px;
}
.footer-contact .wrapper {
    display: flex;
    align-items: flex-start;
}
footer .row {
    padding-bottom: 60px;
    align-items: start;
}
.footer-logo {
    margin: 0 auto;
    display: block;
    width: 20%;
}
footer .row {
    padding-bottom: 7px;
    align-items: start;
}
footer {
    padding: 24px 0px 0;
}
.social-box{
    justify-content: center;
}
.awards-slider {
     padding-left:0; 
}
.award .owl-nav {
    position: absolute;
    top: 30%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width:100%;
    z-index: -1;
}

.award .owl-prev{
    position:absolute;
    left:-5%;
}
.award .owl-next{
    position:absolute;
    right:-5%;
}
section#testimonials .row {
    margin-top: 35px;
}
#testimonials h4 {
    font-weight: 700;
    font-size: 32px;
}
#testimonials img {
    margin: 14px auto;
    display: block;
}
.testimonials {
    padding: 110px 0px 45px;
}
.vision-single {
    background: #f18b2a;
    padding: 20px;
    height: 289px;
    border-radius: 17px;
    color: #fff;
}
.vision-single h4 {
    font-weight: 500;
    font-size: 30px;
}
.vision-single img {
    width: 15%;
    padding: 0px;
    filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
    height: 76px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.award .item iframe {
    height: 100%;
}
.award .item img {
    height: 100%;
}
.award .item {
    position: relative;
     height: 269px;
    margin-bottom: 31px;
}
.award .item img {
    object-fit: cover;
}

header.shrink {
    box-shadow: 0px 0px 10px #ccc;
}

.banner-section {
    margin-top: 100px;
}

.case-study img{
    width:100%;
}

.slider-content img {
    width: 25%;
    margin-bottom: 10px;
    filter: invert(62%) sepia(76%) saturate(1337%) hue-rotate(340deg) brightness(97%) contrast(94%);
    height: 60px;
}

.social-box a:hover {
    color: #000;
}

.initiative {
    padding: 100px 0px 40px;
}
.why.ngos{
    padding-top:0px;
}

.top-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: -4px;
    padding-right: 10%;
}
.top-head ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0px;
    margin-bottom:0px;
}

.partnership {
    padding: 80px 0px;
}
.partnership .nav-tabs {
    margin-bottom: 30px;
    border-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnership .nav-tabs li a.active {
    background: #f18b2a;
    color: #fff;
    border-radius: 20px;
}

.partnership .nav-tabs li a{
    color:#000;
   /* border: 0px;*/
    border-radius: 20px;
    border: 1px solid #ccc;
    margin: 0px 10px;
}

.partnership .nav-tabs li a:hover{
 background: #f18b2a;
 color:#fff;
}

.breadcum {
    position: relative;
    margin-top: 110px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
}
.breadcum .caption-heading {
    position: absolute;
    top: 45%;
    z-index: 1;
}

.breadcrum-element {
    position: absolute;
    top: 22%;
    width: 25%;
    left: 4%;
}
.caption-heading h1 {
    font-weight: 600;
    font-size: 65px;
    text-align: center;
}
.partnership li {
    list-style-type: disc;
    margin-bottom: 13px;
}

.partnership .nav-tabs li{
    list-style-type:none;
}

.banner-section .text-box h3 {
    color: #fff;
}
.why h4 {
    line-height: 35px;
}
.why .common-btn {
    margin: 0 auto;
}

.initiative li {
    list-style-type: disc;
    margin-bottom: 10px;
}