/* FONTS
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* BODY CONTENT
-------------------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
}
/* HEADER CONTENT
-------------------------------------------------- */
header .row{
width: 100%;
}
/* NAV CONTENT
-------------------------------------------------- */
header nav.navbar {
 padding:0;
 background: #efefef;
 -webkit-transition: all .5s; /* Safari */
  transition: width .5s;
}
main {
    width: 100%;
    clear: both;
}
.sidebar-area {
    padding: 20px;
    background: #efefef;
    margin-top: 66px;
}
.sidebar-area #ajaxsearchlitewidget-3 {
    list-style: none;
}
.intern_volunteer {
    width: 100%;
    float: left;
}
.sidebar-area
.navbar-dark .navbar-brand img{
  width: 100%;
  -webkit-transition: all .5s; /* Safari */
   transition: all .5s;
}
header .navbar-expand-md .navbar-collapse li{
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 10px;
}
header .navbar-expand-md .navbar-collapse li:last-child{
  margin-right: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #333333;
    font-weight: 500;
    letter-spacing: 1px;
}
header .navbar-expand-md .navbar-collapse li.current-menu-item a.nav-link, header .navbar-expand-md .navbar-collapse li:hover a.nav-link, header .navbar-expand-md .navbar-collapse li:focus a.nav-link{
  color: #e22e29;
}
header nav.navbar.fixed-header .navbar-brand img{
    width: 120px;
}
header nav.navbar.fixed-header .ace-responsive-menu > li > a {
    padding: 20px 8px;
}
header nav.navbar.fixed-header .ace-responsive-menu > li > span.arrow{
	top: 20px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
body header .container, body #myCarousel .container{
  max-width: 1405px;
  position: relative;
}
.slider-txt {
    text-align: center !important;
    text-shadow: 0px 0px 10px #000;
}
/* Carousel base class */
.slider-container{
    background: #efefef;
    position: relative;
	margin-top: 0px;
}
.carousel {
  background: #efefef;
  position: relative;
}
#post-31 .entry-header
{
	display:none;
}
.carousel-inner{
  margin-top: 110px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 40%;
    z-index: 10;
    font-family: oswald;
}
.carousel-caption h1 {
    font-size: 52px;
    text-shadow: 2px 2px 5px #000;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 8px;
}
.blog-page-area.spc-large .info {
 /* box-shadow: 3px 4px 5px 3px rgba(0,0,0,.09); */
   padding: 20px;
    margin: 20px 0 20px 0px; 
}
.single-blog-page-area.spc-equal img {
    width: 100%;
}
.video_img_1{
position: absolute;
top: 39%;
left: 50%;
margin-left: -40px;
}
.video_img_1 img{
	height: 50px !important;
width: 78px;
}

.single-blog-page-area.spc-equal .video_img_1
{
position: absolute;
top: 50%;
left: 50%;
margin-left: -40px;
margin-top: -19px;
}
.video-btncenter
{
	position:relative;
}

.blog-page-area.spc-large a {
    color: #000;
    font-size: 20px;
}
.info .fa.fa-calendar {
    color: #DE2F28;
}
.info span {
    color: #db322b;
}
.blog-page-area.spc-large .info img {
	height: 315px;
margin-bottom: 7px;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 50rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 50rem;
}
.home-social-media {
    position: absolute;
    z-index: 99;
    top: 120px;
    left: -60px;
    width: 50px;
}
.home-social-media a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #535353;
    border: 1px solid #535353;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
}
.home-social-media a.h-f:hover{
  color:#fff;
  background: #3d578f;
  border-color: #3d578f;
}
.home-social-media a.h-t:hover{
  color:#fff;
  background: #28aae1;
  border-color:#28aae1;
}
.home-social-media a.h-i:hover{
  color:#fff;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  border-color: #d6249f;
}
.home-social-media a.h-y:hover{
  color:#fff;
  background: #d62727;
  border-color: #d62727;
}
.home-social-media a.h-g:hover{
  color:#fff;
  background: #d13f2d;
  border-color: #d13f2d;
}
/* SECTION CONTENT
-------------------------------------------------- */
section {
    padding: 80px 0;
}
/* TITLE CONTENT
-------------------------------------------------- */
.title-row{
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.title-row span{
	font-size: 24px;
	color: #303030;
	display: block;
}
.title-row h1 {
    font-size: 40px;
    color: #1d1d1d;
    font-weight: 500;
    display: block;
    margin-bottom:10px;
    padding-bottom: 40px;
    background: url(../images/title-border-bottom.png) no-repeat center bottom;
}
.title-row.t-white h1{
	color: #fff;
}
.title-row h1 b{
	font-weight: 500;
	color: #de322c;
}
.title-row  p{
	font-size: 16px;
	color: #000000;
	padding:0;
}
.title-row p b {
    margin-top: 20px;
    display: block;
    font-size: 18px;
    color: #de322c;
}
.title-row ul {
    padding-left: 30px;
}
.title-row li {
    text-align: left;
    margin-bottom: 15px;
}
.service{
	margin-bottom: 50px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #e22e29;
}
.service-heading {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    margin-bottom:20px;
}
.service ul{
	display: block;
	padding-left: 25px;
}
.service li{
	list-style-image: url(../images/list-arrow.png);
	color: #000000;
	font-size: 16px;
	margin:10px 0;
}
.service li a{
	color: #000000;
}
.read-btn {
    color: #fff;
    background: #de322c;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
}
.read-btn:hover{
	background: #141414;
	color: #fff;
	text-decoration: none;
}
.service-image {
    position: relative;
    display: block;
}
.service-image img{
	position: relative;
	z-index: 9;
	border: 10px solid #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.service-image:after {
    content: "";
    width: 100%;
    height: 90%;
    display: block;
    top: 18%;
    left: -28px;
    position: absolute;
    border: 10px solid #d2d2d2;
}
/* EVENT CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
#event-section{
	background: url(../images/event-bg.jpg) no-repeat;
	background-size: cover;
}
.event-col{
	background: #fff;
}
.event-col > p{
	display:none;
}
.event-col img {
    width: 100%;
    min-height: 270px;
}
.event-col span{
	display:block;
	max-height:266px;
	overflow:hidden;
}
.event-detail {
	display: block;
	padding:10px 30px 15px;
}
.event-detail h2{
	color:#404040;
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: 400;
}
.event-detail ul{display: block;list-style: none;padding: 0;margin: 0 0 10px;}
.event-detail li{display: inline-block;margin-right: 20px;font-size: 12px;text-transform: uppercase;}
.event-detail p{color: #404040;display: block;margin:0;}
.event-detail a{
    font-weight: 700;
    text-transform: uppercase;
    color: #404040;
    display: block;
    margin-top: 10px;
	font-weight:500;
}
/* Gallery
------------------------- */
.gallery-col{
	display: block;
	position: relative;;
}
.gallery-col:nth-child(1), .gallery-col:nth-child(2){
	margin-bottom: 30px;
}
.gallery-col img{
	width: 100%;
}
.gallery-col a:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 2s; /* Safari */
	transition: all 2s;
}
.gallery-col:hover:before{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
#gallery-detail {
   
	background: #0009;
	height: 50px;
}

.gallery-detail {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
	z-index: 9;
}
.gallery-detail  h5, #gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper .title{
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}
.gallery-detail  p, #gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper .text{
	color: #de231c;
	font-weight: 600;
	font-size: 15px;
	margin: 0;
}
#gallery-section .gallery-col img {
    height: 250px;
}
#gallery-section .custom-6-class img{
    height: 350px !important;
}
.majorClass .gallery-col {
    overflow: hidden;
    height: 350px;
}
.majorClass .gallery-col img, .minorClass .gallery-col img{
    max-width:inherit;
	width:auto;
}
.minorClass .gallery-col{
	overflow: hidden;
    height: 260px;
}

.load_more a {
    background: #de322c;
    color: #fff;
    padding: 16px 50px 17px 50px;
    font-size: 18px;
    margin: auto;
    display: block;
    width: 264px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
	margin-top:20px;
}
.collagediv .gallery-col:nth-child(1), .gallery-col:nth-child(2) {
    margin: 0;
}
.collagediv .col-md-7.majorClass, .collagediv .col-md-5.majorClass {
    padding: 0!important;
    margin: 0!important;
}
.collagediv .col-md-4.minorClass {
    padding: 0!important;
	margin: 0!important;
}
.collagediv .row {
    padding: 0;
    margin: 0;
}
.collagediv{
    position: relative;
}
.collagediv .gallery-home .col-md-6, .collagediv .gallery-home .col-md-4 {
    margin: 0;
    padding: 0;
}
.collagediv .gallery-home p {
    margin-top: 0;
    margin-bottom: 0;
}

.overlat-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.5);
    z-index: 1;
	display:none;
	color:#fff;	
    
}
.collagediv:hover .overlat-img {
    display: block;
    padding: 31% 0 0 0;
    text-align: center;	
	
	
}
#wpb_widget-2 h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
#wpb_widget-2 {
    padding: 20px;
    background: #eee;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 30px;
}
#wpb_widget-2  ul li a {
    color: #141414;
}
#wpb_widget-2 li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
#wpb_widget-2 ul {
    display: block;
    padding: 0 0 0 15px;
}

#ajaxsearchlitewidget-3
{
	padding: 20px;
background: #eee;
margin-bottom: 30px;
border-radius: 5px;
border: 1px solid #ccc;
}

.overlat-img .fa-arrows-alt {
    font-size: 50px;
    border: 3px solid #fff;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    padding: 23px 0 0 0px;
}

/* TESTIMONIAL CSS
-------------------------------------------------- */
#testimonial-section{
	background: url(../images/testimonial-bg.jpg);
	background-size: cover;
	padding-bottom: 0;
}
#testimonial-section h3 {
    font-size: 28px;
    font-family: oswald;
    font-weight: 400;
    color: #ffffff;
}
#testimonial-section p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
	text-align: left;
}
#testimonial-section p{
	padding-left:50px;
}
#testimonial-section p em:before {
    content: "\f10d";
    font: normal normal normal 32px/1 FontAwesome;
    margin-left: -40px;
    position: absolute;
}
#testimonial-section p em:after{
	display:none;
}
#testimonial-section .wptww-testimonial-content{
	margin-top:50px;
}
#testimonial-section .wptww-testimonial-content i, #testimonial-section .wptww-testimonial-content h4, #testimonial-section .slick-arrow{
	display:none !important;
}
#testimonial-section .wptww-testimonial-author, #testimonial-section .wptww-testimonial-job{
	padding-left:50px;
	text-align:left;
}
#testimonial-section .wptww-testimonial-author{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
#testimonial-section .wptww-testimonial-job{
    font-size: 18px;
    color: #ffffff;
}
#testimonial-section .slick-dots {
    text-align: left;
    padding-left: 60px !important;
    margin-bottom: -20px !important;
}
.t-testimonial {
    margin-top: 40px;
    padding-left: 50px;
    position: relative;
}
.t-testimonial::before {
    content: "\f10d";
    font: normal normal normal 38px/1 FontAwesome;
    position: absolute;
    left: 2px;
    top: 0;
    color: #fff;
}
.t-title{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
span.t-post {
    font-size: 18px;
    color: #ffffff;
}
#testimonial-section .owl-pagination{
    text-align: left;
    padding-left: 46px;
    margin-top: 30px;
}
#testimonial-section .wptww-testimonials-slidelist .slick-dots li {
    margin-right: 10px !important;
}
#testimonial-section .owl-theme .owl-controls .owl-page span, #testimonial-section .wptww-testimonials-slidelist .slick-dots li button{
    background: #fff !important;
    opacity: 1;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    width: 15px !important;
    height: 15px !important;
	margin-right:10px !important;
}
#testimonial-section .owl-theme .owl-controls .owl-page.active span, #testimonial-section .owl-theme .owl-controls.clickable .owl-page:hover span, #testimonial-section .wptww-testimonials-slidelist .slick-dots li.slick-active button{
	border:2px solid rgba(255, 255, 255, 1) !important;
	background: #000 !important;
}
/* NEWSLETTER CSS
-------------------------------------------------- */
#newsletter-section{
	padding:40px 0;
	background: #dedede;
	clear: both;
}
#newsletter-section h2 {
    font-size: 50px;
    color: #666666;
    font-weight: 500;
    /* font-family: oswald; */
    letter-spacing: 1px;
}
#newsletter-section p {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    display: block;
}
#newsletter-section form{
	display: block;
}
#newsletter-section form .es_lablebox{
	display:none;
}
#newsletter-section .es_textbox{
    float: left;
    width: 70%;
}
#newsletter-section .es_textbox input{
	width:100%;
}
#newsletter-section input[type="text"] {
    display: inline-block;
    padding:0 15px;
    width:100%;
    border: 1px solid #fff;
    height: 60px;
	outline: none;
}
#newsletter-section input[type="button"] {
    display: inline-block;
    padding: 0 15px;
    width: 30%;
    background: #021070;
    border: 1px solid #021070;
    font-size: 18px;
    color: #fff;
    margin-left: -4px;
    height: 60px;
    cursor: pointer;
}
#newsletter-section .es_button{
	padding:0;
}
#gallery-section #ftg-22 .tile .caption-block{
	opacity: 1;
}
#gallery-section #ftg-22 .tile .tile-inner:before{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 ); /* IE6-9 */
    opacity: 1;
}
#gallery-section #ftg-22 .tile:hover .tile-inner:before{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
#gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper{
    width: 100%;
    bottom: -50px;
    position: relative;
}
footer{
	clear: both;
}
.footer-top{
	background: #fff;
	padding: 80px 0 40px;
}
.footer-top img.footer-logo{
	margin-bottom: 20px;
}
.footer-top p{
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}
.footer-top h3 {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}
.footer-top h3:after {
    position: absolute;
    height: 3px;
    width: 50px;
    background: #666666;
    content: '';
    left: 2px;
    bottom: 5px;
}
.footer-top ul{
	list-style: none;
	padding: 0;
}
.footer-top li, .tg-breadcrumb{
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	color: #ffffff;
}
.footer-top li a{
	color: #666666;
}
.footer-top iframe{
	width: 100%;
	height: 240px;
	border:5px solid #f5efeb;
}
.footer-bottom{
	background: #000000;
	padding:40px 0 30px;
}
.footer-bottom .row{
	display: inline-block !important;
	width: 100%;
}
.footer-bottom  p{
	color: #666666;
	font-size: 16px;
	margin: 0;
}
.footer-bottom  ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-bottom li{
	display: inline-block;
	margin: 0 10px;
}
.footer-bottom li a{
	color: #666666;
}
/* ABOUT US CSS START HERE */
.tg-innerbanner {
    width: 100%;
    float: left;
}
.tg-bgwhite {
    background: #fff;
}
.tg-innerbannercontent {
    width: 100%;
    float: left;
    margin: 0;
    padding: 70px 0 0 0;
 }
.tg-pagetitle {
    float: left;
}
.tg-pagetitle h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
}
.tg-breadcrumb {
    float: right;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
}
.tg-breadcrumb ul {
    width: 100%;
    float: left;
    list-style: none;
	padding:22px 0 0 0px
}
.tg-breadcrumb ul li {
    float: left;
    list-style-type: none;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
	font-weight: 500;
	color: #606060;
}
.tg-ceoinfo figure img {
    height: auto;
	margin: auto;
    display: block;
    border-radius: 50%;
}
.tg-breadcrumb a, .tg-breadcrumb a:hover{
	color:#de2f2d
}
.tg-breadcrumb ul li:last-child {
    padding: 0 0 0 15px;
}
.tg-main-section {
    padding: 80px 0;
    position: relative;
}
.tg-aboutus {
    width: 100%;
    float: left;
}
.tg-aboutus .tg-contentbox {
    padding: 0;
    border: 0;
    text-align: left;
}
.tg-contentbox {
    float: left;
    padding: 58px 25px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tg-aboutus .tg-sectionhead {
    text-align: left;
    padding: 0;
}
.tg-sectionhead {
    width: 100%;
    float: left;
    padding: 0 0 50px;
    text-align: center;
}
.tg-sectiontitle {
    width: 100%;
    float: left;
    padding: 0 0 30px;
    position: relative;
}
.tg-aboutus .tg-description {
    margin: 0 0 30px;
}
.bottomBorder {
    border-bottom: 1px solid #ddd;
    margin: 0px 0 28px 0px;
}
.tg-description {
    width: 57%;
    margin: auto;
}
.tg-ceo {
    width: 100%;
    float: left;
}
.tg-ceoinfo {
    float: left;
}
.tg-ceoinfo .tg-authorinfo {
    float: left;
    padding: 18px 0;
}
.tg-ceoinfo .tg-authorinfo h3 {
    font-size: 18px;
    line-height: 15px;
}
.tg-ceoinfo .tg-authorinfo span {
    line-height: 14px;
}
.tg-signature {
    float: right;
}
.tg-videoarea {
    width: 100%;
    float: left;
    padding: 25px 0;
}
.tg-mediastyle {
    position: relative;
    text-align: center;
}
.tg-mediastyle::before {
    z-index: 1;
    top: 0;
    left: 50%;
    content: '';
    width: 80%;
    height: 100%;
    margin: 0 0 0 -40%;
    position: absolute;
    border: 6px solid #f5f5f5;
}
.tg-videoarea figure {
    z-index: 2;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.tg-videoarea figure figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(40,40,40,0.8) 0%, rgba(40,40,40,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(40,40,40,0.8) 0%, rgba(40,40,40,0.8) 100%);
    background: linear-gradient(to bottom, rgba(40,40,40,0.8) 0%, rgba(40,40,40,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc282828', endColorstr='#cc282828',GradientType=0 );
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tg-bgwhite {
    background: transparent;
}
.tg-sectioncount {
    position: relative;
}
.tg-main-section {
    padding: 80px 0;
    position: relative;
}
.tg-haslayout {
    width: 100%;
    float: left;
	background: #fff;
}
.top-inner {
    background: url(../images/back-q.jpg)no-repeat;
    background-size: cover;
    padding:140px 0 140px 0px;
    margin-top: 5%;
}
.top-inner-youth {
    background: url(../images/banner-top.jpg)no-repeat;
    background-size: cover;
    padding:140px 0 140px 0px;
    margin-top: 5%;
}

.tg-sectionhead {
    width: 100%;
    float: left;
    padding: 0 0 50px;
    text-align: center;
}
.tg-sectiontitle {
    width: 100%;
    float: left;
    padding: 0 0 30px;
    position: relative;
}
.tg-member.item {
    padding: 0;
}
.tg-member {
    position: relative;
    width: 100%;
    float: left;
}
.tg-member.item .tg-memberimg {
    margin: 35px 24px 26px 24px;
}
.tg-memberimg {
    z-index: 2;
    top: 0;
    left: 0;
    width: 86%;
    margin: 40px 0 0 0;
    background: #282828;
    position: absolute;
}
.tg-memberimg a {
    z-index: 2;
    display: block;
    position: relative;
}
.tg-infobox {
    z-index: 1;
    position: relative;
    width: 100%;
    float: left;
    padding: 0 50px;
}
.tg-box {
    width: 100%;
    height: auto;
    float: left;
    padding: 260px 30px 22px 30px;
    text-align: center;
    border: 6px solid #de2f2d;
}
.tg-border-heading a {
    color: #de2f2d;
}
.tg-member:hover .tg-box
{
	border-color: #085c19;
}
.tg-memberimg img {
    width: 100%;
	transition: all 300ms ease-in-out;
}
.tg-member:hover figure img, .tg-member.active figure img {
    opacity: 0.20;
}
.tg-box .tg-border-heading {
    padding-top: 0;
}
.tg-border-heading {
    width: 100%;
    float: left;
    margin: 0 0 0px;
    padding: 17px 0;
	padding-top: 17px;
    position: relative;
}
.tg-box .tg-socialicons {
    width: 100%;
    padding: 0;
}
.tg-socialicons {
    float: right;
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 20px;
}
.tg-box .tg-socialicons li {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.tg-socialicons li {
    float: left;
    padding: 0 3px;
    line-height: inherit;
    list-style-type: none;
}
.tg-socialicons li a i {
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
.tg-socialicons li a {
    width: 24px;
    height: 24px;
    color: #999;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}
.tg-socialicons li.tg-facebook a:hover {
    background: #3b5998;
    border-color: #3b5998;
	color:#fff;
	text-decoration:none;
}
.tg-socialicons li.tg-twitter a:hover {
    background: #55acee;
    border-color: #55acee;
	color:#fff;
	text-decoration:none;
}
.tg-socialicons li.tg-gplus a:hover {
    background: #dd4b39;
    border-color: #dd4b39;
	color:#fff;
	text-decoration:none;
}
.tg-socialicons li.tg-linkdin a:hover {
    background: #55acee;
    border-color: #55acee;
	color:#fff;
	text-decoration:none;
}
.tg-main-section.tg-haslayout.tg-sectioncount.tg-bgwhite.tg-wrapper-section.teamsection {
    background: #f5f5f5;
}
/* EVENTS PAGE CSS START HERE */
/* ------------------------------------
16.Blog Css Start Here
---------------------------------------*/
.blog-page-area {
	margin-bottom: 50px;
	margin-top: 50px;
}
.blog-page-area .row {
	margin-bottom: 50px;
}
.blog-page-area .inner {
	position: relative;
	margin-bottom: 40px;
}
.blog-page-area .inner .images-content {
background: transparent;
padding: 0 0;
position: relative;
right: 0;
top: 0;
}
.title span {
    color: #db322b;
}
.blog-page-area .inner .images-content .date {
	font-size: 12px;
	font-weight: 500;
}
.blog-page-area .inner .images-content .date i {
	font-size: 12px;
}
.blog-page-area .inner .images-content h4 {
	margin: 12px 0 22px;
}
.blog-page-area .inner .images-content h4 a {
	font-size: 20px;
	font-weight: 500;
	color: #101010;
}
.blog-page-area .inner .images-content p {
	color: #101010;
}
.blog-page-area .inner .images-content a {
	font-weight: 500;
	color: #de322c;
}
.blog-page-area .inner .images {
	overflow: hidden;
	width: 100%;
	padding: 0;
	height: 360px;
}
.blog-page-area .inner .images i {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-webkit-transform: translate(-50%, -50%);
	/* Safari */
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #de322c;
	color: #de322c;
	opacity: 0;
}
.blog-page-area .inner .images:after {
	content: "";
	position: absolute;
	height: 360px;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.5s ease 0s;
	transform: scaleX(0);
}
.blog-page-area .inner .images img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}
.blog-page-area .inner:hover .images i {
	opacity: 1;
}
.blog-page-area .inner:hover .images img {
	transform: scale(1.1);
}
.blog-page-area .inner:hover .images:after {
	content: "";
	position: absolute;
	width: 100%;

	left: 0;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.6);
	transition: all 0.5s ease 0s;
	transform: scale(1) !important;
}
.blog-page-area .inner .images-content-right {
	left: 0;
	z-index: 10;
}
.blog-page-area .inner .images-right {
	float: right;
}
.blog-page-area .pagination{
	display:block;
}

.youth_mentorship {
    padding: 70px 0 80px 0px;
}
.mT60
{
	margin-top:60px;
}
.youth_mentorship h1 {
    font-size: 22px;
}

.lsit-all {
	float: left;
	width: 100%;
}
.lsit-all ul {
	padding: 0;
	margin: 0px;
	clear: both;
}
.lsit-all ul li {
	padding:0px;
	margin: 0px;
	font-size: 15px;
	color: #4e4e4e;
	text-decoration: none;
	list-style: none;
	line-height: 30px;
	position: relative;
}

.lsit-all .fa.fa-send {
    padding: 0 10px 0 0px;
	color: #e53529;
}
.youth_mentorship img {
    width: 100%;
}

/* CONTECT US PAGE CSS START HERE */
.spc-equal {
    padding: 70px 0 70px 0;
}
.contact-page-area .contact-middle {
	padding: 43px 0 0px;
}
.contact-page-area .contact-middle .inner-add,
.contact-page-area .contact-middle .inner-phn,
.contact-page-area .contact-middle .inner-email {
	background: url(../images/contact.jpg) no-repeat center top;
	position: relative;
	text-align: center;
	padding: 25px 0;
	background-size: cover;
}
.contact-page-area .contact-middle .inner-add:after,
.contact-page-area .contact-middle .inner-phn:after,
.contact-page-area .contact-middle .inner-email:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
}
.contact-page-area .contact-middle .inner-add i,
.contact-page-area .contact-middle .inner-phn i,
.contact-page-area .contact-middle .inner-email i {
	color: #de322c;
	font-size: 30px;
	position: relative;
	z-index: 1;
}
.contact-page-area .contact-middle .inner-add h5,
.contact-page-area .contact-middle .inner-phn h5,
.contact-page-area .contact-middle .inner-email h5 {
	position: relative;
	color: #fff;
	z-index: 99;
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.contact-page-area .contact-middle .inner-add p,
.contact-page-area .contact-middle .inner-phn p,
.contact-page-area .contact-middle .inner-email p {
	color: #ccc;
	position: relative;
	z-index: 99;
	margin: 0;
	padding: 0 45px;
	line-height: 28px;
}
.contact-page-area .contact-middle .inner-add p a,
.contact-page-area .contact-middle .inner-phn p a,
.contact-page-area .contact-middle .inner-email p a {
	color: #ccc;
}
.contact-page-area .contact-middle .inner-add p a:hover,
.contact-page-area .contact-middle .inner-phn p a:hover,
.contact-page-area .contact-middle .inner-email p a:hover {
	color: #de322c;
}
.contact-page-area .contact-area {
	padding-top: 20px;
}
.contact-page-area .contact-area h4 {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: 500;
	margin-bottom: 19px;
}
.contact-page-area .contact-area label {
	color: #505050;
	font-weight: normal;
	letter-spacing: 1px;
}
.contact-page-area .contact-area input,
.contact-page-area .contact-area textarea {
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	height: 45px;
	width: 100%;
}
.contact-page-area .contact-area textarea {
	height: 150px;
	width: 100%;
	max-width: 100%;
}
.contact-page-area .contact-area .btn-send, .single-blog-page-area .leave-comments-area input[type="submit"] {
	background: #de322c;
	font-weight: 600;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	border: none;
	border-radius: 0px;
	padding: 14px 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	transition: all 0.5s ease 0s;
	width:auto;
	cursor:pointer;
	font-weight:500;
}
.contact-page-area .contact-area .btn-send:hover {
	background: #db5858;
}
.contact-page-area .contact-area .title-bg {
	letter-spacing: 2px;
}
.contact-page-area.contact-page-area2 .contact-middle2 {
	padding-top: 0;
	padding-bottom: 0;
}
.contact-page-area.contact-page-area2 .inner-phn {
	margin: 30px 0;
}
.contact-middle2 .contact-area {
	padding-top: 0;
	margin-top: -6px;
}
.contact-middle2 .inner-add {
	margin-bottom: 27px;
}
/* ------------------------------------
17.Blog Details Page start here
---------------------------------------*/
.single-blog-page-area .single-image {
	margin-bottom: 25px;
	overflow: hidden;
}
.single-blog-page-area .single-image img {
	filter: grayscale(0%);
	transition: all 0.8s ease-in-out 0s;
	width:100%;
}
.news-post {
    list-style: none;
    padding: 0;
}
.single-blog-page-area .single-image img:hover {
	filter: grayscale(100%);
}
.single-blog-page-area h3 {
	font-size: 24px;
	color: #101010;
	margin: 20px 0;
	padding: 0;
	line-height: 25px;
	font-weight: 500;
}
.single-blog-page-area blockquote {
	background: #f9f9f9;
	border: medium none;
	margin: 25px 0 25px;
	padding: 24px 25px 24px 63px;
	font-size: 18px;
	color: #101010;
	font-style: italic;
	position: relative;
}
.single-blog-page-area blockquote i {
	position: absolute;
	left: 22px;
	font-size: 25px;
	top: 21px;
}
.single-blog-page-area h2 {
	font-size: 20px;
	margin: 0 0 25px;
}
.single-blog-page-area .share-section {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.single-blog-page-area .share-section .share-link1 {
	padding: 0;
	margin: 0;
	float: right;
}
.single-blog-page-area .share-section .share-link1 li {
	float: left;
	list-style: none;
}
.single-blog-page-area .share-section .share-link1 li a {
	padding: 7px 8px;
	border: 1px solid #ddd;
	font-size: 12px;
	font-weight: 500;
	color: #505050;
	border-radius: 4px;
	margin-left: 14px;
}
.single-blog-page-area .share-section .share-link1 li a:hover {
	background: #de322c;
	color: #fff;
}
.single-blog-page-area .share-section .share-link1 li:first-child a {
	background: #de322c;
	color: #fff;
}
.single-blog-page-area .share-section .life-style span {
	font-size: 12px;
	font-weight: 500;
	color: #505050;
	margin-right: 12px;
}
.single-blog-page-area .share-section .life-style span i {
	margin-right: 4px;
}
.single-blog-page-area .share-section .life-style span a {
	font-size: 12px;
	font-weight: 500;
	color: #505050;
}
.single-blog-page-area .share-section .life-style span a i {
	font-size: 12px;
	margin-right: 4px;
}
.single-blog-page-area .share-section .life-style span a:hover {
	color: #de322c;
}
.single-blog-page-area .share-section2 {
	border: 1px solid #ddd;
	padding: 15px 15px 0px 15px;
}
.single-blog-page-area .share-section2 span {
	font-size: 15px;
	font-weight: 500;
	color: #101010;
}
.single-blog-page-area .share-section2 .share-link {
	float: right;
}
.single-blog-page-area .share-section2 .share-link li {
	float: left;
	list-style: none;
}
.single-blog-page-area .share-section2 .share-link li a {
	font-size: 12px;
	font-weight: 500;
	color: #505050;
	padding: 7px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-left: 10px;
}
.single-blog-page-area .share-section2 .share-link li a:hover {
	background: #de322c;
	color: #fff;
	border: 1px solid #de322c;
}
.single-blog-page-area .like-section .col-xs-12 h3 {
	margin: 14px 0 6px;
}
.single-blog-page-area .like-section .col-xs-12 h3 a {
	font-size: 15px;
	font-weight: 500;
	color: #101010;
}
.single-blog-page-area .like-section .col-xs-12 span {
	font-size: 12px;
	font-weight: 500;
}
.single-blog-page-area .like-section .col-xs-12 span i {
	font-size: 12px;
}
.single-blog-page-area .like-section .col-xs-12 .popular-post-img img {
	transition: all 0.5s ease 0s;
}
.single-blog-page-area .like-section .col-xs-12:hover a {
	color: #de322c;
}
.single-blog-page-area .like-section .col-xs-12:hover .popular-post-img img {
	opacity: .5;
}
.single-blog-page-area .next-pre-section {
	padding: 23px 0 15px;
	margin: 0;
	overflow: hidden;
}
.single-blog-page-area .next-pre-section li {
	margin: 0;
}
.single-blog-page-area .next-pre-section li a {
	font-size: 15px;
	color: #505050;
}
.single-blog-page-area .next-pre-section li a i {
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	color: #101010;
}
.single-blog-page-area .next-pre-section li a:hover {
	color: #de322c;
}
.single-blog-page-area .next-pre-section li a:hover i {
	color: #de322c;
}
.single-blog-page-area .next-pre-section li.left-arrow {
	float: left;
	width: 50%;
}
.single-blog-page-area .next-pre-section li.left-arrow a {
	font-size: 15px;
	font-weight: 500;
	color: #505050;
}
.single-blog-page-area .next-pre-section li.left-arrow a i {
	padding-right: 5px;
}
.single-blog-page-area .next-pre-section li.right-arrow {
	float: right;
	width: 50%;
	list-style: none;
	text-align: right;
}
.single-blog-page-area .next-pre-section li.right-arrow a {
	font-size: 15px;
	font-weight: 500;
}
.single-blog-page-area .next-pre-section li.right-arrow a i {
	padding-left: 5px;
}
.single-blog-page-area .author-comment h3, .single-blog-page-area #comments h3, .single-blog-page-area #comments .comments-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 42px 0 6px;
}
.single-blog-page-area .author-comment span {
	font-size: 12px;
	font-weight: 500;
}
.single-blog-page-area .author-comment span a {
	font-size: 12px;
	font-weight: 500;
}
.single-blog-page-area .author-comment span i {
	font-size: 12px;
}
.single-blog-page-area .author-comment h4 {
	font-size: 15px;
	font-weight: 500;
}
.single-blog-page-area .author-comment ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.single-blog-page-area .author-comment ul li {
	margin: 0 0 2px;
	padding: 20px 22px;
	border-bottom: 1px solid #ddd;
}
.single-blog-page-area .author-comment ul li:nth-child(2) {
	margin-left: 100px;
}
.single-blog-page-area .author-comment ul li:nth-child(2) .col-sm-2 {
	padding: 0;
}
.single-blog-page-area .author-comment ul li:last-child {
	border-bottom: none;
}
.single-blog-page-area .author-comment ul li .image-comments {
	margin-top: 0;
}
.single-blog-page-area .author-comment ul li .image-comments img {
	width: 90px;
	border-radius: 100%;
}
#comments ol {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
#comments .comment-author img{
	display:none;
}
#comments .comment-author a{
	font-size: 15px;
    font-weight: 500;
	color:#141414;
}
#comments .comment-author{
	float:left;
}
#comments .comment-metadata{
	float:right;
}
#comments .comment-metadata a{
    font-size: 12px;
    color: #141414;
	font-weight:500;
}
#comments .comment-content{
    float: left;
    margin-top:10px;
    text-align: justify;
}
#comments ol ol.children {
    float: left;
    width: 100%;
}
#comments ol ol.children li {
    padding: 20px;
    background: #eee;
    float: left;
    margin-bottom: 10px;
}
.reply{
	float:left;
	width:100%;
}
.reply a{
	color: #de322c;
}
.reply svg{
	display:none;
}
div#respond {
    float: left;
    width: 100%;
}
.single-blog-page-area .author-comment ul li .reply {
	display: block;
	position: absolute;
	text-align: right;
	width: 95%;
}
.single-blog-page-area .author-comment ul li .reply a {
	color: #101010;
}
.single-blog-page-area .author-comment ul li .reply a:hover {
	color: #de322c;
}
.single-blog-page-area .author-comment ul li .reply i {
	color: #101010;
}
.single-blog-page-area .author-comment ul li .dsc-comments h4 {
	margin: 0 0 12px;
}
.single-blog-page-area .author-comment ul li .dsc-comments a {
	color: #de322c;
}
.single-blog-page-area .author-comment ul li .dsc-comments p {
	margin: 6px 0 0;
}
.single-blog-page-area .leave-comments-area {
	padding-top: 20px;
}
.single-blog-page-area .leave-comments-area .form-group {
	margin-bottom: 20px;
}
.single-blog-page-area .leave-comments-area .form-group.bottom-btn {
	margin-bottom: 0;
}
.single-blog-page-area .leave-comments-area h4 {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: 500;
	margin-bottom: 19px;
	width: 100%;
}
.single-blog-page-area .leave-comments-area label {
	color: #505050;
	font-weight: normal;
	letter-spacing: 1px;
}
.single-blog-page-area .leave-comments-area input,
.single-blog-page-area .leave-comments-area textarea {
	background: transparent;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	height: 45px;
	padding:10px;
	width: 100%;
}
.single-blog-page-area .leave-comments-area textarea {
	height: 150px;
	width: 100%;
	max-width: 100%;
}
.single-blog-page-area .leave-comments-area .btn-send {
	background: #de322c;
	font-weight: 600;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	border: none;
	border-radius: 0px;
	padding: 14px 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	transition: all 0.5s ease 0s;
}
.single-blog-page-area .leave-comments-area .btn-send:hover {
	background: #db5858;
}
.single-blog-page-area .search-box {
	margin-top: -6px;
}
.single-blog-page-area .search-box span {
	font-size: 18px;
	color: #101010;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
}
.single-blog-page-area .search-box .box-search {
	position: relative;
}
.single-blog-page-area .search-box .box-search .form-control {
	border-radius: 0;
	box-shadow: none;
	color: #101010;
	padding: 5px 20px;
	height: 45px;
}
.single-blog-page-area .search-box .btn {
	position: absolute;
	right: 5px;
	background: transparent;
	border: none;
	top: 6px;
}
.single-blog-page-area .search-box .btn:hover i {
	color: #de322c;
}
.single-blog-page-area .cate-box {
	margin-top: 44px;
}
.single-blog-page-area .cate-box span.title {
	font-size: 18px;
	color: #101010;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.single-blog-page-area .cate-box ul {
	padding: 0;
	margin: 0;
}
.single-blog-page-area .cate-box ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	cursor: pointer;
}
.single-blog-page-area .cate-box ul li a {
	color: #505050;
	padding: 0 0 0 5px;
}
.single-blog-page-area .cate-box ul li a span {
	float: right;
}
.single-blog-page-area .cate-box ul li:hover a {
	color: #de322c;
}
.single-blog-page-area .cate-box ul li:first-child {
	padding-top: 0;
}
.single-blog-page-area .recent-post-area {
	margin-top: 44px;
}
.single-blog-page-area .recent-post-area span.title {
	font-size: 18px;
	color: #101010;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
}
.single-blog-page-area .recent-post-area ul li {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
.single-blog-page-area .recent-post-area ul li img {
	transition: all 0.5s ease 0s;
	cursor: pointer;
	width: 100%;
}
.single-blog-page-area .recent-post-area ul li h4 {
	margin: 0;
	line-height: 24px;
}
.single-blog-page-area .recent-post-area ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #101010;
}
.single-blog-page-area .recent-post-area ul li span {
	font-size: 12px;
	margin-right: 12px;
}
.single-blog-page-area .recent-post-area ul li span a {
	font-size: 12px;
	font-weight: 300;
	color: #505050;
}
.single-blog-page-area .recent-post-area ul li span a i {
	font-size: 12px;
}
.single-blog-page-area .recent-post-area ul li span i {
	font-size: 12px;
	margin-right: 4px;
}
.single-blog-page-area .recent-post-area ul li:last-child {
	border-bottom: none;
}
.single-blog-page-area .recent-post-area ul li:hover a {
	color: #de322c;
}
.single-blog-page-area .recent-post-area ul li:hover img {
	opacity: .5;
}
.single-blog-page-area .tag-area {
	margin-top: 24px;
	overflow: hidden;
}
.single-blog-page-area .tag-area span.title {
	font-size: 18px;
	color: #101010;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 17px;
}
.single-blog-page-area .tag-area ul {
	padding: 0;
	margin: 0;
}
.single-blog-page-area .tag-area ul li {
	float: left;
	list-style: none;
}
.single-blog-page-area .tag-area ul li a {
	border: 1px solid #ddd;
	padding: 5px 18px;
	margin: 0 5px 5px 0;
	display: block;
	color: #505050;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px;
}
.single-blog-page-area .tag-area ul li a:hover {
	background: #de322c;
	color: #fff;
}
.single-blog-page-area .newsletter-area {
	background: #f9f9f9;
	margin-top: 48px;
	text-align: center;
	padding: 30px 50px;
}
.single-blog-page-area .newsletter-area h3 {
	font-size: 18px;
	color: #101010;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin: 0;
}
.single-blog-page-area .newsletter-area p {
	font-size: 15px;
	color: #505050;
	margin: 7px 0 20px;
}
.single-blog-page-area .newsletter-area .box-newsletter {
	position: relative;
}
.single-blog-page-area .newsletter-area .box-newsletter .form-control {
	border-radius: 0;
	box-shadow: none;
	color: #101010;
	padding: 5px 20px;
	height: 50px;
}
.single-blog-page-area .newsletter-area .btn {
	position: absolute;
	right: 0;
	background: #de322c;
	border: none;
	top: 0;
	color: #fff;
	display: block;
	padding: 15px 20px;
	border-radius: 0;
}
.single-blog-page-area .newsletter-area .btn i {
	transition: all 0.5s ease 0s;
}
.single-blog-page-area .newsletter-area .btn:hover i {
	color: #101010;
}
.form-group.bottom-btn {
	margin-bottom: 0;
}
.search-box ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #101010;
	opacity: 1;
}
.search-box ::-moz-placeholder {
	/* Firefox 19+ */
	color: #101010;
	opacity: 1;
}
.search-box :-ms-input-placeholder {
	/* IE 10+ */
	color: #101010;
	opacity: 1;
}
.search-box :-moz-placeholder {
	/* Firefox 18- */
	color: #101010;
	opacity: 1;
}
/* PRESS RELEASE CSS START HERE */
.press-im {
    text-align: center;
    display: block;
    margin: auto;
}
.pressrelise
{
	padding:70px 0 0 0px;
}
.probox {
    background: #de2f2d !important;
}
.innericon {
    background: #de2f2d !important;
}
.paragraph {
    padding: 70px 0 80px 0px;
}
.pressrelise h2 {
    text-align: center;
    padding: 30px 0 30px 0px;
}
.pressrelise p {
    text-align: center;
    width: 90%;
    margin: auto;
}
.card {
	padding-top: 20px;
	margin: 10px 0 20px 0;
	background-color: rgba(214, 224, 226, 0.2);
	border-top-width: 0;
	border-bottom-width: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.card .card-heading {
    padding: 0 20px;
    margin: 0;
}
.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}
.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}
.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}
.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}
.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}
.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}
.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}
.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}
.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}
.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}
.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}
.card.people:first-child {
    margin-left: 0;
}
.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}
.card.people .card-top.green {
    background-color: #53a93f;
}
.card.people .card-top.blue {
    background-color: #427fed;
}
.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}
.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
	min-height: 320px;
}
.card.hovercard .cardheader {
    background: url("../images/backpor.jpg");
    background-size: cover;
    height: 135px;
}
.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}
.card.hovercard .info {
    padding: 4px 8px 10px;
}
.card.hovercard .info .date{
    display: block;
    margin: 10px 0 10px;
    font-size: 14px;
}
.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}
.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn{ 
	border-radius: 50%; 
	width:32px; 
	height:32px; 
	line-height:18px;  
}
.member {
    text-align: center;
    padding:0px 0 50px 0px;
}
.pressr {
    background: #ffffff;
    margin: 50px 0 60px 0px;
    padding: 15px 0 0px 0;
}
.pressr #advps_container3 .bx-wrapper .bx-viewport{
	-moz-box-shadow: 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px #000000;
	background: transparent;
}
.pressr #advps_container3 .advps-slide-field-three {
    text-align: center;
    width: 100%;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    padding: 57px 20px 30px !important;
    overflow: hidden;
}
.pressr #advps_container3 .advps-slide-field-three:before{
    background: url(../images/backpor.jpg);
    background-size: cover;
    height: 135px;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	content:'';
}
.pressr #advps_container3 .bx-wrapper img {
    max-width: 100%;
    display: inline-block;
    float: none;
    margin: 0;
    border: 5px solid rgba(255,255,255,0.5);
    z-index: 99;
    position: relative;
    border-radius: 100%;
}
.pressr #advps_container3 .advps-excerpt-three{
	float:none !important;
	margin-top: 20px;
}
.pressr #advps_container3 .advps-excerpt-three h2{
    color: #db322b !important;
}
.pressr #advps_container3 .advps-excerpt-three .bottom br{
	display:none;
}
.pressr #advps_container3 .advps-excerpt-three .bottom a {
    margin: 0 2px;
    line-height: 25px;
}
.title a {
    color: #db322b;
}
.press-bottom-im {
    border: 10px solid #f3f3f3;
    box-shadow: 0 0 6px #ccc;
    width: 100%;
}
.search-block article{
    display: block;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.search-block article:last-child{
	border-bottom: 0px solid #d5d5d5;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.search-block article .entry-meta {
    font-size: 12px;
}
.search-block article .entry-meta a{
	color: #de322c;
}
.search-block article h2 {
    display: block;
    font-size: 30px;
    margin: 10px 0;
    font-weight: 700;
}
.search-block article h2 a{
	color:#141414;
}
.search-block article p {
    font-size: 15px;
    line-height: 24px;
}
.search-block article p.link-more a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 5px;
}
.search-block article p.link-more a span{
	display:none;
}
.page-header{
	background:#eee;
	margin-bottom:30px;
}
.page-header h1 {
    font-size: 32px;
    font-weight: 700;
}
#secondary section {
    padding: 20px;
    background: #eee;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#secondary section#search-2 form label{
	display:none;
}
#secondary section#search-2 form input {
    border: 1px solid #c9c9c9;
    padding:0px 15px;
    float: left;
    width: 70%;
	height: 38px;
    line-height: 38px;
}
#secondary section h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
#secondary section#search-2 form button svg{
	display:none;
}
#secondary section#search-2 form button {
    width: 30%;
    border: 0;
    background: #de322c;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
#secondary section ul {
    display: block;
    padding: 0 0 0 15px;
}
#secondary section li{
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
#secondary section li a{
	color:#141414;
}
ul.page-numbers {
    float: left;
    padding: 0;
    list-style: none;
	width:100%;
	text-align:center;
	margin-bottom: 50px;
}
ul.page-numbers li {
    display: inline-block;
}
ul.page-numbers li a{
	width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333333;
    margin: 0 2px;
    font-size: 14px;
    font-weight: 500;
	text-align:center;
	display:block;
	color:#141414;
}
ul.page-numbers li a:hover, ul.page-numbers li span{
	width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e22e29;
    margin: 0 2px;
    font-size: 14px;
    font-weight: 500;
	text-align:center;
	color: #fff;
	display:block;
	background:#e22e29;
}
.next-pre-section .nav-links .nav-previous{
	float:left;
}
.next-pre-section .nav-links .nav-next{
	float: right;
    list-style: none;
}
.next-pre-section .nav-links .nav-previous a, .next-pre-section .nav-links .nav-next a{
	color: #de322c;
	font-weight:500;
	font-size:16px;
}
.youth-academy{
    padding: 50px 0 80px 0px;
}
.mB50
{
	margin-bottom:50px;
}
.youth-academy h1 {
    font-size: 2rem;
	text-align: center;
padding: 0px 0 50px 0px;
display: block;
margin-bottom: 40px;
padding-bottom: 40px;
background: url(../images/title-border-bottom.png) no-repeat center bottom;
}
.bor-media {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0;
    padding: 10px 0 10px 0px;
}
.question-youth-academy {
    font-weight: bold;
    margin-right: 20px;
    font-size: 18px;
    color: #de322c;
    width: 65px;
    float: left;
}
.youth-academy-inner-col{
	position:relative;
}
.contact_lin{
	font-size: 18px;
color: ;
}
.contact_lin a{
		font-size: 18px;
color:#212529;
font-weight:bold;
text-decoration: none;
}
span#es_msg_pg {
    float: left;
    width: 100%;
}
div.asl_w .probox .prosettings{
	border-right: 1px solid #eeeeee !important;
}
.intern_volunteer .paragraph h1{
    text-transform: uppercase;
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1380px) {
	body header .container, body .slider-container .container {
		max-width: 1140px;
		position:relative;
	}
}
@media (max-width: 780px) {
	header .navbar-expand-md .navbar-collapse li{
		font-size: 11px;
		margin: 0px;
	}
	.intern_volunteer .paragraph h1{
        font-size: 30px;
    }
	.carousel-item, .carousel-item > img{
		height: 30rem;
	}
	section {
		padding: 40px 0;
	}
	.title-row h1{
		font-size: 24px;
	}
	.title-row span{
		font-size: 18px;
	}
	.event-detail{
		margin-bottom: 40px;
	}
	#testimonial-section h3{
		margin-top: 40px;
	}
	#testimonial-slider{
		margin-bottom: 30px;
	}
	.pressr{
		margin: 80px 0 0px 0px;
	}
	.pressrelise {
		padding: 40px 0 0 0px;
	}
	#newsletter-section h2{
		font-size: 32px;
	}
	.spc-equal {
		padding: 40px 0;
	}
	.contact-page-area .contact-middle .inner-add p{
		padding: 0 20px;
	}
	.contact-page-area .contact-middle .inner-add p br{
		display: none;
	}
	.blog-page-area .inner .images-content {
		background: #f5f5f5;
		text-align: center;
		padding: 20px 30px;
		max-width: 420px!important;
		position: absolute;
		right: 0;
		top: -15px;
	}
	.tg-pagetitle h2{
		font-size: 32px;
	}
	.tg-breadcrumb ul{
		padding: 10px 0 0 0px;
	}
}
@media (min-width: 1380px){
	.carousel-item, .carousel-item > img{
		height: 50rem !important;
	}
	body header .container, body .slider-container .container {
		position:relative;
	}
}
@media (min-width: 1200px){
	.slider-container .container {
		max-width: 1380px;
	}
	.home-social-media{
		left: -45px;
	}
}
@media (min-width: 820px){
	.event-col{
		margin-bottom: 40px;
	}
	.title-row h1{
		font-size: 32px;
	}
	section {
		padding: 40px 0;
	}
	.carousel-item, .carousel-item > img{
		height: 40rem;
	}
	
}
@media (min-width: 768px) {
	header .navbar-expand-md .navbar-collapse {
		display: block !important;
	}
}

@media (max-width: 860px){
	.single-blog-page-area .share-section2 .share-link{
		padding-left:0;
	}
	.single-blog-page-area .share-section2 .share-link li a{
		margin-left: 10px;
	}
}
@media (max-width: 767px){
.navbar.navbar-expand-md.navbar-dark img {
    width: 60%;
}
#gallery-section .custom-6-class img, #gallery-section .gallery-col img{
    height: auto !important;
}
#gallery-section .collagediv{
position: relative;
height: 370px;
overflow: hidden;
}
.collagediv:hover .overlat-img {
    padding: 135px 0 0 0;
}
.single-blog-page-area .share-section2 {
    border: 1px solid #ddd;
    padding: 10px 0px 8px 10px;
}
	.bx-wrapper .bx-next {
		right: 2px!important;
		background: url(images/controls.png) no-repeat -43px -32px;
	}	
	.bx-wrapper .bx-prev {
		left: 2px!important;
		background: url(images/controls.png) no-repeat 0 -32px;
	}	
	#ftg-11 .tile .caption-block {
		display: none;
	}
	#gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper {
	   display: none;
	}
	.tg-box {
		width: 100%;
		height: auto;
		float: left;
		padding: 25px 30px 22px 30px;
		text-align: center;
		border: 6px solid #de2f2d;
		margin-bottom: 25px;
	}
	.tg-infobox {
		z-index: 1;
		position: relative;
		width: 100%;
		float: left;
		padding:0px;
	}
	.tg-member.item .tg-memberimg {
		margin: auto;
	}
	.tg-description {
		width: 100%;
		margin: auto;
	}
	.tg-memberimg {
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		background: #282828;
		position: relative;
	}
	#testimonial-section img {
		display: none;
	}	
	header nav.navbar{
		padding:5px 20px;
		position:relative;
	}
	.navbar-dark .navbar-toggler{
		background: #e12c24;
		position: relative;
	}
	header .navbar-nav{
		width: 100%;
		text-align: center;
		padding: 15px 0 0;
	}
	.tg-innerbannercontent{
		padding: 0;
	}
	.tg-pagetitle{
		width: 100%;
		text-align: center;
	}
	.tg-breadcrumb{
		width: 100%;
		text-align: center;
	}
	.tg-breadcrumb ul li {
		float: none;
		display: inline-block;
		padding: 0;
	}
	.service-image{
		margin-top: 50px;
	}
	.contact-page-area .contact-middle .col-sm-12{
		margin-bottom: 20px;
	}
	.blog-page-area .inner .images-content{
		position: relative;
		max-width: 100% !important;
	}
	.blog-page-area .inner .images-content {
		position: relative;
		max-width: 100% !important;
		float: left;
		padding: 40px 20px;
	}
	.blog-page-area .inner .images{
		width: 100%;
		max-width: 100%;
	}
	.top-inner {
    padding: 21px 0 100px 0px;
    margin-top: 0;
}
	.tg-pagetitle h2 {
		font-size: 24px;
	}
	.container {
		max-width: 100%;
		padding: 0 5%;
	}
	.youth_mentorship, .footer-top {
		padding:30px 0px;
	}
	.footer-bottom{
		padding:20px 0 10px;
	}
	.ace-responsive-menu > li > ul.sub-menu{
		height: 120px !important;
		overflow-y: scroll !important;
	}
	header nav.navbar.fixed-header .ace-responsive-menu > li > a{
		padding: 15px 8px;
	}
	header nav.navbar.fixed-header .ace-responsive-menu > li > span.arrow{
		top:0;
	}
	.paragraph {
		padding: 20px 0;
	}
}
@media (max-width: 480px){
	.float-right {
		float: right !important;
		width: 100%;
		text-align: center;
	}
	.float-left {
		float: left !important;
		width: 100%;
		text-align: center;
	}
	.tg-pagetitle h2{
		margin-top:15px;
	}
	.tg-breadcrumb{
		margin-top: 10px;
		font-size: 13px;
	}
	.youth_mentorship {
		padding: 20px;
	}
	.youth_mentorship .col-md-8.col-sm-8 h1{
		margin-top:20px !important;
	}
	body{
		font-size: .85rem !important;
	}
	.share-section2 .col-lg-6.col-md-6{
		width:auto !important;
	}
	.single-blog-page-area .share-section2 .share-link{
		margin-bottom: 5px;
	}
	.ace-responsive-menu > li > ul.sub-menu {
		height: auto !important;
		overflow-y: scroll !important;
	}
	.paragraph {
		padding: 20px;
	}
}
@media (max-width: 580px){
	.carousel-item, .carousel-item > img {
		height: 20rem;
	}
	#testimonial-section img{
		max-width: 100%;
	}
	#testimonial-section h3{
		font-size: 18px;
	}
	.t-testimonial{
		margin-top: 20px;
	}
	#testimonial-section p{
		font-size: 14px;
		line-height: 20px;
	}
	#newsletter-section input[type="text"]{
		height: 60px;
	}  
	#newsletter-section input[type="button"] { 
		width: 30%;   
		height: 60px;
		padding: 0;
		font-size:16px    
	}
	.footer-bottom .row {
		display: block;
		width: auto;
	}
	#newsletter-section input[type="submit"]{
		font-size: 13px;
		height: 50px;`
	}
	#newsletter-section h2{
		font-size: 24px;
	}
	.member {
		padding: 40px 0 20px;
		font-size: 22px;
	}
	.pressrelise h2{
		padding: 30px 0 10px;
		font-size: 24px;
	}
	.pressr {
		margin:0;
		padding:0;
	}
	.title-row h1 {
		font-size: 18px;
	}
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.featurette-heading {
		font-size: 50px;
	}
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (min-width: 768px)and (max-width: 991px){
#gallery-section .custom-6-class img {
    height: 250px !important;
}
#gallery-section .gallery-col img {
    height: 200px;
}
	.tg-breadcrumb {
    margin-top: 10px;
	}
	.tg-pagetitle h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 30px;
	}
	.footer-top li, .tg-breadcrumb {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    color: #666666;
	}
	#testimonial-section img {
		display: none;
	}
	.tg-member.item .tg-memberimg {
		margin: 35px 24px 26px 15px;
	}
	.tg-infobox {
	  
		padding: 0 20px;
	}
	.h3, h3 {
		font-size: 20px;}
	.tg-box {   
		padding: 180px 0px 14px 0px;   
	}
	#gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper {    
		bottom: -27px;
	}
	.gallery-detail h5, #gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper .title {
		font-size: 13px;
	}
	.gallery-detail p, #gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper .text {
	   font-size: 12px;
	} 
}
@media (min-width: 992px)and (max-width: 1024px){
	#newsletter-section h2 {
    font-size: 41px;
   }
	.tg-box {  
		padding: 210px 20px 22px 20px;   
	}
	.tg-memberimg {
		width: 79%;  
	}
	#gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper {    
		bottom: -40px;
	}
	.gallery-detail h5, #gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper .title {
		font-size: 15px;
   }
	.gallery-detail p, #gallery-section .final-tiles-gallery .tile .caption-block .text-wrapper .text {
		   font-size: 13px;
	}
}
@media (min-width: 1025px)and (max-width: 1191px){
#newsletter-section h2 {
    font-size: 41px;
   }
}
@media (min-width: 481px)and (max-width: 767px){
.single-blog-page-area .share-section2 {
    border: 1px solid #ddd;
    padding: 15px 10px 8px 15px;
}
.share-section2 .col-lg-6.col-md-6 {
    width: auto !important;
}
}
@media (max-width: 640px){
.pressr #advps_container3 .advps-slide-field-three {  
    padding: 70px 20px 30px !important;
    overflow: hidden;
}
}
@media (max-width: 480px){
	.pressr #advps_container3 .advps-slide-field-three {
    text-align: center;
    width: 100%;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    padding: 95px 20px 30px!important;
    overflow: hidden;
}
}

@media (max-width: 320px){
	.pressr #advps_container3 .advps-slide-field-three {
    text-align: center;
    width: 100%;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    padding: 114px 20px 30px !important;
    overflow: hidden;
}
}

@media (max-width: 360px){
.pressr #advps_container3 .advps-slide-field-three {  
    padding: 110px 20px 30px !important;
    overflow: hidden;
}
}
@media (max-width: 375px){
.pressr #advps_container3 .advps-slide-field-three {  
    padding: 110px 20px 30px !important;
    overflow: hidden;
}
}
li.tp-revslider-slidesli:nth-child(2),li.tp-revslider-slidesli:nth-child(3),li.tp-revslider-slidesli:nth-child(1) {
    margin: 90px 0 0 0 !important;
}

.form-2{
 width: 700px;
 margin: 70px auto;
 padding: 00px 0;
 border: 1px solid #dcdcdc;
}
.form-2 .form2-col{
 margin-top:20px;
 padding: 20px 40px;
}
.form2-heading-col h3{
 font-size:40px;
}
.form-2 .form2-col .cite{
 margin-bottom:20px;
 font-size:12px;
 color:#db4437;
}
.form-2 .form2-col .int-txt-control{
 width:100%;
 height:40px;
 border:0;
 border-bottom: 1px solid #dbdbdb;
 font-size:18px;
}
.form-2 .form2-col label{
 font-size:20px;
 font-weight:300;
 color:#000;
}
.form-2 .form2-col label span{
 font-size:24px;
 font-weight:300;
 color:#db4437;
 margin-left:5px;
 position: relative;
 top: 2px;
}
.enter{
  transition: all ease 0.5s;
  width: 10.1%;
  transform: scaleX(1)

}
.form2-heading-col{
 background: #eee;
 padding: 8px 18px;
 border-bottom: 1px solid #dedede;
}

.form-2 input[type=text]:focus~.enter {
  background-color: #de322c;
  position: absolute;
  content: ' ';
  height: 1px;
  right: 45%;
  bottom: 0px;
  transform: scaleX(10)
}
.text-f-col{
 position:relative;
}

.form-2 .enter{
  transition: all ease 0.5s;
  width: 10.1%;
  transform: scaleX(1)

}
.form-group{
 margin-bottom:35px;
}

.form-2 .read-btn {
    color: #fff;
    background: #de322c;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
 border:0;
 cursor:pointer;
}
.form-2 .radio-label{
 font-size:16px !important;
}


.form-2 .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.form-2 .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.form-2 .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.form-2 .radio input[type="radio"] {
    opacity: 1 ;
    position: relative;
top: 2px;
     }
.form-2 .radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.form-2 .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
 }
.form-2 .wpcf7-list-item-label{
margin-left: 4px;}
.form-2 .radio{
 margin-top: 15px;
 margin-bottom: 15px;
}
.form-2 span.wpcf7-list-item {
    display: inline-block;
    margin: 0 30px 0 0;
}
.form-2 .radio.radio-inline {
    margin-top: 0; 
}

.form-2 .radio-primary input[type="radio"]:checked + label::before {
    border-color: #de322c; 
}
.form-2 .radio-primary input[type="radio"]:checked + label::after {
    background-color: #de322c; 
}
@media(max-width:767px){
.form-2{
 width:100%;
}
.form-2 .form2-col label {
    font-size: 15px;
}
.form2-heading-col h3 {
    font-size: 26px;
}
}

span.wpcf7-not-valid-tip {
    color: #db4437 !important;
 }




