/*--------------------------------------Stylesheet----------------------------------------------*/
* {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    max-width: 100%;
    height: auto;
}
img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



html{  overflow-x: hidden;}
body{background:#fff;font-family: 'Montserrat', sans-serif;width:100%;margin:0px auto;overflow-x:hidden!important;box-shadow:none!important;border:0px}
img, .logo img:focus{max-width:100%;outline:none!important;}
a:focus, a:hover{text-decoration:none;color:#5ab54c;outline:none!important;}
ul{padding:0px;list-style:none;outline:none!important;}
figure, ul, ol, p{margin:0;}
iframe {
    border: 0;
    width: 100%;
    height: 400px;
    line-height: 0;
}
.fal, .far, .fad, .fas{font-family:"Font Awesome 5 Free";font-weight:600!important;}
.pull-right{float:right!important;}
.pull-left {
    float: left!important;
}
.t-transform{text-transform:uppercase!important;}
.font-bold{font-weight:600!important;}
.bg-white{background:#fff!important;}
.bg-grey{background:#fbfdf8;}
.m-0{margin:0;}
.p-0{padding:0;}
p{
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width:1300px){
.container {max-width:1230px;}
}



/*------------------------------------upper-header---------------------------------------------*/
.upper-header{background:#000037;padding:10px 0;}
.upper-header p{display: flex;font-size:16px;color:#fff;font-family: 'Roboto', sans-serif;font-weight:300;}
.upper-header p img{padding-right:10px;}
.upper-header p a {
    color: #fff;
}
.upper-header p img {
    -webkit-animation: jiggling 1.7s linear infinite;
    animation: jiggling 1.7s linear infinite;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
        transition: .7s;
}
div#google_language_translator {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0px 4px;
}
.upper-header marquee {
    margin-top: 6px;
}

@keyframes jiggling{
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
 .upper-header .social-icons li{display: inline-flex;   margin-left: 11px;
}

.upper-header .social-icons li i{
    border-radius: 50%;
   width: 35px;
   line-height: 35px;
   height: 35px;
   background: #e4722bcc;
   text-align:center;
}
.upper-header .social-icons li:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.upper-header .social-icons li:hover i.fa-facebook-f {
    background-color: #3b5998;
    border: 1px dashed #3b5998;
}
.upper-header .social-icons li:hover i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     border: 1px dashed #fd5949;
}
.upper-header .social-icons li:hover i.fa-youtube { background:#FF0000;border:1px solid #FF0000;}
.upper-header .social-icons li:hover i.fa-twitter { background:#1DA1F2;border:1px solid #1DA1F2;}
.upper-header .social-icons li:hover i.fa-linkedin-in{ background:#0072b1;border:1px solid #0072b1;}
.upper-header .social-icons li a {
    display: inline-block;
}
.upper-header .social-icons li i {
    color: white;
}

.upper-header .text {
    display: inline-flex;
}
.upper-header .social-icons {
    margin-right: 0px;
    display: flex;
}

.upper-header .text .btn {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 22px;
}
.upper-header .text h6{margin-bottom:0px;}
.upper-header .text .lang {
    padding: 0px 0px 0px 15px;
}
.upper-header .text .lang .form-control {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 4px 22px;
    background: transparent;
    height: 33px;
}
.upper-header .text .btn:hover{border-color:#5ab54c;color:#5ab54c;}

/*------------------------------------#header---------------------------------------------*/
.navbar-brand {
    display: none;
}
#header {
    width: 100%;
    position: relative;
    background: #e4722b;
    z-index: 10001;
        font-family: 'Poppins', sans-serif;
	    box-shadow: 0 0px 5px 2px #969191;
    box-shadow: inset 0 0 25px #7e390e;

}
#header .logo img {
    box-shadow: inset 0 0 25px #7e390e;
    border-radius: 50%;
}
#headertop.fixed-header .upper-header {
    padding: 8px 0;
}
#headertop {
    width: 100%;
    position: relative;
    background: #e4722b;
    z-index: 10001;

}
#header .logo {
    position: absolute;
    top: 0;
    margin: -48px auto;
    left: 0px;
    text-align: center;
    right: 0;
    bottom: 0;
        width: 300px;
}
#header .navbar-nav>li:first-child>a {
    padding-left: 0px;
}
#header .navbar-nav>li:last-child>a {
    padding-right: 0px;
}
#header .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
       padding: 12.6px 17px 12px;
    font-weight: 400;
    display: flex;
    text-transform: uppercase;
}
#header .navbar-nav>li:hover>a, #header .navbar-nav>li.current-menu-item>a{
    cursor: pointer;
    color: #000037;

}
#headertop.fixed-header {
    position: fixed;
    top: 0;
    z-index: 1000001;
     animation: .5s slideInDown ease-in-out;
    -webkit-animation: .5s slideInDown linear
}
#headertop.fixed-header .logo {
    margin:-30px auto;
}
#headertop.fixed-header .logo img {
    width: 106px;
}
i.fa.fa-home {
    font-size: 20px;
    color: #ffffff;
}
/*-----------sub-menu-----------*/
.dropdown:hover .sub-menu{display:block;}

.dropdown:before {
    position: absolute;
    content: '\f107';
    top: 11px;
    bottom: auto;
    margin: auto;
    right: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.dropdown:hover:before {
    color: #000037;
}
.sub-menu::before {
    -webkit-filter: drop-shadow(1px 0px 1px #000);
    filter: drop-shadow(1px 0px 1px #000);
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    font-size: 30px;
    color: #5ab54c;
    line-height: 0.4;
    content: "\f0d8";
    margin: auto;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 700;
    width: 100%;
    padding-left: 1em;
    z-index: -1;
}
.sub-menu{padding:0px;border-radius:0px;min-width:180px;box-shadow: none!important;margin:0;left:0px;line-height: 1.6; border: 0px solid #ddd;z-index: 111111;display:none;position: absolute;}
.sub-menu>li {
        width: 100%;
    margin-left: 0;
    padding-left: 0;
	position:relative;
}
.sub-menu>li:hover a, .sub-menu>li.current-menu-item a{
        background: #e4722b;
    border-color: #9c5326;
}
.sub-menu>li>a {
    margin-left: 0;
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    background: #47d24d;
    border: 1px solid transparent;
    width: 100%;
    border-bottom: 1px solid #5d9460;
     font-size: 14px;
}

/*------------------------------------slider-section---------------------------------------------*/
.slider, .banner-section{position:relative;}
.home-slider img, .banner-section img{width:100%;    transform: unset;}
/*.home-slider img{height:650px;object-fit:cover*/
.slider .text-left{position: absolute;content: "";top:50%;left:4%;transform:translate(-0%,-50%);}
.home-slider .owl-item.active .btn{-webkit-animation:fadeInDown .7s ease-in-out;animation:fadeInDown .7s ease-in-out;}
.home-slider p{font-family: 'Roboto Slab', serif;font-size:16px;margin-bottom:15px;font-weight:300;color:#fff;line-height:1.9;margin-top:25px;
}
.slider .owl-item.active .text-right p{-webkit-animation:fadeInRight 1.5s ease-in-out;animation:fadeInRight 1.5s ease-in-out;}

.slider .text-right {
    position: absolute;
    content: "";
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
 
}
.home-slider .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 40px;
    right: 50px;
    text-align: center;
}
.home-slider .owl-dots .owl-dot:last-child:before {
	background:transparent;
}

.home-slider .owl-dots .owl-dot:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: #e4722b;
    width: 1px;
    height:9px;
    transform: rotate(
90deg
);
}
.home-slider .owl-dots .owl-dot:nth-child(2):after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: #e4722b;
    width: 1px;
    height:9px;
    transform: rotate(
90deg
);
}
.slider .text-top{position: absolute;content: "";top:50%;left:50%;transform:translate(-50%,-50%);text-align: center;}
.slider .owl-item.active .text-top p{-webkit-animation:fadeInDown 1.5s ease-in-out;animation:fadeInDown 1.5s ease-in-out;}

.home-slider h1:hover{
    text-shadow: 0 0 20px #000;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.home-slider h1.heading {
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom:0px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    position: relative;

}
.home-slider h1 span {
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom:0px;
    color:#5ab54c;
    font-family: 'Roboto Slab', serif;
    position: relative;

}
.home-slider h1 span:before{position:absolute;content:"";background:#fff;bottom:0px;width:100%;height:2px;}
.home-slider h1.heading:before{position:absolute;content:"";background:#fff;bottom:0px;width:100%;height:2px;}
.home-slider .btn{font-family: 'Poppins', sans-serif;font-size:16px;color:#fff;background:#e4722b;padding:9px 40px;border-radius: 0px;border:none;margin-top:20px;overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;}
.home-slider .btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:#5ab54c;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
} 
.home-slider .btn:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}  
.home-slider p span{display:block;}
.home-slider .owl-item.active h1{-webkit-animation:fadeInUp 1s ease-in-out;animation:fadeInUp 1s ease-in-out;}
.home-slider .owl-item.active p{-webkit-animation:fadeInLeft 1.5s ease-in-out;animation:fadeInLeft 1.5s ease-in-out;}
/*-----------------------Owl-controls-------------------------*/
.slider .owl-theme .owl-controls .owl-nav div{position: absolute;top:50%;font-size:20px;background:#fff;border-radius:30px;padding:0px;line-height:40px;height:40px;width:40px;border:0px;color:#000;transform:translate(0%, -50%);-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.slider .owl-theme .owl-controls .owl-nav .owl-prev{left:15px;}
.slider .owl-theme .owl-controls .owl-nav .owl-next{right:15px;}
.slider .owl-theme .owl-controls .owl-nav div:hover{color:#fff!important;background:#e4722b;}


/*-----------------------------------about-section----------------------------------------------*/
.about-section{z-index: 1;padding: 4em 0 5em;background:url(../images/aboutbacks.jpg) no-repeat center;background-size:cover;position:relative;}
.about-section:before {
    content: 'BHU SAARTHI SEVA FOUNDATION';
    font-size: 104px;
    font-weight: 700;
    color: #b6b6b6;
    position: absolute;
    left: 5%;
    bottom: -1%;
    WIDTH: 100%;
    line-height: 0.9;
    opacity: 0.2;
    font-family: 'Roboto Slab', serif;
}
.about-section h2{color:#353535;font-size:48px;font-family: 'Courgette', cursive;   width: fit-content;}
.about-section:after {
    position: absolute;
    content: "";
    background: url(../images/aboutback.png);
    bottom: 5%;
    left: 27%;
    width: 175px;
    height: 196px;
    opacity: 0.2;
    z-index: -1;
}

.about-section p{font-family: 'Roboto Slab', serif;font-size:16px;margin-bottom:15px;font-weight:400;color:#000;line-height:1.9;margin-top:2em;
}
.about-section .col-lg-4.col-md-4{padding:0 10px;}
.about-section .btn {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    background: #e4722b;
    padding: 10px 26px;
    border-radius: 0px;
    border: none;
    margin-top: 20px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}
.about-section .btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:#5ab54c;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
} 
.about-section .btn:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}  
.about-section figure{position:relative;overflow:hidden;box-shadow: 0px 12px 24px #b5b4b4;}
.about-section figure img{width:100%;}
.about-section .text {
    background: rgb(228 114 43 / 70%);
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0px;
    width:100%;
    padding: 46px 0px 17px;
}
.about-section .text h6{font-family: 'Roboto Slab', serif;font-size:36px;color:#fff;text-align:center;font-weight:300;}

.about-section figure:hover .text{
      clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
        background: rgb(90 181 76 / 70%);
}
.about-section .col-lg-4.col-md-4:nth-child(2) figure .text{    clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
}
.about-section .col-lg-4.col-md-4:hover:nth-child(2) figure .text{  
       clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);

}
.about .don td {
    font-weight: 500;
    font-size: 19px;
    border: 1px solid #cfcece;
    padding: 5px 7px;
}
.about .don {
    margin-top: 7em;
}
/*---------------------------------mission-section----------------------------------------------*/
.mission-section{padding: 3.5em 0;}
.mission-section .box figure{margin-bottom:1.7em;}
.mission-section .box:hover figure img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.15;
    -webkit-transform: translate(126%, 30%) scale(1.9);
    transform: translate(126%, 30%) scale(1.9);
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.mission-section .box .text .block{display:none;}

.mission-section .box:hover .text .block{display:block;}
.mission-section .box:hover .text{
    -webkit-transform: translate(0rem, -7rem) scale(1);
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.mission-section h3{font-family: 'Roboto Slab', serif;font-size:30px;font-weight:300;color:#fff;margin-bottom:15px;}
.mission-section p{font-family: 'Roboto', sans-serif;font-size:14px;margin-bottom:0px;font-weight:300;color:#fff;line-height:2.2;}
.mission-section .box {
    background: #5ab54c;
    padding: 3.5em 6em;
    position: relative;
    overflow: hidden;
    height: 370px;
}
.mission-section .box:before {
    position: absolute;
    content: "";
    background: url(../images/aboutback.png);
    bottom: -23%;
    right: -13%;
    width: 175px;
    height: 196px;
    opacity: 0.2;
    filter: brightness(11);
}
.mission-section .box:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.mission-section .col-lg-6.col-md-6:nth-child(2) .box{background:#e4722b;}

/*---------------------------------campaign-section--------------------------------------------*/
.campaign-section{padding-bottom:3em;}
.campaign-section .heading{font-family: 'Roboto Slab', serif;font-size:36px;font-weight:400;color:#353535;margin-bottom:1.5em;position:relative;}
.campaign-section .heading:before {
    margin: auto;
    position: absolute;
    content: "";
    background: url(../images/heading.png);
    width: 218px;
       height: 29px;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
}
.campaign-section .card {
    box-shadow: 0px 12px 24px #b5b4b4ba;
    border-radius: 13px;
    border: none;
}
.campaign-section .card:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    transform: scale(1.01);
}
.campaign-section .card .btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #e4722b;
    padding: 12px 23px;
    border-radius: 0px;
    border: none;
    margin-top: 7px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}
.campaign-section .card .btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:#5ab54c;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.1s, opacity 0.4s;
    transition: transform 0.1s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
} 
.campaign-section .card .btn:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}  
.campaign-section .card .box {
    padding: 1em 1em;
}.campaign-section .card h3 {
    font-size: 16px;
    color: #353535;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    line-height: 1.6;
}
.campaign-section .card figure{    border-radius: 13px;
overflow:hidden;}
.campaign-section .card figure img{width:100%;}



/*----------------------------------impact-section----------------------------------------------*/
.impact-section{padding-bottom:4em;position:relative;}
.impact-section:before{left: 0;position:absolute;background:#000037;bottom:0px;width:100%;height:68%;content:"";}
.impact-section .heading{font-family: 'Roboto Slab', serif;font-size:36px;font-weight:400;color:#353535;margin-bottom:1.5em;position:relative;}
.impact-section .heading:before {
    margin: auto;
    position: absolute;
    content: "";
    background: url(../images/heading.png);
    width: 218px;
       height: 29px;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
}
.impact-section .col-lg-3.col-md-4{padding:0 5px;}
.impact-section figure:hover {
    transform: translateY(-9px);
}
.impact-section figure{position:relative;overflow:hidden;}
.impact-section figure img{width:100%;}
.impact-section .text {
    background: rgb(228 114 43 / 70%);
     clip-path: polygon(0 28%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 0px;
    width:100%;
    padding:30px 0px 15px;
}
.impact-section .text h6{font-family: 'Roboto Slab', serif;font-size:24px;color:#fff;text-align:center;font-weight:300;}

.impact-section figure:hover .text{
   clip-path: polygon(0 0, 100% 28%, 100% 100%, 0% 100%);
        background: rgb(90 181 76 / 70%);
}

.impact-section .col-lg-3.col-md-4:nth-child(odd) .text {
    clip-path: polygon(0 0, 100% 28%, 100% 100%, 0% 100%);
}
.impact-section .col-lg-3.col-md-4:nth-child(odd) figure:hover .text{clip-path: polygon(0 28%, 100% 0, 100% 100%, 0% 100%);}



/*---------------------------------trust-section----------------------------------------------*/
.trust-section{padding:4em 0 7em;background:url(../images/trustback.png) no-repeat center;background-size:cover;position:relative;}
.trust-section:before {
    content: 'You Can Trust';
    font-size: 119px;
    font-weight: 700;
    color: #b6b6b6;
    position: absolute;
    left: 50%;
    text-align: center;
    bottom: -1%;
    transform: translate(-50%,0%);
    WIDTH:100%;
    line-height: 0.9;
    opacity: 0.2;
    font-family: 'Roboto Slab', serif;
}
.trust-section h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    font-weight: 300;
    color: #000;
    margin-bottom:10px;
    line-height: 1.5;
}
.trust-section h2 span{display:block;}
.trust-section .left {
    width: 35%;
    background: #fff;
    padding: 3em;
}
.trust-section .left hr {
    border: 3px solid #5ab54c;
    width: 74%;
    float: left;
}

.trust-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 3.5em;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
}
.trust-section .right {
    width: 65%;
    background: #5ab54c;
    overflow: hidden;
    position: relative;
    padding:1em 1em;
    display: flex;
        flex-wrap: wrap;
}
.trust-section .right:before {
    position: absolute;
    content: "";
    background: url(../images/aboutback.png);
    bottom: -23%;
    right: -13%;
    width: 175px;
    height: 196px;
    opacity: 0.2;
    filter: brightness(11);
}
.trust-section .box {
    display: flex;
    width: 88%;
    margin: auto;
}
.trust-section .box-text {
    width: 33%;
    padding: 26px;
}
.trust-section .t-icon {
    background-color: transparent;
    border-radius: 50%;
    border: 9px solid #fff;
    text-align: center;
    width: 180px;
    height: 180px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
    flex-direction: column;
}
.trust-section .t-icon::after, .trust-section .t-icon::before {
    border-radius: 100%;
    left: -9px;
    top: -9px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 111%;
    height: 111%;
}
.trust-section #marker {
    display: none;
}
#marker, .marker2 {
    position: absolute;
    height: 100%;
    width: 0%;
    left: 0;
    -webkit-transition: .5s linear;
    transition: .5s linear;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    bottom: 0;
    display: block;
    background: #f9f9f9;
}
/*.trust-section .box-text:hover .t-icon::before {
    border-top-color: #e4722b;
    border-right-color: #e4722b;
    border-bottom-color: #e4722b;
    border-left-color: #e4722b;
    -webkit-transition: border-right-color 0.15s linear, border-bottom-color 0.15s linear 0.1s, border-left-color 0.15s linear 0.2s, border-top-color 0.15s linear 0.25s;
    transition: border-right-color 0.15s linear, border-bottom-color 0.15s linear 0.1s, border-left-color 0.15s linear 0.2s, border-top-color 0.15s linear 0.25s;
}
.trust-section .box-text:hover .t-icon::after {
    border-top: 7px solid #e4722b;
    border-left-width: 7px;
    border-right-width: 7px;
    -webkit-transform: rotate(
270deg
);
    transform: rotate(
270deg
);
    -webkit-transition: border-top-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: border-top-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s, border-top-width 0s linear 0.35s;
    transition: transform 0.4s linear 0s, border-top-width 0s linear 0.35s, -webkit-transform 0.7s linear 0s;
}*/
.trust-section .box-text:hover .t-icon::before {
    border-top-color: #e4722b;
    border-right-color: #e4722b;
    border-bottom-color: #e4722b;
    border-left-color: #e4722b;
    -webkit-transition: border-right-color 0.15s linear, border-bottom-color 0.15s linear 0.1s, border-left-color 0.15s linear 0.2s, border-top-color 0.15s linear 0.25s;
    transition: border-right-color 0.15s linear, border-bottom-color 0.15s linear 0.1s, border-left-color 0.15s linear 0.5s, border-top-color 0.15s linear 0.6s;
}
.trust-section .box-text:hover .t-icon::after {
    border-top: 7px solid #e4722b;
    border-left-width: 7px;
    border-right-width: 7px;
    -webkit-transform: rotate(
270deg
);
    transform: rotate(
270deg
);
    -webkit-transition: border-top-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: border-top-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s, border-top-width 0s linear 0.7s;
    transition: transform 0.4s linear 0s, border-top-width 0s linear 0.8s, -webkit-transform 0.7s linear 0s;
}
.trust-section .t-icon::before {
    border: 9px solid transparent;
}

.trust-section .t-icon h3 {
    font-size: 36px;
    color: #fff;
    font-style: initial;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}
.trust-section .t-icon h6 {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}
.trust-section .t-icon h6 span{display:block;}
/*----------------------------------blog-section----------------------------------------------*/
.col-lg-3.sidebar-class h3 {
    background-color: #e4722b;
    color: #fff;
    font-size: 20px;
    padding: 8px 8px;
}

.col-lg-3.sidebar-class ul li {
    line-height: 40px;
    border-bottom: 1px dotted #000;
    padding: 5px 10px;
}

.col-lg-3.sidebar-class ul li a {
    color: #000037;
    font-weight: 600;
}


.blog-section{padding:3em 0;}
.blog-section .heading{font-family: 'Roboto Slab', serif;font-size:36px;font-weight:400;color:#353535;margin-bottom:1.5em;position:relative;}
.blog-section .heading:before{
    margin: auto;
    position: absolute;
    content: "";
    background: url(../images/heading.png);
    width: 218px;
      height: 29px;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
}
.blog-section .card:hover{box-shadow: 0px 12px 24px #b5b4b4ba;}
.blog-section .card{border-radius: 0px;z-index: 11111;}
.blog-section .card figure {
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    margin-bottom: 0;
}
.blog-section .card:hover figure {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.blog-section .card:hover::before {
    -webkit-animation: 3s hf ease forwards;
    animation: 3s hf ease forwards;
}
.blog-section .card::before {
    content: '';
    width: 1px;
    height: 0%;
    margin: auto;
    display: block;
    position: absolute;
    left: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0 solid #ff5733;
    border-left-width: 4px;
    z-index: -1;
}
@keyframes hf{
    0%{height: 60%;}
    30%{height: 100%;width: 4px;border: 0 solid $text3;border-left-width: 4px;}
    70%{height: 100%;width: 101%;border-width: 4px;border-right-width: 0;}
    70%{height: 100%;width: 101%;border-width: 4px;border-right-width: 0;}
    80%{height: 100%;width: 101%;border-width: 4px;border-right-width:4px;}
    100%{height: 100%;width: 101%;border-width: 4px;border-right-width:4px;}
}
.blog-section .card:hover .blog-text h5{    -webkit-transform: translateY(10px);
    transform: translateY(10px);}
.blog-section .card figure img{width:100%;}
.blog-section .blog-text {
    padding: 1em 1em 1em;
    margin-top: -1rem;
}
.blog-section .blog-text h5 {
    font-size: 14px;
    color: #353535;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0px;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-bottom: 2em;
}
.blog-section .blog-text h5 img {
    margin-right: 10px;
}
.blog-section .blog-text h3{font-size:20px;color:#353535;font-weight:400;font-family: 'Roboto Slab', serif;line-height:1.5;}
.blog-section .blog-text p{font-family: 'Roboto', sans-serif;font-size:13.92px;margin-bottom:0px;font-weight:400;color:#353535;line-height:2.2;}
.blog-section .blog-text a {
    font-size: 14px;
    color: #e4722b;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0px;
    margin-top: 10px;
}
.blog-section .blog-text a:hover{color:#5ab54c;}

.help-section{padding:3em 0;position:relative;}
.help-section:before{left: 0;position:absolute;background:url(../images/helpheadingback.png);top:0px;width:100%;height:75%;content:"";}

.help-section h2{color:#353535;font-size:48px;font-family: 'Roboto Slab', serif;position:relative;width: fit-content;font-weight:300;}

.help-section figure{overflow:hidden;}
.help-section h2:before{position:absolute;content:"";background:#000;bottom:0px;width:100%;height:2px;}

.help-section p{font-family: 'Roboto Slab', serif;font-size:18px;margin-bottom:15px;font-weight:400;color:#000;line-height:1.9;margin-top:2em;
}
.help-section .text {
    margin-top: 3.5em;
    position: relative;
}
.help-section h3 i{color:#e4722b;padding-right: 10px;}
  .help-section h3:hover i{-webkit-animation: 1s tada infinite;
    animation: 1s tada infinite;}
.help-section h3{    display:inline-flex;font-size:30px;color:#9d9d9d;font-family: 'Roboto Slab', serif;font-weight:400;}
.help-section h3 a{padding-left: 10px;font-size:30px;color:#353535;font-weight:400; display: inline-flex;
  white-space: nowrap;
  overflow: hidden; }
@keyframes typings {
  from { width: 0; }
  to { width: 455px; }
}

/*---Animation----*/

.help-section h3 a:hover{color:#e4722b;}
.help-section h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #fff;
    background: #e4722b;
    width: fit-content;
    float: right;
    transform: rotate( 
-90deg
 );
    padding: 11px 13px;
    position: absolute;
    right: 0px;
    top: -40px;
}
.help-section h5 img {
    transform: rotate(
90deg
);
    margin-left: 7px;
}
/*----------------------------------galley-section----------------------------------------------*/
.galley-section{    background: #f5f5f5;padding:3em 0;}
.galley-section .heading{font-family: 'Roboto Slab', serif;font-size:36px;font-weight:400;color:#353535;margin-bottom:1em;position:relative;}
.galley-section .heading:before {
    margin: auto;
    position: absolute;
    content: "";
    background: url(../images/heading.png);
    width: 218px;
       height: 29px;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
}
.galley-section .galley-box .flex .box figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.galley-section .galley-box .flex .box figure:hover a::before {
    opacity: 1;
}
.galley-section .galley-box .flex .box a::before {
    content: "\f00e";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 700;
    color: #fff;
    font-size: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
}
.galley-section .galley-box .flex .box a {
    width: 100%;
    height: 100%;
    display: block;
}
.galley-section .galley-box .flex .box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.galley-section .galley-box .flex .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 20px);
    margin: 10px;
    overflow: hidden;
}
.galley-section .galley-box .flex {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 1;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.galley-section .tbtn{  font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #e4722b;
    padding: 12px 40px;
    border-radius: 0px;
    border: none;
    margin-top:0em;
    font-weight: 400;overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;}

.galley-section .tbtn:hover{
  background:#5ab54c;
  box-shadow: 0 0 20px #5ab54c;
}  
 .galley-section .center{margin-top: 3em;}
 .ourgallery .gallery-box .gallery-img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

/*----------------------------------testimonial-section----------------------------------------------*/
.testimonial-section{padding-bottom:3.5em;position:relative;padding-top:3em;}
.testimonial-section .heading{font-family: 'Roboto Slab', serif;font-size:36px;font-weight:400;color:#353535;margin-bottom:1em;position:relative;}
.testimonial-section .heading:before {
    margin: auto;
    position: absolute;
    content: "";
    background: url(../images/heading.png);
    width: 218px;
       height: 29px;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
}
.testimonial-section .card:hover {
    border:1px solid #fff;
    background:#e4722b;
}
.testimonial-section .testimonials .owl-item.active {
    -webkit-animation: bounceInRight 1s ease forwards;
    animation: bounceInRight 1s ease forwards;
}
.testimonial-section .card {
    padding: 2em 2em;
    border-radius: 17px;
}
.testimonial-section .card span {
    color: #e4722b;
    font-size: 12px;
}
.testimonial-section .card:hover h4, .testimonial-section .card:hover h6, .testimonial-section .card:hover span, .testimonial-section .card:hover h5{color:#fff;}
.testimonial-section .card h4 {
    font-size: 16px;
    color: #353535;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 16px;
}
.testimonial-section .card h5{font-size:22px;color:#000037; font-weight:400; font-family: 'Roboto Slab', serif;}
.testimonial-section .card h6{font-size:13px;color:#000;font-family: 'Roboto', sans-serif;}
.testimonial-section .card figure {
    position: absolute;
    bottom: -13%;
    left: 50%;
    transform: translate(-50%, 0px);
}
.testimonial-section .item{margin-bottom:2.3em;margin-top:0.4em;}

/*-----------------------Owl-controls-------------------------*/
.testimonial-section .owl-theme .owl-controls .owl-nav div{position: absolute;top:50%;font-size:20px;color:#000;transform:translate(0%, -50%);-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.testimonial-section .owl-theme .owl-controls .owl-nav .owl-prev{left:-25px;}
.testimonial-section  .owl-theme .owl-controls .owl-nav .owl-next{right:-25px;}
.testimonial-section .owl-theme .owl-controls .owl-nav div:hover{color:#e4722b}

/*-----------------------------------footer----------------------------------------------*/
footer {
    background: #000037;
      font-family: 'Roboto', sans-serif;

}

footer .socail li:hover i{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
footer .socail li:hover i.fa-facebook-f {
    background-color: #3b5998;
    border: 1px dashed #3b5998;
}
footer .socail li:hover i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     border: 1px dashed #fd5949;
}
footer .socail li:hover i.fa-youtube { background:#FF0000;border:1px solid #FF0000;}
footer .socail li:hover i.fa-twitter { background:#1DA1F2;border:1px solid #1DA1F2;}
footer .socail li:hover i.fa-linkedin-in{ background:#0072b1;border:1px solid #0072b1;}
footer .socail li i {
    color: #fff;
    font-size: 25px;
    margin: 0 9px;
    width: 55px;
    height: 55px;
    border: 1px dashed #fff;
    text-align: center;
    border-radius: 50%;
    padding: 14px 0;
}
footer .socail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    background: url(../images/social.png);
    width: 454px;
    margin: auto;
    padding: 21px 43px;
    transform: translateY(-17px);
}
footer h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    padding: 35px 0 16px;
    position: relative;
    margin-bottom: 2px;
    width: fit-content;
}
footer h2::before {
    content: '';
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
footer .footer-nav-box ul li a{
    font-size: 15px;
    font-weight: 400;
    color: #adadad;
    display: block;
    margin-bottom: 7px;
}
footer .footer-nav-box ul li a:hover {
    color: #e4722b;
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}
footer .footer-nav-box ul li {
    margin-left: 25px;
    position: relative;
}
footer .footer-nav-box ul li:hover:before {
    background: #e4722b;
    border: none;
    width: 9px;
    height: 9px;
}

footer .footer-nav-box ul li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #000;
    border: 2px solid #c3c2c2;
    border-radius: 50%;
    left: -24px;
    top: 5px;
}
footer .form-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
       padding-top: 2.5em;
}
footer .box h4 {
    color: #fff;
    text-align: center;
}
footer .form-box .nit-flex {
    display: block;
}

footer .form-box .nit-flex input {
    outline: none;
    height: 53px;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-right: 0px;
    background: #fff;
    border: 0;
    width: 100%;
    margin-bottom: 10px;
}
footer .box{padding:0 4.5em;position:relative;}
footer .box:before {
    position: absolute;
    content: "";
    border: 1px solid #29295d;
    height: 380px;
    left: 0px;
    top: 0px;
}
footer .box:after {
    position: absolute;
    content: "";
   border: 1px solid #29295d;
    height: 380px;
    right: 0px;
    top: 0px;
}
footer .form-box .nit-flex [type="submit"] {
    width: 100%;
    height: 53px;
    background: #e4722b;
    font-size: 18px;
    font-weight: 400;
    text-transform:uppercase;
    color: #fff;
    text-align: center;
        box-shadow: inset 0 0 0 0px #fff;
            border: 1px solid #e4722b;
            padding: 0;
                -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
footer .form-box .nit-flex [type="submit"]:hover{
    background: #fff;
    color: #ef4c23;
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    box-shadow: inset 0 0 0 50px #fff;
}
.footer-bottom {
    padding: 0px 0 0;
    border-top: 1px solid #29295d;

}

.footer-bottom .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    padding: 1.1em 0;
}
.footer-bottom p {
    font-size: 14.57px;
    font-weight: 400;
    color: #adadad;
    margin-bottom: 0;
}
.footer-bottom p a:hover{color:#5ab54c;}
.footer-bottom p a{
    font-size: 14.57px;
    font-weight: 400;
    color: #e4722b;
    margin-bottom: 0;
}
.nit-footer-info .nit-inflex .nit-inbox {
    font-size: 18px;
    font-weight: 300;
    color: #797979;
    padding: 0px 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.nit-footer-info .nit-inflex .nit-inbox:hover i{color:#e4722b;border: 1px dashed #e4722b;}

.nit-footer-info h5{font-size:16px;color:#fff;  font-family: 'Roboto Slab', serif;font-weight:400;}
.nit-footer-info a, .nit-footer-info p{font-size:14px;color:#adadad;font-weight:500;}
.nit-footer-info .nit-inflex .nit-inbox i {
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
    width: 55px;
    height: 55px;
    border: 1px dashed #fff;
    text-align: center;
    border-radius: 50%;
    padding: 14px 0;
    transform: translateY(13px);
}
.nit-footer-info .nit-inflex .nit-inbox:hover a {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}


/*-----------------------------------Scroll-to-Top-------------------------------------------*/
#mkd-back-to-top {color:#fff;position: fixed;width:60px;height:60px;right:15px;bottom:21px;margin: 0;z-index: 10001;-webkit-transition: opacity .15s ease-out,visibility .15s ease-out;-moz-transition: opacity .15s ease-out,visibility .15s ease-out;transition: opacity .15s ease-out,visibility .15s ease-out;overflow: hidden;opacity: 1;visibility: visible;clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);}
#mkd-back-to-top>span{text-align:center;}
#mkd-back-to-top:hover .mkd-icon-stack{-webkit-transform: translate3d(0,-100%,0);-moz-transform: ranslate3d(0,-100%,0);transform: translate3d(0,-100%,0);}
#mkd-back-to-top .mkd-icon-stack {-webkit-transition: all .25s cubic-bezier(.35,.7,.32,.9);transition: all .25s cubic-bezier(.35,.7,.32,.9);font-size:35px;background:#e4722b;height:60px;width:60px;z-index: 10001;color:#fff;font-weight:100;line-height: 60px;}
#mkd-back-to-top .mkd-icon-stack, .mkd-back-to-top-inner {width: 100%;position: absolute;top: 0;left: 0;-moz-transition: all .25s cubic-bezier(.35,.7,.32,.9);}
#mkd-back-to-top span span {display: block;line-height:60px;font-weight:500;}
#mkd-back-to-top:hover .mkd-back-to-top-inner {opacity: 1;-webkit-transition: all .25s cubic-bezier(.35,.7,.32,.9);
-moz-transition: all .25s cubic-bezier(.35,.7,.32,.9);transition: all .25s cubic-bezier(.35,.7,.32,.9);-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);transform: translate3d(0,0,0);background-color:#000;width:60px;height:60px;color:#fff;font-weight:100;}



.inner-section{padding-bottom:2em;}
.banner-section .banner-content{position: absolute;content: "";top:50%;left:5.5%;transform:translate(-0%,-50%);right: 5.5%;}

.banner-section .banner-content h2{font-size:45px;color:#fff;font-family: 'Roboto Slab', serif;font-weight:400;    position: relative;margin-bottom:0.6em;width: fit-content;}
.banner-section .banner-content h2:before {
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0px;
    width: 100%;
    height: 3px;
}
.banner-section .breadcrumb {
    background-color: transparent;
    padding: 0rem 0;
    margin-bottom: 0;
    font-size: 16px;
          font-family: 'Roboto', sans-serif;

}
.banner-section .breadcrumb-item{ color: #fff;}
.banner-section .breadcrumb-item a {
    color: #fff;
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.inner-section .blog-section .card{margin-top:10px;margin-bottom:10px;}
.inner-section .campaign-section .card{margin-top:15px;margin-bottom:15px;}
.inner-section .campaign-section{padding-top:3em;padding-bottom:1em;}
.contact-section{padding:3em 0;}
.contact-section .box{display:flex;width: 88%;margin:auto;box-shadow: 0 0 10px rgb(0 0 0 / 30%);}
.contact-section .left{
    width: 35%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: #fff;
    padding: 4.5em 3em 3em;
}
.contact-section .left h4{margin-bottom: 3px;font-size:18px;color:#000;font-weight:400;text-align:center;font-family: 'Roboto Slab', serif}


.contact-section .left .nit-footer-info .nit-inflex .nit-inbox:hover i{color:#000037;border: 1px dashed #000037;}
.contact-section .left .nit-footer-info .nit-inflex .nit-inbox {
    font-size: 18px;
    font-weight: 300;
    color: #797979;
    padding: 15px 0 8px;
    display: block;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: 1px dashed #e4722b;
}
.contact-section .left .nit-footer-info .nit-inflex .nit-inbox:last-child{ border-bottom:transparent;}
.contact-section .left .nit-footer-info a, .contact-section .left .nit-footer-info p{font-size:16px;color:#9b9b9b;font-weight:500;}
.contact-section .left .nit-footer-info .nit-inflex .nit-inbox i {
    color: #e4722b;
    font-size: 25px;
    margin-bottom: 7px;
    width: 55px;
    height: 55px;
    border: 1px dashed #e4722b;
    text-align: center;
    border-radius: 50%;
    padding: 14px 0;
    transform: translateY(0px);
    margin-right: 0px;
}
.contact-section .left .nit-footer-info .nit-inflex .nit-inbox:hover a {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.contact-section .left .contact-section .box {
    display: flex;
    width: 88%;
    margin: auto;
}
.contact-section .right {
    width: 65%;
    background: #e4722b;
    overflow: hidden;
    position: relative;
    padding:3em 3em;
}

.contact-section .right h2{font-family: 'Roboto Slab', serif;font-size:36px;color:#fff;font-weight:500;margin-bottom:0.6em;line-height:1.4;}
.contact-section .right .form-control{    font-family: 'Roboto', sans-serif;font-size:16px;color:#fff;border:none;border-bottom:2px solid #fff;background:transparent;border-radius:0px;padding-left:0px;}
.contact-section .right textarea{height:100px !important;}
.contact-section .btn.btn-default {
    font-size: 14px;
    color: #242424;
    background: #fff;
    padding: 11px 40px;
font-family: 'Poppins', sans-serif;
    border-radius: 0px;
    font-weight: 600;
    margin-top: 10px;
}
.contact-section .btn.btn-default:hover {
    background: #000037;
    -webkit-box-shadow: 0 0 25px 0 #000037;
    box-shadow: 0 0 25px 0 #000037;
    color: #fff;
}

.contact-section .right .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.blog-section .card h6 figure {
    clip-path: none;
	    margin-top: 1em;
}
.contact-section .right .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff;
}

.contact-section .right .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:#fff;
}

.about{padding:3em 0 2em;}
.about figure{overflow:hidden;}
.about .text h2{font-size:36px;color:#686464;font-weight:400;font-family: 'Roboto Slab', serif;margin-bottom:15px;}
.about .text p{font-size:16px;color:#353535;font-weight:400;font-family: 'Roboto', sans-serif;line-height:1.9;text-align:justify;}
.about .text h3 i{color:#e4722b;padding-right: 10px;}
.about .text h3:hover i{-webkit-animation: 1s tada infinite;
    animation: 1s tada infinite;}
.about .text h3 {
    display: inline-flex;
    font-size: 22.76px;
    color: #9d9d9d;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    border: 1px solid #e4722b;
    padding: 8px 15px;
    width: fit-content;
    margin-top: 1.2em;
}
.about .text h3 a{padding-left: 10px;font-size:22.76px;color:#353535;font-weight:500; display: inline-flex;
  white-space: nowrap;
  overflow: hidden;}
@keyframes typing {
  from { width: 0; }
  to { width: 180px; }
}
.about figure img:nth-child(2) {
    position: absolute;
    left: 45%;
    top: 8%;
}
.about figure img:nth-child(3) {
    position: absolute;
    bottom: 0px;
    left: 18%;
}
.about figure img {
    position: relative;
}
.vision-section{padding:3.5em 0;}
.vision-section h3{font-family: 'Roboto Slab', serif;font-size:24px;font-weight:400;color:#000;margin-bottom:15px;}
.vision-section p{font-family: 'Roboto', sans-serif;font-size:14px;margin-bottom:0px;font-weight:400;color:#000;line-height:1.8;}
.vision-section .card {
    padding: 2em 2em;
    overflow: hidden;
    border-radius: 10px;
        height: 290px;
}
.vision-section figure{margin-bottom:1em;}
.vision-section .card:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.vision-section .card:hover figure img {
    opacity: 0.10;
    -webkit-transform: translate(71%, 30%) scale(1.9);
    transform: translate(126%, 30%) scale(1.9);
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.vision-section .card .text .block{display:none;}

.vision-section .card:hover .text .block{display:block;}
.vision-section .card:hover .text{
    -webkit-transform: translate(0rem, -5.5rem) scale(1);
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.socail-group{background:url(../images/socailback.png) no-repeat center;padding:2.5em 0;}
.socail-group h2{font-family: 'Roboto Slab', serif;font-size:35px;font-weight:300;color:#fff;margin-bottom:15px; text-align: center;}
.socail-group .social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}
.socail-group .social-icons li:hover i{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.socail-group .social-icons li:hover i.fa-facebook-f {
    background-color: #3b5998;
    border: 1px dashed #3b5998;
}
.socail-group .social-icons li:hover i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     border: 1px dashed #fd5949;
}
.socail-group .social-icons li:hover i.fa-youtube {background:#FF0000;border:1px solid #FF0000;}
.socail-group .social-icons li:hover i.fa-linkedin-in{ background:#0072b1;border:1px solid #0072b1;}
.socail-group .social-icons li:hover i.fa-whatsapp { background:#5ab54c;border:1px solid #5ab54c;}
.socail-group .social-icons li i{color: #fff;
    font-size: 37px;
    margin-right: 20px;
    width: 67px;
    height: 67px;
    border: 1px dashed #fff;
    text-align: center;
    border-radius: 50%;
    padding: 14px 0;}
.socail-group figure {
    overflow: hidden;
    padding: 10px;
    border-radius: 13px;
}


.involved-section{padding:3em 0 1em;}
.involved-section h2{font-family: 'Roboto Slab', serif;font-size:24px;font-weight:400;color:#000;margin-bottom:25px !important;text-align: center;line-height:1.4;width:95%;margin:auto;}
.involved-section .nit-inflex .nit-inbox:hover i{color:#000;border: 1px dashed #000;}
.involved-section h3{font-family: 'Roboto Slab', serif;font-size:28px;font-weight:400;color:#000;margin-bottom:15px;}
.involved-section h5{font-family: 'Roboto Slab', serif;font-size:18px;font-weight:600;color:#000;margin-bottom:5px;}
.involved-section .nit-inflex .nit-inbox {
    font-size: 18px;
    font-weight: 300;
    color: #797979;
    padding: 0px 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.involved-section .nit-inflex .nit-inbox:hover i {
    color: #5ab54c;
    border: 1px dashed #5ab54c;
}

.involved-section .nit-inflex{padding:2em 3em 8em; box-shadow: 0 0 17px rgb(0 0 0 / 8%);}
.involved-section .nit-inflex a, .involved-section .nit-inflex p{font-size:16px;color:#9b9b9b;font-weight:500;}
.involved-section .nit-inflex  .nit-inbox i {
    color: #e4722b;
    font-size: 25px;
    margin-right: 20px;
    width: 55px;
    height: 55px;
    border: 1px dashed #e4722b;
    text-align: center;
    border-radius: 50%;
    padding: 14px 0;
    transform: translateY(13px);
}

.involved-section .nit-inflex .social-icons {
    margin-top: 3em;
}
.involved-section .nit-inflex .social-icons li {
    display: inline-flex;
}
.involved-section .nit-inflex .social-icons li i {
    color: #e4722b;
    font-size: 25px;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    border: 1px dashed #e4722b;
    text-align: center;
    border-radius: 50%;
    padding: 14px 0;
}
.involved-section .nit-inflex .social-icons li:hover{transform: translateY(-5px);}
.involved-section .nit-inflex .social-icons li:hover i{color:#fff;}
.involved-section .nit-inflex .social-icons li:hover i.fa-facebook-f {
    background-color: #3b5998;
    border: 1px dashed #3b5998;
}
.involved-section .nit-inflex .social-icons li:hover i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     border: 1px dashed #fd5949;
}
.involved-section .nit-inflex .social-icons li:hover i.fa-whatsapp { background:#5ab54c;border:1px solid #5ab54c;}
.involved-section .nit-inflex .social-icons li:hover i.fa-youtube {background:#FF0000;border:1px solid #FF0000;}
.involved-section .nit-inflex .social-icons li:hover i.fa-linkedin-in{ background:#0072b1;border:1px solid #0072b1;}
.involved-section .nit-inflex .nit-inbox:hover a {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.involved-section .right{padding:2em 3em 1em; box-shadow:0 0 17px rgb(0 0 0 / 8%);}

.involved-section .right .form-control{    font-family: 'Roboto', sans-serif;font-size:16px;color:#000;border:none;border-bottom:1px solid #c5c0c0;background:transparent;border-radius:0px;padding-left:0px;height:33px;}
.involved-section .right textarea{height:100px !important;}
.involved-section .btn.btn-default {
    font-size: 14px;
    color: #fff;
    background:#000037;
    padding: 11px 60px;
font-family: 'Poppins', sans-serif;
    border-radius: 0px;
    font-weight: 500;
    margin-top: 10px;
}
.involved-section .btn.btn-default:hover {
    background: #e4722b;
    -webkit-box-shadow: 0 0 25px 0 #e4722b;
    box-shadow: 0 0 25px 0 #e4722b;
    color: #fff;
}

.involved-section  .right .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.involved-section  .right .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#000;
}

.involved-section .right .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:#000;
}


.blog-detail-page{padding-top:4em !important;}
.blog-detail-page .blog-text h3 {
    font-size: 36px;
    line-height: 1.4;
}

.blog-detail-page .search-box {
    margin-bottom: 15px;
    padding-bottom: 6px;
}
.blog-detail-page .search-box .form-box .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 51px;
    background: transparent;
    padding: 10px 15px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: none;
    border: 1px solid #e2dede;
}
.blog-detail-page .search-box .form-box .flex input {
    outline: 0;
    border: 0;
    font-size: 14px;
    color: #000;
    padding: 10px;
    background: transparent;
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 26px;
    font-weight: 500;
}
.blog-detail-page .search-box .form-box .flex [type="submit"] {
    font-size: 0;
    background: url(../images/search.png) no-repeat;
    height: 24px;
    width: 24px;
    border: 0;
    outline: none;
    background-position: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.blog-detail-page .recent-post .subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #353535;
    margin-bottom: 20px;
    background: #fff;
    display: inline-block;
        font-family: 'Roboto Slab', serif;

}
.blog-detail-page .recent-post .flex {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0px;
    padding-bottom: 30px;
    border-bottom: 0;
            display: flex;

}
.blog-detail-page .recent-post .flex figure {
    overflow: hidden;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    height: 72px;
}
.blog-detail-page .recent-post .flex .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 72px);
    flex: 0 0 calc(100% - 72px);
    padding-left: 20px;
}
.blog-detail-page .recent-post .flex .content .date-n-name {
    font-size: 9.8px;
    font-weight: 600;
    color: #353535;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;

}
.blog-detail-page .recent-post .flex .content .date-n-name img {
    margin-right: 7px;
    width: 15px;
}
.blog-detail-page .card {
    margin-top: 0px !important;
}
.blog-detail-page .card::before{display:none;}
.blog-detail-page .recent-post .flex .content .title {
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    line-height: 22px;
    margin-bottom: 5px;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
}

.modal {
    padding-top: 100px;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}.modal-content {
    border: 0px;
    box-shadow: none;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .88);
}
.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}
.video-section{padding-top:3em;}
.video-section .card{margin-bottom:30px;border-radius:0px;}
.video-section .card figure{position:relative;overflow:hidden;}
.video-section .video-btn{position:absolute;top:50%;left: 50%;transform:translate(-50%,-50%);}
.video-section .card .video-text{padding:1em 2em;font-family: 'Roboto', sans-serif;}
.video-section .card h3{font-weight:400;font-size:24px;color:#000;margin-bottom:20px;}
.video-section .card .video-text .flex{display:flex;justify-content:space-between;}
.video-section .card:hover{box-shadow: 0px 12px 24px #b5b4b4ba;}

.video-section .card .video-text h5 {
    font-size: 13.82px;
    color: #e4722b;
    font-weight: 600;
    padding: 0px;
    display: inline-block;
    text-transform: uppercase;
}
.video-section .card .video-text h5 img {
    margin-right: 10px;
}
/* Pagination links */
.pagination {
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5em;
}
.pagination a {
  color: #2e82a3;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border:1px solid #dbd7da;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

/* Style the active/current link */
.pagination a.active {
  background-color: #f7f6f7;
  color:#a0909c;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {  background-color: #f7f6f7;}

.impacts-section .nit-flex:nth-child(odd) .nit-content-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 2.5em;
    padding-right: 4em;
}
.impacts-section .nit-flex .nit-content-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 4em;
    padding-right:2.5em;
}
.impacts-section .nit-flex .nit-img-box .img-box img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
.impacts-section .nit-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.impacts-section .nit-flex .nit-content-box .nit-title {
        font-size: 35px;
    color: #4a4a4a;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 55px;
    font-family: 'Roboto Slab', serif;
 
}
.impacts-section .nit-flex:nth-child(3) .nit-content-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 1.5em;
    padding-right: 7em;
}
.impacts-section .nit-flex .nit-content-box .btn {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    background: #e4722b;
    padding: 8px 36px;
    border-radius: 0px;
    margin-top: 2em;
    float: right;
}
.impacts-section .nit-flex .nit-content-box p {
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
.nit-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.impacts-section .nit-flex:nth-child(even) .nit-img-box {
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 7% 100%);
}

.impacts-section .nit-flex:nth-child(3) .nit-img-box {
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0, 94% 100%, 0% 100%);
    flex: 0 0 53.3%;
}
.impacts-section .nit-flex .nit-img-box{
    -webkit-clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 94% 0, 100% 100%, 0% 100%);
    height: 100%;
     -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.impacts-section  .nit-flex .nit-img-box .img-box {
    overflow: hidden;
    height: 100%;

}
/*-----------------------------------media-css----------------------------------------------*/
@media(max-width:1299px){	
html{overflow-x:hidden!important;}	
.help-section .text {
    margin-top: 4em;
}
.help-section h5 {
    top: -60px;
}
.nit-footer-info p {
    font-size: 15px;
}

footer .box:before, footer .box:after{
    height: 385px;
}
}
@media(max-width:1199px){
.help-section .text {
    margin-top: 7em;
}
}
@media(max-width:1024px){
    .upper-header .social-icons li {
    margin-left: 2px;
}
#header .logo {
    width: 150px;
}
#header .navbar-nav>li>a {
    font-size: 13px;
    padding: 16.6px 9px 12px;
  
}
.dropdown:before {
    right: -3px;
}
.home-slider h1.heading, .home-slider h1 span {
    font-size: 48px;
}
.about-section h2 {
    font-size: 42px;
  
}
.testimonial-section .item {
    margin-bottom: 3.3em;
}
.about-section:before {
    font-size: 84px;
}
.trust-section .box {
    width: 100%;
}
.nit-footer-info a, .nit-footer-info p {
    font-size: 12px;
}

footer .socail {
    margin-left: -75px;
}
.about figure img:nth-child(2) {
    left: 33%;
}
.socail-group h2 {
    font-size: 35px;
}
.about figure img:nth-child(3) {
    bottom: 35px;
}
.contact-section .right h2 {
    font-size: 32px;

}
.impacts-section .nit-flex .nit-content-box .btn {
    margin-top: 0.6em;
 
}
.help-section h3 a {
    font-size: 26px;
 
}
.involved-section .nit-inflex .social-icons li i {
    font-size: 25px;
    margin-right: 6px;
    width: 48px;
    height: 48px;
    padding: 10px 0;
}
footer .box h4 {
    font-size: 18px;
}
.dropdown:before {
    right: -4px;
	    top: 14px;
}
.involved-section .nit-inflex {
    padding: 2em 2em 8.5em;
}
.help-section .text {
    margin-top: 5em;}
}
@media(max-width:991px){
.container {max-width:100%;}
.upper-header p {
    font-size: 14px;
}
.campaign-section .card .box {
    padding: 1em 0.6em;}
.impacts-section .nit-flex .nit-img-box .img-box img {
    height: auto;
}
footer .form-box {
    padding-top: 0.5em;
}
.socail-group .social-icons li i {
    font-size: 30px;
    margin-right: 8px;    width: 51px;
    height: 51px; 
    padding: 10px 0;
}
.impacts-section .nit-flex:nth-child(odd) .nit-content-box {

    padding-left: 1.5em;
    padding-right: 1em;
}
.impacts-section .nit-flex:nth-child(3) .nit-content-box{   padding-left: 1.5em;
    padding-right:3em;}
.impacts-section .nit-flex .nit-content-box {
    padding-left: 1em;
    padding-right: 1.5em;
}
.impacts-section .nit-flex .nit-content-box .nit-title {
    font-size: 30px;
}
.upper-header .text .lang .form-control {
    font-size: 11px;
    padding: 4px 14px;
    height: 32px;
}
.upper-header .text .btn {
    font-size: 11px;
    padding: 7px 6px;
}
#google_language_translator .goog-te-gadget .goog-te-combo {
    font-size: 11px;
}
.upper-header .text .lang {
    padding: 0px 7px;
}
.upper-header .social-icons li i {
    width: 30px;
    line-height: 30px;
    height: 30px;
}
#headertop .logo img, #headertop.fixed-header img {
    width:92px;
}
#header .logo, #headertop.fixed-header .logo {
    margin: -22px auto;
    width: 92px;
}
#header .navbar-nav>li>a {
    font-size: 11px;
    padding: 16.6px 7px 12px;
}
.dropdown:before {
    right: -4px;
	    top: 14px;
}
.help-section .text {
    margin-top: 5em;}
.home-slider img {
    height: 450px;
}
.home-slider h1.heading, .home-slider h1 span {
    font-size: 37px;
}
.home-slider h1.heading:before {
    width: 82%;
}
.home-slider p{font-size:14px;}
.about-section .text h6 {
    font-size: 24px;
}
.about-section h2 {
    font-size: 32px;
}
.about-section:before {
    font-size: 62px;
}
.about-section p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0em;
}
.about-section {
    padding: 4em 0 4em;
}
.mission-section .box {
    padding: 3.5em 1em;
    height: 370px;
}
.mission-section .box:hover figure img {
    transform: translate(50%, 30%) scale(1.9);
 
}
.campaign-section .card, .blog-section .card, .vision-section .card{
    margin: 10px 0;
}
.impact-section figure{    margin: 5px 0;
}
.trust-section .box {
    display: block;
}
.trust-section .left, .trust-section .right{
    width: 100%;
    padding: 2em;
}
.help-section p {
    font-size: 16px;
    margin-top: 0em;
}
.help-section h3, .help-section h3 a {
    font-size: 20px;
  
}
.socail-group h2 {
    font-size: 28px;
}
.about figure img:nth-child(2) {
    left: 19%;
}
.about figure img:nth-child(3) {
    bottom: 188px;
}
.banner-section .banner-content h2 {
    font-size: 44px;}
footer .socail {
    margin-left: -100px;
}
footer .box {
    padding: 0 0.5em;
}
footer .box:before, footer .box:after{display:none;}
.help-section h5 {
    top: -75px;
    right: -34px;
}
.help-section h2 {
    font-size: 34px;

}
.trust-section h2 span {
    display: inline-flex;
}
.trust-section h2 {
    font-size: 45px;
}
.trust-section p {
    margin-bottom: 0.5em;

}
.trust-section .left hr {
    margin-bottom: 0rem;
}
.trust-section:before {
    font-size: 97px;
 
}
.involved-section .nit-inflex {
    padding: 2em 1em 8.5em;}
.involved-section .right {
    padding: 2em 1em 1em;
}
.contact-section .box {
    width: 100%;
}
.contact-section .left {
    padding: 4.5em 1em 3em;
}
.blog-detail-page .blog-text h3 {
    font-size: 30px;
}
.about .don {
    margin-top: 3em;
}
}

@media(min-width:768px){
.navbar-brand, .closebtn{display:none;}

}
@media (max-width: 767px){
#header .logo, #header.fixed-header .logo {
    margin: 0px;
    height: 77px;
    max-width: 100%;
    background: transparent;
    text-align: left;
}
.sub-menu {
    position: static;
}
.impacts-section .nit-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.impacts-section .nit-flex .nit-img-box, .impacts-section .nit-flex:nth-child(3) .nit-img-box {
   -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.about .text {
    padding-top: 1em;
}
.about figure img {
    position: relative;
    width: 73%;
}
.about figure img:nth-child(2) {
    left: 44%;
    width: 53%;
}
.about .text h3 {
    margin-top: 0.7em;
    margin-bottom: 0px;
}
.about figure img:nth-child(3) {
    bottom: -40px;
    width: 46%;
}
.impacts-section .nit-flex .nit-content-box .nit-title {
    font-size: 35px;
    margin-bottom: 10px;
}
.impacts-section .nit-flex:nth-child(3) .nit-img-box,  .impacts-section .nit-flex .nit-img-box, .impacts-section .nit-flex:nth-child(even) .nit-img-box{
    background: #ededed;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}
.impacts-section .nit-flex:nth-child(odd) .nit-content-box, .impacts-section .nit-flex .nit-content-box, .impacts-section .nit-flex:nth-child(3) .nit-content-box {
    padding-left: 1em;
    padding-right: 1em;
}
.impacts-section .nit-flex .nit-content-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top:1rem;
    margin-bottom:1rem;
}
#header .logo {
    position: relative;
}
#header .logo img {
    width: 80px;
}
#header.fixed-header .logo img {
    width: 80px;
}
.navbar-brand {
    display: block;
    padding: 0;
    position: absolute;
    right: 15px;
    margin: 0;
    top: 12px;
}
#header .navbar-nav>li>a, #header.fixed-header .navbar-nav>li>a {
    font-size: 15px;
    padding: 15px 0px 0px;
}
#header {
    height: 58px;
}


button.open {
    margin-top: -1px;
    background: #5ab54c;
    color: #fff;
    border: 0px!important;
    outline: none!important;
    border-radius: 0;
    box-shadow: none!important;
    padding: 3px 12px;
}
#myNavbar .closebtn {
    position: relative;
    top: 5px;
    left: 18px;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 25px;
}
#myNavbar {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 100001;
   right: 0;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    line-height: normal;
    background: #000;
    color: #fff;
    display: block;
}
#header .pull-right {
    float: left!important;
    width: 100%;
        padding: 0px 22px;
}
.navbar-expand-md {
    width: 100%;
}
ul#menu-header-left-menu {
    padding: 0px 22px;
    width: 100%;
}
}
@media(max-width:600px){
.upper-header .text .btn {
    font-size: 11px;
    padding: 6px 13px;
}
.upper-header .col-md-6 {
    padding: 0px 5px;
}
#google_language_translator .goog-te-gadget .goog-te-combo {
    font-size: 11px;
	    width: 122px;
}
#header .logo, #headertop.fixed-header .logo {
    margin: unset;
    width: 80px;
    top: -10px;
}
.about-section, .mission-section, .impact-section, .campaign-section, .trust-section, .blog-section, .help-section, .inner-section .campaign-section, .contact-section, .involved-section, .galley-section, .about, .testimonial-section, .vision-section, .socail-group{padding:1em 0;}
.about-section figure{margin:10px 0;}
.about-section:before {
    font-size: 30px;
    bottom: 0%;
}
#headertop.fixed-header .upper-header {
    padding: 7px 0;
	    padding-bottom: 1em;
}
.upper-header {
    padding-bottom: 1em;
}
.blog-detail-page{padding-top:1em !important;}
.contact-section .box {
    width: 100%;
    display: block;
}
.contact-section .right h2, .blog-detail-page .blog-text h3 {
    font-size: 22px;
}
.blog-detail-page .recent-post .flex {
    padding-bottom: 15px;

}
.contact-section .left,  .contact-section .right{
    padding: 1em 1em 1em;
    width: 100%;
}
.inner-section {
    padding-bottom: 1em;
}
.mission-section .box {
    padding: 1.5em 1em;
    height: 330px;
    margin: 5px 0;
}
footer .box h4 {
    font-size: 15px;
}
.banner-section .breadcrumb {
    font-size: 12.5px;
}
.trust-section .box-text {
    width: 100%;
    padding: 6px;
}
.involved-section h2 {
    font-size: 22px;
    width: 100%;
}
.involved-section .nit-inflex .nit-inbox {
    padding: 0px 0 7px;

}
.impact-section .col-lg-3.col-md-4 {
    padding: 0 15px;
}
.involved-section .nit-inflex .social-icons {
    margin-top: 1em;
}
.involved-section .nit-inflex, .involved-section .right {
    padding: 1em 1em 1em;
}
.campaign-section .heading, .impact-section .heading, .blog-section .heading, .galley-section .heading, .testimonial-section .heading{
    font-size: 30px;
    margin-bottom: 1em;
}
.testimonial-section .card {
    padding: 1em 1em;
}
.video-section {
    padding-top: 1em;
}
.testimonial-section .owl-theme .owl-controls .owl-nav div, .slider .owl-theme .owl-controls .owl-nav div{display:none;}
.testimonial-section .item {
    margin-bottom: 2.3em;
}
.sub-menu::before{display:none;}
.trust-section h2, .help-section h2, .involved-section h3{    font-size: 30px;
}
.about .text h2{font-size: 26px;margin-bottom:6px;}
.trust-section .left, .trust-section .right {
    padding: 1em;
}
.galley-section .galley-box .flex .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 9px);
    flex: 0 0 calc(50% - 9px);
    margin: 4px;
}
.galley-section .center {
    margin-top: 1em;
}
@keyframes typings {
  from { width: 0; }
  to { width:183px; }
}

.help-section h5 img {
    transform: rotate( 
0deg );
    margin-left: 6px;
}
.help-section .text {
    margin-top: 1em;
    margin-bottom: 1em;
}
.help-section h5 {
    top: 0px;
    right: 0px;
    transform: rotate( 
0deg );
    position: relative;
    float: unset;
}
.home-slider p span {
   display: inline;
}
.home-slider h1.heading, .home-slider h1 span {
    font-size: 30px;
}
.home-slider img {
    height: 190px;}
.home-slider .btn {
    margin-top: 0px;

}
.home-slider p{margin-top:15px;}
.slider .text-top{width:100%;}
.home-slider .owl-dots{display:none !important;}
footer .socail {
    text-align: center;
    margin-left: 1px;
    width: 100%;
    margin: auto;
    padding: 14px 33px;
    transform: translateY(0px);
    background: transparent;
}
footer h2 {
    padding: 19px 0 16px;
}
footer .form-box {
    padding-top: 0em;
}
.footer-bottom .flex {
    display: block;
    padding: 0.6em 0;
}
.banner-section .banner-content h2 {
    font-size: 20px;
    margin-bottom: 0.3em;
}
.banner-section .banner-content h2:before {
    bottom: -3px;
}
.upper-header .social-icons {
    margin-right: 6px;
	display:none;
}
.upper-header .text {
    display: flex;
    justify-content: center;
}
.banner-section img {
    height: 130px;
    object-fit: cover;
}
.upper-header .text .lang {
    padding: 0px 4px;
}
.impacts-section .nit-flex {
    border: 1px solid #dfdcdc;
    margin: 12px 12px;
}
.banner-section .banner-content {
    left: 2.5%;
    right: 2.5%;
}
.socail-group .social-icons li i {
    font-size: 22px;
    margin-right: 11px;
    width: 50px;
    height: 50px;
    padding: 13px 0;
}
.socail-group .social-icons {
    margin-top: 1em;
	margin-bottom:0.6em;
}
.socail-group h2 {
    text-align: center;
}
#header .navbar-nav>li:hover>a, #header .navbar-nav>li.current-menu-item>a {
    color: #e4722b;
}
	i.fa.fa-home, .dropdown:hover:before{ color: #e4722b;}
.upper-header p {
    font-size: 14px;
    display: none;
}
footer .socail li i {
    margin: 0px 5px;
}
.vision-section .card {
    height: 330px;
}
.page-id-326 .about figure img, .page-id-345 .about figure img  {
    width: 100%;
}
.about .don td {
    font-size: 14px;
}
.about .don {
    margin-top:0em;
}
}
