@media(max-width:3000px) and (min-width: 1700px){
 .case-study .text-box {
    width: 716px;
}
.case-study .reverse-row .text-box {
    padding-left: 286px;
    width: 800px;
}
.case-study video {
    width: 93%;
}
.case-study .reverse-row img {
    float: right;
    width: 93%;
}
.awards-slider .text-box {
     padding-left: 96px;
     width: 59%;
 }
 .navbar-brand img {
    width: 75%;
    transition: all 0.4s;
}
header.shrink .navbar-brand img {
    width: 75%;
}
.navbar-brand {
    top: -45%;
}
}

 
@media(max-width:1500px) {
/*.heading{
    font-size: 50px;
}*/
.faq .accordion-button{
    font-size: 19px;
    padding: 18px 0px;
}
.about-tic .text-box h3 {
    font-size: 23px;
    margin-bottom: 14px;
}
.stop{
    padding: 100px 0px;
}
.case-study .text-box{
    width: 574px;
}
.case-study .reverse-row .text-box {
    padding-left: 115px;
}
.case-study h3 {
    font-size: 23px;
    line-height: 30px;
}
.case-study p {
    font-size: 15px;
    line-height: 23px;
}
.why-single h4 {
    font-size: 20px;
    margin: 16px 0px;
}
.why-single{
   /* height: 272px;*/
    padding: 29px 19px 23px;
}
.why-single p{
    font-size: 16px;
}
/*.banner-section .caption h1 {
    font-size: 85px;
    line-height: 90px;
}*/
.banner-section .caption h2 {
    font-size: 29px;
    line-height: 32px;
}
.navbar-expand-md .navbar-nav .nav-link{
    font-size: 15px;
}
.banner-section .form-div{
    left: 64%;
}
.case-study .row.reverse-row {
    margin-bottom: 64px;
}
}


@media(max-width: 1440px) {
.awards-slider .text-box{
    width: 95%;
}
.award .item h3{
    font-size: 23px;
}
.award .item p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
}
.award .overlay {
    position: absolute;
    right: -165px;
    top: 185px;
    z-index: 1;
    height: 263px;
}
.testimonials .left-quote,
.testimonials .right-quote {
    width: 8%;
}
/*.award .item{
    margin-top:45px;
}*/
.award .overlay {
    position: absolute;
    right: -93px;
    top: 230px;
    z-index: 1;
    height: 253px;
}
}

@media(max-width: 1280px) {
.testimonials .left-quote,
.testimonials .right-quote{
    width: 8%;
}
.awards-slider .text-box{
  padding-top: 33px;
}
.award .item p{
    font-size: 13px;
}
}

@media(max-width: 1024px) {
.case-study .text-box {
    width: 478px;
}
.case-study .reverse-row .text-box {
    padding-left: 37px;
}
.testimonials .right-quote,
.testimonials .left-quote{
    width: 10%;
}
.about-tic .form-div{
    width: 94%;
}
.banner-section .form-div{
    left: 59%;
    bottom: 0;
    padding: 7px 22px 12px;
}

}


@media(max-width: 992px) {
     header .mobile-navbar.open {
         right: 0%;
    }
     .navbar-toggler .icon-bar {
         display: block;
         width: 25px;
         height: 2px;
         border-radius: 0px;
         background-color: #000;
         position: relative;
         margin: 5px auto;
         transition: all ease-in-out 0.3s;
         -webkit-transition: all ease-in-out 0.3s;
         -moz-transition: all ease-in-out 0.3s;
         -o-transition: all ease-in-out 0.3s;
    }
     header .navbar-toggler.active .icon-bar.one {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg);
         top: 7px;
    }
     header .navbar-toggler.active .icon-bar.two {
         transform: translateX(40px);
         -webkit-transform: translateX(40px);
         -moz-transform: translateX(40px);
         -o-transform: translateX(40px);
    }
     header .navbar-toggler.active .icon-bar.three {
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
         bottom: 7px;
    }
     .mobile-navbar .navbar-nav {
         margin-top: 50px;
         display: block;
    }
     header .navbar-toggler, header .navbar-toggler:focus {
         border: 0;
         outline: 0;
         padding: 0;
         width: 25px;
         height: 25px;
         position: relative;
         overflow: hidden;
         z-index: 2;
         margin: 10px;
         top: -5px;
    }
     header .mobile-navbar.open {
         right: 0%;
    }
     header .mobile-navbar {
         z-index: 2;
         width: 100%;
         position: fixed;
         top: 0;
         padding: 0px;
         z-index: 1;
         right: -100%;
         background-color:#fff;
         color:#fff ;
         height: 100vh;
         overflow-y: scroll;
         transition: all 0.3s;
         align-items: flex-start;
    }
    .navbar-brand {
    top: 1px;
    left: 15px;
}
     .navbar-brand img {
         margin: inherit;
         width: 85%;
         margin-top: 0px;
         display: flex;
         justify-content: center;
    }
.navbar-expand-md .navbar-toggler {
    display: block;
    position: relative;
    top: 13px;
}
.navbar-expand-md .navbar-toggler:focus{
    box-shadow: none;
     top: 13px;
}
.case-study .text-box {
    width: 92%;
}
.case-study video,
.case-study .reverse-row img {
    width: 91%;
    display: block;
    margin: 0 auto 20px;
    float: unset;
}
.case-study .row.reverse-row{
    flex-wrap: wrap-reverse;
}
.case-study .reverse-row .text-box {
    padding-left: 62px;
}
.case-study .text-box,
.case-study .reverse-row .text-box{
    padding-left: 23px;
}
.about-tic .form-div {
    width: 100%;
    float: unset;
}
.social-box {
    justify-content: flex-start;
    margin-top: 25px;
}
footer {
    padding-top: 20px;
}
footer .col-lg-2 img{
    margin-bottom: 15px;
}
footer .row {
    padding-bottom: 5px;
}
.social-box a {
    margin-left: 0;
    margin-right: 10px;
}
social-box a {
    margin-left: 0;
    margin-right: 10px;
}
.stop h2{
    font-size: 47px;
}
.stop {
    padding: 56px 0px;
}
.banner-section .form-div {
    width: 100%;
    bottom: 0;
}
/*.banner-section .form-div{
    width: 35%;
    bottom: 0;
}*/
.navbar-brand img {
    width: 90%;
}
header.shrink .navbar-brand img {
    width: 90%;
}
.banner-section{
    margin-top: 74px;
}
.why {
    padding:90px 0px 21px;
}
.case-study{
    padding: 40px 0px;
}
.testimonials {
    padding: 40px 0px 40px;
}
.why.ngos .why-single {
    height: auto;
}
.award, .faq, .about-tic {
    padding: 30px 0px;
}
section.banner-section img {
    height: auto;
    object-fit: cover;
}
.banner-section .text-box{
    bottom: 39%;
}
.banner-section .caption h2 {
    font-size: 21px;
    line-height: 26px;
}
header.shrink .navbar-expand-md .navbar-toggler{
    top: 5px;
}
.awards-slider.owl-carousel .owl-stage-outer{
    overflow: hidden !important;
}
.award .overlay{
    display: none;
}
.awards-slider .bg {
    padding-left: 64px;
}
.award .item img.award1{
    left: 8px;
}
.awards-slider .text-box {
    width: 63%;
    padding-left: 151px;
}
.award .item img.award2{
    left: -16px;
}
.awards-slider .owl-item .item {
    margin-top: 5px;
}
.award .item img.award3{
    left: 21px;
}
.award .owl-nav{
    bottom: -8%;
}
.banner-section .caption h1 {
    font-size: 40px;
}
.slider-content .common-btn {
    margin: 0 auto;
    font-size: 12px;
    height: auto;
}
.slider-content {
    padding: 6px;
    width: 50%;
}
.slider-content h6 {
    font-size: 12px;
}
.slider-content p {
    font-size: 10px;
}
.banner-section .form-div {
    left: 59%;
    bottom: 0;
    padding: 2px 5px 2px;
}
.heading {
    font-size: 25px;
}
.vision-single {
    padding: 10px;
    height: auto;
    margin-bottom: 20px;
}
.award .owl-nav {
    position: absolute;
    top: 30%;
    right: unset;
    left: 0%;
    transform: none;
    width: 100%;
    z-index:1;
}
}

 @media(max-width: 767px) {
.banner-section {
    margin-top: 53px;
}    
.why-single {
    height: auto;
    padding: 19px 19px 24px;
}
.why-single img {
    width: 57px;
    height: 55px;
}
.heading {
    font-size: 25px;
}
.why-single h4 {
    margin: 11px 0px;
}
.case-study .text-box, .case-study .reverse-row .text-box {
    padding-left: 7px;
}
.case-study p{
    font-size: 13px;
}
.case-study .row.reverse-row {
    margin-top: 19px;
}
.case-study h3{
    font-size: 20px;
}
.testimonials .item p{
    font-size: 14px;
}
.why-single p {
    font-size: 14px;
}
.faq .accordion-item p{
    font-size: 14px ;
}
.faq .accordion-button {
    font-size: 16px;
     line-height: 24px;
}
.about-tic p{
    font-size: 14px;
}
.stop h2 {
    font-size: 30px;
}
.stop {
    padding: 30px 0px;
}
.footer-contact .wrapper a {
    padding-left: 10px;
    font-size: 13px;
}
.footer-strip p{
    font-size: 14px;
}
.footer-strip{
    padding: 10px 0px;
}
h4.opacity-0 {
    display: none;
}
.footer-contact .wrapper{
    margin-bottom: 10px;
}
.social-box {
    margin-top: 6px;
    margin-bottom: 10px;
}
.banner-section .form-div {
    width: 100%;
    bottom: -9px;
    position: relative;
    left: 0;
    /* padding-top: 17px; */
    padding-bottom: 10px;
    margin-left: 0px;
}
.banner-section .text-box {
    bottom: unset;
    top: 29%;
    left: 20px;
}
.banner-section .caption h1 {
    font-size: 35px;
    line-height: 64px;
}
.banner-section .caption h2 br{
    display: none;
}
.banner-section .caption h2 {
    font-size: 20px;
    line-height: 25px;
}
.testimonials .owl-theme .owl-nav [class*=owl-] img{
    width: 76%;
}
.form-modal .banner-section {
    margin-top: 0;
}
.awards-slider {
    padding-left: 0%;
    margin-top: 0px;
}
.awards-slider .bg{
    display: none !important;
}
.awards-slider .owl-item.active .item{
    background-color: #e9e7e1;
}
.awards-slider .text-box {
    width: 100%;
    padding-left: 129px;
}
.award .item img.award1 {
    left: 8px;
    width: 23% !important;
    top: 22px;
}
.award .item img.award2 {
    width: 27% !important;
    top: 30px;
    left: 6px;
}
.award .item img.award3 {
    left: 21px;
    width: 27% !important;
    top: 5px;
}
.award .owl-theme .owl-nav [class*=owl-] img{
    width: 76%;
}
.award .owl-nav{
    bottom: -7%;
}
.case-study {
    padding: 90px 0px 50px;
}
.testimonials {
    padding: 110px 0px 40px;
}
.banner-section .forms-wrapper {
    /* background: #141414b0; */
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 0;
    width: 19%;
    width: 100%;
    /* display: flex; */
}
.vision-single {
    background: #f18b2a;
    padding: 20px;
    height: auto;
    border-radius: 17px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-logo {
    margin: 0 auto;
    display: block;
    width: 50%;
}
.footer-contact p {
    margin-bottom: 0px;
}
section.banner-section img {
     height: auto; 
     object-fit: contain; 
}
.desktop-banner.img-fluid.w-100 {
    height: 400px;
    object-fit: cover;
}
.why.ngos .why-single{
    height:auto;
}
.slider-content .common-btn {
    margin: 0 auto;
    font-size: 12px;
    height: auto;
}
.case-study .text-box {
    width: 100%;
}
.case-study .text-box ul {
    padding-left: 20px;
}
.case-study .text-box li{
    font-size:13px;
}
.navbar-brand img {
    width: 85%;
}
header.shrink .navbar-brand img {
    width: 85%;
}
.award .item {
     position: relative; 
     height: 240px;
     margin-bottom: 20px; 
}
.navbar-brand {
    position: absolute;
    top: -4px;
    left: 0;
    padding: 0;
    width: 20%;
}
.top-head li a {

    font-size: 12px;
}
.top-head ul {
    justify-content: flex-start;
}
.initiative p {
    font-size: 14px;
    padding-top: 20px;
}
#oppportunity h4 {
    font-size: 16px;
}
header {
    height: 95px;
}
.partnership .nav-tabs li a {
    font-size: 13px;
    margin-bottom: 10px;
}
.caption-heading h1 {
    font-size: 20px;
}
p{
    font-size:13px;
}
.partnership {
    padding: 50px 0px;
}
}
 @media(min-width:768px) {
}
