
/*=============== Video ===================*/

.video > img{width:100%;}
.video > a{
    font-size:25px;
    height:70px;
    width:70px;
    line-height:55px;
    text-align:center;
    margin-left:-35px;
    margin-top:-35px;
    z-index:1;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}
.video.active > a{
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.video > a.pause{
    font-size:12px;
    height:40px;
    line-height:29px;
    margin:0;
    width:40px;
    top:20px;
    left:20px;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.video > a::before {
    color: #ffffff;
    content: "\f16a";
    font-family: fontawesome;
    font-size: 72px;
    line-height: 55px;
    text-shadow: 0 1px 7px #202020;
}
.video.style2 .play::before {
    background-image: url("../images/play.png");
    content: "";
    height: 77px;
    left: 0;
    margin-top: -40px;
    position: absolute;
    top: 0;
    width: 77px;
}
.video > a.pause:before{
    content:"\f04c";
    font-size:15px;
    line-height:29px;
}
.video.active > a.pause{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.video iframe{
    opacity:0;
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
}
.video.active iframe{
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.video-title {
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
}
.video-title > h3 {
    color: #fff;
    float: left;
    font-family: Roboto slab;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 30px 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}
.video-title > h3 a {
    color: #fff;
}
.video-title > h3::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    border-radius: 3px;
    opacity: 0.9;
}
.video.style2 {
    z-index: 0;
}
.video.style2::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.video-title.active {
    bottom: -170px;
}

/*=============== Needed Donations ===================*/
.needed {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.needed-donation {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow:hidden;
}
.needed-donation > img {width: 100%;}
.needed-donation:hover > img{
    -webkit-transform:scale(1.2) rotate(10deg);
    -moz-transform:scale(1.2) rotate(10deg);
    -ms-transform:scale(1.2) rotate(10deg);
    -o-transform:scale(1.2) rotate(10deg);
    transform:scale(1.2) rotate(10deg);
}
.needed-donation:before {
    background: #000000;
    content: "";
    opacity: 0.4;
    height: 100%;
    width: 100%;
    z-index:1;
    position: absolute;
    left: 0;
    top: 0;
}
.overlay-title {
    left: 0;
    padding: 0 70px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 1;
    opacity:1;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.needed-donation:hover .overlay-title{
    opacity:0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.overlay-title > h3 {
    color: #ffffff;
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    width: 100%;
}
.overlay-donation {
    left: 0;
    padding: 0 60px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 1;
    opacity:0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.needed-donation:hover .overlay-donation{
    opacity:1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay-donation > span {
    color: #ffffff;
    float: left;
    font-family: roboto;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
    width: 100%;
}
.overlay-donation > span i {font-style: normal;}

/*=============== Join Us Parallax ===================*/
.join {
    background-image: url("../images/people.png");
    background-position: center center;
    float: left;
    text-align: center;
    width: 100%;
}
.join h3{
    color:#343434;
    float:left;
    font-size:60px;
    font-weight:200;
    line-height:50px;
    margin:0 0 30px;
    width:100%;
}
.join h3 span{font-weight:700;}
.join > p {
    color: #646464;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto 30px;
    width: 80%;
}
/*=============== Counters ===================*/
.counters{
    float:left;
    width:100%;
    margin-top:50px;
}
.counter-box {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    padding: 28px 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 1px 2px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #dfdfdf;
    -ms-box-shadow: 0 1px 2px #dfdfdf;
    -o-box-shadow: 0 1px 2px #dfdfdf;
    box-shadow: 0 1px 2px #dfdfdf;
}
.counter-box > strong {
    color: #343434;
    float: left;
    font-family: roboto slab;
    font-size: 33px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.counter-box > span {
    float: left;
    font-family: roboto;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    width: 100%;
}
.counter-box > i {
    bottom: 20px;
    color: #f2f2f2;
    font-size: 80px;
    left: 50%;
    padding-left: 100px;
    position: absolute;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*=============== Blog List ===================*/
.blog-list {
    float: left;
    width: 100%;
    margin-bottom: -50px;
}
.blog-post {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    background: #FFF;
}
.blog-img {
    float: left;
    position: relative;
    overflow:hidden;
    width: 100%;
    background:black;
}
.blog-img:hover span img{opacity:0.6}
.blog-img > img {width:100%;}
.gray .blog-img:before,
.gray .blog-img:after{background:#f9f9f9;}
.blog-img::before, .blog-img::after {
    background:#FFF none repeat scroll 0 0;
    content: "";
    height: 17px;
    left: -4%;
    z-index:1;
    position: absolute;
    top: -10px;
    width: 55%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.blog-img::after {
    left: auto;
    right: -4%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.blog-img span {
    float: left;
    width: 100%;
    overflow:hidden;
    position: relative;
}
.blog-img span img {
    width: 100%;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.blog-img span:before,
.blog-img span:after {
    background:#fdfdfd none repeat scroll 0 0;
    content: "";
    height: 17px;
    left: -4%;
    z-index:1;
    position: absolute;
    bottom: -10px;
    width: 55%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.blog-img span:after {
    left: auto;
    right: -4%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.blog-detail {
    background: #fdfdfd none repeat scroll 0 0;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    float: left;
    padding: 30px 0 0;
    text-align: center;
    width: 100%;
}
.blog-detail > h3 {
    color: #343434;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 30px;
    padding: 0 70px;
    width: 100%;
}
.blog-detail .meta {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #dfdfdf;
    -ms-box-shadow: 0 1px 2px #dfdfdf;
    -o-box-shadow: 0 1px 2px #dfdfdf;
    box-shadow: 0 1px 2px #dfdfdf;
}
.blog-detail .meta li {display: inline-block;padding:0 15px;}
.blog-detail > h3 a{ color: inherit;}
.meta li a{padding:0 1px;}
/*=============== Blog Detail Page ===================*/
.blog-detail-page{float:left;width:100%;}
.post-intro{
    background:none repeat scroll 0 0 #ffffff;
    float:left;
    margin-bottom:45px;
    padding:30px 30px 30px 0;
    position:relative;
    width:100%;
}
.post-intro > img{margin-bottom:40px;width:100%;}
.post-intro:before,
.blog-detail-page blockquote:before,
.comment:before{
   // background:none repeat scroll 0 0 #ffffff;
    content:"";
    height:100%;
    width:1000%;
    position:absolute;
    left:-1000%;
    top:0;
}
.post-intro ul.meta li{float:left;margin-right:40px;}
.post-intro ul.meta li span[itemprop="name"] {display: none;}
.post-intro ul.meta{margin-bottom:20px;}
.post-intro ul.meta li i{font-size:12px;}
.blog-detail-page h1.post-title{
    float:left;
    font-size:22px;
    font-weight:600;
    margin:0 0 20px;
    text-transform:uppercase;
    width:100%;
}
.share-this{float:left;}
.share-this > span{
    float:left;
    font-family:roboto;
    font-size:14px;
    font-weight:800;
    margin-right:20px;
    text-transform:uppercase;
}
.share-this > a{
    color:#888888;
    float:left;
    font-size:12px;
    line-height:22px;
    padding:0 10px;
    position:relative;
}
.share-this > a:before{
    background:none repeat scroll 0 0 #888888;
    content:"";
    height:10px;
    margin-top:-5px;
    width:1px;
    position:absolute;
    right:0;
    top:50%;
}
.share-this > a:last-child::before{display:none;}
.blog-detail-page > p{font-size:13px;}
.page-gallery{
    float:left;
    margin:50px 0;
    width:100%;
}
.page-gallery > div{padding:0;}
.page-gallery > div img{width:100%;}
.page-gallery-img{
    float:left;
    position:relative;
    width:100%;
}
.page-gallery-img:before, 
.page-gallery-img:after{
    background:none repeat scroll 0 0 #000000;
    content:"";
    height:100%;
    left:0;
    opacity:0.8;
    position:absolute;
    top:0;
    width:0;
    z-index:1;
}
.page-gallery-img:hover:before, 
.page-gallery-img:hover:after{width:50px;}
.page-gallery-img:after{left:auto;right:0;}
.page-gallery-img a{
    float:left;
    position:relative;
    width:100%;
}
.page-gallery-img a:before{
    background:none repeat scroll 0 0 #000000;
    color:#ffffff;
    content:"\f00e";
    font-family:fontawesome;
    font-size:19px;
    height:40px;
    line-height:40px;
    margin-left:-20px;
    margin-top:-20px;
    text-align:center;
    width:40px;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.page-gallery-img:hover a:before{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.blog-detail-page blockquote{
    background:none repeat scroll 0 0 #ffffff;
    border:0 none;
    color:#666666;
    float:left;
    font-family:arimo;
    font-size:16px;
    font-style:italic;
    font-weight:700;
    line-height:30px;
    margin:30px 0;
    padding:40px 80px;
    position:relative;
    text-align:center;
    width:100%;
}
.tagclouds{
    float:left;
    margin:15px 0;
    width:100%;
}
.heading{
    color:#2a2929;
    float:left;
    font-size:22px;
    margin:0 0 20px;
    width:100%;
}
.heading span{font-weight:700;}
.heading h3{
    color:#2a2929;
    float:left;
    font-size:22px;
    margin:0;
    padding-bottom:10px;
    position:relative;
}
.heading h3:before{
    background:none repeat scroll 0 0 #000000;
    content:"";
    height:1px;
    width:70px;
    position:absolute;
    bottom:0;
    right:0;
}
.tagclouds > a span{
    background:none repeat scroll 0 0 #ffffff;
    color:#666666;
    float:left;
    font-family:arimo;
    font-size:11px;
    padding:10px 16px;
    position:relative;
    text-transform:uppercase;
}
.tagclouds > a{
    float:left;
    padding:0 25px;
    margin:5px 0;
    position:relative;
    overflow:hidden;
}
.tagclouds > a:before, .tagclouds > a:after{
    color:#ffffff;
    content:"\f0da";
    font-family:fontawesome;
    font-size:58px;
    line-height:36px;
    position:absolute;
    right:5px;
    top:0;
}
.tagclouds > a:after{content:"\f0d9";left:5px;right:auto;}
.tagclouds > a span:before{
    background:none repeat scroll 0 0 #e6e6e6;
    content:"";
    height:7px;
    width:7px;
    margin-top:-3.5px;
    z-index:1;
    position:absolute;
    top:50%;
    left:0;
}
.tagclouds > a span:after{
    color:#f0f0f0;
    content:"\f105";
    font-family:fontawesome;
    font-size:78px;
    line-height:10px;
    position:absolute;
    right:-24px;
    z-index:0;
}
/*=============== Comments Thread ===================*/
.comments-thread{
    float:left;
    margin-top:40px;
    width:100%;
}
.comments-thread ul{
    float:left;
    list-style:outside none none;
    margin:0;
    padding:0;
    width:100%;
}
.comments-thread ul li{
    float:left;
    margin-bottom:40px;
    width:100%;
    position:relative;
}
.comment{
    background:none repeat scroll 0 0 #ffffff;
    float:left;
    padding:50px 50px 0 0;
    width:100%;
    position:relative;
}
.comment > img{
    background:none repeat scroll 0 0 #ffffff;
    border:1px dashed #d7d7d7;
    float:left;
    margin-bottom:-20px;
    margin-right:30px;
    padding:10px;
}
.comment h6{
    border-left:3px solid #8f8f8f;
    color:#343434;
    display:table;
    font-size:12px;
    font-weight:600;
    line-height:13px;
    margin:0 0 12px;
    padding-left:10px;
    position:relative;
    text-transform:uppercase;
}
.comment h6 span{
    color:#666666;
    font-family:arimo;
    font-size:13px;
    font-weight:200;
    text-transform:capitalize;
}
.comment > i{
    display:table;
    font-size:12px;
    font-style:normal;
    margin:0 0 10px;
}
.comment > p{font-size:13px;line-height:30px;}
.comment > a{
    background:none repeat scroll 0 0 #f0f0f0;
    font-family:roboto slab;
    font-size:11px;
    font-weight:600;
    padding:6px 20px;
    position:absolute;
    right:50px;
    text-transform:uppercase;
    top:50px;
}
.comment > a:hover{color:#FFF}
.comments-thread ul li:last-child{margin-bottom:0;}
.comments-thread ul ul{margin-top:50px;}
.comments-thread ul ul{padding-left:85px;}
.comments-thread ul ul li .comment:after{
    background:url("../images/reply-comment.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content:"";
    height:10px;
    width:51px;
    z-index:1;
    margin-top:-5px;
    position:absolute;
    left:-70px;
    top:50%;
}
.comments{float:left;margin-top:60px;width:100%;}
.comments > p{
    color:#888888;
    float:left;
    font-size:12px;
    line-height:20px;
    margin:10px 0 30px;
    width:100%;
}
.comments > form{float:left;width:100%;}
.comments > form .row{margin:0 -5px;}
.comments > form .row > div{padding:0 5px;}
.comments > form .button{margin-top:20px;}
.field{
    border:1px solid #d2d0d0;
    float:left;
    font-family:arimo;
    font-size:11px;
    height:40px;
    letter-spacing:0.3px;
    padding:10px 20px;
    width:100%;
    margin-bottom:10px;
}
textarea.field {
    min-height: 140px;
    padding: 20px 30px;
}
.button {
    background: #363636 none repeat scroll 0% 0%;
    color: #FFF;
    float: left;
    font-family: arimo;
    font-size: 11px;
    letter-spacing: 0.6px;
    line-height: 16px;
    padding: 12px 25px;
    position: relative;
    z-index: 1;
}
.button:hover{color:#FFF;}
/*=============== Cause Single Page ===================*/
.cause-detail{
    background:none repeat scroll 0 0 #343434;
    color:#ffffff;
    float:left;
    margin:-40px 0 -30px;
    padding:40px 0;
    text-align:center;
    width:100%;
}
.cause-detail > span{
    float:left;
    font-family:archivo narrow;
    font-size:35px;
    font-weight:600;
    line-height:29px;
    margin-bottom:20px;
    margin-top:10px;
    text-align:center;
    width:100%;
}
.cause-detail > span i{color:#FFF; font-style:normal;}
.cause-detail > strong{
    background:none repeat scroll 0 0 #ffffff;
    color:#000000;
    float:left;
    font-family:roboto slab;
    font-size:12px;
    line-height:20px;
    padding:12px 0;
    width:100%;
    position:relative;
}
.cause-detail > strong a {
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 43px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    -ms-transform:rotateX(90deg);
    -o-transform:rotateX(90deg);
    transform:rotateX(90deg);
}
.post-intro:hover .cause-detail > strong a{
    -webkit-transform:rotateX(0);
    -moz-transform:rotateX(0);
    -ms-transform:rotateX(0);
    -o-transform:rotateX(0);
    transform:rotateX(0);
}
/*=============== Special Services ===================*/
.special-services {
    float: left;
    width: 100%;
}
.about-service {
    display: inline-block;
    background:#fcf7ee none repeat scroll 0 0;
    margin-left: -5px;
    position: relative;
    padding:50px 0;
    vertical-align: middle;
    width: 32.5%;
}
.about-service-inner {
    left: 20%;
    position: absolute;
    top: 50%;
    width: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-service-inner > span {
    color: #2d2d2d;
    float: left;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
}
.about-service-inner h2 {
    float: left;
    font-family: roboto;
    font-size: 60px;
    font-weight: 700;
    line-height: 55px;
    margin: 0 0 20px;
    width: 100%;
}
.about-service-inner > strong {
    float: left;
    font-family: roboto;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
}
.about-service-inner > p {
    color: #646464;
    float: left;
    font-size: 12px;
    line-height: 26px;
    margin: 0;
    width: 100%;
}
.services-list {
    display: inline-block;
    width: 67.5%;
    vertical-align: middle;
}
.services-list > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.services-list > ul li {
    float: left;
    width: 25%;
}
.services-list > ul li:first-child:nth-last-child(1),
.services-list > ul li:first-child:nth-last-child(1) ~ li{width:100%;}
.services-list > ul li:first-child:nth-last-child(2),
.services-list > ul li:first-child:nth-last-child(2) ~ li{width:50%;}
.services-list > ul li:first-child:nth-last-child(3),
.services-list > ul li:first-child:nth-last-child(3) ~ li{width:33.334%;}
.services-list > ul li:first-child:nth-last-child(4),
.services-list > ul li:first-child:nth-last-child(4) ~ li{width:25%;}

.service-block {
    float: left;
    width: 100%;
    padding:20px;
    text-align: center;
}
.service-block-inner h3 {
    float: left;
    margin: 20px 0;
    width: 100%;
}
.service-block-inner h3 a {
    color: #2d2d2d;
    float: left;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}
.service-block-inner > p {
    float: left;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 23px;
    margin: 0;
    width: 100%;
}
/*=============== Services Carousel ===================*/
.service-carousel {
    float: left;
    padding: 0 60px;
    width: 100%;
}
.service-ways {
    float: left;
    width: 100%;
    margin-bottom:-30px;
}
.service-box{
    background: #FFF none repeat scroll 0px 0px;
    float: left;
    padding: 65px 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
    -webkit-box-shadow:0px 1px 2px #DFDFDF;
    -moz-box-shadow:0px 1px 2px #DFDFDF;
    -ms-box-shadow:0px 1px 2px #DFDFDF;
    -o-box-shadow:0px 1px 2px #DFDFDF;
    box-shadow:0px 1px 2px #DFDFDF;
}
.gray .service-ways .service-box {
    background: #FFF;
}
.service-ways .service-box {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
}
.service-box:hover {background:#fbfbfb;}
.service-carousel .owl-item {padding:0 2px;}
.service-box > h3 {
    color: #2d2d2d;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 10px;
    width: 100%;
}
.service-box > h3 a {color: inherit;}
.service-box > p {
    color: #646464;
    float: left;
    font-size: 12px;
    letter-spacing: 0.3px;
    margin: 0;
    width: 100%;
}

.service-carousel .owl-nav {
    height: 0;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.service-carousel .owl-nav > div {
    border: 1px solid #454545;
    color: rgba(0, 0, 0, 0);
    float: left;
    height: 32px;
    margin-top: -16px;
    margin-left:-10px;
    position: relative;
    width: 32px;
}
.service-carousel .owl-nav > div::before {
    color: #5c5c5c;
    content: "\f104";
    font-family: fontawesome;
    font-size: 18px;
    height: 100%;
    left: 0;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.service-carousel .owl-nav > div.owl-next {
    float: right;
    margin-left:0;
    margin-right:-10px;
}
.service-carousel .owl-nav > div.owl-next:before{content:"\f105";}
/*=============== Who We Are ===================*/
.who-we-are {
    float: left;
    width: 100%;
}
.who-we-text {
    float: left;
    width: 100%;
}
.title.style3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: left;
}
.title.style3 > span {
    font-size: 13px;
    margin-bottom: 5px;
}
.title.style3 > h2 {
    font-size: 28px;
    font-weight: 800;
}
.title.style3 > h2 span:before{
    background: #000000 none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
}
.title.style3 > h2 span {position: relative;}
.title.style3 h2 span {font-weight: 600;}
.who-we-detail {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.collected-donation {
    background:#FFF;
    float:left;
    width:100%;
    padding:25px;
    text-align:center;
    -webkit-box-shadow: 1px 1px 3px #f1f1f1;
    -moz-box-shadow: 1px 1px 3px #f1f1f1;
    -ms-box-shadow: 1px 1px 3px #f1f1f1;
    -o-box-shadow: 1px 1px 3px #f1f1f1;
    box-shadow: 1px 1px 3px #f1f1f1;
}
.collected-donation > strong {
    display: table;
    font-family: roboto;
    font-size: 40px;
    color:#343434;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 10px;
    width: 100%;
}
.collected-donation > span {
    float: left;
    font-family: roboto;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    width: 100%;
}
.collected-donation > strong i {font-style: normal;}
.blackish .who-we-text > p {color:#cccccc;font-size:13px;}
.blackish .who-we-text {background-image: none;}
.blackish .collected-donation {background: #292929;box-shadow:none;}
.blackish .collected-donation > strong {color: #ffffff;}

/*=============== Help Needed ===================*/
.help-needed {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.help {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.help-img {
    float: left;
    width: 100%;
}
.help-img > img {width: 100%;}
.help-detail {
    background: #fdfdfd;
    float: left;
    padding: 45px 85px 45px 55px;
    position: relative;
    width:100%;
    width:calc(100% - 27px);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow:0 0 3px  #DFDFDF;
    -moz-box-shadow:0 0 3px  #DFDFDF;
    -ms-box-shadow:0 0 3px  #DFDFDF;
    -o-box-shadow:0 0 3px  #DFDFDF;
    box-shadow:0 0 3px  #DFDFDF;
}
.cats {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.cats > a {
    color: #878787;
    font-family: roboto;
    font-size: 12px;
    font-weight: 300;
}
.help-detail > h3 {
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    width: 100%;
}
.help-detail > h3 a {color: #343434;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.donate-btn {
    background: #f8f8f8 none repeat scroll 0 0;
    cursor: pointer;
    height: 210px;
    position: absolute;
    right: -27px;
    top: 0;
    width: 57px;
    z-index: 1;
    -webkit-transform:translateY(-58px);
    -moz-transform:translateY(-58px);
    -ms-transform:translateY(-58px);
    -o-transform:translateY(-58px);
    transform:translateY(-58px);
}
.donate-btn::before {
    border-right: 20px solid rgba(0, 0, 0, 0.2);
    border-top: 20px solid rgba(0, 0, 0, 0);
    bottom: 5px;
    content: "";
    height: 0;
    position: absolute;
    right: 5px;
    width: 0;
}
.donate-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: white;
    z-index: -1;
}
.donate-btn:hover:after{height:100%;}
.donate-btn > span {
    background: #000000 none repeat scroll 0 0;
    float: left;
    height: 58px;
    line-height: 58px;
    margin-top: ;
    text-align: center;
    width: 57px;
    z-index: 1;
}
.donate-btn > i {
    color: #616161;
    font-family: roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    left: -52%;
    min-width: 120px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 58%;
    width: auto;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
}
.donate-btn:hover > i{color:#ffffff;}
/*=============== Products ===================*/
.products-list{
    float:left;
    width:100%;
    margin-bottom:-30px;
}
.product{
    background:none repeat scroll 0 0 #ffffff;
    float:left;
    width:100%;
    overflow:hidden;
    margin-bottom:30px; 
    -webkit-box-shadow:0 0 3px #dfdfdf;
    -moz-box-shadow:0 0 3px #dfdfdf;
    -ms-box-shadow:0 0 3px #dfdfdf;
    -o-box-shadow:0 0 3px #dfdfdf;
    box-shadow:0 0 3px #dfdfdf;
}
.product-img{
    float:left;
    width:100%;
    position:relative;
}
.product-img:before{
    background:none repeat scroll 0 0 #ffffff;
    content:"";
    opacity:0;
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:-50%;
}
.product:hover .product-img:before{
    top:0;
    opacity:0.8;
}
.product-img > img{width:100%;}
.product-img > a{
    background:none repeat scroll 0 0 rgba(50, 50, 50, 0.9);
    color:#ffffff;
    font-size:20px;
    height:52px;
    width:52px;
    line-height:52px;
    margin-left:-26px;
    margin-top:-26px;
    text-align:center;
    opacity:0;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:perspective(100px) rotateY(30deg);
    -moz-transform:perspective(100px) rotateY(30deg);
    -ms-transform:perspective(100px) rotateY(30deg);
    -o-transform:perspective(100px) rotateY(30deg);
    transform:perspective(100px) rotateY(30deg);
    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.2s;
}
.product:hover .product-img > a{
    opacity:1;
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    -ms-transform:rotateY(0);
    -o-transform:rotateY(0);
    transform:rotateY(0);
}
.product > h4 {
    color: #3f3f3f;
    float: left;
    font-family: roboto slab;
    font-size: 13px;
    font-weight: 800;
    margin: 25px 0 15px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.product > h4 a{color:inherit;}
.product > span {
    float: left;
    font-family: roboto;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.product > span ins{text-decoration:none;margin-right:5px;}
.product > span del {color: #9f9f9f;font-size: 14px;font-weight: 300;}
/*=============== Fancy Projects ===================*/
.fancy-projects{
    float:left;
    margin-bottom:-30px;
    width:100%;
}
.urgent{
    float:left;
    width:100%;
    position:relative;
    overflow:hidden;
    margin-bottom:30px;
    z-index:1;
}
.urgent > img{
    width:100%;
    z-index:-1;

    -webkit-transform:scale(1.07);
    -moz-transform:scale(1.07);
    -ms-transform:scale(1.07);
    -o-transform:scale(1.07);
    transform:scale(1.07);

    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.urgent:hover > img{
    -webkit-transform:translateX(20px) scale(1.07);
    -moz-transform:translateX(20px) scale(1.07);
    -ms-transform:translateX(20px) scale(1.07);
    -o-transform:translateX(20px) scale(1.07);
    transform:translateX(20px) scale(1.07);
}
.urgent-detail{
    height:100%;
    width:100%;
    padding:40px 30px;
    z-index:1;
    position:absolute;
    left:0;
    top:0;
}
.urgent:before{
    background:none repeat scroll 0 0 #000000;
    content:"";
    height:100%;
    left:0;
    opacity:0.5;
    position:absolute;
    top:0;
    width:100%;
    z-index:1;
}
.cause-title{
    padding:40px 50px 0;
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.cause-donation {
    bottom: 0;
    left: 0;
    padding: 0 0 40px 50px;
    position: absolute;
    text-align: center;
}
.cause-title span {
    color: #ffffff;
    float: left;
    font-family: roboto;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
}
.cause-title h5 {
    color: #ffffff;
    float: left;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 34px;
    margin: 10px 0 0;
    width: 100%;
}
.collected-amount {
    color: #ffffff;
    font-family: roboto;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
}
.collected-amount i {
    font-style: normal;
    margin-right: 5px;
}
.cause-donation > i {
    color: #ffffff;
    display: block;
    font-family: roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
}
.urgent-detail > a {
    bottom: 40px;
    position: absolute;
    right: 50px;
}
/*=============== Clients Testimonial ===================*/
.clients-testimonials {
    background: #fdfdfd none repeat scroll 0 0;
    float: left;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow:0 1px 2px #dfdfdf;
    -moz-box-shadow:0 1px 2px #dfdfdf;
    -ms-box-shadow:0 1px 2px #dfdfdf;
    -o-box-shadow:0 1px 2px #dfdfdf;
    box-shadow:0 1px 2px #dfdfdf;
}
.review {
    float: left;
    width: 100%;
    background:#fdfdfd none repeat scroll 0 0;
}
.review blockquote {
    background: rgba(0, 0, 0, 0) url("../images/testimonial.png") no-repeat scroll center 0 / auto 100%;
    border: 0 none;
    color: #646464;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 0;
    position: relative;
}
.review > span {
    float: left;
    font-family: roboto slab;
    font-size: 11px;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
}
/*=============== Urgent Parallax ===================*/
.urgent-parallax {
    float: left;
    text-align: center;
    width: 100%;
}
.urgent-parallax > h2 {
    color: #ffffff;
    font-family: roboto;
    font-size: 50px;
    margin: 0 0 20px;
}
.urgent-parallax > strong {
    float: left;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    width: 100%;
}
.urgent-parallax > p {
    color: #ebebeb;
    float: left;
    font-size: 15px;
    line-height: 40px;
    margin: 25px 25% 0;
    width: 50%;
}
.urgent-parallax > p strong{
    font-family: roboto;
    font-size: 26px;
    font-weight: 700;
}
.urgent-progress .progress {
    float: left;
    width: 100%;
}
.urgent-progress .goal {
    color: #d8d8d8;
    text-align: right;
    width: 33.334%;
    padding:0 20px;
}
.urgent-progress .goal span {color: #ffffff;}
.urgent-progress .goal.raised {text-align: left;}
.urgent-progress .goal.raised span {float: none;}
.urgent-progress .goal span {
    color: #ffffff;
    margin-left: 10px;
}
.percent {
    color: #ffffff;
    float: left;
    font-family: roboto;
    line-height:33px;
    font-size: 26px;
    font-weight: 200;
    width: 33.334%;
    position:relative;
}
.percent::before {
    bottom: -13px;
    color: #ffffff;
    content: "\f103";
    font-family: fontawesome;
    font-size: 15px;
    height: 20px;
    left: 50%;
    line-height: 24px;
    margin-left: -10px;
    position: absolute;
    text-align: center;
    width: 20px;
}
.percent > i {
    color:#9fca45;
    font-style: normal;
    margin-left: 5px;
}
.progress-border {
    border: 1px solid #757575;
    float: left;
    padding: 5px;
    width: 100%;
    margin-top: 20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
}
.progress-border .progress {
    background: none;
    margin: 0;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
}
.progress-border .progress .progress-bar {
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
}
.urgent-parallax .theme-btn{margin-top:30px;}
.goal {
    color: #d8d8d8;
    float: left;
    font-family: roboto;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.goal span {
    font-size: 20px;
    font-weight: 500;
}
.goal span i {font-style: normal;}

/*=============== Causes Carousel ===================*/
.causes-carousel {
    float: left;
    width: 100%;
    padding: 10px 5px;
}
.fancy-cause {
    float: left;
    padding: 0 5px;
    width: 100%;
}
.fancy-cause > img {width: 100%;}
.fancy-overlay {
    background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    height:100%;
    padding:40px;
    width:50%;
    text-align:center;
    position:absolute;
    right:5px;
    top:0;
}
.fancy-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.fancy-cause-detail {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width:97%;
}
.fancy-cause-detail > span {
    float: left;
    font-family: arimo;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
}
.fancy-cause-detail h4 {
    float: left;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.fancy-cause-detail h4 a {color: inherit;}
.fancy-cause-detail > p {
    color: #646464;
    float: left;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 40px;
    width: 100%;
}
.help-us {
    color: #646464;
    font-family: roboto;
    font-size: 12px;
    width: 100%;
}
.help-us i {
    font-size: 18px;
    font-style: normal;
}
.help-us > strong {
    color: #303030;
    float: right;
    font-size: 30px;
    line-height: 30px;
}
.help-us > strong i {font-size: inherit;}

/*=============== Parallax Banner ===================*/
.parallax-banner {
    display: table;
    padding: 60px 0;
    width: 100%;
}
.banner-text {
    display: table-cell;
    width: 35%;
    vertical-align: middle;    
}
.banner-info {
    display: table-cell;
    text-align: center;
    width: 35%;
    vertical-align: middle;    
}
.banner-button {
    display: table-cell;
    width: 30%;
    text-align:right;
    vertical-align: middle;    
}
.banner-text > strong {
    color: #ffffff;
    font-family: roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
}
.banner-text > strong i{font-style:normal;}
.banner-button .big-btn {margin: 0;}
.counting {
    color: #ffffff;
    display:table-cell;
    font-family: roboto;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.counting > span {font-size: 40px;}
.banner-info > span {
    color: #ffffff;
    display:table-cell;
    font-family: roboto;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height:80px;
    text-transform: uppercase;
}
.counting > i {
    float: left;
    font-family: roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    width: 100%;
}
/*=============== Successful Stories ===================*/
.successful-stories {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.story {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.story-img {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.story-img > img {width: 100%;}
.story-detail {
    background: #fdfdfd none repeat scroll 0 0;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    float: left;
    padding: 30px 45px;
    width: 100%;
}
.story-detail > span {
    float: left;
    font-family: roboto;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    width: 100%;
}
.story-detail h3 {
    color: #454545;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    width: 100%;
}
.story-detail h3 a {color: inherit;}
.spent-bar {
    background:#f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    float: left;
    padding:0 40px;
    width: 100%;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.spent-bar > span {
    color: #777777;
    font-family: arimo;
    font-size: 12px;
    line-height: 54px;
}
.spent-bar > span.price {
    border-left:1px solid #e9e9e9;
    color: #222222;
    float: right;
    font-family: roboto;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
}
.spent-bar > span.price i {
    font-style: normal;
    margin-right: 5px;
}
.story-img:before{
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.story-img:hover:before{opacity: 0.5;}
.story-img > a,
.blog-img a{
    color: #dad9d9;
    font-family: roboto;
    font-size: 100px;
    font-weight:200;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
}
.story-img:hover > a,
.blog-img:hover a{
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

/*=============== Projects Carousel ===================*/
.welfare-projects-carousel {
   
    width: 100%;
}
.welfare-project{
    float:left;
    width:100%;
    position:relative;
    z-index:1;
    margin-bottom: 25px;
    border: 1px solid #ccc;
box-shadow: 0px 0px 9px #cccccce6;
height: 241px;
}
.welfare-facility{
    float:left;
    width:100%;
   
    z-index:1;
}
.welfare-facility > img{width:100%;}

.welfare-project:before,
.welfare-project:after{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.77+77 */
/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.77) 77%, rgba(0,0,0,0.77) 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(77%,rgba(0,0,0,0.77)), color-stop(100%,rgba(0,0,0,0.77)));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 77%,rgba(0,0,0,0.77) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 77%,rgba(0,0,0,0.77) 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 77%,rgba(0,0,0,0.77) 100%);  IE10+ 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 77%,rgba(0,0,0,0.77) 100%);  W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
    content:"";
    z-index:1;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:40%;
}
.welfare-project:hover:before{height:0;}
.welfare-project::after {
    background: #000000 none repeat scroll 0 0;
    bottom: auto;
    height:0;
    opacity: 0.75;
    top: 0;
    z-index: 0;
}
.welfare-project:hover:after{height:100%;}
.welfare-project > img{width:100%; height: 240px;}
.project-info {
    padding: 13px 16px 0px;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1d7c84;
}
.welfare-project:hover .project-info{opacity:0;}
.project-info > h3 {
    color: #ffffff;
    float: left;
    font-size: 12px;
text-transform: uppercase;
    margin: 0 0 14px;
    width: 100%;
}
.project-info > h3 a {color: inherit;}
.project-info .progress-border {
    border: 1px solid #bcbcbc;
    margin-top: 0;
    padding: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.project-info .progress-border .progress {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.project-info .progress-border .progress .progress-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.project-info .urgent-progress {margin: 0;}
.project-info .urgent-progress .goal.raised {
    line-height: 17px;
    margin-top: 15px;
    padding: 0;
    width: 100%;
}
.project-info .goal > i {
    float: right;
    font-size: 16px;
    font-family: roboto;
    font-style: normal;
    font-weight: 300;
}   
.project-hover {
    text-align: center;
    width: 100%;
    z-index: 1;
    padding:0 20px;
    opacity:0;
    position: absolute;
    top: 50%;
    left: 0;
}
.welfare-project:hover .project-hover{
    opacity:1;    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project-hover > h3 {
    float: left;
    font-size: 20px;
    margin: 0 0 10px;
    width: 100%;
}
.project-hover > h3 a {color: #ffffff;}
.project-hover .goal {
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

/*=============== Special Deal ===================*/
.special-deals{
    float:left;
    position:relative;
    width:100%;
}
.deal-selector{float:left;width:100%;}
.deal{
    border:0 none !important;
    float:left;
    padding-bottom:30px;
    position:relative;
    width:100% !important;
    cursor:pointer;
}
.deal > img{width:100%;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -ms-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
}
.deal h5 {
    background: #ffffff none repeat scroll 0 0;
    bottom: 30px;
    font-family: roboto;
    font-size: 13px;
    font-weight: 300;
    left: 0;
    margin: 0;
    padding: 13px 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -ms-border-radius:0 0 3px 3px;
    -o-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
}
.deal h5 a{color:#545454;}
.deal-desc > ul,
.project-progress ul{
    float:left;
    list-style:outside none none;
    margin:0 0 10px;
    padding:0;
    width:100%;
}
.deal-desc > ul li,
.project-progress ul li{
    float:left;
    font-size:11px;
    line-height:15px;
    margin-right:6px;
    padding-right:6px;
    position:relative;
}
.deal-desc > ul li:before,
.project-progress ul li:before{
    content:"/";
    position:absolute;
    right:-2px;
    top:0;
}
.deal-desc > ul li a,
.project-progress ul li a{
    float:left;
    font-size:11px;
    line-height:inherit;
}
.deal-desc > ul li:last-child,.project-progress ul li:last-child{margin:0;padding:0;}
.deal-desc > ul li:last-child::before,.project-progress ul li:last-child:before{display:none;}
.deal-desc > h4 {
    float: left;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
    width: 100%;
}
.deal-desc > h4 a{color:#FFF;}
.deal-desc > span {
    color: #ffffff;
    float: left;
    font-family: roboto;
    font-size: 22px;
    line-height: 20px;
    font-weight:500;
    margin-bottom: 20px;
    width: 100%;
}
.deal-desc > span i{font-style:normal;}
.deal-desc > span del{
    color:#9a9a9a;
    font-family:arimo;
    font-size:13px;
    margin-left:10px;
}
.deal-detail img{width:100%;}
.deal-detail .row > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    padding-left: 19px;
}
.deal-desc > p {
    color: #cacaca;
    float: left;
    font-size: 13px;
    margin-bottom: 60px;
    width: 100%;
}
.deal-detail-carousel{
    cursor:move;
    float:left;
    position:relative;
    width:100%;
    z-index:1000;
}
.deal-detail-carousel:before{
    background:url("../images/resource/deal-detail-bg.jpg") no-repeat scroll 520px 0 rgba(0, 0, 0, 0);
    content:"";
    opacity:0.1;
    height:100%;
    width:100%;
    position:absolute;
    right:0;
    top:0;
    z-index:-1;
}
.project-progress h4{
    float:left;
    font-size:20px;
    margin:0;
    width:100%;
}
.project-progress h4 a{color:inherit;}
.deal-desc > span ins {text-decoration: none;}

/*=============== Choose Us ===================*/
.choose-us {
    float: left;
    width: 100%;
}
.choose-us > p {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.toggle {
    float: left;
    width: 100%;
}
.toggle-item {
    background:#fdfdfd none repeat scroll 0 0;
    float:left;
    width:100%;
    margin-bottom:5px;
    padding:24px 30px;
    -webkit-box-shadow:0px 1px 2px #DFDFDF;
    -moz-box-shadow:0px 1px 2px #DFDFDF;
    -ms-box-shadow:0px 1px 2px #DFDFDF;
    -o-box-shadow:0px 1px 2px #DFDFDF;
    box-shadow:0px 1px 2px #DFDFDF;
}
.toggle-item.activate{background:#f8f8f8;}
.toggle-item h2 {
    color: #505050;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    position:relative;
    text-transform: capitalize;
    padding-left:25px;
    width: 100%;
}
.toggle-item h2:before,
.toggle-item h2:after {
    border: 1px solid #b7b7b7;
    content: "";
    height: 8px;
    width: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    left: 0;
}
.toggle-item h2:after{
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.toggle-item h2.active:after{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.content {
    float: left;
    width: 100%;
}
.toggle-item h2.active{margin: 0 0 15px;}
.content p {
   /* float: left;
    font-size: 13px;*/
    letter-spacing: 0.3px;
    line-height: 26px;
    width: 100%;
   /* margin:0;*/
}
/*=============== Upcoming Event ===================*/
.upcoming-event {
    float: left;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow:0px 1px 2px #DFDFDF;
    -moz-box-shadow:0px 1px 2px #DFDFDF;
    -ms-box-shadow:0px 1px 2px #DFDFDF;
    -o-box-shadow:0px 1px 2px #DFDFDF;
    box-shadow:0px 1px 2px #DFDFDF;
}
.upcoming-img {
    float: left;
    position: relative;
    width: 100%;
}
.upcoming-img > img {
    width: 100%;
}
.overlay-countdown{
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 99%, rgba(0,0,0,0.79) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.78)), color-stop(100%,rgba(0,0,0,0.79))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.78) 99%,rgba(0,0,0,0.79) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.78) 99%,rgba(0,0,0,0.79) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.78) 99%,rgba(0,0,0,0.79) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.78) 99%,rgba(0,0,0,0.79) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c9000000',GradientType=0 ); /* IE6-9 */    
    padding: 20px 40px;
    position:absolute;
    bottom: 0;
    left:0;
    width:100%;
}
.overlay-countdown .countdown-period{color:#ccc;}
.countdown-section:before{border-color:#e1e1e1;}
.upcoming-detail {
    float: left;
    padding: 30px 50px;
    width: 100%;
    background: #FDFDFD none repeat scroll 0% 0%;
}
.upcoming-detail > h4 {
    float: left;
    font-size: 15px;
    margin:0;
    width: 100%;
    line-height: 30px;
    font-weight: 800;
}
.upcoming-detail > h4 a {color: inherit;}
.about-img{
    padding-left:15px;
    padding-right:0;
    position:absolute;
    right:0;
    top:0;
}
.about-img img{width:100%;}
.static{position:static;}
.video.overlap {
    margin:-90px 0;
    border-radius: 0;
}

/*=============== Urgent Cause Progress ===================*/
.urgent-cause-progress {
    float: left;
    position: relative;
    width: 100%;
}
.urgent-cause-progress img {width: 100%;}
.urgent-cause-overlay {
    height: 100%;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.urgent-cause-overlay::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.urgent-cause-inner {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.urgent-cause-inner > h3 {
    color: #ffffff;
    float: left;
    font-family: roboto;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    width: 100%;
}
.urgent-cause-inner > strong {
    color: #ffffff;
    float: left;
    font-family: roboto;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    width: 100%;
}
.blank-space {
    float: left;
    height: 70px;
    width: 100%;
}
/*=============== Blog Posts ===================*/
.all-posts{
    float:left;
    width:100%;
    margin-bottom:-30px;
}
.list-style .post-listview > div {
    display: inline-block;
    float: none;
    margin-left: -3px;
    padding: 0;
    vertical-align: middle;
}
.post-listview {
    background: #fdfdfd none repeat scroll 0 0;
    border-radius: 3px;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;

    -webkit-box-shadow: 0 1px 3px #dfdfdf;
    -moz-box-shadow: 0 1px 3px #dfdfdf;
    -ms-box-shadow: 0 1px 3px #dfdfdf;
    -o-box-shadow: 0 1px 3px #dfdfdf;
    box-shadow: 0 1px 3px #dfdfdf;
}
.post-img{
    float:left;
    width:100%;
    position:relative;
    overflow:hidden;
}
.post-img > img{
    width:100%;
}
.post-img > span{
    background:none repeat scroll 0 0 #585858;
    color:#ffffff;
    font-family:roboto;
    font-size:11px;
    padding:13px 40px 13px 0;
    text-transform:uppercase;
    position:absolute;
    bottom:0;
    right:-1px;

    -webkit-border-radius:3px 0 0;
    -moz-border-radius:3px 0 0;
    -ms-border-radius:3px 0 0;
    -o-border-radius:3px 0 0;
    border-radius:3px 0 0;
}
.post-listview:hover .post-img > span{
    -webkit-transform:translateY(-43px);
    -moz-transform:translateY(-43px);
    -ms-transform:translateY(-43px);
    -o-transform:translateY(-43px);
    transform:translateY(-43px);
}
.post-img > span > i{
    background:none repeat scroll 0 0 #ffffff;
    color:#797979;
    float:left;
    height:43px;
    margin:-13px 30px -13px 0;
    text-align:center;
    width:46px;
    font-size:16px;
    line-height:43px;

    -webkit-border-radius:3px 0 0;
    -moz-border-radius:3px 0 0;
    -ms-border-radius:3px 0 0;
    -o-border-radius:3px 0 0;
    border-radius:3px 0 0;
}
.post-detail{
    background:none repeat scroll 0 0 #fdfdfd;
    float:left;
    padding:20px 70px;
    width:100%;
    text-align:center;
}
.post-detail > h3 {
    color: #343434;
    float: left;
    font-family: roboto slab;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
    width: 100%;
}
.post-detail > h3 a{color:inherit;}
.post-detail > p {
    float: left;
    font-size: 13px;
    margin-top: 15px;
    width: 100%;
    color: rgb(116, 116, 116);
    margin-bottom: 0;
}
.post-detail .meta{position:relative;}
.list-style .post-detail ul.meta li {
    display: inline;
    float: none;
    margin-right: 30px;
    max-width: 50%;
}
.post-detail ul.meta li:last-child {margin: 0;}
.post-img > span a, .post-img > span strong {
    background: #ffffff none repeat scroll 0 0;
    color: #343434;
    font-family: arimo;
    font-size: 11px;
    height: 100%;
    left: 0;
    line-height: 27px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 100%;
    width: 100%;
}
.post-img > span strong{
    font-family:archivo narrow;
    font-size:22px;
    font-weight:200;
    padding:10px 5px;
}
.post-img > span strong i{
    color:#6e6e6e;
    font-size:12px;
    font-style:normal;
    font-weight:200;
    margin-left:5px;
}
.more{
    float:left;
    width:100%;
}
.loadmore {
    background: #fdfdfd none repeat scroll 0 0;
    color: #797979;
    float: left;
    font-family: roboto slab;
    font-size: 13px;
    font-weight: 800;
    padding: 20px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px #dfdfdf;
    -moz-box-shadow: 0 1px 3px #dfdfdf;
    -ms-box-shadow: 0 1px 3px #dfdfdf;
    -o-box-shadow: 0 1px 3px #dfdfdf;
    box-shadow: 0 1px 3px #dfdfdf;
}
.loadmore i{display:inline-block;
    margin-right:10px;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
}
.loadmore:hover i{
    -webkit-transform:rotate(720deg);
    -moz-transform:rotate(720deg);
    -ms-transform:rotate(720deg);
    -o-transform:rotate(720deg);
    transform:rotate(720deg);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.post-listview.added{
    -webkit-animation:1s ease 0s normal none 1 running fadeInUp;
    -moz-animation:1s ease 0s normal none 1 running fadeInUp;
    -ms-animation:1s ease 0s normal none 1 running fadeInUp;
    -o-animation:1s ease 0s normal none 1 running fadeInUp;
    animation:1s ease 0s normal none 1 running fadeInUp;
}
/*=============== Sidebar ===================*/
.sidebar .widget{margin-bottom:60px;}
.widget{float:left;width:100%;}
.widget-title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget-title h4 {
    float: left;
    width: 100%;
    font-family: roboto;
    font-size: 24px;
    margin: 0px 0px 10px;
}
.widget-title h4 span {font-weight: 300;}
.widget-title > span {
    float: left;
    width: 100%;
    font-family: roboto;
    font-weight: 300;
    font-size: 12px;
    color: #505050;
}
.sidebar .widget:last-child{margin-bottom:0;} 
.blog-widget {
    float: left;
    width: 100%;
}
.sidebar .widget p, .sidebar .widget li{color:#888888;}
.sidebar .welcome > p {color: #fff;}
.widget-post{
    border-bottom:1px solid #f4f4f4;
    float:left;
    margin-bottom:25px;
    padding-bottom:15px;
    width:100%;
}
.widget-post:last-child{margin:0;padding:0;border:0;}
.widget-post > a{
    float:left;
    margin-right:15px;
    overflow:hidden;
}
.widget-post h5 {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 8px;
}
footer .widget-post h5{color:#FFF;}
.widget-post h5 a{color:inherit;}
.widget .widget-post ul, 
.sidebar .widget .widget-post ul {
    float: none;
    margin-top: 5px;
    width: auto;
}
.widget .widget-post ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.widget .widget-post ul li:hover{background:none;}
.widget .widget-post ul li a {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    background: transparent none repeat scroll 0% 0%;
    box-shadow: none;
    padding: 0px 6px;
}
.sidebar .widget .widget-post ul li a span{float:none;}
.widget .widget-post ul li i{font-size:13px;}
.video-widget{
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
}
.video-widget > img{width:100%;}
.video-layer{
    padding:0 40px;
    text-align:center;
    width:100%;
    z-index:1;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.video-widget h6{
    color:#ffffff;
    font-size:15px;
    font-weight:600;
    line-height:25px;
    margin:20px 0 0;
}
.video-widget:before,.video-widget:after{
    background:none repeat scroll 0 0 #000000;
    content:"";
    height:100%;
    width:100%;
    opacity:0.6;
    position:absolute;
    left:0;
    top:0;
}
.video-layer > a{
    display:inline-block;
}
.sidebar .volunteer-inner > p {color: #ffffff;}
.sidebar .tweet blockquote {color: #888;}
.sidebar .widget form input{background:none repeat scroll 0 0 #dfdfdf;}
.sidebar .tagclouds {margin: -5px 0 0;}
.sidebar .widget ul {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
}
.sidebar .widget ul ul {padding-left: 20px;}
.sidebar .widget li {
    float: left;
    font-family: arimo;
    font-size: 12px;
    width: 100%;
}
.sidebar .widget li a {
    background: #FDFDFD none repeat scroll 0px 0px;
    padding: 15px 25px;
    color: inherit;
    float: left;
    width:100%;
    font-family: inherit;
    text-align:left;
    line-height:18px;
    font-size: inherit;
    margin-bottom: 3px;
    -webkit-box-shadow: 0px 1px 1px #DFDFDF;
    -moz-box-shadow: 0px 1px 1px #DFDFDF;
    -ms-box-shadow: 0px 1px 1px #DFDFDF;
    -o-box-shadow: 0px 1px 1px #DFDFDF;
    box-shadow: 0px 1px 1px #DFDFDF;
}
.sidebar .widget li a:hover{background:#f8f8f8;}
.sidebar .widget li a span {float: right;}
.sidebar .widget li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    text-align:left;
    line-height:30px;
}
.sidebar .widget li i{margin-right:10px;}
.event-widget {
    float: left;
    overflow: hidden;
    position: relative;
    min-height:140px;
    width: 100%;
    margin-bottom:1px;
}
.event-widget > img { width: 100%;}
.event-widget-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    text-align:center;
    position: absolute;
    left: 0;
    top: 0;
}
.event-widget-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.event-overlay-inner {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.event-overlay-inner h5 {
    float: left;
    font-size: 13px;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 100%;
}
.event-overlay-inner h5 a{color: #ffffff;}
.event-overlay-inner span {
    color: #ffffff;
    font-family: arimo;
    font-size: 11px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.event-overlay-inner span i {margin-right: 5px;}
.gallery-widget{
    float:left;
    width:100%;
    margin-bottom:-15px;
}
.gallery-widget .row{
    margin:0 -7.5px;
}
.gallery-widget .row > div{
    margin-bottom:15px;
    padding:0 7.5px;
}
.gallery-widget .row > div a{
    float:left;
    width:100%;
    position:relative;
    overflow:hidden;
}
.gallery-widget .row > div a:before{
    background:none repeat scroll 0 0 #000000;
    content:"";
    opacity:0;
    height:80%;
    width:80%;
    position:absolute;
    left:10%;
    top:10%;

    -webkit-transition:all 0.2s ease 0.3s;
    -moz-transition:all 0.2s ease 0.3s;
    -ms-transition:all 0.2s ease 0.3s;
    -o-transition:all 0.2s ease 0.3s;
    transition:all 0.2s ease 0.3s;
}
.gallery-widget .row > div a:hover:before{
    opacity:0.8;
    height:100%;
    width:100%;
    left:0;
    top:0;

    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.gallery-widget .row > div a img{width:100%;}

/*=============== Sponsors Carousel ===================*/
.sponsors-carousel {
    float: left;
    padding: 0 20px;
    width: 100%;
}
.sponsor {
    background: #fafafa none repeat scroll 0 0;
    float: left;
    margin-bottom: 2px;
    padding: 8px 3px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #dfdfdf;
    -ms-box-shadow: 0 1px 2px #dfdfdf;
    -o-box-shadow: 0 1px 2px #dfdfdf;
    box-shadow: 0 1px 2px #dfdfdf;
}
.gray .sponsor{background:#FFF;}
.sponsor:hover{
    background:none repeat scroll 0 0 #e0e0e0;
}
.sponsor > a{
    float:left;
    text-align:center;
    width:100%;
}
.sponsor img, 
.owl-carousel .sponsor img{
    display:unset;
    width:auto;
}
.sponsors-carousel .owl-nav{
    height:0;
    left:0;
    margin-top:-16px;
    position:absolute;
    top:50%;
    width:100%;
}
.sponsors-carousel .owl-nav > div{
    border:1px solid #818181;
    color:rgba(0, 0, 0, 0);
    position:relative;
    float:left;
    height:33px;
    width:33px;
}
.sponsors-carousel .owl-nav > div:before{
    color:#9f9f9f;
    content:"\f104";
    font-family:fontawesome;
    font-size:20px;
    left:0;
    line-height:30px;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
}
.sponsors-carousel .owl-nav > div.owl-prev{
    margin-left:-25px;
}
.sponsors-carousel .owl-nav > div.owl-next{
    float:right;
    margin-left:0;
    margin-right:-25px;
}
.sponsors-carousel .owl-nav > div.owl-next:before{
    content:"\f105";
}
.countries {
    float: left;
    width: 100%;
}

/*=====================*/
.facility-carousel .owl-nav{
    height:0;
    left:0;
    margin-top:-16px;
    position:absolute;
    top:50%;
    width:100%;
}
.facility-carousel .owl-nav > div{
    border:1px solid #818181;
    color:rgba(0, 0, 0, 0);
    position:relative;
    float:left;
    height:33px;
    width:33px;
}
.facility-carousel .owl-nav > div:before{
    color:#9f9f9f;
    content:"\f104";
    
    font-family:fontawesome;
    font-size:20px;
    left:0;
    line-height:30px;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
}
.facility-carousel .owl-nav > div.owl-prev{
    margin-left:-25px;
}
.facility-carousel .owl-nav > div.owl-next{
    float:right;
    margin-left:0;
    margin-right:-25px;
}
.facility-carousel .owl-nav > div.owl-next:before{
    content:"\f105";
}

/*====================*/
.countries-list {
    float: left;
    margin-top: 30px;
    width: 100%;
}

/*=============== Page Top ===================*/
.page-top {
    float: left;
    width: 100%;
    padding:70px 0;
    z-index: 1;
    position: relative;
    //margin-top: 80px;
}
.page-top:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.page-title {
   
    width: 100%;
}
.page-top h2 {
    color: #ffffff;
    float: left;
    font-family: roboto;
    font-size: 28px;
    margin: 0 0 20px;
    width: 100%;
}
.page-title > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.page-title > ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    padding: 0 20px;
    position: relative;
}
.page-title > ul li a {color: inherit;}
.page-title > ul li::before {
    content: "/";
    position: absolute;
    right: -2px;
    top: 1px;
}
.page-title > ul li:last-child:before {display: none;}

/*=============== Gallery ===================*/
.gallery-page {
    float: left;
    width: 100%;
    margin-bottom:-30px;
}
.gallery {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.gallery-img {
    float: left;
    position: relative;
    overflow:hidden;
    width: 100%;
}
.gallery-img img {width: 100%;}
.gallery-detail {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin:-50px 3% 0;
    padding:30px;
    position: relative;
    text-align: center;
    width:94%;
    z-index: 1;
}
.gallery-img:hover .gallery-detail{
    opacity:0;
    -webkit-transform:translateY(50%);    
    -moz-transform:translateY(50%);    
    -ms-transform:translateY(50%);    
    -o-transform:translateY(50%);    
    transform:translateY(50%);    
}
.gallery-detail > ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.gallery-detail > ul li {
    display: inline-block;
    font-family: roboto;
    font-size: 11px;
    line-height: 10px;
    padding: 0 8px;
    position: relative;
}
.gallery-detail > ul li::before {
    content: "/";
    position: absolute;
    right: -2px;
    top: 0;
}
.gallery-detail > ul li:last-child::before {display: none;}
.gallery-detail h3 {
    float: left;
    font-family: "Roboto Slab";
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.gallery-detail h3 a {color: inherit;}
.gallery-img.style2 .gallery-detail {
    margin: 0;
    opacity: 1;
    width: 100%;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}

/*=============== Cart Page ===================*/
.cart-table,.cart-box{
    border:1px solid #dddcdc;
    float:left;
    overflow:hidden;
    width:100%;
    margin-bottom:5px;
}
.cart-heading{
    background: none repeat scroll 0 0 #B12D2D;
    float:left;
    width:100%;
    cursor:pointer;
}
.cart-heading > ul{
    float:left;
    list-style:outside none none;
    margin:0;
    padding:0;
    width:100%;
}
.cart-table ul li{ width:100%; padding: 3px;}
.cart-heading > ul li{
    color:#ffffff;
    font-family:roboto slab;
    font-size:12px;
    font-weight:600;
    padding:25px 10px;
}
.cart-table ul li.col1{padding:25px 35px;width:25%;}
.cart-table ul li.col2{width:15%;}
.cart-list{
    background:none repeat scroll 0 0 #ffffff;
    float:left;
    width:100%;
}
.cart-item {
    border-bottom: 1px solid #dddcdc;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
    
}
.cart-item > ul{
    float:left;
    list-style:outside none none;
    margin:0;
    padding:0;
    width:100%;
}
.cart-item > ul li.col1{padding:15px 30px;}
.cart-item > ul li.col2{padding:15px 10px;}
.cart-item img{
    float:left;
    height:40px;
    margin-right:15px;
    width:40px;
}
.cart-item span, .cart-item i{
    color:#3f3f3f;
    float:left;
    font-family:arimo;
    font-size:12px;
    line-height:20px;
    padding:10px 0;
}
.cart-item i{font-family:arimo;font-size:14px;font-style:normal;}
.cart-item span.remove{float:left;width:100%;}
.cart-item i.ti-close{font-family:themify;cursor:pointer;}
.input-group{
background:#ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background:-moz-linear-gradient(top, #ffffff 0%, #fbfbfb 23%, #fafafa 58%, #f8f8f8 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(23%,#fbfbfb), color-stop(58%,#fafafa), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* Opera 11.10+ */
background:-ms-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* IE10+ */
background:linear-gradient(to bottom, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-8 */

    border:1px solid #d2d0d0;
    float:left;
    overflow:hidden;
    padding-right:30px;
    position:relative;
    width:65%;
}
.input-group:before{
    background:none repeat scroll 0 0 #d2d0d0;
    content:"";
    height:10px;
    margin-top:-5px;
    position:absolute;
    right:30px;
    top:50%;
    width:1px;
}
.input-group span.input-group-btn{
    border:0 none;
    height:50%;
    width:30px;
    padding:0;
    z-index:5;
    position:absolute;
    right:1px;
    top:1px;
}
.input-group input.form-control{
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:0 none;
    box-shadow:none;
    color:#6f6f6f;
    font-family:arimo;
    font-size:11px;
}
.input-group span.input-group-btn:last-child{bottom:1px;top:auto;}
.input-group span.input-group-btn button.btn{
    background:none;
    border:0 none;
    box-shadow:none;
    border-radius:0;
    color:rgba(0, 0, 0, 0);
    float:left;
    height:100%;
    margin:0;
    padding:0;
    width:100%;
    z-index:2;
}
.input-group span.input-group-btn:before{
    border-bottom:4px solid #6f6f6f;
    border-left:4px solid rgba(0, 0, 0, 0);
    border-right:4px solid rgba(0, 0, 0, 0);
    bottom:3px;
    content:"";
    height:0;
    left:50%;
    margin-left:-2px;
    position:absolute;
    width:0;
    z-index:0;
}
.input-group span.input-group-btn:last-child:before{
    border-bottom:0 none;
    border-top:4px solid #6f6f6f;
    top:3px;
}
.cart-bottom{
    background:#FFF;
    border-top:1px solid #dddcdc;
    float:left;
    margin-top:-1px;
    padding:20px 60px;
    width:100%;
}
.cart-bottom a{float:right;margin-left:20px;}
.button{
    background:#363636;
    color:#ffffff;
    float:left;
    font-family:arimo;
    font-size:11px;
    letter-spacing:0.6px;
    line-height:16px;
    padding:12px 25px;
    position:relative;
    z-index:1;
}
.button:hover{color:#FFF;}
.button:before{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
    content:"";
    z-index:0;
    opacity:0.3;
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
ins{text-decoration:none;}
.cart-heading h5{
    color:#ffffff;
    float:left;
    font-size:16px;
    font-weight:600;
    letter-spacing:0.7px;
    margin:0;
    padding:25px 20px;
    text-align:center;
    width:100%;
}
.cart-box .cart-item{padding:6px 4px;}
.cart-box .cart-item .row > div{padding:0 5px;}
.cart-box .cart-item .row{margin:0 -10px;}
.cart-item:nth-child(2n+2){background:none repeat scroll 0 0 #f9f9f9;}
.shipping{
    float:left;
    font-size:24px;
    text-align:center;
    width:100%;
}

.cart-price{
    color:#343434;
    float:left;
    font-size:15px;
    font-weight:600;
    line-height:20px;
    padding:10px 0;
    width:100%;
}
.cart-price span{
    font-size:13px;
    font-weight:300;
    margin-left:7px;
}
.checkout-page .cart-box .cart-detail,
.checkout-page .cart-box .cart-bottom{display:none;}

/*=============== CheckOut Page ===================*/
.cart-heading h6{
    color:#ffffff;
    font-family:roboto slab;
    font-size:16px;
    font-weight:600;
    letter-spacing:0.4px;
    margin:0;
    padding:25px 50px;
}
.cart-detail{
    background:none repeat scroll 0 0 #ffffff;
    float:left;
    padding:65px 100px;
    width:100%;
}
.cart-detail h4{
    color:#343434;
    float:left;
    font-size:17px;
    font-weight:600;
    margin:0 0 25px;
    text-transform:uppercase;
    width:100%;
}
.cart-detail{
    color:#3f3f3f;
    float:left;
    font-size:12px;
    margin:0;
    width:100%;
}
.cart-detail p{
    color:#3f3f3f;
    float:left;
    font-size:12px;
    line-height:26px;
    width:100%;
}
.checkbox, .radio{
    width:19px;
    height:25px;
    padding:0 5px 0 0;
    background:url(../images/checkbox.png) no-repeat;
    display:block;
    clear:left;
    float:left;
}
.radio{background:url(../images/radio.png) no-repeat;}
.form-field{
    float:left;
    margin-bottom:10px;
    width:100%;
}
.form-field .radio{
    height:22px;
    margin:0 10px 0 0;
    padding:0;
    width:18px;
}
.form-field label{
    color:#343434;
    font-family:roboto slab;
    font-size:13px;
    line-height:22px;
    margin:0;
    text-transform:uppercase;
}
.choice{
    float:left;
    margin-bottom:10px;
    width:100%;
}
.cart-detail .button{margin-right:20px;margin-top:30px;}
.form{float:left;width:100%;}
.form .row > div{padding:0 5px;}
.form .row{margin:0 -5px;}
.password{
    color:#3f3f3f;
    float:left;
    font-family:arimo;
    font-size:12px;
    margin:25px 0 25px;
    text-decoration:underline;
    width:100%;
}
.label{
    color:#3f3f3f;
    float:left;
    font-family:arimo;
    font-size:12px;
    font-weight:100;
    margin-bottom:9px;
    margin-top:30px;
    padding:0;
    text-align:left;
    width:100%;
}
.cart-bottom .choice{
    margin-bottom:0;
    margin-top:10px;
    width:auto;
}
.cart-bottom .choice .form-field{margin:0;}
textarea.field{min-height:140px;padding:20px 30px;}
.cart-box .cart-detail .cart-item{padding:0;}
.order-rec{
    background:none repeat scroll 0 0 #ffffff;
    float:left;
    padding:70px;
    position:relative;
    text-align:center;
    width:100%;
    z-index:1;
}
.order-rec i{
    color:#f9f9f9;
    font-size:150px;
    width:100%;
    z-index:-1;
    position:absolute;
    top:70px;
    left:0;
}
.order-rec > h4{
    float:left;
    font-size:24px;
    font-weight:600;
    margin:0 0 20px;
    text-transform:uppercase;
    width:100%;
}
.order-rec > h4 strong{font-size:30px;}
.order-rec .button{
    display:table;
    float:none;
    margin:30px auto 0;
}
/*=============== Product Detail ===================*/
.product-detail{
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    width: 100%;
    padding: 50px 50px 50px 0;
    position: relative;
}
.product-detail:before{
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
}
.product-detail img {width: 100%;}
.product-detail {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    padding: 50px 50px 50px 0;
    position: relative;
    width: 100%;
}
.product-detail::before {
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
}
.product-detail img {width: 100%;}
.product-desc {float: left;padding:30px 0 0 20px;}
.product-desc > strong {
    float: left;
    font-family: roboto;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.product-desc > strong i {
    color: #888888;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    padding: 0 10px;
}
h2.product-name{
    color: #343434;
    float: left;
    font-family: roboto slab;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.product-desc > span{
    float: left;
    font-family:roboto;
    font-size:26px;
    font-weight:300;
    line-height: 30px;
    margin: 0 0 20px;
    width: 100%;
}
.product-desc > p {
    color: #666666;
    font-size: 13px;
    margin-bottom:30px;
}
.product-count {float: left;width: 140px;}
.product-count h6 {
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 15px 0 0;
}
.product-count .input-group {float: left;width: 90px;}
.product-desc .share-this {
    float: right;
    margin-bottom: 8px;
    margin-top: 8px;
}
.product-desc .button {float: left;margin-top: 20px;}

/*=============== Search Not Found ===================*/
.search-filters{
    float:left;
    width:100%;
}
.search-filters > h4{
    float:left;
    font-size:16px;
    margin:0 0 20px;
    width:100%;
}
.select2{
    float:left;
    height:50px;
    margin-bottom:10px;
    padding:0 !important;
    width:100% !important;
}
.select2-container .select2-selection--single{
background:#ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background:-moz-linear-gradient(top, #ffffff 0%, #fbfbfb 23%, #fafafa 58%, #f8f8f8 100%); /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(23%,#fbfbfb), color-stop(58%,#fafafa), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* Opera 11.10+ */
background:-ms-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* IE10+ */
background:linear-gradient(to bottom, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-8 */
    border:0 none;
    float:left;
    height:100%;
    padding:0;
    width:100%;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    color:#646464;
    float:none;
    font-family:arimo;
    font-size:11px;
    letter-spacing:0.3px;
    line-height:50px;
    padding:0 40px 0 20px;
}
.select2-container span.selection{
    float:left;
    height:100%;
    line-height:50px;
    padding:0;
    width:100%;
}
.select2-container .select2-selection--single .select2-selection__arrow{
    background:url("../images/select2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height:100%;
    right:0;
    top:0;
    width:40px;
}
.select2-container .select2-selection--single .select2-selection__arrow b{display:none;}
.select2-container .select2-selection--single .select2-selection__arrow:before{
    background:none repeat scroll 0 0 #d2d0d0;
    content:"";
    height:10px;
    margin-top:-5px;
    width:1px;
    z-index:1;
    position:absolute;
    top:50%;
    left:0;
}
.select2-results__option{
    border-bottom:1px solid #f3f3f3;
    font-family:roboto slab;
    font-size:11px;
    padding:6px 20px;

    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background:none repeat scroll 0 0 #8f8f8f;
}
.select2-container--default .select2-results__option[aria-selected="true"]{color:#FFF;}
.search-filters .select2{margin-bottom:30px;}
.search-filters{margin-bottom:-30px;}
.search-page h5{
    float:left;
    font-size:16px;
    font-weight:700;
    margin:40px 0 20px;
    width:100%;
}
.search-page > p{
    color:#646464;
    float:left;
    font-size:13px;
    line-height:18px;
    margin-bottom:20px;
    width:100%;
}
.search-page .contact-form input{background:none repeat scroll 0 0 #ffffff;}
.field{
    border:1px solid #d2d0d0;
    float:left;
    font-family:arimo;
    font-size:11px;
    height:40px;
    letter-spacing:0.3px;
    padding:10px 20px;
    width:100%;
    margin-bottom:10px;
}
/*=============== Map ===================*/
.map{
    float:left;
    width:100%;
}
.map #map-canvas{
    height:500px;
    margin:0px;
    padding:0px
}
/*=============== Contact Box ===================*/
.contact-box{
    background:none repeat scroll 0 0 #ffffff;
    float:left;
    padding:75px 0;
    width:100%;
}
.countries-contact .nav{
    background:none repeat scroll 0 0 #f9f9f9;
    border:0 none;
    float:left;
    width:100%;
    padding:0 70px;
}
.countries-contact .nav{
    background:none repeat scroll 0 0 #f9f9f9;
    border:0 none;
    float:left;
    padding:0 120px;
    width:100%;
}
.countries-contact .nav li{
    float:left;
    margin:0;
    padding:20px 3px;
    width:100%;
}
.countries-contact .nav li a, 
.countries-contact .nav li.active a{
    background:none repeat scroll 0 0 #ffffff;
    border:0 none;
    color:#545454;
    float:left;
    font-family:roboto;
    font-size:13px;
    font-weight:600;
    letter-spacing:0;
    line-height:25px;
    margin:0;
    padding:15px;
    width:100%;
}
.countries-contact .nav li a img{
    float:left;
    width:auto;
    margin-right:10px;
}
.countries-contact .owl-nav{
    padding:0 62px;
    width:100%;
    height:0;
    position:absolute;
    top:20px;
    left:0;
}
.countries-contact .owl-nav > div{
    background:none repeat scroll 0 0 #ffffff;
    color:rgba(0, 0, 0, 0);
    float:left;
    height:55px;
    width:55px;
    line-height:50px;
    position:relative;
    text-align:center;
}
.countries-contact .owl-nav > div.owl-next{float:right;}
.countries-contact .owl-nav > div::before{
    color:#000000;
    content:"\e629";
    font-family:themify;
    line-height:55px;
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.countries-contact .owl-nav > div.owl-next:before{content:"\e628";}
.countries-contact .tab-content{
    float:left;
    padding:65px 60px 0;
    width:100%;
}
.contact-info{
    float:left;
    position:relative;
    width:100%;
}
.contact-info > p{
    color:#646464;
    font-size:13px;
    letter-spacing:0.3px;
    line-height:28px;
    margin-bottom:50px;
}
.contact-info strong{
    color:#545454;
    float:left;
    font-family:roboto;
    font-weight:700;
    margin-bottom:15px;
    width:100%;
}
.contact-info strong i{margin-right:10px;}
.contact-info span{
    color:#646464;
    float:left;
    font-family:arimo;
    font-size:12px;
    letter-spacing:0;
    margin-bottom:50px;
    width:100%;
}
/*=============== Contact Form ===================*/
.contact-form{
    float:left;
    position:relative;
    width:100%;
}
.contact-form input, .contact-form textarea{
    background:none repeat scroll 0 0 #f9f9f9;
    border:0 none;
    box-shadow:none;
    color:#929292;
    float:left;
    font-family:arimo;
    font-size:11px;
    height:50px;
    letter-spacing:0.3px;
    margin-bottom:10px;
    padding:15px 20px;
    width:100%;
    max-width:100%;
}
.contact-form textarea{min-height:130px;min-width:100%;}
.contact-form button{
    background:none repeat scroll 0 0 #000000;
    border:0 none;
    color:#ffffff;
    float:left;
    font-family:arimo;
    font-size:12px;
    letter-spacing:0.5px;
    margin-top:15px;
    padding:13px 26px;
    text-transform:uppercase;
}
.full-border{
    border-bottom:1px dashed #c2c2c2;
    float:left;
    margin:30px 0;
    width:100%;
}
#message {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.error_message {
    background: url("../images/error.gif") no-repeat scroll 10px center #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
    display: block;
    float: left;
    font-family: archivo narrow;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 35px;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.loader {padding:0 10px;}
#contact #success_page h1 { 
    background: url('../images/success.gif') left no-repeat; 
    padding-left:22px; 
}
acronym { border-bottom:1px dotted #ccc; }
.success_page {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.success_page h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.success_page p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0 0;
}

/*=============== Event Single Page ===================*/
.event-time{
    color:#888888;
    float:left;
    font-family:arimo;
    font-size:12px;
    letter-spacing:0.4px;
    line-height:22px;
    margin-right:40px;
}
.event-time i{margin-right:5px;}
.event-org{
    border-top:1px dashed #bfbfbf;
    float:left;
    margin-top:25px;
    padding-top:25px;
    width:100%;
}
.event-org > h4 {
    color: #2A2929;
    float: left;
    font-size: 17px;
    margin: 0px 30px 0px 0px;
    text-transform: uppercase;
    font-family: roboto;
}
.event-org > h4 span{font-weight:700;}
.event-org > ul{
    float:right;
    list-style:outside none none;
    margin:0;
    padding:0;
}
.event-org li {
    color: #888;
    float: left;
    margin-left: 50px;
    font-size: 12px;
}
.event-org li:first-child{margin:0;}
.event-org li i{ margin-right:5px;}
/*=============== Event Listing ===================*/
.charity-events {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.charity-events .upcoming-event {margin-bottom: 30px;}
/*=============== Projects Listing ===================*/
.all-projects {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.all-projects .welfare-project {margin-bottom: 30px;}
/*=============== Donation Popup ===================*/
.donation-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    display: none;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.donation-popup .container {
    position: relative;
    height: 100%;
    width: 1300px;
}
.popup-centralize {
    position: absolute;
    overflow: hidden;
    padding: 100px;
    width: 100%;
    left: 0px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.popup-centralize:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#f6f4f4;
    opacity:0.9;
}
.donation-intro {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.make-donation {
    float: left;
    width: 100%;
}
.make-donation span {
    float: left;
    width: 100%;
    color: #505050;
    font-family: roboto;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
}
.make-donation h5 {
    float: left;
    width: 100%;
    font-size: 50px;
    font-family: roboto;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.make-donation h5 i {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}
.make-donation p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #646464;
}
.cause-selectbox .select2-container .select2-selection--single {
    background:rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 50px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
}
.cause-selectbox .select2-container {height: 50px;}
.cause-selectbox .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding: 0px 40px 0 20px;
}
.cause-selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 50px;
}
.payment-box {
    float: left;
    width: 100%;
    position: relative;
    background: #FFF none repeat scroll 0% 0%;
    overflow: hidden;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 4px #BBBBBB !important;
    -moz-box-shadow: 0 0 4px #BBBBBB !important;
    -ms-box-shadow: 0 0 4px #BBBBBB !important;
    -o-box-shadow: 0 0 4px #BBBBBB !important;
    box-shadow: 0 0 4px #BBBBBB !important;
}
.frequency {
    float: left;
    width: 100%;
    padding: 0px;
    list-style: outside none none;
    margin-bottom: 50px;
}
.frequency li:first-child:nth-last-child(1),
.frequency li:first-child:nth-last-child(1) ~ li{width:100%;}
.frequency li:first-child:nth-last-child(2),
.frequency li:first-child:nth-last-child(2) ~ li{width:50%;}
.frequency li:first-child:nth-last-child(3),
.frequency li:first-child:nth-last-child(3) ~ li{width:33.334%;}
.frequency li:first-child:nth-last-child(4),
.frequency li:first-child:nth-last-child(4) ~ li{width:25%;}
.frequency li:first-child:nth-last-child(5),
.frequency li:first-child:nth-last-child(5) ~ li{width:20%;}
.frequency li:first-child:nth-last-child(6),
.frequency li:first-child:nth-last-child(6) ~ li{width:16.666%;}
.frequency li:first-child:nth-last-child(7),
.frequency li:first-child:nth-last-child(7) ~ li{width:14.285%;}
.frequency li:first-child:nth-last-child(8),
.frequency li:first-child:nth-last-child(8) ~ li{width:12.5%;}
.frequency li {
    float: left;
    text-align: center;
    padding-right: 1px;
}
.frequency li:last-child{padding:0;}
.frequency li a {
    padding: 20px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: roboto;
    font-size: 15px;
    color: #FFF;
    font-weight: 300;
}
.frequency li a:before {
    content:"";
    background:#515151 none repeat scroll 0 0;
    z-index:-1;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.your-donation {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.popup-title {
    font-family: roboto slab;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
ul.donation-figures {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.donation-figures li {
    display: inline-block;
    margin: 0;
}
.wpdonation-button, .donation-figures li a {
    background:#ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #ffffff 0%, #fbfbfb 23%, #fafafa 58%, #f8f8f8 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(23%,#fbfbfb), color-stop(58%,#fafafa), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* IE10+ */
    background:linear-gradient(to bottom, #ffffff 0%,#fbfbfb 23%,#fafafa 58%,#f8f8f8 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-8 */
    color: #5d5d5d;
    float: left;
    font-family: roboto slab;
    font-size: 15px;
    line-height: 25px;
    padding: 7px 20px;
    border: 1px solid #C5C5C5;
}
.wpdonation-button, .donation-figures li a.active{
    background-image:none;
    color:#FFF;
}
/*=============== Text Field ===================*/
.textfield {
    float: left;
    position: relative;
    width: 100%;
}
.textfield input, .textfield textarea {
    border: 1px solid #D2CFCF;
    color: #A8A8A8;
    float: left;
    font-family: roboto;
    font-size: 12px;
    letter-spacing: 0.5px;
    height: 49px;
    padding: 10px 20px;
    width: 100%;
    background: #F9F8F8 none repeat scroll 0% 0%;
}
.textfield textarea::-moz-placeholder,.textfield input::-moz-placeholder{
    opacity: 1;
    color:#8f8f8f;
}
.textfield textarea::-webkit-placeholder,.textfield input::-webkit-placeholder{
    opacity: 1;
    color:#8f8f8f;
}
.donation-amount .textfield textarea{
    text-align: center;
    line-height: 110px;
    min-height: 120px;
}
.donation-amount .textfield textarea {
    font-size: 20px;
    line-height: 90px;
    font-family: roboto;
    color: #333;
    background: #f5f5f5;
}
.donation-amount .textfield textarea::-moz-placeholder {
    font-size: 12px;
}
.donation-amount {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.donation-amount .textfield::after {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    content: "";
    height: 57px;
    margin-left: -28.5px;
    margin-top: -6.5px;
    width: 57px;
    z-index: 0;
}
.wpdonation-box ul {
    border: 0 none;
}
.wpdonation-box .nav {
    float: left;
    text-align: center;
    width: 100%;
}
.wpdonation-box .nav li {
    display: inline-block;
    float: none;
    margin: 0 5px;
}
.wpdonation-box .nav li a, 
.wpdonation-box .nav li.active a, 
.wpdonation-box .nav li a:hover {
    background: none repeat scroll 0 0 #4a4a4a;
    border: 0 none;
    color: #ffffff;
    line-height: 20px;
    margin: 0;
    padding: 13px 50px;
}
.wpdonation-box > .tab-content{
    float: left;
    padding-top: 50px;
    width: 100%;
}
.payment-type h3 {
    color: #4d4c4c;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}
.wpdonation-box .tab-content .tab-content {
    float: left;
    margin-top: 10px;
    padding: 0 60px;
    width: 100%;
}
.wpdonation-box .tab-content .tab-content p {
    float: left;
    font-family: roboto slab;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}




/*============= Version 1.1 ===============*/
.column.overlap {position: relative;}
.column.overlap::before {
    background: #FFF none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    margin-left: -15px;
    margin-top: -30px;
    padding: 30px 15px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -ms-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
}
.gray .column.overlap::before{background:#f9f9f9;}
/*=== Simple Info ===*/
.simple-info {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.bg-image {
    opacity: 0.2;
    text-align: center;
    float:left;
    width: 100%;
    z-index: -1;
}
.simple-info-overlay{
    position:absolute;
    left:0;
    top:0;
    text-align:center;
    width:100%;
    height:100%;
}
.simple-info-overlay:before{
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.simple-info-inner{
    display:inline-block;
    vertical-align:middle;
    width:90%;
}
.simple-info h5 {
    float: left;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.simple-info h5 i {font-style: normal;}
.simple-info h5 span {
    float: left;
    font-size: 25px;
    font-weight: 300;
    text-transform: capitalize;
    width: 100%;
}
.simple-info p {
    color: #505050;
    display: inline-block;
    font-size: 15px;
    margin: 0 20%;
    width: 60%;
}
.simple-info .theme-btn {margin-top: 30px;}
/*=== News Room ===*/
.news-room {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.news {
    float: left;
    margin-bottom: 30px;
    position: relative;
    overflow:hidden;
    width: 100%;
}
.news::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
.news > img {width: 100%;}
.news-title {
    left: 0;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.news-title > h3 {
    color: #ffffff;
    float: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 100%;
}
.news-title > h3 a {color: inherit;}
.news-title > span {
    color: #ffffff;
    font-size: 11px;
}
.news-title > span {
}
.news-title > span i {
    margin-right: 5px;
}

.dark .banner-text > strong {color: #303030;}
.dark .counting > i {color: #646464;}
.dark .banner-info > span {color: #646464;}
.who-we-text .theme-btn {margin-top: 30px;}
.row.narrow {margin:0 -5px;}
.row.narrow .gallery-page {margin-bottom: -10px;}
.row.narrow .gallery-page > div {padding: 0 5px;}
.row.narrow .gallery{margin-bottom:10px;}
/*=== Message ===*/
.message {
    float: left;
    padding: 0 140px;
    text-align: center;
    width: 100%;
}
.message blockquote {
    border: 0 none;
    color: #646464;
    float: left;
    font-family: arimo;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 40px;
    padding: 0 100px;
    position: relative;
    width: 100%;
}
.message blockquote .quote-start, 
.message blockquote .quote-end {
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    z-index: -1;
}
.message blockquote .quote-end {
    left: auto;
    right: 0;
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    transform:rotateY(180deg);
}
.message-by {display: inline-block;}
.message-by > img {
    border: 5px solid #eeeeee;
}
.message-by > strong {
    display: inline-block;
    font-family: roboto slab;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    vertical-align: middle;
}
.message-by > strong span {
    display: table;
    color:#707070;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 7px;
    text-transform:capitalize;
}
/*=== Title Style 4 ===*/
.title.style4 {
    margin-bottom: 30px;
    text-align: left;
}
.title.style4 h2 {
    color: #303030;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 10px;
}
/*=== Simple Parallax Text ===*/
.simple-parallax-text {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.simple-parallax-text > span {
    color: #ffffff;
    float: left;
    font-family: roboto slab;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.simple-parallax-text h6 {
    color: #ffffff;
    float: left;
    font-family: roboto;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 30px;
    text-transform: uppercase;
    width: 100%;
}
.simple-parallax-text h6 i{font-style:normal;}
.simple-parallax-text > p {
    color: #ffffff;
    float: left;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 33px;
    margin-bottom: 60px;
    padding: 0 30px;
    width: 100%;
}
.simple-parallax-text > p strong {font-size: 22px;}
.mockup-img {
    float: left;
    margin-bottom: -70px;
    position: relative;
}

/*=== Fancy Counters ===*/
.fancy-counters {
    float: left;
    margin-bottom: -30px;
    position: relative;
    width: 100%;
}
.fancy-counter-box {
    background: rgba(250, 250, 250, 0.8) none repeat scroll 0 0;
    border-radius: 0;
    float: left;
    padding: 40px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.fancy-counters .row > div::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}
.fancy-counters .row > div::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
}
.fancy-counter-box > h5 {
    float: left;
    font-family: roboto;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 100%;
}
.fancy-counter-box strong {
    float: left;
    font-family: roboto;
    font-size: 30px;
    font-weight: 400;
    width: 100%;
}

/* Single Person Donate */
.person-donate-sec {
    float: left;
    width: 100%;
}
.person-donate-sec .row {
    margin: 0;
}
.person-donate-sec .row > div {
    padding: 0;
}
.person-thumb {
    float: left;
    height: 100%;
    min-height: 505px;
    position: relative;
    width: 100%;
}
.person-donate-info{
    float: left;
    padding: 50px 40px;
    width: 100%;
    background-image: url('../images/single-info-bg.jpg');
    background-size: cover;
    min-height: 505px;
    z-index: 0;
    position: relative;
}
.single-donate-info {
    float: none;
    left: 0;
    padding: 0 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.person-donate-info:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    opacity: 0.85;
}
.single-donate-info > span {
    color: #505050;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    width: 100%;
}
.single-donate-info > h3 {
    float: left;
    margin: 0;
    width: 100%;
    font-family: Roboto;
    font-size: 33px;
    font-weight: 300;
    margin-bottom: 16px;
    letter-spacing: 0.30px;
}
.single-donate-info > p {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.single-donate-info > h4 {
    float: left;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0 0 12px;
    padding-right: 100px;
    width: 100%;
}
.single-donate-info > i {
    color: #707070;
    float: left;
    font-family: Roboto Slab;
    font-size: 13px;
    font-style: normal;
    letter-spacing: 0.3px;
    margin-top: 3px;
    padding-right: 100px;
    text-transform: uppercase;
    width: 100%;
}
.person-donate {
    background-image: url("../images/single-info-donate.jpg");
    background-size: cover;
    float: left;
    min-height: 505px;
    padding: 30px 90px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.person-donate::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.person-donates > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}
.person-donates {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 90px;
}
.person-donates > ul > li {
    margin-bottom: 11px;
    float: left;
    width: 100%;
}
.single-donate-car {
    float: left;
    width: 100%;
}
.single-donate-car .owl-nav {
    bottom: 120px;
    left: 50%;
    margin-left: 130px;
    position: absolute;
    transform: translateX(-50%);
}
.single-donate-car .owl-nav > div {
    color: transparent;
    float: left;
    position: relative;
    margin: 0 7px;
}
.single-donate-car .owl-nav > div::before {
    color: #252525;
    content: "";
    font-family: fontawesome;
    font-size: 60px;
    height: 33px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
    background-image: url('../images/arrow.png');
}
.single-donate-car .owl-nav > .owl-next:before {
    background-image: url('../images/arrow2.png');
}
.donation-page {
    float: left;
    width: 100%;
}
.donation-page .popup-centralize {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}


/* donatees */
.donatees-sec {
    float: left;
    margin-bottom: -30px;
    width: 100%;
}
.donatess {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.donatess > span {
    float: left;
    width: 100%;
}
.donatess img {
    float: left;
    width: 100%;
}
.donatees-info {
    float: left;
    padding: 30px 28px;
    width: 100%;
}
.donatees-info > h4 {
    float: left;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0;
    width: 100%;
}
.donatees-info > h4 > i {
    color: #6f6462;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.donatees-info h3 {
    color: #303030;
    float: left;
    font-family: Roboto slab;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin: 12px 0;
    width: 100%;
}
.donatees-info > a {
    color: #6f6462;
    float: left;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 19px;
    margin-top: 8px;
    width: 100%;
}

/* Ask Question */


.ask-question p {
    color: #646464;
    float: left;
    font-size: 13px;
    margin: 0;
    text-align: center;
    width: 100%;
}
.white-bg input, .white-bg textarea {
    background: #ffffff none repeat scroll 0 0;
}
.white-bg button {
    display: inline-block;
    float: none;
}

.ask-question {
    background: url(../images/sec-bg.jpg) repeat scroll 0 0 / cover;
    border-radius: 2px;
    float: left;
    padding: 90px 19%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.ask-question::before {
    background: rgba(242, 242, 241, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* Become Volunteer */

.become-volunteer {
    padding: 90px 70px;
}
.volunteer-thumb {
    float: left;
    width: 100%;
}
.volunteer-thumb > img {
    width: 100%;
}
.become-volunteer .title {
    text-align: left;
}
.become-volunteer p {
    text-align: left;
}
.become-volunteer .white-bg {
    padding: 40px 0 0;
}
.become-volunteer .white-bg button {
    float: left;
}
/* Recommend Friend */

.white-bg span {
    color: #646464;
    float: left;
    font-family: arimo;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin: 10px 0 20px;
    text-align: left;
    width: 100%;
}

.video-img a::after {
    content: "\f144";
    font-size: 60px;
}
.menu-item-has-children.all-demos > a::before {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.select2-container {
    z-index: 2147483647;
}

.logo h1 {
    float: right;
    font-family: roboto;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 50px;
    margin-left: 99px;
    
    text-shadow: 0 1px 1px #a1a1a1;
    color: rgb(237,85,106);
}


.bg-img {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.bg-img::before {
    background: rgba(44, 62, 80, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
  
    top: 0;
    width: 100%;
    z-index: -1;
}
.page_text
{
    text-align: justify;
    background: #fff;
    clear: both;
    padding: 2%;
    border-radius: 5px;
    min-height: 600px;
}
.page_img
{
    
}
.page-headind
{
    
}

.gallery_home,.social_home,.faculty_home
{
 margin-top: 70px;   
}

.video_gallery{margin-top:30px;}















