@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');
/*=======global css========*/
*{margin: 0;padding: 0;box-sizing: border-box;}

::-webkit-scrollbar {
  width:6px;
}
::-webkit-scrollbar-track{
  background: #a05307;
}
::-webkit-scrollbar-thumb{
  background: #f69221;
}
::-webkit-scrollbar-thumb:hover{
  background: #f69221;
}

.form-control{font-size: 14px;}

html, body{font-family: 'Merriweather', serif;} /*overflow-x: hidden; overflow-x: hidden;*/
a{text-decoration: none;}
p{margin: 0;font-size: 14px;font-weight: 300;line-height: 28px;}
.transition {transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-webkit-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;}
.extra_margin{margin-left: 80px;margin-right: 80px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}


.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.pt80{padding-top: 80px !important;}
.pb80{padding-bottom: 80px !important;}
/*=======Header — legacy rules suppressed, see swd-ext.css========*/
header{ position: fixed; width: 100%; z-index: 9999; top: 0; background: transparent; }
/*=======#Header========*/

/*=======Slider — all styles in swd-ext.css (.banner-ai)========*/
.slider{ margin-top: 0 !important; background: #060f1e; }
/*=======Slider========*/

/*=======Top Link — replaced by .tl-modern in swd-ext.css========*/
/*=======#Top Link========*/

/*=======Upcoming Events========*/
.upcoming_events{margin-top:3px;}
.upcoming_events .heading{background:#f69221;padding: 15px 15px 14px;color: #fff;font-weight: 600;font-size: 18px;text-align: center;width: 20%;float: left;}
.upcoming_events .heading p{font-weight: bold;}
.upcoming_events .headingquotes{width: 80%;float: right;background: #2b2b2b;padding: 11px;color: #fff;}
.upcoming_events .headingquotes p{padding-top: 7px;font-weight: 500;}
.upcoming_events .headingquotes p span{font-family: Arial, Helvetica, sans-serif;margin: 0px 30px;color: #ccc;}
.quotes {display: none;}
/*=======#Upcoming Events========*/

/*=======#Latest Selfies========*/
.latest_selfie{background: url(../images/sparkle.png) left center no-repeat;}
.latest_selfie .heading h6{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.latest_selfie .heading h6 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.headingline{overflow: hidden;}
.headingline > span:after{ content: ''; position: absolute;top: 40%;border-bottom: 5px solid;width: 2vw;margin: 0 20px;color: #f69221; }
.orange_border_right{border-right: 1px solid #f3d8ba;}
.latest_selfie{padding: 20px 0px 40px;}
.latest_selfie .selfieheading{padding-left: 100px;}
.latest_selfie .selfieheading strong{font-size: 40px; color:#2b2b2b; text-transform: none; font-family: Arial, Helvetica, sans-serif;}
.latest_selfie .selfieheading p{font-size: 14px; color:#2b2b2b;}
.latest_selfie .content{margin-top: 30px;margin-bottom: 30px;}
.latest_selfie .selfies{margin-bottom: 50px;}
.latest_selfie .selfies .item{border: 4px solid #ebebeb;padding: 4px;background: #fff; border-radius: 2px;box-shadow: 0px 5px 9px rgb(0 0 0 / 10%);position: relative;}

.latest_selfie .selfies .coverbg img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.latest_selfie .selfies .coverbg{width: 100%;min-height: 240px;position: relative;height: 240px;overflow-y: hidden;} /*height: 200px;*/
.latest_selfie .selfies .coverbg .blur{filter: blur(2px);-webkit-filter: blur(2px);}

.latest_selfie .selfies_anc{display: inline-block   ;}
.latest_selfie .selfies_anc a{background: #528ac8;padding: 15px 35px;color: #fff;text-decoration: none;-webkit-border-radius:2px;
-moz-border-radius: 2px;border-radius: 2px;}
.latest_selfie .selfies_anc a:hover{background: #f69221;color: #fff;}
.latest_selfie .selfies .item:after{
content: "";position: absolute;top: 50%;right: -1px;background-color: #c3b09b;width: 20px;height: 100%;border: 2px solid #fff;border-radius: 1px;color: #fff;z-index: 10000;
-webkit-transform: rotate(3deg) translateY(-40%);
-moz-transform: rotate(3deg) translateY(-40%);
-ms-transform: rotate(3deg) translateY(-40%);
-o-transform: rotate(3deg) translateY(-40%);
transform: rotate(3deg) translateY(-40%);
z-index: -1;
}
#selfies .owl-nav{position: absolute; right: 0px;bottom: -85px;}
#selfies .owl-prev{background: #f69221;margin:2px;-webkit-border-radius:2px;
-moz-border-radius: 2px;border-radius: 2px;transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-webkit-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;}
#selfies .owl-next{background: #f69221;margin:2px;-webkit-border-radius:2px;
-moz-border-radius: 2px;border-radius: 2px;transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-webkit-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;}

#selfies .owl-prev:hover, #selfies .owl-next:hover{background: #528ac8;}

#selfies .owl-prev img{padding: 15px 10px;}
#selfies .owl-next img{padding: 15px 10px;}



.extra_margin2{margin-left: 0px;margin-right: 80px;}
.mobile_app{background: url(../images/sparkle2.png) right center no-repeat;}
.mobile_app .heading h4{font-size: 20px; color: #5b5b5b;text-transform: none;}
.mobile_app .heading h4 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.mobile_app .content{background: #235b8e;padding: 30px 20px 30px 20px;position: relative;}

.mobile_app .content .float-left img{border: 1px solid #3671a7;padding: 3px;background: #fff;}
.mobile_app .content .p-name{text-align: right;font-size: 18px;color: #fff; text-transform: none;font-weight: 600;margin-bottom: 0;}
.mobile_app .content .p-name h5{margin-bottom: 0;font-size: 18px;}


.mobile_app .content .p-name p{text-align: right;margin-bottom: 0;}
.mobile_app .content p{color: #fff;text-align: justify;margin-bottom: 15px;}

.mobile_app .mt15{margin-top: 15px;}
.mobile_app .mobilebg{position: absolute;}
.mobile_app .pranab h5{font-size: 18px; color: #5b5b5b;text-transform: none;font-weight: 600;margin-bottom: 0;}
.mobile_app .pranab p{font-size: 13px; color: #5b5b5b;}
.mobile_app .media-body{padding-top: 50px;}
.mobile_app .lightbox_img{}
.mobile_app .lightbox_img ul{padding: 0;margin: 0;}
.mobile_app .lightbox_img ul li{display: inline;}
.mobile_app .lightbox_img ul li{padding-right: 10px;}
.mobile_app .lightbox_img ul li img{ border: 1px solid #e0e0e0;padding:4px; }

.popular_faces{padding-top: 80px;padding-bottom: 80px;}
.popular_faces .heading h3{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.popular_faces .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.popular_faces .faces .item{width: 100%;position: relative;}
.popular_faces .faces .item a{text-decoration: none;}
.popular_faces .faces .item a .pf_details{padding: 20px;text-align: center;}
.popular_faces .faces .item a .pf_details .img{width: 100%;min-height: 200px;position: relative;height: 200px;overflow-y: hidden;}
.popular_faces .faces .item a .pf_details p{font-size: 20px;font-weight: 600;color: #2b2b2b;padding-top: 15px;}
.popular_faces .faces .item a .pf_details .pf_details_details p{font-size: 12px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;width: 225px;text-align: center;margin: 0 auto;font-weight: 300;padding-top:4px;}


.popular_faces .faces .item a .pf_details .img .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.popular_faces .faces .item a .pf_details .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.popular_faces .faces .item a .pf_details:before{content: '';top: 0px;
    position: absolute;
    border: 2px solid #f69221;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;}
.popular_faces .faces .item a .pf_details:after{
content: '';
    position: absolute;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;
    bottom: 0;
    border: 2px solid #f69221;
    border-top: 0;
}


.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 10px;
}
.owl-nav button.owl-next {
  right: 10px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #f69221;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(246, 146, 33, 0.7) !important;
    -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.owl-nav button:hover {
    background: rgba(246, 146, 33, 0.9) !important;
}
.owl-nav button img{padding: 10px;}
.owl-nav button:focus {
    outline: none;
}
.relative{position: relative;}
.viewall{position: absolute;right: 15px;bottom: -2px;z-index: 999;}
.viewall a{text-decoration: none;}
.viewall a:hover{color: #f69221;}

.viewallr{position: relative;text-align: right;margin-top: 25px;}
.viewall a{text-decoration: none;}
.viewall a:hover{color: #f69221;}


.aboutus{background: url(../images/aboutbg.png);padding-top: 80px;padding-bottom: 80px}
.aboutus .heading h2{font-size: 20px; color: #fff;text-transform: none;;}
.aboutus .heading h2 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.aboutus .content p{color: #fff;font-weight: 300;text-align: justify;}

.aboutus .content a {
    background: #528ac8;
    padding: 15px 35px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 20px;
}
.aboutus .content a:hover {
    background: #f69221;
    color: #fff;
}

.ourteam{padding-top: 80px;padding-bottom: 80px;}
.ourteam .heading h3{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.ourteam .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.ourteam .faces .item{width: 100%;position: relative;}
.ourteam .faces .item a{text-decoration: none;}
.ourteam .faces .item a .pf_details{padding: 20px;text-align: center;}
.ourteam .faces .item a .pf_details .img{width: 100%;min-height: 200px;position: relative;height: 200px;overflow-y: hidden;}
.ourteam .faces .item a .pf_details p{font-size: 20px;font-weight: 600;color: #2b2b2b;padding-top: 25px;}
.ourteam .faces .item a .pf_details .pf_details_details p{font-size: 12px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;width: 225px;text-align: center;margin: 0 auto;font-weight: 300;padding-top:4px;}


.ourteam .faces .item a .pf_details .img .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.ourteam .faces .item a .pf_details .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.ourteam .faces .item a .pf_details:before{content: '';top: 0px;
    position: absolute;
    border: 3px solid #f69221;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;}
.ourteam .faces .item a .pf_details:after{
content: '';
    position: absolute;
    border: 1px solid black;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;
    bottom: 0;
    border: 3px solid #f69221;
    border-top: 0;
}


.owl-carousel .owl-item:nth-child(odd) {
  
}

.owl-carousel .owl-item:nth-child(even) {

}


.programme-priorities{padding-top:0px;padding-bottom: 80px;}
.programme-priorities .heading h3{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.programme-priorities .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.programme-priorities .pp .img-text{text-align: center;}
.programme-priorities .pp .img-text img{max-width: 80px;display: inline-block;margin-bottom: 15px;}
.programme-priorities .pp .img-text p{text-align: center;}


.partners{padding-top:80px;padding-bottom: 80px;background: #f9f9f9;}
.partners .heading h3{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.partners .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.partners .partnr .logo{text-align: center;background: #fff;padding: 10px;border: 1px solid #f1eeee;}
.partners .partnr .logo img{max-width: 150px;display: inline-block;}



.article{padding-top:80px;padding-bottom: 80px;}
.article .heading h2{font-size: 20px; color: #5b5b5b;text-transform: none;}
.article .heading h2 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.article .padd .col-md-4{padding-right: 0px;}
.article .padd .col-md-8{padding-left: 0px;}
.article figure{margin: 0;}
.article .bggary{padding: 0px 0px 20px;max-height: 175px;height: 260px;overflow-y: hidden;margin-bottom: 15px;}
.article .bggary figure img{border:3px solid #fff;padding: 1px;background: #fff;}
.article .bggarylight{padding: 20px;border: 1px solid #f7f7f7;background: linear-gradient(to top, #ffffff, #f7f7f7);
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.article .bggarylight h2{font-weight:600;font-size: 20px;margin: 0;}
.article .bggarylight hr {margin-top: 10px;margin-bottom: 20px;border: 0;border-top: 1px solid rgba(0,0,0,.1);}
.article .bggarylight P{margin-top: 20px}
.article .bggarylight article{text-align: justify;line-height: 24px;font-size: 15px;}

.article .art_img {}
.article .art_img img{}

.article .art_txt{}
.article .art_txt article{}


.spiral::before {content: ""; height: 65%;width: 24px;background: url(../images/spiral.png) repeat-y;top: 0px;bottom: 40px;overflow: hidden;position: absolute;z-index: 9; right: -12px;
}
.fade1 {
    -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
  }

footer{background: #262626;padding: 50px 0px;position: relative;}
footer .connect-us h5{font-size: 24px; color: #fff;font-weight: 600;margin-bottom: 15px;}
footer address a{font-size: 16px;text-decoration:none;color: #fff;display: block;}
footer .font24{font-size: 24px;font-weight: bold;}
footer .rubik{font-family: 'Rubik', sans-serif !important;}
footer address a .fa{margin-right: 8px;vertical-align: middle;}
footer address a .fa-mobile{font-size: 28px;}
footer address a:hover{color: #f69221;text-decoration:none;}
footer .button_link {text-align: center;}
footer .button_link ul{margin-bottom: 0;}
footer .button_link ul li {padding: 8px 0 6px;border: 1px solid #fff;width: 40px;height: 40px;text-align: center;display: inline-block;}
footer .button_link ul li a {color: #fff;font-size: 16px;}
footer .button_link ul li:hover{background: #f69221;}
footer .footerimg {text-align: center;}
footer .footerimg img{max-width: 140px;}
footer .bor_right{border-right: 1px solid #404040;}

footer .location{text-align: right;}
footer .location h5{font-size: 24px; color: #fff;font-weight: 600;margin-bottom: 15px;}
footer .location address p{color: #fff;line-height: 26px;}
footer .line{background: url(../images/line.png) center repeat-x;padding: 20px;margin:5px 0;text-align: center;width: 100%;}
footer .bottomlink{text-align: center;}
footer .bottomlink ul{margin: 0}
footer .bottomlink ul li{display: inline;}
footer .bottomlink ul li a{color: #fff;background: #2d2d2d;padding: 15px 20px;font-size: 14px;text-decoration: none;}
footer .bottomlink ul li a:hover{background: #f69221;}

.copyright{background: #383838;padding: 15px;}
.copyright p{color: #a5a4a4;line-height: 2;}
.copyright .rubik{font-family: 'Rubik', sans-serif !important;}
.copyright .folink{text-align: right;}
.copyright .folink ul{margin: 0;}
.copyright .folink ul li{display: inline;padding: 0px 20px;}
.copyright .folink ul li a{font-family: 'Rubik', sans-serif !important;color: #a5a4a4;font-size: 14px;text-decoration: none;}
.copyright .folink ul li a:hover{color: #f69221;}
.copyright .folink ul li:last-child{padding: 0px 0px 0px 20px;}
.selfiesgirls{position: absolute;right: 0;z-index: 99;bottom: 0;}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius:2px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.about-foundation {
    background: url(../images/about-foundation.jpg);
    
}
.inspiring-daughters {
    background: url(../images/inspiring-daughters.jpg) center;
    
}
.winners {
    background: url(../images/winners.jpg) center;
    
}
.m-team-bg {
    background: url(../images/m-team.jpg) center;
    
}
.team-lado {
    background: url(../images/team-lado.jpg) center;
    
}
.swd-minheader {
    float: left;
    width: 100%;
    
    height:auto;
    position: relative;
    padding: 308px 0px 0px 0px;
    margin-top: 142px;
    height: 350px;
}
.swd-minheader .full-pattren {
    background-color: rgba(0,0,0,0.60);
}
.full-pattren {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/transparent-pattren.png);
}
.swd-minheader-wrap {
    float: left;
    width: 100%;
    background-color: rgba(0,0,0,0.50);
    padding: 10px 0px;
}


.swd-breadcrumb {
    float: right;
}
ul.swd-breadcrumb{
    margin-bottom: 0;
}

/*========.breadcrumb========*/
#brcm{float: right;}
#brcm .breadcrumb{background: transparent;padding: 0px;margin-bottom: 0px;}
#brcm .breadcrumb li a{color: #f69221;font-size: 12px;}
#brcm .breadcrumb-item+.breadcrumb-item::before {display: inline-block;padding-right: 0.5rem;color: #666666;content: "|";margin-top: -2px;}


/*========.backto========*/
#backto{float: left;}
#backto .backtoanc{background: transparent;padding: 0px;margin-bottom: 0px;}
#backto .backtoanc li a{color: #f69221;font-size: 12px;}
#backto .backtoanc-item+.backtoanc-item::before {display: inline-block;padding-right: 0.5rem;color: #666666;content: "|";margin-top: -2px;}


.inner_content{padding-top:80px;padding-bottom: 80px;}
.inner_content .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content .content p{text-align: justify;}

.inner_content .about-image {
    position: relative;
    text-align: right;
    padding-left: 100px;
    
}

.inner_content .about-image img {
    border-radius: 0;
}
.inner_content .about-image img:nth-child(2) {
    position: absolute;
    left: 10px;
    top: 60px;
    z-index: 1;
    border: 8px solid #ffff;
}

.inner_content .about-video {
    text-align: center;
    position: absolute;
    bottom: 160px;
    margin: auto;
    left: 0;
    right: 50px;
}
.inner_content .about-video .video-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #ff6015;
    position: relative;
    z-index: 1;
}

.inner_content .about-video .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.inner_content .about-video .video-btn i {
    font-size: 35px;
    position: relative;
    top: 5px;
    left: 4px;
}

.inner_content .bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inner_content  .about-video .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}


.about_cont{padding-top:0px;padding-bottom: 80px;}
.about_cont .heading h2{font-size: 20px; color: #5b5b5b;text-transform: none;}
.about_cont .heading h2 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.about_cont .content p{text-align: justify;}
.about_cont .content p strong{font-weight: 600;}


.p_priorities{background: url(../images/p_priorities.jpg);padding: 80px 0px 0px;position: relative;background-position: center center;background-size: cover;background-repeat: no-repeat;z-index: 1;background-position: 50% 50%;}
.p_priorities::before {position: absolute;content: "";height: 100%;width: 100%;background-color: #000;left: 0;top: 0;z-index: -1;opacity: 0.7;}
.p_priorities .heading h3{font-size: 20px; color: #fff;text-transform: none;}
.p_priorities .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.p_priorities .topics{background: #fff;padding: 30px;-webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px;-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}
.p_priorities .iconlist {
    padding-left: 0;
    margin-left: 1.75em;
    list-style-type: none;
}
.p_priorities ul.iconlist{margin: 10px 30px 0px;}
.p_priorities .iconlist li {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.p_priorities .iconlist > li [class^="fa-"], .p_priorities .iconlist > li [class*=" fa-"] {
    position: absolute;
    left: -1.75em;
    width: 1.75em;
    text-align: center;
    top: 5px;
    width: 14px;
}

.ppcontent{margin-top: 30px;}
.ppcontent p strong, .ppcontent p a{font-weight: 600;}

/*==============light box===================*/
* Please do NOT edit this part, you can do that only if you have both knowledge and field experience
 */
body.flashy-active {
  overflow: hidden;
}
body.flashy-active .flashy-overlay {
  opacity: 1;
  pointer-events: auto;
}
.flashy-overlay {
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  z-index: 1001;
  overflow: hidden;
}
.flashy-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  outline: none;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  z-index: 1002;
}
.flashy-container .flashy-content-outer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flashy-container .flashy-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flashy-container .flashy-content {
  display: inline-block;
  padding: 15px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.flashy-container .flashy-content * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flashy-container .flashy-content.flashy-show {
  opacity: 1;
  pointer-events: auto;
}
.flashy-container .flashy-content.flashy-error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #a94442;
  -webkit-box-shadow: 0 0 40px rgba(169, 68, 66, 0.9);
          box-shadow: 0 0 40px rgba(169, 68, 66, 0.9);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: auto !important;
}
.flashy-container .flashy-content.flashy-image img {
  max-width: 100%;
}
.flashy-container .flashy-content.flashy-inline,
.flashy-container .flashy-content.flashy-ajax {
  width: 100%;
}
.flashy-container .flashy-content.flashy-iframe iframe {
  width: 100%;
  height: 70vh;
  border: none;
}
.flashy-container .flashy-content.flashy-video {
  width: 100%;
  height: 260px;
}
.flashy-container .flashy-content.flashy-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #000;
}
@media (min-width: 768px) {
  .flashy-container .flashy-content.flashy-iframe {
    width: 90%;
    height: 70vh;
  }
  .flashy-container .flashy-content.flashy-video {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .flashy-container .flashy-content.flashy-inline,
  .flashy-container .flashy-content.flashy-ajax {
    max-width: 1200px;
    width: 80%;
  }
  .flashy-container .flashy-content.flashy-iframe {
    width: 90%;
    height: 70vh;
  }
  .flashy-container .flashy-content.flashy-video {
    width: 960px;
    height: 540px;
  }
}
.flashy-overlay.flashy-fullscreen .flashy-numeration,
.flashy-overlay.flashy-fullscreen .flashy-close,
.flashy-overlay.flashy-fullscreen .flashy-prev,
.flashy-overlay.flashy-fullscreen .flashy-next,
.flashy-overlay.flashy-fullscreen .flashy-title {
  opacity: 0 !important;
  pointer-events: none !important;
}
.flashy-overlay .flashy-numeration {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  line-height: 38px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: .6px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1003;
}
.flashy-overlay .flashy-numeration.flashy-show {
  opacity: 1;
  pointer-events: auto;
}
.flashy-overlay .flashy-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  line-height: 38px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: .6px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1003;
}
.flashy-overlay .flashy-title.flashy-show {
  pointer-events: auto;
  opacity: 1;
}
.flashy-overlay .flashy-close {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  padding: 7px;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9Ii01IC01IDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC01IC01IDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTMuNywwLjNjLTAuNC0wLjQtMS0wLjQtMS40LDBMNyw1LjZMMS43LDAuM2MtMC40LTAuNC0xLTAuNC0xLjQsMGMtMC40LDAuNC0wLjQsMSwwLDEuNEw1LjYsN2wtNS4zLDUuM2MtMC40LDAuNC0wLjQsMSwwLDEuNEMwLjUsMTMuOSwwLjcsMTQsMSwxNHMwLjUtMC4xLDAuNy0wLjNMNyw4LjRsNS4zLDUuM2MwLjIsMC4yLDAuNSwwLjMsMC43LDAuM3MwLjUtMC4xLDAuNy0wLjNjMC4zOTktMC40LDAuMzk5LTEsMC0xLjRMOC40LDdsNS4zLTUuM0MxNC4xLDEuMywxNC4xLDAuNywxMy43LDAuM3oiLz48L3N2Zz4=');
  cursor: pointer;
  opacity: 0.8;
  z-index: 1003;
}
.flashy-overlay .flashy-close:hover {
  opacity: 1;
}
.flashy-overlay .flashy-prev,
.flashy-overlay .flashy-next {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50vh;
  width: 28px;
  height: 28px;
  margin-top: -34px;
  padding: 20px 5px;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 1003;
}
.flashy-overlay .flashy-prev.flashy-show,
.flashy-overlay .flashy-next.flashy-show {
  pointer-events: auto;
  opacity: 0.8;
}
.flashy-overlay .flashy-prev.flashy-show:hover,
.flashy-overlay .flashy-next.flashy-show:hover {
  opacity: 1;
}
.flashy-overlay .flashy-prev {
  left: 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOHB4IiBoZWlnaHQ9IjI4cHgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjggMjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zLjI5MywxNC43MDdMMTEsMjIuNDE0TDEyLjQxNCwyMWwtNi02SDI0YzAuNTUzLDAsMS0wLjQ0OCwxLTFzLTAuNDQ3LTEtMS0xSDYuNDE0bDYtNkwxMSw1LjU4NmwtNy43MDcsNy43MDdDMi45MDIsMTMuNjg0LDIuOTAyLDE0LjMxNiwzLjI5MywxNC43MDd6Ii8+PC9zdmc+');
}
.flashy-overlay .flashy-next {
  right: 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOHB4IiBoZWlnaHQ9IjI4cHgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjggMjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yNC43MDcsMTMuMjkzTDE3LDUuNTg2TDE1LjU4Niw3bDYsNkg0Yy0wLjU1MywwLTEsMC40NDgtMSwxczAuNDQ3LDEsMSwxaDE3LjU4NmwtNiw2TDE3LDIyLjQxNGw3LjcwNy03LjcwN0MyNS4wOTgsMTQuMzE2LDI1LjA5OCwxMy42ODQsMjQuNzA3LDEzLjI5M3oiLz48L3N2Zz4=');
}
.flashy-preloader {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-animation: flashy-spin 1200ms infinite linear;
          animation: flashy-spin 1200ms infinite linear;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTM4cHgiIGhlaWdodD0iMTM4cHgiIHZpZXdCb3g9IjgxIDgxIDEzOCAxMzgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgODEgODEgMTM4IDEzOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIxOSwxNTBjMC0zOC4xLTMwLjktNjktNjktNjljLTM4LjEwMSwwLTY5LDMwLjktNjksNjkgTTkyLjcsMTUwYzAtMzEuNSwyNS41LTU3LjMsNTcuMy01Ny4zczU3LjMsMjUuOCw1Ny4zLDU3LjMiLz48L3N2Zz4=');
  background-size: cover;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 2002;
}
.flashy-preloader.flashy-show {
  opacity: 1;
}
@-webkit-keyframes flashy-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes flashy-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*==============light box===================*/




.content_initiator{}
.content_initiator p{text-align: justify;}
.content_initiator .team_content h2{font-size: 22px;margin-bottom: 0;font-weight: 600;text-transform: uppercase;}

.imgbox{text-align: center;}
.imgbox img{margin-bottom: 15px;border: 1px solid #ebebeb;padding: 8px;}
.content_initiator .in_name {}
.content_initiator .in_name h2{font-size: 18px;margin-bottom: 0;font-weight: 600;}

.grow {
  max-height: 110px;
  position: relative;
  transition: all .5s ease-in-out;
  text-align: center;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 40%, transparent);
}

.grow:hover {
  max-height: 800px;;
  -webkit-mask-image: linear-gradient(180deg, #000 100%, transparent);
}

#selfie_form{padding: 20px;background: #fff;box-shadow: 0px 5px 30px 0px rgb(38 30 0 / 10%);-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;position: relative;}



#selfie_form::after {
    content: url(../images/selfieform.png);
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 15px;
    right: -15px;
    z-index: -1;
}
.inner_content h3{font-size: 20px; color: #bbbaba;text-transform: none;font-weight: 300;}
#selfie_form textarea.form-control, #selfie_form input.form-control, #selfie_form select.form-control {
    border-radius: 0px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    margin-bottom: 0px;
}

#selfie_form .form-control {
    border-radius: 1px;
    margin-bottom: 5px;
    border: 0;
    box-shadow: 0 1px 0 0 #ffd09b;
}

#selfie_form .iti {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 0;
}


#selfie_form .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

#selfie_form .btn {
  border: 1px solid #ffd09b;
  color: gray;
  background-color: white;
  /*padding: 12px 15px;*/
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
}

#selfie_form .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#selfie_form input[type=submit] {
    padding: 15px 15px;
    background: #f69221;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
}
#selfie_form input[type=submit]:hover {
    padding: 15px 15px;
    background: #000;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
}
.searchbg{background: url(../images/search.png) bottom repeat-x;}
.search .form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}
.search h5{font-size: 16px; color: #bbbaba;text-transform: none;font-weight: 300;}


.search .form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}




.search_sec{padding-top: 10px;padding-bottom: 20px;}
.search_sec .heading h3{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.search_sec .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.search_sec .faces .item{width: 100%;position: relative;}
.search_sec .faces .item a{text-decoration: none;}
.search_sec .faces .item a .pf_details{padding: 20px;text-align: center;-moz-box-shadow:inset 0 0 5px #e1e1e1;-webkit-box-shadow: inset 0 0 5px #e1e1e1;box-shadow:inset 0 0 5px #e1e1e1;}
.search_sec .faces .item a .pf_details .img{max-height:160px;overflow-y: hidden;height: 160px;background: #000;}
.search_sec .faces .item a .pf_details .img img{width: 100%;}

.search_sec .faces .item a .pf_details p{font-size: 14px;font-weight: 600;color: #2b2b2b;padding-top: 20px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width: 225px;}
.search_sec .faces .item a .pf_details .pf_details_details p{font-size: 12px;width: 100%;text-align: center;margin: 0 auto;font-weight:600;padding:6px;color: #d3022a;border: 1px solid rgba(211, 2, 42, 0.2);border-radius: 2px;}
.search_sec .faces .item a .pf_details .pf_details_details p:hover{background: #ff9800;color: #fff;}

.search_sec .faces .item a .pf_details:before{content: "";background-image: url(../images/frameborder.png);position: absolute;z-index: 1;width: 50px;height: 200px;left: 0;top: 0;}
.search_sec .faces .item a .pf_details:after{content: "";background-image: url(../images/frameborder2.png);position: absolute;z-index: 1;width: 57px;height: 200px;right: 0;top: 0;}

.search h5 {
    font-size: 16px;
    color: #bbbaba;
    text-transform: none;
    font-weight: 300;
}


.inner_content_helping_hand{padding-top:80px;padding-bottom: 20px;}
.inner_content_helping_hand .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_helping_hand .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_helping_hand .content p{text-align: justify;}
.inner_content_helping_hand .applynow{text-align: right;}
.inner_content_helping_hand .applynow a{background: #528ac8;padding: 15px 35px;color: #fff;text-decoration: none;font-weight: 300;border-radius:3px;}
.inner_content_helping_hand .applynow a:hover{background: #f69221;color: #fff;}


.helping_hand{padding-top:0px;padding-bottom: 80px;}
.helping_hand .heading h3{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.helping_hand .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.helping_hand .faces{margin-bottom: 30px;}
.helping_hand .faces .item{width: 100%;position: relative;}
.helping_hand .faces .item a{text-decoration: none;}
.helping_hand .faces .item a .pf_details{padding: 20px;text-align: center;-moz-box-shadow:inset 0 0 5px #e1e1e1;-webkit-box-shadow: inset 0 0 5px #e1e1e1;box-shadow:inset 0 0 5px #e1e1e1;}
.helping_hand .faces .item a .pf_details .img{max-height:180px;overflow-y: hidden;height: 180px;background: #000;}
.helping_hand .faces .item a .pf_details .img img{width: 100%;}
.helping_hand .faces .item a .pf_details span{display: block;font-size: 12px;text-align: left;color: #f69221;}
.helping_hand .faces .item a .pf_details p{font-size: 15px;font-weight: 600;color: #2b2b2b;padding-top: 30px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width:100%;text-align: left;}

.helping_hand .faces .item a .pf_details .pf_details_details{}
.helping_hand .faces .item a .pf_details .pf_details_details p{font-size: 14px;width: 100%;text-align: left;font-weight:300;padding:0px;color: #303030;white-space: normal;}


.helping_hand .faces .item a .pf_details:before{content: "";background-image: url(../images/hhborder.png);position: absolute;z-index: 1;width: 50px;height: 221px;left: 0;top: 0;}
.helping_hand .faces .item a .pf_details:after{content: "";background-image: url(../images/hhborder2.png);position: absolute;z-index: 1;width: 57px;height: 221px;right: 0;top: 0;}
.helping_hand .grow2 {
  min-height: 57px;
  max-height: 57px;
  position: relative;
  transition: all .5s ease-in-out;
  text-align: center;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 40%, transparent);
}

.helping_hand .grow2:hover {
  max-height: 800px;;
  -webkit-mask-image: linear-gradient(180deg, #000 100%, transparent);
}





.m_team_content{padding-top: 80px;padding-bottom: 40px;}
.m_team_content .heading h3{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.m_team_content .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.m_team_content .faces .item{width: 100%;position: relative;}
.m_team_content .faces .item a{text-decoration: none;}
.m_team_content .faces .item a .pf_details{padding: 20px;text-align: center;}
.m_team_content .faces .item a .pf_details .img{width: 100%;min-height: 200px;position: relative;height: 200px;overflow-y: hidden;}
.m_team_content .faces .item a .pf_details p{font-size: 16px;font-weight: 600;color: #2b2b2b;padding-top: 15px;text-align: left;}

.m_team_content .faces .item a .pf_details p.anc {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    padding: 6px;
    color: #fff;
    border: 1px solid rgba(211, 2, 42, 0.2);
    border-radius: 2px;
    background: #ad2c0f;
    margin-top: 15px;
    cursor: pointer;
}
.m_team_content .faces .item a .pf_details p.anc:hover {
    color: #fff;
    border: 1px solid rgba(211, 2, 42, 0.2);
    border-radius: 2px;
    background: #ff9800;
    margin-top: 15px;
}


.m_team_content .faces .item a .pf_details .pf_details_details p{font-size: 12px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;width: 225px;text-align: center;margin: 0 auto;font-weight: 300;padding-top:4px;}
.m_team_content .faces .item a .pf_details span{display: block;
    font-size: 12px;
    text-align: left;
    color: #f69221;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;}

.m_team_content .faces .item a .pf_details .img .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.m_team_content .faces .item a .pf_details .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;

}


.m_team_content .faces .item a .pf_details:before{content: '';top: 0px;
    position: absolute;
    border: 2px solid #f69221;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;}
.m_team_content .faces .item a .pf_details:after{
content: '';
    position: absolute;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;
    bottom: 0;
    border: 2px solid #f69221;
    border-top: 0;
    z-index: -1;
}




.inner_content_lado{padding-top:80px;padding-bottom: 20px;}
.inner_content_lado .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_lado .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_lado .content p{text-align: justify;}
.inform .pnth p:nth-of-type(2n+2) {color: red;}
.inform .pnth p a{color: red;font-weight: 600;}


.l_team .faces{margin-bottom: 30px;}
.l_team .faces .item{width: 100%;position: relative;}
.l_team .faces .item a{text-decoration: none;}
.l_team .faces .item a .pf_details{padding: 20px;text-align: center;-moz-box-shadow:inset 0 0 5px #e1e1e1;-webkit-box-shadow: inset 0 0 5px #e1e1e1;box-shadow:inset 0 0 5px #e1e1e1;}
.l_team .faces .item a .pf_details .img{max-height:180px;overflow-y: hidden;height: 180px;background: #000;}
.l_team .faces .item a .pf_details .img img{width: 100%;}
.l_team .faces .item a .pf_details span{display: block;font-size: 12px;text-align: left;color: #f69221;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;}
.l_team .faces .item a .pf_details p{font-size: 15px;font-weight: 600;color: #2b2b2b;padding-top: 30px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width:100%;text-align: left;}

.l_team .faces .item a .pf_details .pf_details_details{}
.l_team .faces .item a .pf_details .pf_details_details p{font-size: 14px;width: 100%;text-align: left;font-weight:300;padding:0px;color: #303030;white-space: normal;}


.l_team .faces .item a .pf_details:before{content: "";background-image: url(../images/hhborder.png);position: absolute;z-index: 1;width: 50px;height: 221px;left: 0;top: 0;}
.l_team .faces .item a .pf_details:after{content: "";background-image: url(../images/hhborder2.png);position: absolute;z-index: 1;width: 57px;height: 221px;right: 0;top: 0;}
.l_team .grow2 {
  min-height: 57px;
  max-height: 57px;
  position: relative;
  transition: all .5s ease-in-out;
  text-align: center;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 40%, transparent);
}

.l_team .grow2:hover {
  max-height: 800px;;
  -webkit-mask-image: linear-gradient(180deg, #000 100%, transparent);
}


.partnersbg {
    background: url(../images/partnersbg.jpg) center;   
}
.photogallerybg {
    background: url(../images/photogallery.png) center;   
}

.inner_content_partners{padding-top:80px;padding-bottom: 20px;}
.inner_content_partners .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_partners .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_partners .content p{text-align: justify;}
.inform .pnth p:nth-of-type(2n+2) {color: red;}
.inform .pnth p a{color: red;font-weight: 600;}

.partners_page{margin-bottom: 80px;}
.partners_page .prnr_logo{background: #fdfdfd;padding: 20px 10px;border: 1px solid #eee;text-align: center;border-radius: 3px;}


.inner_contest{padding:80px 0px;}
.inner_contest .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_contest .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_contest .content p{text-align: justify;}
.inner_contest .content p.sponsored{font-style: italic;font-size: 12px;font-weight: 500;color: #ff9800;}

.tbl{margin-bottom: 30px;}
.tbl table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  padding: 30px;
  border-radius:4px;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 4%);
  position: relative;
  z-index: 9;
}
.tbl table:hover {
  box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
}

.tbl table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.tbl table tr {
  /*background-color: #f8f8f8;*/
  padding: .35em;

}

.tbl table th,
.tbl table td {
  padding: .625em;
  text-align: left;
  border: 1px solid #f1f1f1 !important;
}

.tbl table td strong{font-size:22px}

.tbl table td h4{font-size:18px;font-weight: 600;}

.tbl table td.w20{width: 20%;} 
.tbl table td.w40{width: 40%;} 
.tbl table td.centr{text-align: center;}
.tbl table td.bgone{background: #f7f7f7;}
.tbl table td.centr a{background: #528ac8;padding:10px 12px;font-size: 12px;color: #fff;text-decoration: none;-webkit-border-radius: 2px;
    -moz-border-radius: 2px;border-radius: 2px;}
.tbl table td.centr a:hover{background: #f69221;color: #fff;}

.rubik {
    font-family: 'Rubik', sans-serif !important;
}
.tbl table th {
 letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 18px;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .tbl table {
    border: 0;
  }

  .tbl table caption {
    font-size: 1.3em;
  }
  
  .tbl table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .tbl table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .tbl table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .tbl table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .tbl table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .tbl table td:last-child {
    border-bottom: 0;
  }
}



.inner_content_gallery{padding-top:80px;padding-bottom: 20px;}
.inner_content_gallery .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_gallery .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_gallery .content p{text-align: justify;}
.inform .pnth p:nth-of-type(2n+2) {color: red;}
.inform .pnth p a{color: red;font-weight: 600;}


/*=========gallerythumb============*/
#gallerythumb{padding: 0px 0px 70px;}
#gallerythumb .r_tagline_box{-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
#gallerythumb .r_tagline_box h2{font-size: 32px;font-weight: 500;margin-bottom: 20px;text-transform: uppercase;}
#gallerythumb .r_tagline_box h3{font-size: 32px;font-weight: 500;margin-bottom: 30px;text-transform: uppercase;}

#gallerythumb .r_tagline_box h3 span{font-size: 16px;margin-bottom: 30px;display:block;font-weight: 400;text-transform: none;}

#gallerythumb .r_tagline_box p{text-align: center;font-size: 14px;font-weight: 500;padding:0px;margin: 0;text-transform: none;}
#gallerythumb .r_tagline_box p span{color: #ee1c25}
#gallerythumb .r_tagline_box .r_slider_link{text-align: center;}
#gallerythumb .r_tagline_box .r_slider_link a{padding: 10px 20px;color:#fff;border: 1px solid #fff;display: inline-block;-webkit-border-radius: 3px;
-moz-border-radius: 3px;border-radius: 3px;background:#ee1c25}
#gallerythumb .r_tagline_box .r_slider_link a:hover{color:#fff;border: 1px solid #fff;background: #000}
#gallerythumb .r_tagline_box p.nomar{text-align: justify;font-size: 16px;font-weight: 400;margin-bottom: 5px;}
#gallerythumb .r_tagline_box ul{margin: 0px;padding:0px 30px;}
#gallerythumb .r_tagline_box .wrapper{transition: .4s all ease-in-out;}
#gallerythumb .r_tagline_box .wrapper:hover {
  transform: scale(1.03);
}
#gallerythumb .r_tagline_box .wrapper .spider {
  margin: 0px auto;
  border: 35px solid transparent;
  border-image-source: url(../images/border-img-gallery.png);
  border-image-slice: 46 49;
  border-image-repeat: round;
}

.eventborder{height:195px;max-height: 195px; overflow-y: hidden;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
margin-bottom: 30px;
}
.eventborder a{display: block;}
.eventborder a img{padding: 10px;}

.eventbordervideo{max-height: 450px; overflow-y: hidden;
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
margin-bottom: 30px;
}

.eventbordervideo a{display: block;}
.eventbordervideo a img{padding: 2px; width: 100%;border: 8px solid #000; border-radius: 5px;}

.eventbordervideo{text-align: center;}
/*=========gallerythumb============*/

.mediabg {
    background: url(../images/media.png) center;   
}
.articlebg {
    background: url(../images/articlebg.png) center;   
}

.newspaper{background: url(../images/paper.png) no-repeat right bottom;}
.inner_content_media{padding-top:80px;padding-bottom: 20px; }
.inner_content_media .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_media .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_media .content p{text-align: justify;}


.inner_content_press{padding-top:80px;padding-bottom: 20px; }
.inner_content_press .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_press .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_press .content p{text-align: justify;}


.inner_content_article{padding-top:80px;padding-bottom: 20px; }
.inner_content_article .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_article .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_article .content p{text-align: justify;}


.contactusbg {
    background: url(../images/contactusbg.jpg) center;background-size: cover;   
}

.inner_content_contact{padding-top:80px;padding-bottom: 20px; }
.inner_content_contact .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_contact .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_contact .content p{text-align: justify;}



#contactform{padding-top: 0px;padding-bottom: 80px;}
.contact_form p{font-size: 16px;font-style: italic;margin-bottom: 15px;}
#contactform .padding-left-0{padding-left: 0px;}
#contactform .content {margin-bottom: 30px;}
#contactform .content h2{font-size: 28px;font-weight: 600;text-transform: uppercase;color: #515151;}
#contactform .content h2 span{font-size: 28px;color: #fe6000;font-weight: 400;text-transform: none;}
#contactform .content p{font-size: 16px;text-align: justify;color: #323232;margin-bottom: 25px;}
#contactform .owl-nav{right: -194px; bottom: 50px;position: absolute;}
#contactform .owl-nav button{outline: none;}
#contactform a.dbtn{background: #adadad;color: #fff;padding: 15px 30px;border-radius: 30px;text-decoration: none;display: inline-block;}
#contactform a.dbtn:hover{background: #fe6000;}

.add_part{background: #528ac8;padding: 35px 35px;color: #fff;-webkit-border-radius: 5px;-webkit-border-top-left-radius: 0;314
-moz-border-radius: 5px;-moz-border-radius-topleft: 0;border-radius: 5px;border-top-left-radius: 0;margin: 20px 0px 20px -30px;box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 4%);314}
.add_part2{background: #364e5a;padding: 47px 15px;color: #fff;-webkit-border-radius: 5px;-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;-moz-border-radius-topleft: 0;border-radius: 5px;border-top-left-radius: 0;}

.sec-hed h3, .sec-hed h2{font-size: 20px; color: #fff;text-transform: none;text-transform: uppercase;}

.add_part> hr {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.add_part address a{color: #fff;font-family: 'Rubik', sans-serif !important;text-decoration: none;font-size:18px;
    font-weight: bold;}
.add_part address a.phone{color: #fff;font-family: 'Rubik', sans-serif !important;text-decoration: none;}


.add_part address a:hover {
    color: #f69221;
    text-decoration: none;
}


.inner_content_campaign{padding-top:80px;padding-bottom:20px; }
.inner_content_campaign .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_campaign .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_campaign .content p{text-align: justify;}



.inner_content_campaign{padding-top:80px;padding-bottom:20px; }
.inner_content_campaign .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_campaign .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_campaign .content p{text-align: justify;}

.inner_content_upcoming_events{padding-top:80px;padding-bottom:20px; }
.inner_content_upcoming_events .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;}
.inner_content_upcoming_events .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inner_content_upcoming_events .content p{text-align: justify;}


.upcoming_events_section{padding-top: 0px;padding-bottom: 80px;}
.upcoming_events_section .media .e-imgbox{width: 150px;height: 150px;margin-right: 20px;border: 2px solid #fff;border-radius: 3px;box-shadow: 0px 8px 20px rgb(0 0 0 / 10%);}
.upcoming_events_section .media .media-body{position: relative;}

.upcoming_events_section .media .media-body h5{border-bottom: 1px solid #d3760e;padding-bottom: 10px;margin-top: 15px;}

.upcoming_events_section .media time{position: absolute; bottom: 10px;right:25px;font-family: 'Rubik', sans-serif !important;font-size: 12px;}
.upcoming_events_section .media{background: #f69221;padding: 10px;border: 1px solid #d3760e;border-radius: 3px;box-shadow: 0px 8px 30px rgb(0 0 0 / 10%);}


.campaign_area{padding-bottom:80px;}
.pxp-areas-1-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.pxp-areas-1-item-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-areas-1-item-details {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 30px;
    z-index: 2;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details {
    background-color: #000;
}
.pxp-areas-1-item-details-area {
    color: #333;
    font-size: 1.3rem;
    font-weight: 900;

}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-area {
    color: #fff;
}
.pxp-areas-1-item-details-city {
    color: #333;
    font-size: .8rem;
    opacity: .8;
    text-align: justify;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-city {
    color: #fff;
}
.pxp-areas-1-item-counter {
    position: absolute;
    bottom: 165px;
    left: 20px;
    color: #333;
    font-weight:500;
    text-transform: none;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0.0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter {
    transform: scale(1, 1);
}
.pxp-areas-1-item-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter:before {
    background-color: #000;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-areas-1-item-counter > span {
    opacity: 0;
    z-index: 4;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter > span {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-areas-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 12px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-cta {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-areas-carousel {
    padding: 0 30px;
}
.pxp-areas-carousel .owl-stage {
    margin: 0 auto;
}
.pxp-areas-carousel-item,
.elementor a.pxp-areas-carousel-item {
    display: block;
    position: relative;
}
a.pxp-areas-carousel-item:hover {
    text-decoration: none;
}
.pxp-areas-carousel-item-fig-container {
    height: 270px;
    position: relative;
    overflow: hidden;
}
.pxp-areas-carousel-item-fig {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transform: scale(1.01,1.01);
}
a.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-areas-carousel-item-details-area {
    color: #333;
    font-size: 1.3rem;
    font-weight: 900;
}
.pxp-areas-carousel-item-details-city {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}
.pxp-areas-carousel-item-counter {
    position: absolute;
    top: 224px;
    left: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0.0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-areas-carousel-item .pxp-areas-carousel-item-counter {
    color: #fff;
}
.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-counter {
    transform: scale(1, 1);
}
.pxp-areas-carousel-item-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-carousel-item .pxp-areas-carousel-item-counter:before {
    background-color: #000;
}
.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-counter:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-areas-carousel-item-counter > span {
    opacity: 0;
    z-index: 4;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-counter > span {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-areas-carousel-left-arrow,
.pxp-areas-carousel-right-arrow {
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
    border-radius: 50%;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 10;
    overflow: hidden;
}
.pxp-dark-mode .pxp-areas-carousel-left-arrow,
.pxp-dark-mode .pxp-areas-carousel-right-arrow {
    background-color: #000;
}
.pxp-areas-carousel .owl-prev.disabled .pxp-areas-carousel-left-arrow,
.pxp-areas-carousel .owl-next.disabled .pxp-areas-carousel-right-arrow {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0, 0);
}
.pxp-areas-carousel-right-arrow {
    left: auto;
    right: 60px;
}
.pxp-areas-carousel .pxp-areas-carousel-right-arrow {
    transform: translate(50%, -50%) scale(1, 1);
    right: 60px;
}
.pxp-areas-carousel .owl-next.disabled .pxp-areas-carousel-right-arrow {
    opacity: 0;
    transform: translate(50%, -50%) scale(0, 0);
}
.pxp-areas-carousel-left-arrow svg, 
.pxp-areas-carousel-right-arrow svg {
    width: 26px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pxp-areas-carousel-left-arrow svg line, 
.pxp-areas-carousel-right-arrow svg line {
    stroke: #333;
}
.pxp-dark-mode .pxp-areas-carousel-left-arrow svg line, 
.pxp-dark-mode .pxp-areas-carousel-right-arrow svg line {
    stroke: #fff;
}
.pxp-areas-carousel .owl-prev.disabled .pxp-areas-carousel-left-arrow svg line, 
.pxp-areas-carousel .owl-next.disabled .pxp-areas-carousel-right-arrow svg line {
    opacity: 0.5;
}
.pxp-areas-carousel .owl-prev:not(.disabled) .pxp-areas-carousel-left-arrow:hover, 
.pxp-areas-carousel .owl-next:not(.disabled) .pxp-areas-carousel-right-arrow:not(.disabled):hover {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
}
.pxp-areas-carousel .owl-prev:not(.disabled) .pxp-areas-carousel-left-arrow:hover svg {
    -webkit-animation: arrowLeft 0.4s ease-in-out;
    -moz-animation: arrowLeft 0.4s ease-in-out;
    animation: arrowLeft 0.4s ease-in-out;
}
.pxp-areas-carousel .owl-next:not(.disabled) .pxp-areas-carousel-right-arrow:hover svg {
    -webkit-animation: arrowRight 0.4s ease-in-out;
    -moz-animation: arrowRight 0.4s ease-in-out;
    animation: arrowRight 0.4s ease-in-out;
}
.pxp-areas-carousel .owl-nav {
    height: 0;
}
.pxp-areas-carousel .owl-prev.disabled, 
.pxp-areas-carousel .owl-next.disabled {
    cursor: default;
}



.bottomMenu {
  display: none !important
  position: fixed;
  bottom: 45%;
  height: 155px;
  z-index: 9;
  right: 0;
}
.stickydiv {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  
}

.inner_contest_details{padding:80px 0px;}
.inner_contest_details .heading h1{font-size: 24px;color: #5b5b5b;text-transform: none;border-bottom: 1px dashed #ccc; padding-bottom: 16px;font-weight: 600;}
.inner_contest_details .content p{text-align: justify;}
.inner_contest_details .content {display: inline-block;}

.inner_contest_details .content .float-left{float: left !important;}
.inner_contest_details .content .float-left img {
    border: 1px solid #e6edf5;
    padding: 3px;
    background: #fff;
    max-width: 300px;
}


.more_contest{margin-bottom: 20px;}
.more_contest a{padding:8px;display: block;border-radius: 3px;text-decoration: none;background-image: linear-gradient(#f69221, #fff);}
.more_contest a h5{font-size: 14px; margin: 0; background:#518ac8;padding: 10px 0px 10px 10px;color: #fff;-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;}
.more_contest a p{font-size: 11px;color: #0a0a0a;padding: 5px;}
.shadow-de{padding: 30px; background-image: linear-gradient(#f4f9ff, #fff);-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;}

.shadowbox{box-shadow: 0 6px 16px 0 rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
    color: #0e141e;}
.sharethis{padding: 10px 20px;
    background: #f8fbfe;
    margin-top: 20px;
    border: 1px dashed #ccc;
}

.align-right{text-align: right;}
ul.locationmenu{list-style: none;}
ul.locationmenu li{display: inline-block; padding: 0px 10px;border-left: 1px solid #ccc;font-size: 12px;}
ul.locationmenu li img{width: 18px;}
ul.locationmenu li:nth-child(2) {margin-left: 10px;}

ul.locationmenu li:nth-child(1) {border-left: 1px solid transparent;padding: 0px 0px;}

.back a{font-size: 12px;
    color: #f70c0c;
    background: #f4f9ff;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 4px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 4px;
-moz-border-radius-bottomleft: 0;
border-radius: 4px;
border-bottom-left-radius: 0;}

.back a:hover{color: #518ac8;}




.proDonateForm {padding:15px; background:#f1f1f1;/* color: #fff;*/}
.proDonateForm .country select {display: block; height: 4vw; width: 100%; border: 0; background: #fff; padding: 0 1vw; margin-bottom: 1.2vw;}
.proDonateForm .infoMess {padding:15px 30px; border-radius: 30px;  background: #fff; color: #000; font-size:18px; text-align: center; font-weight: 700; line-height:1.3; margin-bottom:15px;}

.tbl {display: table; width: 100%;}
.tbl span {display: table-cell;}
.tbl span.sponsoredtext {display: inline;color: #000;font-weight: 700;}
.tbl span.to {display: block;color: #000;font-weight: 600;font-style: italic;font-size: 16px;}


.donationStep .tbl {
    display: flex;
    flex-wrap: wrap;
}
.donaAmt {margin-bottom:15px;}
.donaAmt span.amtw {
    padding: 10px;
    background: #fff;
    font-weight: 700;
    text-align: center;
    color: #000;
    border: 1px solid #ddd;
    width: 25%;
    cursor: pointer;
    font-size: 15px;
    word-break: break-all;
}
.donaAmt span.amtw span.amt {display:block;}
.donaAmt span.amtw span.txt {display: none;}
/*.donaAmt span.amtw:first-child {border: 0;}*/
.donaAmt span.amtw.active {background:#3c7800; color: #fff;}
.proDonateForm .amount {margin-bottom:15px;}
.proDonateForm .amount input[type="text"] {display: block;height: 50px;width: 100%;border: 0;background: #fff;padding:7px 30px;font-weight: 700;
  font-size: 18px; border-radius: 30px; }
.proDonateForm .pass input[type=file] {display: inline-block; height: 4vw; width: 50%; border: 0; background: #fff; padding: 1vw 1vw 0; margin-bottom: 1.2vw; font-weight: 700; color: #454545;  vertical-align: middle;}
.proDonateForm .pass .info {display: inline-block; vertical-align: middle; width: calc(40% - 8px); margin-left: 10%; margin-bottom: 1.2vw;}
.proDonateForm .submit input[type=submit] {border-radius:30px;height: 50px; font-size: 18px;}
.submit input[type=submit] {
    background: #f57324;
    color: #fff;
    height: 4vw;
    border-radius: 0.2vw;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}



.myGallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.myGallery img {
  width: 100%;

}

/*
  And here are some declarations for the image caption.
  Just hover over one of the last 5 images to see it.
*/

.myGallery .item {
  position: relative;
  overflow: hidden;
}

.myGallery .item img {
  vertical-align: middle;
}

.myGallery .caption {
  margin: 0;
  padding: 1em;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  transition: transform 0.5s;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.7);
  color: rgb(255, 255, 255);
}

.myGallery .item:hover .caption {
  transform: translateY(0%);
}

/*
  The rest is only styling for this example page
*/


.pl0{padding-left: 5px;}

.skills {
  width: 100%;
  max-width: 960px;
  height: 780px;
  height: 788px;
  margin: auto;
  position: relative;
}


.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart:not(:first-child) {
  margin-top: 10px;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--prod .chart__title {
  animation-delay: 3.3s;
}
.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
}

.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  background: linear-gradient(to left, #ff9800, #ba0500);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
  width: 80%;
}
.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
  width: 82%;
}
.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
  width: 84%;
}
.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
  width: 86%;
}
.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
  width: 88%;
}
.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
  width: 90%;
}
.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
  width: 92%;
}
.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
  width: 94%;
}
.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
  width: 96%;
}
.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
   width: 98%;
}
.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;

}
.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;

}
.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}
.chart--design .chart__bar:nth-of-type(4) {
  animation-delay: 5.8s;
}
.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}
.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}
.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}

.chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: white;
  font-size: 14px;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.menufixed {
    position: -webkit-sticky !important;
    position: sticky!important;
    top: 86px;
    z-index: 9;
}


.v-effect-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background:#518ac8;
  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.v-effect-link li {
  display: inline-block;
  min-width: 9em;
  border-right: 1px solid #487eb9;
}
.v-effect-link a {
  text-decoration: none;
  display: block;
  font-family:Arial;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  text-align: center;
}
.v-effect-link a:hover {
  color:#000;
}

.v-effect-link a:hover:before {
  left: 0;
  width: 100%;
}
.v-effect-link a:before {
  content: "";
  position: absolute;
  width: 0;
  height: .5px;
  background-color:#000;
  bottom: calc(-1px);
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#aboutid.content h2{font-size: 22px; border-bottom: 1px dashed #ccc;padding-bottom: 10px; margin-bottom: 20px;}

.moreinformation {margin-bottom: 40px;}

.moreinformation h2{font-size: 22px; border-bottom: 1px dashed #ccc;padding-bottom: 10px;}
.moreinformation .sponsors{margin-top: 40px;}
.moreinformation .sponsors .prnr_logo{background: #fdfdfd;border: 1px solid #eee;text-align: center;border-radius: 3px;}

.moreinformation .sponsors h3{font-size: 20px; border-bottom: 1px dashed #ccc;padding-bottom: 10px; margin-bottom: 20px;}

.at-style-responsive .at-share-btn {
    padding: 12px !important;
    margin: 0px 5px !important;
}


.othercontest{padding-top: 80px;padding-bottom: 80px;background: #f9f9f9;}
.othercontest .heading h3{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.othercontest .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.othercontest .faces .item{width: 100%;position: relative;}
.othercontest .faces .item a{text-decoration: none;}
.othercontest .faces .item a .pf_details{padding: 20px;text-align: center;}
.othercontest .faces .item a .pf_details .img{width: 100%;min-height: 200px;position: relative;height: 200px;overflow-y: hidden;}
.othercontest .faces .item a .pf_details p{font-size: 16px;font-weight: 600;color: #2b2b2b;padding-top: 15px;}
.othercontest .faces .item a .pf_details .pf_details_details p{font-size: 16px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;width: 225px;text-align: center;margin: 0 auto;font-weight: 300;padding-top:4px;}


.othercontest .faces .item a .pf_details .img .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.othercontest .faces .item a .pf_details .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.othercontest .faces .item a .pf_details:before{content: '';top: 0px;
    position: absolute;
    border: 2px solid #f69221;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;}
.othercontest .faces .item a .pf_details:after{
content: '';
    position: absolute;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;
    bottom: 0;
    border: 2px solid #f69221;
    border-top: 0;
}


.search_result{padding-top: 80px;padding-bottom: 80px;background: #f9f9f9;}
.search_result .heading h3{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.search_result .heading h3 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.search_result .faces .item{width: 100%;position: relative;}
.search_result .faces .item a{text-decoration: none;}
.search_result .faces .item a .pf_details{padding: 20px;text-align: center;}
.search_result .faces .item a .pf_details .img{width: 100%;min-height: 200px;position: relative;height: 200px;overflow-y: hidden;}
.search_result .faces .item a .pf_details p{font-size: 16px;font-weight: 600;color: #2b2b2b;padding-top: 15px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;}
.search_result .faces .item a .pf_details .pf_details_details p{font-size: 12px;width: 100%;text-align: center;margin: 0 auto;font-weight:600;padding:6px;color: #fff;border: 1px solid rgba(211, 2, 42, 0.2);border-radius: 2px;background: #ff9800;}



.search_result .faces .item a .pf_details .img .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.search_result .faces .item a .pf_details .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.search_result .faces .item a .pf_details:before{content: '';top: 0px;
    position: absolute;
    border: 2px solid #f69221;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;}
.search_result .faces .item a .pf_details:after{
content: '';
    position: absolute;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;
    bottom: 0;
    border: 2px solid #f69221;
    border-top: 0;
}



.inspiring_daughters{padding-top: 80px;padding-bottom: 80px;}
.inspiring_daughters .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.inspiring_daughters .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.inspiring_daughters .faces .item{width: 100%;position: relative;}
.inspiring_daughters .faces .item {text-decoration: none;}
.inspiring_daughters .faces .item .pf_details{padding: 20px;text-align: center;}
.inspiring_daughters .faces .item .pf_details .img{width: 100%;min-height: 200px;position: relative;height: 200px;overflow-y: hidden;}
.inspiring_daughters .faces .item .pf_details p{font-size: 16px;font-weight: 600;color: #2b2b2b;padding-top: 15px;text-align: left;}
.inspiring_daughters .faces .item .pf_details .pf_details_details p{font-size: 12px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;width: 225px;text-align: center;margin: 0 auto;font-weight: 300;padding-top:4px;}
.inspiring_daughters .faces .item .pf_details span{display: block;
    font-size: 12px;
    text-align: left;
    color: #f69221;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;}

.inspiring_daughters .faces .item .pf_details .img .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.inspiring_daughters .faces .item .pf_details .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.inspiring_daughters .faces .item .pf_details:before{content: '';top: 0px;
    position: absolute;
    border: 2px solid #f69221;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;}
.inspiring_daughters .faces .item .pf_details:after{
content: '';
    position: absolute;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;
    bottom: 0;
    border: 2px solid #f69221;
    border-top: 0;
    z-index: -1;
}

.inspiring_daughters .faces .item article{font-size: 11px;color: #666;text-align: justify;margin-bottom: 15px;}

.inspiring_daughters .faces .item a{font-size: 12px;width: 100%;text-align: center;margin: 0 auto;font-weight:600;padding:10px;color: #d3022a;border: 1px solid rgba(211, 2, 42, 0.2);border-radius: 2px;display: inline-block;text-decoration: none;}
.inspiring_daughters .faces .item a:hover{background: #ff9800;color: #fff;}


.pagination{}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6f7275;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #6f7275;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f69221;
    border-color: #6f7275;
}


.inner_content_daughter{padding: 0px 0px 80px;}
.flying-butterflys{background: url(../images/flying-butterflys.png) no-repeat right center;}
.flying-butterflys .pnth p:nth-of-type(2n+2) {color: red;}
.flying-butterflys .pnth p a{color: red;font-weight: 600;}




.winners_sec{padding-top: 80px;padding-bottom: 80px;background: url(../images/congratulations-bg.png) top no-repeat;}
.winners_sec .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.winners_sec .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}
.winners_sec .faces .item{width: 100%;position: relative;}
.winners_sec .faces .item {text-decoration: none;}
.winners_sec .faces .item .pf_details{padding: 20px;text-align: center;position: relative;}
.winners_sec .faces .item .pf_details .img{width: 100%;min-height: 200px;position: relative;height: 200px;overflow-y: hidden;}
.winners_sec .faces .item .pf_details p{font-size: 20px;font-weight: 600;color: #2b2b2b;padding-top: 15px;text-align: left;}


.winners_sec .faces .item .pf_details p.event{font-size: 13px;
    font-weight: 500;
    color: #2b2b2b;
    padding: 6px 0px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 6px;}
.winners_sec .faces .item .pf_details p.country{
    font-size: 13px;
    font-weight: 500;
    color: #2b2b2b;
    padding: 0px 0px 6px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 6px;
}
.winners_sec .faces .item .pf_details p.date{font-size: 13px;
    font-weight: 500;
    color: #2b2b2b;
    padding: 0px 0px;
    text-align: left;
    
    }

.winners_sec .faces .item .pf_details .pf_details_details p{font-size: 12px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;width: 225px;text-align: center;margin: 0 auto;font-weight: 300;padding-top:4px;}
.winners_sec .faces .item .pf_details span{display: block;
    font-size: 12px;
    text-align: left;
    color: #f69221;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;}

.winners_sec .faces .item .pf_details .img .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.winners_sec .faces .item .pf_details .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.winners_sec .faces .item .pf_details:before{content: '';top: 0px;
    position: absolute;
    border: 2px solid #f69221;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;}
.winners_sec .faces .item .pf_details:after{
content: '';
    position: absolute;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;
    bottom: 0;
    border: 2px solid #f69221;
    border-top: 0;
    z-index: -1;
}

.winners_sec .faces .item article{font-size: 11px;color: #666;text-align: justify;margin-bottom: 15px;}

.winners_sec .faces .item a{font-size: 12px;width: 100%;text-align: center;margin: 0 auto;font-weight:600;padding:10px;color: #d3022a;border: 1px solid rgba(211, 2, 42, 0.2);border-radius: 2px;display: inline-block;text-decoration: none;}
.winners_sec .faces .item a:hover{background: #ff9800;color: #fff;}



.winners_sec .faces .item .pf_details .trophy{position: absolute;z-index: 99;bottom:135px;}
.winnerbox{background: #f9f9f9;padding: 10px;margin-top: 10px;}


.blockquote {
    position: relative;
}

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  
  content:"\f10d";
  font-size: 200px;
  color: rgba(255,255,255,0.1);
   
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
.otro-blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

.otro-blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.otro-blockquote::after{
  content: '';
}

.otro-blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed rgba(0,0,0,.1);
}


.mem ul {
  
}

.mem ul li {
  list-style: none;display: inline-block;
}

.mem ul li a {
    position: relative;
    width: 38px;
    height: 38px;
    display: block;
    text-align: center;
    margin: 0 2px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    /* box-shadow: 0 10px 15px rgb(0 0 0 / 30%); */
    background: linear-gradient(0deg, #f1efef, #fff);
    transition: .5s;
    border: 1px solid #ebebeb;
}

.mem ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-decoration:none;
}

.mem ul li a .fa{
  widht: 100%;
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(38px - 12px);
  font-size:18px;
  color: #f7992f;
  transition: .5s;
}

.mem ul li:nth-child(1) a:hover .fab {
  color: #3b5998;
}

.mem ul li:nth-child(2) a:hover .fab {
  color: #00aced;
}

.mem ul li:nth-child(3) a:hover .fab {
  color: #dd4b39;
}

.mem ul li:nth-child(4) a:hover .fab {
  color: #007bb6;
}

.mem ul li:nth-child(5) a:hover .fab {
  color: #e4405f;
}



.c_gallery{padding: 3px 0px}

.c_gallery h2 {
    font-size: 24px;
    color: #5b5b5b;
    text-transform: none;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0px;
    font-weight: 600;
}
#at4-share{display: none;}



#c_gallery_img .wrapper {
    transition: .4s all ease-in-out;
}
.join{text-align: right;}
.join a{font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid rgba(211, 2, 42, 0.2);
    border-radius: 2px;
    background: #ad2c0f;
    margin-top: 15px;
    cursor: pointer;}

 .join a:hover{font-size: 14px;
    color: #fff;
    border: 1px solid rgba(211, 2, 42, 0.2);
    border-radius: 2px;
    background: #ff9800;
    margin-top: 15px;}   

.c_gallery .faces .item{width: 100%;position: relative;}
.c_gallery .faces .item {text-decoration: none;}
.c_gallery .faces .item .pf_details{padding: 5px;text-align: center; border: 1px solid #f5f5f5; background: #fff;}
.c_gallery .faces .item .pf_details .img{width: 100%;min-height: 170px;position: relative;height: 170px;overflow-y: hidden;}
.c_gallery .faces .item .pf_details p{font-size: 16px;font-weight: 600;color: #2b2b2b;padding-top: 15px;}
.c_gallery .faces .item .pf_details .pf_details_details p{font-size: 16px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;width: 225px;text-align: center;margin: 0 auto;font-weight: 300;padding-top:4px;}


.c_gallery .faces .item .pf_details .img .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.c_gallery .faces .item .pf_details .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.youtube{background: #f7f7f7;padding: 10px;color: #010101;min-height: 51px;font-size: 11px;-webkit-border-radius: 2px;-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;-moz-border-radius: 2px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;border-radius: 2px;
border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}


.causes{padding-top: 0px;padding-bottom: 80px;}
.causes .campaign_card{}
.causes .campaign_card a{color: #fff;text-align: center;text-decoration: none;background: #5e5e5e;display: block;}
.causes .campaign_card a div{max-height: 350px;overflow-y: hidden;}
.causes .campaign_card a:hover{background: #f69221;}
.causes .campaign_card a p{padding: 20px;font-size: 18px;}
.causes .heading h5{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.causes .heading h5 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}



.case-02-wrapper {
    padding: 0;
}
.case-wrapper {
    
}
.mb-60 {
    margin-bottom: 60px;
}
.case-img img {
    width: 100%;
}
.case-02-content {
    -webkit-box-shadow: 0px 0px 29.7px 0.3px rgb(234 234 234 / 82%);
    box-shadow: 0px 0px 29.7px 0.3px rgb(234 234 234 / 82%);
    margin-left: 20px;
    margin-right: 20px;
    padding: 36px 30px 38px 27px;
    background: #ffffff;
    margin-top: -44px;
    position: relative;
}
.case-02-wrapper .case-text span::before {
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    width: 30px;
    background: #e25a44;
    bottom: 8px;
}
.case-02-content .case-text {
    margin-top: 0;
    margin-bottom: 15px;
}
.case-text h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    
}
.case-02-wrapper .case-text span {
    font-size: 12px;
    color: #748188;
    padding-left: 50px;
    position: relative;
    margin-top: 13px;
    display: inline-block;
}
.single-skill {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}
.bar-title h5 {
    display: inline-block;
    font-size: 22px;
    margin-bottom:0;
    font-weight: 600;
    font-family: 'Rubik', sans-serif !important;
}
.single-skill {
    overflow: hidden;
}
.progress-circular {
    position: relative;
    height: 80px;
}
.case-info p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 13px;
    line-height:24px;
}
.b-button a {
    font-size: 14px;
    font-weight: 500;
    color: #233f4d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.b-button a span {
    border-bottom: 1px solid #233f4d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.b-button a i {
    position: relative;
    left: 7px;
}

.raise {
    color: #748188;
}
.used-count {
    color: #e25a44;
}
.progressbar {
  display: inline-block;
  width: 100px;
 
}

.circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle canvas {
  vertical-align: middle;
}

.circle div {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}


.donatebtn{text-align: center;}
.donatebtn a{font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid rgba(211, 2, 42, 0.2);
    border-radius: 2px;
    background: #ad2c0f;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none;
}

 .donatebtn a:hover{
    border: 1px solid rgba(211, 2, 42, 0.2);
    background: #ff9800;
    } 


.current a{
    border-bottom: 2px solid #f69221 !important;
    font-weight: 700!important;
}



.latest_campaign{padding-top: 0px;padding-bottom: 80px;}
.latest_campaign .campaign_card{}
.latest_campaign .campaign_card a{color: #fff;text-align: center;text-decoration: none;display: block;}
.latest_campaign .campaign_card a div{max-height: 250px;overflow-y: hidden;}
.latest_campaign .campaign_card a:hover{background: #f69221;}
.latest_campaign .campaign_card a p{padding: 20px;font-size: 18px;}
.latest_campaign .heading h5{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.latest_campaign .heading h5 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}


.latest_campaign .campaign_card {margin-bottom: 50px;}
.latest_campaign .campaign_card .item{border: 1px solid #ebebeb;padding: 4px;background: #fff; border-radius: 2px;box-shadow: 0px 5px 9px rgb(0 0 0 / 10%);position: relative;}

.latest_campaign .campaign_card .item a .coverbg img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

.latest_campaign .campaign_card .item a{border: 2px solid #fff;}
.latest_campaign .campaign_card .item a .coverbg{width: 100%;min-height: 240px;position: relative;height: 240px;overflow-y: hidden;} /*height: 200px;*/
.latest_campaign .campaign_card .item a .coverbg .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.latest_campaign .campaign_card .item a.anchor{background: #518ac8;padding: 15px 5px;}
.latest_campaign .campaign_card .item a.anchor:hover{background: #FF9800;}



.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.camera{}
.camera a{color: #fff;text-align: center;text-decoration: none;display: block;}
.camera a div{max-height: 250px;overflow-y: hidden;}
.camera a:hover{background: #f69221;}
.camera a p{padding: 20px;font-size: 18px;}
.camera h5{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.camera h5 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}



#img-upload{
    width: 100%;
}

.lb{font-size: 13px;color: #666;}





.selfieall{padding-top: 80px;padding-bottom: 80px;background: #fff;}
.selfieall .heading h1{font-size: 20px; color: #5b5b5b;text-transform: none;;}
.selfieall .heading h1 span{font-size: 26px; color: #f69221;text-transform: uppercase;font-weight: 600;display: block;position: relative}

.selfieall .selfaces{margin-bottom:20px;}
.selfieall .selfaces .item{width: 100%;position: relative;}
.selfieall .selfaces .item a{text-decoration: none;}
.selfieall .selfaces .item a .pf_details{padding: 20px;text-align: center;}
.selfieall .selfaces .item a .pf_details .img{width: 100%;min-height: 200px;position: relative;height: 200px;overflow-y: hidden;}
.selfieall .selfaces .item a .pf_details p{font-size: 16px;font-weight: 600;color: #2b2b2b;padding-top: 15px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 225px;}
.selfieall .selfaces .item a .pf_details .pf_details_details p{font-size: 12px;width: 100%;text-align: center;margin: 0 auto;font-weight:600;padding:6px;color: #fff;border: 1px solid rgba(211, 2, 42, 0.2);border-radius: 2px;background: #ff9800;}



.selfieall .selfaces .item a .pf_details .img .blur{filter: blur(2px);-webkit-filter: blur(2px);}
.selfieall .selfaces .item a .pf_details .img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}


.selfieall .selfaces .item a .pf_details:before{content: '';top: 0px;
    position: absolute;
    border: 2px solid #f69221;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;}
.selfieall .selfaces .item a .pf_details:after{
content: '';
    position: absolute;
    border-bottom: 0;
    width: 100%;
    left: 0;
    height: 20%;
    bottom: 0;
    border: 2px solid #f69221;
    border-top: 0;
}