body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.updated-about-section{
    position:relative;
    padding: 80px 0px 60px;
}
.updated-about-section .image-column{
    position:relative;
    margin-bottom:40px;
}
.updated-about-section .image-column .inner-column{
    position:relative;
    padding-right:100px;
}
.updated-about-section .image-column .inner-column .pattern-layer{
    position:absolute;
    left:-25px;
    top:-25px;
    width:317px;
    height:317px;
    background-repeat:no-repeat;
}
.updated-about-section .image-column .image{
    position:relative;
}
.updated-about-section .image-column .image img{
    position:relative;
    width:100%;
    display:block;
}
.updated-about-section .image-column .image-two{
    position:absolute;
    right:0px;
    bottom:-60px;
    padding:10px;
    background-color:#ffffff;
    box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}
.updated-about-section .content-column{
    position:relative;
    margin-bottom:40px;
}
.updated-about-section .content-column .inner-column{
    position:relative;
}
.updated-about-section .content-column .sec-title{
    margin-bottom: 20px;
}
.updated-about-section .content-column .text{
    margin-bottom:30px;
}
.updated-about-section .about-author-box{
    position:relative;
}
.updated-about-section .about-author-box .box-inner{
    position:relative;
}
.updated-about-section .about-author-box .box-inner .upper-box{
    position:relative;
    padding:20px 22px;
    border-radius:10px;
    background-color: #ce1e65;
}
.updated-about-section .about-author-box .box-inner .upper-box .color-layer{
    position:absolute;
    left:8px;
    top:8px;
    right:-8px;
    bottom:-8px;
    z-index:-1;
    border-radius:10px;
    background-color:#ebebeb;
}
.updated-about-section .about-author-box .box-inner .upper-box .color-layer:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:-28px;
    border-top: 45px solid #ebebeb;
    border-right: 40px solid transparent;
}
.updated-about-section .about-author-box .box-inner .upper-box:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:-30px;
    border-top: 45px solid #ce1e65;
    border-right: 40px solid transparent;
}
.updated-about-section .about-author-box .box-inner .upper-box .author-text{
    position:relative;
    color:#ffffff;
    font-style:italic;
}
.updated-about-section .about-author-box .box-inner .lower-box{
    position:relative;
    margin-top: 60px;
}
.updated-about-section .about-author-box .box-inner .lower-box-inner{
    position:relative;
    padding-left:110px;
}
.updated-about-section .about-author-box .box-inner .lower-box-inner .author-image{
    position:absolute;
    left:0px;
    width:80px;
    height:80px;
    overflow:hidden;
    border-radius:50%;
    display:inline-block;
}
.updated-about-section .about-author-box .box-inner .lower-box-inner .signature{
    position:relative;
    margin-top:-10px;
    margin-bottom:10px;
}
.updated-about-section .about-author-box .box-inner .lower-box-inner .designation{
    position:relative;
    color:#333333;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
}
.updated-about-section .content-column .skills{
    margin-top:20px;
}
.updated-about-section .skills .skill-item{
    position:relative;
    margin-bottom:20px;
}
.updated-about-section .skills .skill-item:last-child{
    margin-bottom:0px;
}
.updated-about-section .skills .skill-item .skill-bar{
    position:relative;
    width:100%;
}
.updated-about-section .skills .skill-item .skill-bar .bar-inner{
    position:relative;
    width:100%;
    height:8px;
    background:#222222;
}
.updated-about-section .skills .skill-item .skill-bar .bar-inner .bar{
    position:absolute;
    left:0px;
    top:0px;
    height:8px;
    width:0px;
    border-bottom:8px solid #f3501d;
    -webkit-transition:all 2000ms ease;
    -ms-transition:all 2000ms ease;
    -o-transition:all 2000ms ease;
    -moz-transition:all 2000ms ease;
    transition:all 2000ms ease;
}
.updated-about-section .skills .skill-item .skill-header{
    position:relative;
    margin-bottom:6px;
}
.updated-about-section .skills .skill-item .skill-header .skill-title{
    position:relative;
}
.updated-about-section .skills .skill-item .skill-header .skill-title{
    color:#222222;
    font-size:20px;
    font-weight:700;
    line-height:1.4em;
    margin-top:20px;
    text-transform:uppercase;
}
.updated-about-section .skills .skill-item .skill-header .grow{
    color:#444444;
    font-size:16px;
    font-weight:400;
    line-height:1.4em;
    margin-top:20px;
    text-transform:capitalize;
}
.updated-about-section .skills .skill-item .skill-bar .bar-inner .skill-percentage{
    position:absolute;
    right:0px;
    top:-15px;
    font-weight:700;
    color:#222222;
    font-size:16px;
    padding:2px 10px 3px;
    border-radius:0px;
    border:2px solid #f3501d;
    background-color:#ffffff;
    text-transform:uppercase;
}
.sec-title h2 {
    position: relative;
    font-size: 40px;
    color: #333333;
    margin: 15px 0 15px;
    font-weight: 700;
    line-height: 42px;
    text-transform: capitalize;
}
.sec-title .title {
    position: relative;
    font-size: 16px;
    color: #cd1962;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
}
/*==================================INSPIRATIONAL GALLERY*/
.inspirationalGallery {
    padding: 80px 0;
}
#blog {
    padding-bottom: 80px;
}
#about {
    padding-bottom: 80px;
}
.border-Boxes .icon-box {
    margin: 0;
    padding: 20px 10px;
    height: 100%;
    min-height: 380px;
    border: 1px solid #d0cccd;
    border-radius: 5px;
}
.headerTop {
    background: #ce1e65;
    padding: 5px 0;
}
.headerTop .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.headerTop .row .col-md66 {
    max-width: 48%;
    flex: 0 0 48%;
}
.headerTop .row .col-md66 ul {
    display: flex;
    flex-wrap: wrap;
}
.headerTop .row .col-md66 ul li, .headerTop .row .col-md66 ul li i, .headerTop .row .col-md66 ul li a, .col-md44 .socialMediaas ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.headerTop .row .col-md66 ul li i {
    padding-right: 10px;
}
.headerTop .row .col-md66 ul li {
    margin-right: 25px;
}
.col-md44 {
    max-width: 20%;
    flex: 0 0 20%;
}
.col-md44 .socialMediaas {
    display: flex;
    justify-content: flex-end;
}
.col-md44 .socialMediaas ul {
    display: flex;
}
.col-md44 .socialMediaas ul li {
    padding: 5px;
}
.col-md22 {
    max-width: 12%;
    flex: 0 0 12%;
    justify-content: flex-end;
    display: flex;
}


#short_banner {
    background: #cd1962;
    height: 200px;
    position: relative;
    z-index: 0;
}
.left_million {
    background: #f7f8fa;
    position: relative;
    margin-top: -30px;
    height: 230px;
    padding-right: 0;
}
.pageTitle{
    background-image: url(../img/pageTitleIMG.jpg);
    background-size: cover;
    background-position: center;
}
.left_million:before {
    content: '';
    position: absolute;
    left: -102.5%;
    top: 0;
    background: #f7f8fa;
    width: 100%;
    height: 100%;
    box-shadow: -9px 13px 32px -12px #fff;
}
.million_trust {
    padding: 52px 30px;
}
.million_trust h1 {
    color: #fff;
    font-size: 21px;
    line-height: 39px;
    font-weight: 300;
    margin: 10px 0;
}
.left_million:after {
    content: '';
    border-right: 16px solid transparent;
    position: absolute;
    right: -106px;
    top: 0;
    height: 100%;
    z-index: 99;
    border-top: 0px solid;
    border-left: 90px solid #f7f8fa;
    border-bottom: 261px solid transparent;
    width: auto;
}
.right_million img {
    margin: 15px 0 0;
}
.right_million p {
    line-height: 30px;
    font-size: 18px;
    margin: 15px 0 20px;
    font-weight: 500;
    color: white;
}
.right_million {
    padding: 30px 15px;
    margin-left: 7.35%;
    padding-left: 45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.million_trust button {
    background: #454646;
    border: 0;
    padding: 13px 35px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    box-shadow: 1px 1px 1px 0px #0f0e0e;
}

.leftclmccc h3 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
}
.leftclmccc p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.careersSection {
    padding: 60px 0;
}
.careersImage img {
    width: 100%;
}
.prodcutsssec h2.item {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

p.description {
    margin: 0;
    display: none;
}

.million_trust h2 {
    margin: 0px 0 25px;
}

.million_trust a {
    background: #68b436;
    padding: 15px 30px;
    display: inline-block;
    border: 1px solid #68b436;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.socialmedddd {
    margin: 20px 0 0;
}

.socialmedddd ul {
    display: flex;
    align-items: center;
}

.socialmedddd ul li {}

.socialmedddd ul li a {
    border: 2px solid #797979;
    border-radius: 50px;
    display: flex;
    align-items: center;
    height: 38px;
    margin: 0 5px 0 0;
    width: 38px;
    justify-content: center;
}

.socialmedddd ul li a i {
    width: unset;
}
.donatenowbtn a {
    margin-top: 10px;
    background: #68b436;
    padding: 14px 28px;
    display: inline-block;
    border: 1px solid #68b436;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.bg-theme-colored a {
    animation-fill-mode: backwards;
    border: 1px solid #e6e6e6;
    display: block;
    padding: 15px 30px;
    border-radius: 5px;
}
#team .volunteer-info {
    background: #ce1e65;
    padding: 15px 15px;
}

#team .volunteer-info a.text-white {
    padding: 0;
    border: 0;
}

#team .volunteer-info p.text-white {
    margin: 0;
}
/*===================================CONTACT US PAGE*/
.verticalSlid12 {
    background-image: url(../images/bg/bg2.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0 140px;
    position: relative;
}
.verticalSlid12:after{
    background-color: rgba(17, 17, 17, 0.85);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.verticalSlid12 .container{
    z-index: 1;
}
.verticalSlid {
    position: relative;
    z-index: 0;
}
.dirMessage {
    padding: 80px 0 0;
}
.dirMessage .widthLeft2 {
    margin: 0;
    padding: 0;
    background: transparent;
}
.widthLeft2 .row {
    justify-content: space-between;
}
.contact-contant.contact-contant2 .contactInfo {
    margin: 0;
    box-shadow: unset;
    background: unset;
    padding: 0;
}
.bottomBorders {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact-contant h2 {
    margin-bottom: 5px;
}
.widthLeft2 h2 {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
}
.contact-form form {
    padding: 0 0px;
}
.contact-contant.contact-contant2 .form-row {
    padding: 0;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.contact-contant.contact-contant2 .form-row input {
    background: transparent;
    border: 1px solid #ced4da;
}
.contact-form .form-row input {
    margin-bottom: 15px;
    padding: 10px 15px;
    height: 50px;
    color: #fff;
    background: rgb(249 249 249);
    font-size: 14px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.contact-form .form-group {
    margin: 0;
}
.contact-contant.contact-contant2 .form-row textarea#comment {
    background: transparent;
    border-radius: 5px;
    color: #797979;
}
.block-btn {
    display: block;
    border: none;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 3px;
    margin: 30px 0 0;
    background: #68b436;
    font-weight: 600;
}
.rightsidebox {
    margin-top: 60px;
}
.rightsidebox h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
}
.rightsidebox p {
    color: #424242;
    margin: 0 0 0;
}
.viewservices {
    margin-top: 20px;
}
.viewservices a {
    font-weight: 700;
    font-size: 16px;
    color: #68b436;
}
.verticalSlid22 {
    padding: 0 0 0px;
    /* background: #f4f6f5; */
}
.verticalSlid22 .row {
    justify-content: space-between;
    margin-top: -50px;
    display: flex;
    flex-wrap: wrap;
}
.contactuspagebox {
}
.iconsC2 p {
    margin: 0;
    line-height: 22px;
    text-align: center;
}
.contactuspagebox {
    background: #ffffff;
    padding: 30px 15px;
    max-width: calc(33.33% - 20px);
    border-radius: 5px;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
    border: 1px solid #b4e693;
    flex: 0 0 33.33%;
}
.iconsC {
    width: 50px;
    height: 50px;
    border: 2px solid #68b436;
    border-radius: 50%;
    margin: 0 auto 10px;
    padding: 12px;
    color: #68b436;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.verticalSlid h1 {
    color: #ce1e65 !important;
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    z-index: 1;
    font-size: 2.57142857rem;
    line-height: 40px;
}

.verticalSlid h3 {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}
.mapsec {
    margin: 80px 0 -30px;
}
.be-volunteers {
    margin: 0 0 100px;
}
.be-volunteers .volunteer {
    margin: 15px 0;
}
.donation-page {
    padding: 4rem 0;
}
.donation-page h2 {
    margin-bottom: 30px;
}
.donation-page h2 {
}
.tabs-panel.is-active {
    display: block;
}
fieldset {
}
fieldset h4 {
    background: #fff;
    padding: 10px;
    font-weight: bold;
    color: #cd1962;
    font-size: 1.2rem;
    max-width: 90%;
    margin-top: -2.6rem;
    margin-bottom: 5px;
}
fieldset input[type="text"] {
    height: 46px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 10px 10px;
    margin-bottom: 15px;
}
fieldset {
    border: 1px solid #f5c9db;
    padding: 20px;
    margin: 0px 0 50px;
}
.amountboxBtn input {
    background: #68b436;
    padding: 10px 28px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}
.logoBranda {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 60px auto 0;
    position: relative;
    animation: eeff 1s linear infinite;
}
.logoBranda a {
    display: block;
}
.logoBranda a img {
    width: 100%;
}
@keyframes zcwmini2{
    0% {
    box-shadow: 0 0 8px 6px rgb(8 207 89 / 0%), 0 0 0 0 rgb(255 255 255), 0 0 0 0 rgb(8 207 140 / 0%);
}

10% {
    box-shadow: 0 0 8px 6px #159025, 0 0 12px 10px rgb(16 202 125), 0 0 12px 14px #13b92a;
}
100% {
    box-shadow: 0 0 8px 6px rgb(24 236 61 / 60%), 0 0 0 40px rgb(40 206 41 / 10%), 0 0 0 40px rgb(8 207 19 / 10%);
}
}
@keyframes eeff{
    0% {
    box-shadow: 0 0 8px 6px rgb(224 224 224 / 0%), 0 0 0 0 rgb(104 180 54), 0 0 0 0 rgb(204 204 204 / 0%);
}

10% {
    box-shadow: 0 0 8px 6px #baef97, 0 0 12px 10px rgb(242 255 233), 0 0 12px 14px #eaeaea;
}
100% {
    box-shadow: 0 0 8px 6px rgb(205 255 173), 0 0 0 40px rgb(255 255 255 / 10%), 0 0 0 40px rgb(255 204 204 / 10%);
}
}
.blogGer {
    padding: 65px 0 0;
}

.blogGer article {
    margin: 15px 0;
}











.content {
     
     
     
     
     
     
    /*scroll on mobile*/
}
/* Accordion ================================================== */
.faqSAccordian .acc__card {
     position: relative;
     margin-bottom: 8px;
     border: 1px solid #e3eaf7;
}
 .faqSAccordian .acc__title {
     background: #f7f8fa;
     box-shadow: 0 0 20px rgb(226 226 226 / 20%);
     color: #212121;
     cursor: pointer;
     display: block;
     font-size: 20px;
     padding: 20px 50px 20px 20px;
     position: relative;
     border-bottom: 1px solid #e3eaf7;
     text-align: left;
}
 .faqSAccordian .acc__title::after {
     width: 2px;
     height: 15px;
     border-right: 2px solid #68b436;
     position: absolute;
     right: 25px;
     content: " ";
     top: 50%;
     transform: rotate(-90deg) translateX(-50%);
     transition: all 0.2s ease-in-out;
}
 .faqSAccordian .acc__title.active::after {
     transition: all 0.2s ease-in-out;
     border-color: white;
     top: 37%;
}
 .faqSAccordian .acc__panel {
     background: #fff;
     color: #212121;
     display: none;
     margin: 0;
     padding: 2em;
     text-align: left;
}
.acc__title.active {
    background: #68b436;
    color: #fff;
}
.acc__title.active i{
    font-size: 17px;
    color: #fff;
}
.text.lineHHeighterd {
    line-height: 1.8;
}
.faqSAccordian {
    padding-bottom: 100px;
}
.inner-column.inner-column2 {
    padding-right: 20px !important;
}
.leftimg {
    float: left;
    width: 30%;
    margin: 0 25px 30px 0;
    position: relative;
}
.overviewContent .text {
    margin: 0 0 15px;
}

.leftimg:after {
    border: 10px solid #e8e8e8;
    position: absolute;
    left: 0;
    top: 25px;
    content: '';
    width: 90%;
    height: 100%;
}

.leftimg img {
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 2;
    margin: 0 0 0 30px;
}
.testimonials-area.testimonials-area-style-two.ptb-100 {
    position: relative;
    z-index: 0;
}
.testimonials-area.testimonials-area-style-two {
    background-image: url(../img/industriesImg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 60px 0;
}
.testimonials-area.testimonials-area-style-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(205 25 98);
    opacity: 0.9;
    z-index: -1;
}
.testimonials-area .section-title {
    margin: 0px 0 0px 410px;
    text-align: left;
}
.testimonials-area .section-title span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
    line-height: 16px;
}
.testimonials-area .section-title h2 {
    font-size: 36px;
    margin-bottom: 0px;
    position: relative;
    font-weight: 700;
    color: white;
    padding-bottom: 15px;
}
.testimonials-all-content {
    position: relative;
}
.testimonials-area .testimonials-slider {
    position: relative;
}
.testimonials-area.testimonials-area-style-two .testimonials-slider .row {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.testimonials-area .testimonials-slider img {
    border: 10px solid #d23072;
    width: 100%;
    padding: 0;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 10px 0 3px #b1275f;
}
.testimonials-content .testimonials-name {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
}
.testimonials-area.testimonials-area-style-two .testimonials-content .testimonials-name h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 25px;
}

.testimonials-content .testimonials-name h3 {
    margin-bottom: 5px;
}
.testimonials-area.testimonials-area-style-two .testimonials-content .testimonials-name span {
    color: #fff;
}
.testimonials-area.testimonials-area-style-two .testimonials-content p {
    color: #fff;
    margin: 0;
}
.testimonials-area.testimonials-area-style-two .testimonials-shape {
    position: absolute;
    top: 0;
    left: 20px;
}
.testimonials-area.testimonials-area-style-two .testimonials-shape:after {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: white;
}
.designations {
    font-weight: 600;
    font-size: 17px;
    margin: 15px 0;
    color: #fff;
}
.requesAAcallback {
    padding: 60px 0 60px;
    margin-top: 0;
}
.requesAAcallback .col_smm_6:nth-child(1) {
    padding: 0 15px;
    max-width: 48%;
    flex: 0 0 48%;
    box-sizing: border-box;
}
.requesAAcallback .col_smm_6 {
    max-width: 52%;
    flex: 0 0 52%;
    padding: 0 15px;
}
.callBoxxRow {
    width: 100%;
    padding: 15px 15px;
    background: #6689f1;
    margin: 0 0 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.callBoxxRow .callBoxxicon {
    max-width: 16%;
    border-right: 1px solid #9bb6bf;
    text-align: center;
    height: 100%;
    display: block;
    flex: 0 0 16%;
    font-size: 30px;
    color: #fff;
    padding: 5px 0;
    text-shadow: 2px 2px 0px #087d65;
}
.callBoxxRow .callBoxxaddress {
    max-width: 84%;
    height: 100%;
    display: block;
    flex: 0 0 84%;
    padding: 0 0 0 20px;
}
.callBoxxRow .callBoxxaddress h4 {
    margin: 0 0 8px;
    color: #fff;
    line-height: 14px;
    font-size: 19px;
}
.callBoxxRow .callBoxxaddress p {
    margin: 10px 0 0;
    color: #efefef;
    line-height: 20px;
}
.requesAAcallback .col_smm_6 form {
    border-radius: 5px;
    max-width: 560px;
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.headingform {
    padding: 0 0px 0;
}
.headingform h3 {
    margin: 0 0 10px;
    color: #2f5bcd;
    font-size: 25px;
}
.formC .formRow {
    display: flex;
    flex-wrap: wrap;
}
.formC .formIgroup {
    position: relative;
    max-width: 100%;
    margin: 5px 0px;
    flex: 0 0 100%;
}
.formC input, .formC select {
    width: 100%;
    height: 40px;
    margin: 0;
    border: 0;
    padding: 10px 0px;
    border-radius: 2px;
    background: rgb(255 255 255);
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}
.textarearow {
    width: 100%;
    margin: 5px 0px;
}
.textarearow input {
    max-width: 120px;
    border: 0;
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    border-radius: 3px;
    background: #6689f1;
    height: unset;
}
.textarearow.textarearow2 {
    text-align: right;
}

.textarearow {
    width: 100%;
    margin: 5px 0px;
}
.textarearow textarea {
    width: 100%;
    height: 105px;
    margin: 0;
    border: 0;
    padding: 10px 5px;
    border-radius: 0;
    background: rgb(255 255 255);
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}
.missionvision {
    padding: 0 0 80px;
}

.missionvision .row {}

.missionvision .row .row.vmg {
    position: relative;
    z-index: 1;
}

.missionvision .row .row.vmg .mis_container {
    text-align: justify;
    padding: 0;
    height: 240px;
    position: relative;
    z-index: 0;
}

.iconsss {
    width: 80px;
    height: 80px;
    background: #d23072;
    margin: 0px auto 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.headingOurMission {
    text-align: center;
    border: 5px solid #d23072;
    padding: 95px 100px 55px;
    margin-top: -40px;
    position: relative;
    z-index: 0;
    margin-right: -50px;
}

.headingOurMission h2 {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    /* font-size: 50px; */
    margin: 0;
}

.headingOurMission h2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 70px;
    content: '';
    background: #d23072;
}

.headingOurMission h2:before {
    position: absolute;
    left: -5px;
    top: 5px;
    width: 75px;
    height: 2px;
    content: '';
    background: #d23072;
}
.headingOurMission h2 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.headingOurMission h2 span:before {
    position: absolute;
    left: -5px;
    top: 12px;
    width: 60px;
    height: 2px;
    content: '';
    background: #68b436;
}
.headingOurMission h2 span:after {
    position: absolute;
    left: 8px;
    top: 0;
    width: 2px;
    height: 60px;
    content: '';
    background: #68b436;
}
.rightM {
    margin: -30px 00px 0 -20px;
    position: relative;
    z-index: -1;
}
.rightM img {
    width: 100%;
}
.iconsss.iconsss2 {
    background: #68b436;
}

.iconsss.iconsss3 {
    background: #333333;
}
.missionvision .col-sm-3 {
    width: 38%;
}

.missionvision .col-sm-9 {
    width: 62%;
}
.missionvision .row .row.vmg .mis_container h3 {
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 10px;
}
.inaugration {
    padding: 80px 0 100px;
}
.inaugration .fluid-width-video-wrapper {
    padding: 0 !important;
    height: 420px;
}
.accreditationsec {
    padding: 70px 0 100px;
}
.accreditationsec .icon-box.iconbox-theme-colored {
    padding: 5px;
}
.accreditationsec .icon-box.iconbox-theme-colored a {
    display: block;
}
.accreditationsec .icon-box.iconbox-theme-colored a img {
    width: 100%;
}
.ceo-storys {
    padding: 70px 0 100px;
}
.ceo-storys a {
    display: block;
}
.ceo-storys a img {
    width: 100%;
    padding: 5px;
    border: 2px solid #090505;
    max-width: 900px;
    margin: 0 auto;
    display: block;
}
.chairmens {
    padding: 70px 0 70px;
}
.chairmens img {
    width: 100%;
}
.chairmens .section-title.text-left h2.line-bottom-center.mt-0 {
    margin: 0;
    line-height: 40px;
}
.chairmens .section-title.text-left {
    margin-bottom: 20px !important;
}
.chairmens .col-sm-3 {
    width: 30%;
}
.chairmens .col-sm-9 {
    width: 70%;
    padding-top: 15px;
}
.chairmenMessage {
    padding-bottom: 100px;
}

.chairmenMessage .cmMessage {
    border: 2px solid #87bb65;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.chairmenMessage .cmMessage h5 {
    margin: 0;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 500;
    height: 105px;
}
/*=================================SINGLE EVENTS*/
.eventsBox {
    overflow: hidden;
    padding: 0;
    max-width: calc(33.33% - 20px);
    box-shadow: 5px 10px 10px rgb(0 0 0 / 40%);
    border: 1px solid #b2b2b2;
    margin: 15px 0;
}
.eventsBox img {
    width: 100%;
}
.contentEvents {
    padding: 25px 15px;
}
.contentEvents h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
.contentEvents p {
    margin-bottom: 15px;
}
.events {
    padding: 60px 0;
}
.events .row {
    justify-content: space-between;
}
.bl_right form, .bl_right .categories {
    padding: 20px;
    background: #ffffff;
    box-shadow: -10px 10px 15px #ececec;
}
.single-blog {
    padding-right: 30px;
}
.single-blog img {
    width: 100%;
    margin: 0 0 25px;
}
.single-blog h3 {
    font-size: 25px;
    margin: 0 0 15px;
}
.single-blog p {
    text-align: justify;
}
.leave-comment {
    margin: 50px 0 0;
    padding: 30px;
    background: whitesmoke;
}
.leave-comment h3 {
    font-size: 28px;
    margin: 0 0 10px;
}

.leave-comment form {
    margin: 35px 0 0;
}
.leave-comment form .formm_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 10px;
}
.leave-comment form .formm_group label {
    max-width: 80px;
    flex: 0 0 80px;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
}
.leave-comment form .formm_group input[type="text"] {
    max-width: calc(100% - 80px);
    flex: 0 0 100%;
    height: 42px;
    padding: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    background: transparent;
}
.blogg {
    padding: 80px 0 80px;
}
.leave-comment form .formm_group textarea {
    max-width: calc(100% - 80px);
    height: 120px;
    padding: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    margin: 10px 0 5px;
    background: transparent;
    flex: 0 0 100%;
}
.btn-post-comment {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #68b436;
    padding: 15px 20px;
    border: 2px solid #68b436;
    line-height: 16px;
    border-radius: 5px;
    margin-top: 15px;
}
.leave-comment form .formm_group input[type="checkbox"] {
    margin: 0 10px 0 0;
}
.searchblllog {
    padding: 20px;
    background: #ffffff;
    box-shadow: -10px 10px 15px #ececec;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.searchblllog .form-group {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.searchblllog input[type="text"] {
    border-bottom: 1px solid #eaeaea !important;
    border: 0;
    height: 36px;
    background: transparent;
    width: 100%;
}
.searchblllog i.fa.fa-search {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #68b436;
}
.categories {
    padding: 20px;
    background: #ffffff;
    box-shadow: -10px 10px 15px #ececec;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.categories ul li a {
    display: block;
    color: #505050;
    font-weight: 400;
    padding: 5px 0;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 13px;
}
.form_quote {
    padding: 20px;
    background: #ffffff;
    box-shadow: -10px 10px 15px #ececec;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.box-form input[type="text"] {
    border-bottom: 1px solid #eaeaea !important;
    border: 0;
    height: 35px;
    margin-bottom: 10px;
    background: transparent;
    width: 100%;
}
.box-form textarea {
    width: 100%;
    height: 100px;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea !important;
    border: 0;
}
.form_quote textarea {
    width: 100%;
    min-height: 100px;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea !important;
    border: 0;
}
.form_quote input[type="button"] {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #68b436;
    padding: 15px 20px;
    border: 2px solid #68b436;
    line-height: 16px;
    border-radius: 5px;
    margin-top: 10px;
}
.form_quote h3,.categories h3 {
    font-size: 22px;
    font-weight: 600;
}
.iconsss img {
    width: 50px;
}
section.urgentCsec {
    padding: 80px 0 0;
}
.blogGer a.btn.btn-default.btn-sm.btn-themE-colored.mt-10 {
    color: #68b436;
    background-color: #f7f8fa;
    border-color: #68b436;
    font-size: 16px;
    font-weight: 600 !important;
    padding: 15px 30px;
    border-radius: 5px;
    line-height: 18px;
}

.blogGer a.btn.btn-default.btn-sm.btn-themE-colored.mt-10:hover {
    background-color: #68b436;
    color: white;
    border-color: white;
}
section.urgentCsec h3 {
    font-size: 32px;
}
.accreditationsec .icon-box.iconbox-theme-colored:hover {
    box-shadow: 2px 3px 4px 1px #d2d2d2;
    transition: .4s linear;
    transform: translate(0px, -20px) scale(1.1);
}
.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 25px;
    z-index: 999999;
    width: 55px;
    height: 55px;
    background: #02a525;
    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;
    border: 2px solid white;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(17, 173, 100);
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
.whatsapp a.float i.fa.fa-whatsapp.my-float {
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
}
@keyframes zcwmini2{
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgb(8 207 89 / 0%), 0 0 0 0 rgb(255 255 255), 0 0 0 0 rgb(8 207 140 / 0%);
        box-shadow: 0 0 8px 6px rgb(8 207 89 / 0%), 0 0 0 0 rgb(255 255 255), 0 0 0 0 rgb(8 207 140 / 0%);
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #159025, 0 0 12px 10px rgb(14 224 72 / 40%), 0 0 12px 14px #00ca4b;
        box-shadow: 0 0 8px 6px #159025, 0 0 12px 10px rgb(14 224 72 / 40%), 0 0 12px 14px #00ca4b;
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgb(24 236 61 / 60%), 0 0 0 40px rgb(40 206 41 / 10%), 0 0 0 40px rgb(8 207 19 / 10%);
        box-shadow: 0 0 8px 6px rgb(24 236 61 / 60%), 0 0 0 40px rgb(40 206 41 / 10%), 0 0 0 40px rgb(8 207 19 / 10%);
    }
}

.missionVision {
    overflow: hidden;
    position: relative;
    padding: 80px 50px 80px 0;
}
.mIssion2 {
}
.haapycustomers {
    background: white;
    position: relative;
    padding: 30px;
    margin-right: 0;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    z-index: 1;
}
ul.menuzord-menu.menuzord-right.menuzord-indented.scrollable.active {
    left: 0;
}
.testimonials-all-content .row {
    display: flex;
    align-items: center;
}
.missionVision .m-v-bg img {
    width: 100%;
}
.updated-about-section.updated-about-section2 {
    padding-bottom: 120px;
}
.col-xs-12.col-sm-8.border-Boxes img {
    width: 47%;
}

.col-xs-12.col-sm-8.border-Boxes {
    text-align: center;
    box-shadow: 1px 1px 5px 2px #dddcdc;
    padding: 30px 30px;
}
.ParaBox {text-align: initial;margin-top: 20px;}
.AwardBox {
    display: flex;
    flex-wrap: wrap;
}

.AwardIMG img {
    width: 100%;
}

.AwardIMG {
    max-width: 35%;
    flex: 0 0 35%;
    border: 12px solid #cd1962;
}

.Award-para {
    max-width: 65%;
    flex: 0 0 65%;
    padding: 0 0px 0 60px;
}
section.awardSec {
    padding: 70px 0 0px;
}
section.awardSec.B-padMan {
    padding-bottom: 100px;
}
.Award-para.padRight {
    padding: 0 60px 0px 0;
}
/* ===========AWARD CSS================ */
.Sample_Slider.aboutUS-BG {
    color: #b5bad3;
    position: relative;
    padding: 30px 0 80px;
}
.About_IMG {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 580px;
    position: relative;
    margin-top: -40px;
}
.awarded.awarded1 {
    height: 300px;
    max-width: 300px;
    flex: 0 0 300px;
    position: relative;
    overflow: hidden;
}
.awarded {
    background: #68b436;
    transition: all .5s linear;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transform: rotate(
45deg);
    box-shadow: 5px 5px 10px rgb(21 51 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.awarded1 img {
    /* max-width: 300px; */
}
.awarded img {
    transform: rotate(
-45deg);
    padding: 0;
}
.awarded:after {
    border: 2px solid rgb(219 191 112 / 60%);
    position: absolute;
    left: 8px;
    top: 8px;
    content: '';
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
    z-index: 0;
}
.awarded2 img, .awarded3 img {
    max-width: 220px;
    flex: 0 0 220px;
}
.awarded2 img {
}
.awarded.awarded3 {
    height: 180px;
    width: 180px;
    position: absolute;
    bottom: -30px;
    right: 60px;
    overflow: hidden;
}
.About_IMG img {
    width: 100%;
    position: relative;
    z-index: 1;
    /* max-width: 400px; */
    /* flex: 0 0 400px; */
}
.AboutBox2 {
    padding: 100px 13px;
}
.special-heading {
    color: #1c2f26;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 40px;
}
.LineStyle5 {
    position: relative;
    margin: 15px 0 40px;
}
.LineStyle5:before {
    content: '';
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    color: white;
    top: -2px;
    border-top: 6px solid #cd1962;
    border-radius: 30px;
    background-color: white;
    z-index: 1;
}
.LineStyle5:after {
    content: '';
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 180px;
    color: white;
    top: 0;
    border-top: 1px solid #ce2166;
    border-radius: 5px;
    z-index: 0;
    background-color: white;
}
.Sample_Slider .fw-divider-space.divider-35.divider-lg-0 {
    margin: 0;
}
.Sample_Slider p {
    color: #1c2f26;
}
.Years-Exp {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    align-items: center;
}
.expBox1 {
    max-width: 98px;
    flex: 0 0 98px;
}
.expBox1 h1 {
    font-size: 80px;
    font-weight: 600;
    color: #cd1962;
    margin: 0;
    line-height: 70px;
}
.expBox2 {
    max-width: 48%;
    flex: 0 0 48%;
    margin: -13px 0 0 10px;
    padding: 0;
}
.expBox2 span {
    font-size: 25px;
    display: block;
    color: #1c2f26;
}
.BookBTN {
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    font-size: 15px;
    border: 2px solid #1c2f26;
    text-transform: capitalize;
    border-radius: 50px;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    padding: 16px 32px;
    max-width: 200px;
    font-weight: 500;
}
.BookBTN a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #1c2f26;
}
.Sample_Slider.aboutUS-BG:after {
    background: url(../img/texturebg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    content: '';
    opacity: .04;
}
.awarded.awarded2 {
    height: 180px;
    width: 180px;
    position: absolute;
    bottom: -30px;
    left: 60px;
    overflow: hidden;
}
.awarded.awarded1 img {
    max-width: 385px;
    flex: 0 0 385px;
}
.expBox2 h3 {
    margin: 5px 0px -14px;
}
.awarded:hover {
    transform: translateY(-5px) rotate(
45deg);
}
section.Sample_Slider.aboutUS-BG.pad-manB {
    padding-bottom: 0;
}
/* ===========AWARD CSS================ */
.counterboxess {
    width: calc(100% / 5);
}
.iconsssText-1 {
    color: #d23072;
}
.iconsssText-2 {
    color: #68b436;
}
.iconsssText-3 {
    color: #333333;
}
.gallerybox {
    margin: 15px 0;
}
.gallerybox {
    margin: 15px 0;
    border: 2px solid #eaeaea;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 40%);
}

.enqBox {
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.enqBox.active {
    display: flex;
}
.enqBox form {
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    flex: 0 0 600px;
    position: relative;
    z-index: 0;
}
.enqBox .form-group {
    margin: 0 0 15px;
}

.enqBox .form-group input[type="text"] {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.enqBox .form-group input:focus {
    outline: none;
}
.enqBox .form-group-btn input[type="sumbit"] {
    display: inline-block;
    border: none;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 3px;
    margin: 15px 0 0;
    background: #68b436;
    font-weight: 600;
    text-align: center;
    width: 150px;
}
.form-group.genderrow {margin: 0;}

.form-group.genderrow .genderds {
    display: flex;
    align-items: center;
}
.form-group.genderrow .genderds label {
    max-width: 30%;
    flex: 0 0 30%;
    margin: 0;
}
.selectRadio {
    max-width: 70%;
    flex: 0 0 70%;
    display: flex;
    align-items: center;
}
.rowgenderrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inputrowss {
    margin-right: 15px;
}
.enqBox form h2 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 30px;
}
.overlaybg {
    background: #000000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    cursor: pointer;
    z-index: 0;
}
.closebtn {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    font-size: 35px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.icon-boxclick {
    cursor: pointer;
}
.articlesss .entry-content {
    height: auto !important;
}
.bigletter {
    font-size: 50px;
}
.smallsize {
    font-size: 17px;
    color: #ce1e65;
    font-weight: 500;
}
.smallsize strong {
    color: #ce1e65;
    font-size: 20px;
}
.volunteer img {
    transition: all .5s linear;
}

.volunteer:hover img {
    transform: scale(1.2);
}
button.close {
    position: relative;
    z-index: 2;
}
.col-md22:first-child {
    justify-content: flex-start;
}

.col-md22:last-child {
    max-width: 20%;
    flex: 0 0 20%;
}
.upcoming-campaign {
    padding: 80px 0;
}

.upcoming-campaign article {
    border: 1px solid #eaedf1;
    border-radius: 5px;
    overflow: hidden;
}

.upcoming-campaign article .entry-content {
    height: auto;
    padding: 25px 15px !important;
}
.faqSAccordian .acc__title::before {
    width: 4px;
    height: 15px;
    border-right: 2px solid #68b436;
    position: absolute;
    right: 25px;
    content: " ";
    top: 51%;
    transform: rotate(
-180deg) translateX(-50%);
    transition: all 0.2s ease-in-out;
}
.readmorebtn {
    color: #ffffff;
    background-color: #68b436;
    border-color: #68b436;
    font-size: 16px;
    font-weight: 600 !important;
    padding: 15px 30px;
    border-radius: 5px;
    line-height: 18px;
    margin-top: 20px;
}
.signature img {
    width: 29%;
}

.CS-box {text-align: center;background-color: #68b436;padding: 60px 40px;width: 700px;margin: 0 auto;border-radius: 20px;}

.CS-box h1 {
    margin: 0px 0  30px;
    color: white;
}

.CS-box h4 {
    color: white;
}

.ComingSoonSec {
    padding: 80px 0;
}
.inspirationalGallery2 img.img-fullwidth {
    border: 8px solid #efe7df;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
}
.col-md-4.vr-office h4 {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
}

.virtualADD {
    display: flex;
    flex-wrap: wrap;
}

.vr-box {
    max-width: calc(100% - 20px);
    flex: 0 0 100%;
    padding: 40px 10px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
    border: 1px solid #b4e693;
}
#blog .post-thumb.thumb {
    height: 200px;
    position: relative;
    overflow: hidden;
}
.vr-box p {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    color: #333333;
}

section.inner-header.divider .col-md-6.col-md-offset-3.text-center {
    margin-left: 0;
    width: 100%;
}
.single-blog img {
    border: 1
px
 solid #dfdfdf;
}
.categories ul li a:hover {
    box-shadow: 0px 0px 4px 2px #e8e8e8;
    transition: .2s linear;
}
.projectsetu {
    padding: 60px 0;
}

.projectsetu h2 {
    margin: 0 0 20px;
}

.projectsetu p {
    text-align: justify;
}
.projectsetu h2 strong {
    color: #ce1e65;
    font-weight: 900;
}
.projectsetuimage {
    margin-bottom: 20px;
}
.virtualADD.bocolsss .vr-box {
    background: linear-gradient(45deg, #e0453b, #cd1962);
}

.virtualADD.bocolsss .vr-box p {
    color: #fff;
}
.TeamBoxsv {
    border: 2px solid #68b336;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.TeamBoxsv img {
    width: 100%;
}

.TitleNasmes {
    color: #68b436;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
}

.slidersTeams {
    margin: 0 0 50px;
}

.vr-box.bocolsss {
    background: linear-gradient(45deg, #68b437, #36b497) !important;
}
.projectsetuimage img {
    width: 100%;
}