@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

@font-face {
	font-family: 'gothambold1';
	src: url('fonts/gothambold1.eot');
	src: local('gothambold1'), url('fonts/gothambold1.woff') format('woff'), url('fonts/gothambold1.ttf') format('truetype');
}

html {
  scroll-behavior: smooth;
}
body{
    background: #ededed;
}
body, p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    color:#000525;
    letter-spacing: 0;
}
b, strong {
    font-weight: 700;
    color: #393939;
}
.no-padding{
  padding: 0;
}
a{
  font-family: 'Open Sans', sans-serif;
  color: #4E4E4E;
  font-weight: normal;
  letter-spacing: 0.8;
  font-weight: 600;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
  text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p{
  color: #393939;
  font-family: 'Open Sans', sans-serif;
  line-height: 0.9;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
}
.slick-slide {
    height: auto;
}
.small_title{
  color: #717171;
  font-size: 13px;
}
@media (max-width: 1100px){
  .header-top .container {
      width: 100%;
  }
}


.Modern-Slider, .slider-nav, .post-home, .slider-cat, .post-pagee {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.Modern-Slider.slick-initialized,
.slider-nav.slick-initialized,
.post-home.slick-initialized,
.slider-cat.slick-initialized,
.post-pagee.slick-initialized{
    visibility: visible;
    opacity: 1;    
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ Header =================*/
.header-top {
    padding-top: 6px;
    padding-bottom: 10px;
	background: rgb(133,39,175);
    background: linear-gradient(84deg, rgba(133,39,175,1) 0%, rgba(62,10,155,1) 100%);
}
ul#menu-primary-menu {
    list-style: none;
    padding-left: 0;
    float: right;
    margin-top: 18px;
}
ul#menu-primary-menu li:last-child {
    padding-right: 0;
}
div#navbar-collapse {
    text-align: center;
}
ul#menu-primary-menu li {
    display: inline-block;
    padding: 5px 15px;
	float:left;
}
ul#menu-primary-menu li.current-menu-item a{
    color: #fff !important;
    opacity: 1 !important;
}
ul#menu-primary-menu li a {
    color: #fff;
    opacity: 0.5;
    font-family: 'gothambold1';
    text-transform: uppercase;
}
.header-top .navbar-brand {
    float: left;
    height: auto;
    padding: 5px;
    font-size: 0;
    line-height: 0;
}
.header-top .navbar {
    min-height: 0px;
    margin-bottom: 0;
    border: 0px solid transparent;
}
input.search-field {
    background: #fff;
    padding: 5px 10px 5px 25px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #4E4E4E;
    border-radius: 47px;
}
/*input.search-field::placeholder { 
    color: #FFFFFF;
}

input.search-field:-ms-input-placeholder { 
  	color: #FFFFFF;
}

input.search-field::-ms-input-placeholder { 
  	color: #FFFFFF;
}*/
button.search-submit {
    position: absolute;
    right: 6px;
    background: transparent;
    border: 0;
    top: 23px;
    color: #ffffffa3;
}
svg.feather.feather-search {
    width: 20px;
    height: 20px;
    color: #4E4E4E;
}
form#searchform {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 16px;
}
.navbar-right {
    position: relative;
}
@media (min-width: 1201px){
    .header-top .navbar-left {
        width: 80%;
    }
}
@media (max-width: 1200px){
    .header-top .navbar-left {
        width: 76%;
    }
}
@media (max-width: 800px){
    .header-top .navbar-left {
        width: 100%;
    }
}
/* ====================== End Header =================== */

/* ====================== two_column_layout =================== */
.two_column_layout video.video {
    width: 100% !important;
}
.two_column_inner{
  padding-top: 20px;
  padding-bottom: 20px;
}
.two_column_layout .left{
  position: relative;
}
.two_column_layout .left svg.feather.feather-play-circle {
    width: 30px;
    height: 30px;
}
.two_column_layout .left .playpause {
    position: absolute;
    top: 45%;
    width: 95%;
    text-align: center;
}
.two_column_layout .small_title{
  text-transform: uppercase;
}
.two_column_layout h2{
  margin-bottom: 30px;
}
/* ====================== end two_column_layout =================== */

/* ====================== slider =================== */
.banner h1 p {
    font-size: 36px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 30px;
}
.banner{
    position:relative;
}
.banner-over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.banner {
    padding-top: 10%;
    background-position: bottom;
    padding-bottom: 14%;
    background-repeat: no-repeat;
    background-size: cover;
}
a.custom-btn {
    background: #07070C;
    border-radius: 45px;
    padding: 10px 30px;
    color: #fff;
}
.banner .small_title {
    color: #fff;
}
/* ====================== End slider =================== */

/* ====================== Slider Animation =================== */
/* ==== Main CSS === */
/*.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  position: relative;
  display: inline-block;
  max-width: none;
}
.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}
.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}*/

/* ==== Slider Style === */

.Modern-Slider .item h1{
  color:#FFF;
  margin:0;
  padding:0;
  font-size: 44px;
  line-height: 54px;
}

.Modern-Slider .item h5 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFF;
    max-width: 600px;
    overflow: hidden;
    height: auto;
    color: #838383;
    text-transform: uppercase;
    margin-bottom: 3px;
}
a.slider-btn {
    background: #07070C;
    border-radius: 45px;
    padding: 8px 30px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
}

.info {
    position: absolute;
    left: 25%;
    top: 25%;
    text-align: left;
}
.slider-nav button.slide-arrow.next-arrow.slick-arrow {
    z-index: 9999;
    position: absolute;
    right: -45px;
    top: 20%;
}
.slider-nav button.slide-arrow.next-arrow.slick-arrow, 
.slider-nav button.slide-arrow.prev-arrow.slick-arrow {
    border: 1px solid #000;
    background: transparent;
    color: #0c0c0c;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.slider-nav button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    z-index: 999;
    top: 20%;
    left: -45px;
}
.slider-nav button.slide-arrow.prev-arrow.slick-arrow.slick-disabled, 
.slider-nav button.slide-arrow.next-arrow.slick-arrow.slick-disabled {
    display: none !important;
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}



/*.slick-current .small_img {  
    border: 2px solid #fff;
}*/
.is-active .small_img {  
    border: 2px solid #fff;
}
.slider-nav {
    width: 55.4%;
    position: relative;
    left: 20.8%;
    float: left;
    bottom: -30%;
    margin-right: 5%;
    margin-bottom: 7px;
    margin-top: 8px;
}
.hero-banner{
    position: relative;
}
.small_img {
    margin: 2px;
}
/* ====================== End Slider Animation =================== */

/* ====================== About =================== */
.inner.center .center {
    padding-top: 13%;
    padding-bottom: 13%;
    padding-left: 10%;
    margin-bottom: 15px;
	background-size: cover;
}
.inner.center .center h2, .inner.bottom .bottom h2{
    margin-bottom: 30px;
    color: #fff;
    line-height: 36px;
}
.inner.bottom .bottom h2{
    margin-bottom: 20px;
}
.inner.center .center a.btn-about {
    border: 1px solid #07070C;
    box-sizing: border-box;
    border-radius: 45px;
    padding: 9px 35px;
    color: #07070C;
    text-transform: uppercase;
}
.inner.center .center .small_title {
    font-weight: 600;
    color: #07070C;
    text-transform: uppercase;
}
.inner.center .center .small_title {
    font-weight: 600;
    color: #5B0086;
    text-transform: uppercase;
}
.top-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.top-section h2{
    margin-bottom: 30px;
}
.top-section p{
    width: 60%;
}
.top-section .box {
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.box h4 {
    margin-top: 15px;
    font-size: 16px;
}
.inner.bottom .bottom {
    padding-top: 23%;
    padding-bottom: 7%;
    padding-left: 10%;
    margin-bottom: 15px;
}
.botton-des{
    margin-top: 15px;
}
.Journey {
    padding-top: 30px;
    padding-bottom: 30px;
}
.Journey h2{
    margin-bottom: 30px;
}
.journey-img {
    margin-top: 30px;
}
.center.we {
    padding-left: 0 !important;
}
.center.we p{
    width: 60%;
}
div#visions {
    height: 400px;
	overflow:hidden;
}
div#missions {
    height: 430px;
	overflow:hidden;
}
/* ====================== end About =================== */

/* ====================== footer=================== */
.footer-bottom {
    background: #07070C;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px
}
.footer-bottom .footer_inner ul, .footer .footer_inner ul{
    padding-left: 0;
    list-style: none;
    text-align: right;
}
.footer-bottom .footer_inner ul li{
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 5px;
}
.footer-bottom .footer_inner ul li:last-child{
    padding-right: 0px;
}
.footer-bottom .footer_inner ul li a, .footer .footer_inner ul li a{
    font-weight: normal;
    color: #fff;
}
.footer .footer_inner h4 {
    color: #4E4E4E;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer .footer_inner ul{
    text-align: left;
}
.footer .footer_inner ul li a{
    color: #07070C;
}
.footer .footer_inner ul li{
    padding-bottom: 3px;
}
.footer .footer_inner .twoo ul li{
    width: 50%;
    float: left;
    padding-bottom: 5px;
}
.foter-logo {
    background: #000;
    margin-bottom: 0px;
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    display:none;
}
.footer.foter-logo {
    display: block;
}
ul.social li{
    padding: 4px;
    display: inline-block;
}
ul.social li a i{
    color: #717171ad;
    font-size: 20px;
}
/* ====================== End footer=================== */

/* ====================== home_impact_carasoul =================== */
.home_impact_carasoul .title h3 {
    color: #07070C;
    margin-bottom: 15px;
}
.home_impact_carasoul_inner {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
}
.page-id-96 .home_impact_carasoul_inner {
    border-bottom: 1px solid #0000001a;

}
.home_impact_carasoul_inner button.slide-arrow.prev-arrow.slick-arrow.slick-disabled,
.home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow.slick-disabled {
    display: none !important;
}
.home .home_impact {
    padding-right: 0px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    height: 263px;
    overflow: hidden;
}
.home .home_impact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_impact {
    width: 100%;
}
.home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    right: 20px;
    top: 43%;
}
.home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow, .home_impact_carasoul_inner button.slide-arrow.prev-arrow.slick-arrow {
    border: 0;
    background: #bebbac78;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.page-id-96 .home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow, 
.page-id-96 .home_impact_carasoul_inner button.slide-arrow.prev-arrow.slick-arrow {
    background: #ffffff78;
}
.home_impact_carasoul_inner button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 5px;
}
.home .post-home-inner{
    overflow: unset !important;
}
.post-home-inner, .home_impact {
    overflow: hidden !important;
}
.post-home-view{
  text-align: right;
  margin-top: 30px;
}
.home .post-home-view{
  text-align: right;
  margin-top: 3px;
}
.post-home-view svg.feather.feather-arrow-right {
    height: 15px;
    width: 15px;
    margin-top: 5px;
    float: right;
    margin-left: 6px;
    margin-right: 5px;
	display: none;
}
.page-id-94 .top p, .page-id-371 .top p {
    color: #D8D8D8;
    width: 60%;
    margin-bottom: 40px;
}
.page-id-94 .channel_inner {
    margin-bottom: 15px;
    margin-top: 15px;
}
.post-pagee-cat .home_impact {
    margin-bottom: 10px;
}
.post-home-view a {
    display: inline-block;
    margin-right: 5px;
}
.home .post-home-view a {
    margin-right: 0px;
    padding-right: 10px;
}
/* ====================== End home_impact_carasoul =================== */

/* ====================== channel_section =================== */
.channel_inner_inner {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.channel_inner{
    padding-top: 30px;
    padding-bottom: 50px;
}
.channel_inner.u {
    padding-bottom: 0;
}
.home .channel_inner .top {
    text-align: center;
}
.channel_inner .top h2{
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
	padding-top: 40px;
}
.channel_inner h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.channel-box {
    margin-bottom: 10px;
    background: #5a2da1;
    text-align: center;
    width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.channel-box img{
    width: 100%;
    height:auto;
}
.channel_section {
    margin-bottom: 15px;
}
.page-id-274 .top p {
    color: #D8D8D8;
    width: 60%;
    margin-bottom: 40px;
}
.channel_section .panel-default>.panel-heading {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e;
    border-bottom: 1px solid #5d5d5d;
    border-radius: 0;
	padding:4px;
}
.channel_section .panel-default {
    box-shadow: unset;
    border-radius: 0;
}
.channel_section h4.panel-title a {
    font-weight: 100;
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.channel_section h4.panel-title{
    margin-bottom: 0;
}
.channel_section h4.panel-title,
.channel_section .panel-default {
    border-color: #4e4e4e;
    background: #4e4e4e;
}
.channel_section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
h4.panel-title {
    width: 100%;
    display: inline-block;
}
@media(min-width: 768px){
  .channel_section .bottom.mobile {
    display: none;
  }
  .channel_section .bottom{
    display: block;
  }
}
@media(max-width: 767px){
  .channel_section .bottom.mobile {
    display: block;
  }
  .channel_section .bottom{
    display: none;
  }
}
/* ====================== End channel_section =================== */

/* ====================== background_image_with_text =================== */
.background_image_with_text_inner {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: 89%;
}
.background_image_with_text_inner .top{
    margin-bottom: 5px;
    padding-left: 40px;
}
.background_image_with_text_inner .top h2{
    margin-bottom: 15px;
}
.background_image_with_text_inner .top h2, .background_image_with_text_inner .top p,
.impact-box h3, .impact-box span{
    color: #fff
}
.background_image_with_text_inner .bottom {
    padding-left: 40px;
    padding-right: 40px;
}
.impact-box{
    text-align: center;
}
.impact-box h3{
    font-size: 20px;
	color:#fff;
}
.impact-box span{
   font-size: 12px; 
	color:#fff;
}
button.cus-btn {
    border: 0;
    padding: 8px 40px;
    color: #fff;
    font-size: 18px;
    background: #4e4e4e;
}
.impact-box.\30 {
    background: #00000054;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 5px;
}
.impact-box.\31 {
    background:#00000073;
    border-radius: 10px;
    margin-left: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.full_width_sponsor_ad, .background_image_with_text{
    margin-bottom: 15px;
}
.background_image_with_text_inner input.wpcf7-form-control.wpcf7-submit {
    border: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    background: #838383;
}
.background_image_with_text_inner input, .background_image_with_text_inner textarea {
    padding: 10px;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
}
.background_image_with_text_inner label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.background_image_with_text_inner input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 10px 46px !important;
}
/* ====================== End background_image_with_text =================== */


/* ====================== post_section_inner =================== */
.post_section_inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
.post_section_inner .top h3{
    margin-bottom: 20px;
}
.post-home-inner h4 {
    color: #4E4E4E;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.small_tag {
    color: #717171;
    font-size: 13px;
    text-transform: uppercase;
}
ul.nav.nav-tabs li a {
    display: inline-block;
    margin-bottom: 15px;
}
.tyu .post-home-inner {
    margin: 0px;
    margin-bottom: 15px;
    display: inline-block;
}
.post-home-inner {
    margin: 10px 6px;
}
.post-home-inner p {
    color: #07070C;
    font-size: 14px;
}
.post-home-inner p a{
    color: #337ab7;
    font-weight: 400;
}
section#fh .tyu .post-home-inner {
    margin: 0px;
    margin-bottom: 15px;
    display: inline-block;
} 
.truncate ul {
    padding-left: 16px;
}
.post_section {
    margin-bottom: 15px;
}
.home_impact_carasoul.page .post-home-view {
    text-align: right;
    margin-top: 0;
}
.post_section_inner.x .post-home-inner h4 {
    min-height: 45px;
}
.home .post_section_inner.x .post-home-view {
    text-align: right;
    margin-top: 15px;
}
.post-single.breadcrumbs_display.breadcum-none {
    display: none;
}
/* ====================== End post_section_inner =================== */

/* ====================== Category Page =================== */
.xx{
    margin-bottom: 30px;
}
.xx h4{
    line-height: 24px;
    margin-top: 10px;
    margin-bottom:15px;
}
.search-row {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #07070c;
}
.post-single.breadcrumbs_display {
    background: #07070C;
    padding-top: 8%;
    padding-bottom: 8%;
    margin-bottom: 50px;
}
p#“breadcrumbs” {
    font-size: 28px;
    color: #fff;
}
/* ====================== End Category Page =================== */

/* ====================== video_link_inner =================== */
.page-id-94 .full_width_colored_inner,  
.page-id-371 .full_width_colored_inner,
.page-id-369 .full_width_colored_inner,
.single-post .full_width_colored_inner{
    margin-top: -8%;
}
.single-post .full_width_colored_inner.b-none{
    margin-top: 50px;
}
.video_link_inner{
  position: relative;
  margin-bottom: 15px;
}
.video_link_inner video.video {
    background: #4d4d4d;
	width: 100%;
	overflow: hidden;
}
.video_link_inner .playpause {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0%;
    height: 100%;
    background: #838383;
}
.video_link_inner svg.feather.feather-play-circle {
    height: 30px;
    width: 30px;
    color: #fff;
    margin-top: 25%;
}
.sidebar {
    /*background: #838383;*/
}
/* ====================== End video_link_inner=================== */

/* ====================== Connect_layout r=================== */

.faq .panel-title > a:before, .faq .panel-title > button.btn.btn-link:before {
    float: right !important;
    font-family: "Font Awesome 5 pro";
   content: "\f067";
    padding-right: 5px;
}
.faq button.btn.btn-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: left;
}
.faq button.btn.btn-link:hover {
    text-decoration: none;
}
.faq .panel-heading.active .panel-title > a:before,  .faq .panel-heading.active .panel-title > button.btn.btn-link:before{
    float: right !important;
    content: "\f068";
}
.faq h2 {
    color: #ff9800;
}
.faq a {
    text-decoration: none;
    display: block;
}
.faq .panel-default>.panel-heading {
    color: #fff;
    background-color: #353539;
    border-color: #353539;
    padding: 25px;
}
.faq {
    display: block;
    width: 80%;
    margin: 60 auto;
}
.faq .panel-body {
    padding: 25px 65px;
}
.faq input, .faq textarea, .faq input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 29px;
    padding: 8px 15px;
    margin-bottom: 15px;
    width:100%;
    color: #4E4E4E;
    font-size: 16px;
}
.faq .left, .faq .right {
    width: 49%;
    float: left;
    margin-right: 5px;
}
.faq .right {
    margin-left: 5px;
}
.faq input[type="radio"] {
    width: auto;
    margin-bottom: 10px;
}
.faq span.wpcf7-list-item-label {
    color: #4E4E4E;
    font-size: 16px;
}
.faq span.wpcf7-form-control.wpcf7-radio label{
    font-weight: normal;
}
.faq .wpcf7-list-item {
    display: block;
    margin: 0 0 0 10px;
}
.faq .left.rt {
    width: 100%;
}
.faq span.wpcf7-form-control-wrap.radio-653 span.wpcf7-list-item.first{
    margin: 0 0 0 10px;
}
.faq span.wpcf7-form-control-wrap.radio-653 span.wpcf7-list-item{
    margin: 0 0 0 25px;
}
.faq textarea.wpcf7-form-control.wpcf7-textarea {
    height: 41px;
    margin-top: 15px;
}
.faq input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    background: #717171;
    padding: 8px 35px;
    color: #fff;
    letter-spacing: 1;
    text-transform: uppercase;
    font-size: 16px;
}
.linkremove {
    position: absolute;
    top: 15px;
    right: 40px;
    background: transparent;
    border: 0;
}
.page-id-96 .linkremove {
    top: 25px;
}
.linkremove svg.feather.feather-x {
    color: #000;
}
button#toggle {
    background: transparent;
    text-transform: uppercase;
    float: right;
    border: 0;
    display: inline-block;
}
.truncate .read-more > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    color: #4E4E4E;
    padding: 10px 40px 10px 0px;
    transition: 0.3s;
}
.truncate.hasHidden .read-more > a:before {
  position: absolute;
  width: 10px;
  height: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  right: 20px;
  transform: rotate(0deg);
  top: 13px;
  transition: 0.3s;
}
.truncate .read-more > a:before {
  position: absolute;
  width: 10px;
  height: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  right: 20px;
  transform: rotate(180deg);
  top: 20px;
  transition: 0.3s;
}
.truncate .read-more {
    float: right;
}
/*button#toggle svg.feather.feather-arrow-down {
    float: right;
    margin-left: 5px;
    height: 20px;
    width: 20px;
    margin-top: 2px;
}*/

.post-cus.collapse {
    display: inline-block;
    width: 99.3%;
    margin-bottom: 10px;
}
/* ====================== End connect_layout r=================== */

/* ====================== POP up =================== */
.demo-color {
    display: inline-block;
    padding: 50px;
    background: #fff;
    width: 99.1%;
    margin-top: 15px;
    height: 450px;
    overflow-y: scroll;
}
.archive .demo-color {
    margin-top: 0px;
    margin-bottom: 13px;
}
.demo-color img{
    width: 80%;
}
.demo-color h3{
    margin-bottom: 30px;
}
#text{
display:none;
}
/* ====================== End POP up =================== */

/* ====================== custom_menu =================== */
.custom_menu ul{
    padding-left: 0;
    list-style:none;
    margin-bottom: 0
}
.custom_menu ul li {
    padding: 12px 0px;
    width: 13.5%;
    float: left;
    text-align: center;
}
.custom_menu ul li a{
    color: #fff;
    font-weight: 400;
}
.custom_menu {
    background: #353539;
    width: 49.2%;
    z-index: 99;
    position: fixed;
}
.about-left {
    position: relative;
}
.single-post .about-left {
    background: #fff;
    padding-top: 30px;
}
.page-id-274 .header-top {
    z-index: 99;
    position: fixed;
    width: 100%;
}
.page-id-274 .full_width_colored_inner {
    margin-top: 75px;
}
.full_width_colored_inner .inner,  
.full_width_colored_inner .Journey {
    scroll-margin-top: 120px;
}
div#commitment, div#journey {
    scroll-margin-top: 150px;
}
@media(max-width: 1366px){
    .custom_menu {
        width: 69.4%;
    }
}
/* ====================== End custom_menu =================== */

.comming {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.post-single.sin{
    margin-bottom: 50px;
    margin-top: 0px;
}
.post-single h1 {
    line-height: 45px;
    color: #fff;
    width: 67%;
}
.post-single .full_width_colored_inner.b-none h1 {
    line-height: 46px;
    color: #08070c;
    width: 100%;
    margin-bottom: 10px;
}
.related-box {
    margin-right: 13px;
    margin-bottom: 8px;
}
.custom-related-products {
    margin-top: 80px;
    margin-bottom: 50px;
}
h2.widget-title {
    margin-bottom: 30px;
}
.related-box h4 {
    line-height: 24px;
}
.related-box img {
    margin-bottom: 15px;
}
.post-cus .nav>li>a {
    padding: 0;
}
.no-post {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.related-box .small_tag, .related-box h4{
    display: none;
}
.single-post .related-box .small_tag, .single-post .related-box h4{
    display: block;
}
.search-result{
    margin-top: 50px;
    margin-bottom: 50px;
}
.s-result {
    box-shadow: 0px 2px 16px #00000014;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.post-date {
    display: block;
    margin-bottom: 30px;
}
.post-template-default .post-date.right-t{
	display:none;
}
img.f-img {
    margin-bottom: 30px;
}
.single-post img.f-img {
    margin-bottom: 30px;
    text-align: center;
}
.nav-tabs {
    border-bottom: 0;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);    
    opacity: 0;
    display: none;
}
.single-post .related-box h4 {
    line-height: 18px;
    font-size: 14px;
}
#search.open {
    opacity: 1;
    z-index: 106;
    display: block;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}
.mobile-menu {
    top: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 100px;
}
.mobile-menu a{
    color: #fff;
}
.mobile-menu svg.feather.feather-search {
    width: 25px;
    height: 25px;
    color: #ffffff;
}
#search .close:hover{
  color: #FC2121;
  cursor: pointer;
}
.mobile-menu{
    display: none;
}
#search input.search-field {
    background: #fff;
    color: #000;
}
#search svg.feather.feather-search {
    color: #000;
}
div#search form#searchform {
    margin-top: 28%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
div#search button.search-submit {
    right: 20px;
    top: 17%;
}
.two_column_layout p {
    text-align: left;
}
.post-single .small_title {
    color: #000;
    font-size: 13px;
    background: #fce666;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-weight: bold;
}
.right-two-col p {
    width: 90%;
}
.f-logo {
    text-align: center;
}
figure.wp-block-image.size-full img {
    width: 100%;
}
.f-img {
    margin-bottom: 15px;
}
.home .custom-post-featured-img {
    margin-bottom: 2px;
	overflow: hidden;
    position: relative;
}
.home #home-stories .custom-post-featured-img {
    height:151px;
}
.home_impact {
    height: 410px;
}
.home #home-stories .custom-post-featured-img img, .home_impact img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.custom-post-featured-img .play-btn {
    position: absolute;
    top: 34%;
    left: 45%;
    background: #00000096;
    width: 70px;
    height: 70px;
    font-size: 24px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-top: 21px;
    opacity: 0.6;
    z-index:999;
}
.custom-post-featured-img .play-btn button {
    background: transparent;
    border: 0;
}
.post_section_inner .modal-body video.video {
    width: 100% !important;
}
.post_section_inner .modal-content {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.post_section_inner .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.post_section_inner .modal-header {
    padding: 4px 15px;
    border-bottom: 0;
}
.post_section_inner .close {
    font-size: 32px;
    font-weight: 100;
    color: #fff;
    opacity: 1;
}
.post_section_inner .modal-body {
    position: relative;
    padding: 0 15px;
}
.custom-post-featured-img {
    margin-bottom: 10px;
	overflow: hidden;
}
.custom-post-featured-img img{
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease;
}
.custom-post-featured-img:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.channel_section .panel-group .panel-heading a:after {
  	content: '\f077';
  	float: right;
  	font-family: "Font Awesome 5 Free";
  	font-weight: bold;
}
.channel_section .panel-group .panel-heading a.collapsed:after {
  	font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
}
.bottom.mobile{
	display:none;
}
.addthis_inline_share_toolbox.top {
    margin-bottom: 15px;
}
.addthis_inline_share_toolbox{
	margin-top:15px;
}
.mobile-channel .home_impact_carasoul_inner h3{
    display:none;
}
.mobile-channel .home_impact_carasoul_inner {
    padding-top: 0;
}
.mobile-channel .post-home-inner {
    margin: 0px 6px;
}
.mobile-channel .home_impact_carasoul_inner .title {
    margin-bottom: 0px;
}
.on-left img{
    width:100%;
}
.post-date.right-t {
    text-align: right;
}
.arrow-right, .arrow-left{
    display:none;
}
.back-b {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.back-b button {
    background: transparent;
    border: 0;
}
.home_impact_carasoul_inner ul.nav.nav-tabs li a {
    margin-bottom: 0px;
    width: 96%;
}
.home .post-bottom .small_tag {
    margin-top: 11px;
}
.home .tyu .post-bottom .small_tag {
    margin-top: -6px;
}
.page-id-96 .home_impact_carasoul_inner .title h2 {
    margin-left: 5px;
	color: #393939 !important;
}
.color-accent-hover:hover, .color-accent-hover:focus, .has-drop-cap:not(:focus):first-letter{
    color: #393939 !important;
}
.sub-right select {
    padding: 3px;
    font-size: 16px;
    margin-right: 15px;
    width: 185px;
    border: 1px solid #c4c4c4;
    background: #ededed;
}
.sub-right {
    text-align: right;
}
.button--primary, .amount-wrapper__focus+.input__underlined-line {
    background-color: #08070c !important;
}
span.link.linkBold.no-wrap {
    color: #08070c !important;
}
/* ===================== Responsive layout ==================== */
@media(max-width: 1366px){
    .slider-nav {
        width: 78%;
        left: 8.8%;
    }
    .slider-nav button.slide-arrow.next-arrow.slick-arrow {
        right: -40px;
        top: 25%;
    }
    .slider-nav button.slide-arrow.next-arrow.slick-arrow, .slider-nav button.slide-arrow.prev-arrow.slick-arrow {
        width: 30px;
        height: 30px;
    }
	.home_impact {
		height: 380px;
	}
}
@media (max-width: 1280px){
    .slider-nav {
        width: 92%;
        left: 2.5%;
    }
}
@media (max-width: 1200px){
    .slider-nav {
        width: 79%;
        left: 8.5%;
    }
}
@media(max-width: 1100px){
  .slider-nav {
      margin-right: 4%;
  }
  .slider-nav {
    width: 88%;
    left: 4%;
  }
  .slider-nav button.slide-arrow.next-arrow.slick-arrow, 
  .slider-nav button.slide-arrow.prev-arrow.slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slider-nav button.slide-arrow.next-arrow.slick-arrow {
    right: -35px;
    top: 23%;
  }
}
@media (max-width: 1024px){
    .slider-nav {
        width: 86%;
        left: 5%;
    }
}
@media(max-width: 991px){
    .info {
      top: 18%;
    }
    .Modern-Slider .item h1 {
      font-size: 32px;
      line-height: 36px;
    }
    ul#menu-primary-menu li {
      padding: 5px 11px;
    }
    .slider-nav button.slide-arrow.next-arrow.slick-arrow {
      right: -35px;
      top: 16%;
    }
    .slider-nav {
      margin-right: 6%;
    }
    .post-single h1 {
      width: 100%;
    }
    .background_image_with_text_inner .bottom {
        display: inline-block;
        width: 100%;
    }
    .tyu {
        display: inline-block;
        width: 100%;
    }
    .f-img {
        height: 162px;
        overflow: hidden;
    }
    .twoo {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30;
    }
    .footer_inner{
        text-align: center;
    }
    .footer-bottom .footer_inner ul{
        padding-left: 0;
        list-style: none;
        text-align: center;
        margin-top: 10px;
    }
    .home_impact_carasoul_inner ul.nav.nav-tabs li a {
        margin-bottom: 0px;
    }
    .post-home-inner {
        margin: 10px 6px 0 6px;
    }
}
@media(max-width: 767px){
    .home_impact_carasoul_inner ul.nav.nav-tabs li a {
        margin-bottom: 0px;
    }
    .home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow, .home_impact_carasoul_inner button.slide-arrow.prev-arrow.slick-arrow {
        background: #bebbac78;
    }
	.home .channel_inner {
		padding-top: 0;
		background: transparent !important;
		padding-bottom: 0px;
	}
	.bottom.mobile{
		display:block;
	}
	.channel_inner.accordian .bottom{
		display:none;
	}
	.channel_inner.u {
		margin-top: 30px;
	}
    .custom-post-featured-img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        margin-bottom: 15px;
    }
	.custom-post-featured-img img {
		width: 100%;
		height: 150px;
		height: 300px;
		object-fit: cover;
		object-position: 50% 50%;
		transition-duration: 4s;
	}
	.post-home-inner {
		position: relative;
	}
	.post-bottom {
		position: absolute;
		bottom: 14px;
		left: 15px;
		right: 15px;
		z-index:999;
	}
	.post-home-inner h4 {
		line-height: 18px;
	}
	.post-bottom h4, .post-bottom .small_tag{
		color:#fff;
	}
	.over-lay {
		height: 100%;
		width: 100%;
		background: #00000052;
		position: absolute;
		z-index: 99;
	}
	.tyu .over-lay {
		height: 99%;
	}
	.post-home-inner a{
		z-index:999;
	}
	.post-bottom p, .tag1{
		display:none;
	}
	.f-img {
		height: auto;
		margin-bottom: 0px;
	}
    .right-two-col p {
        width: 100%;
    }
	.tyu .post-home-inner {
		margin-bottom: 0;
	}
    .navbar-right{
      display: none;
    }
    .mobile-menu{
      display: block;
	  right: 0px;
    }
    .slider-nav {
		display: none !important;
	}
	.header-top .navbar-brand {
		float: none;
		display: inline-block;
		margin-right: 50px;
	}
	.navbar-header {
		text-align: center;
	}
    .cable {
        display: inline-block;
        width: 100%;
    }
    .impact-box.\30 {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .impact-box.\31 {
        margin-left: 0;
    }
    .lear-f {
        margin-bottom: 30;
    }
    .footer .footer_inner h4 {
        text-align: left;
    }
    .Modern-Slider .item h5 {
        font-size: 10px;
        margin-bottom: 7px;
    }
    .Modern-Slider .item h1 {
        font-size: 18px;
        line-height: 21px;
    }
    .Modern-Slider .item h1 br{
        display: none;
    }
    .info {
        position: absolute;
        left: 0;
        top: unset;
        text-align: left;
        background: transparent;
        padding: 30px;
        bottom: 0;
        margin-bottom: 3px;
    }
    .is-active .small_img {
        border: 2px solid #07070c;
        margin: 0px;
    }
    a.slider-btn {
        padding: 5px 16px;
        font-size: 7px;
        margin-top: 10px;
    }
    .two_column_layout h2 {
		line-height: 28px;
		font-size: 20px;
		margin-bottom: 15px;
	}
    .slider-nav button.slide-arrow.next-arrow.slick-arrow, 
    .slider-nav button.slide-arrow.prev-arrow.slick-arrow {
        width: 20px;
        height: 20px;
    }
    i.fas.fa-arrow-right {
        font-size: 10px;
    }
    .slider-nav button.slide-arrow.next-arrow.slick-arrow {
        right: 5px;
        top: 23%;
    }
    .slider-nav button.slide-arrow.next-arrow.slick-arrow, 
    .slider-nav button.slide-arrow.prev-arrow.slick-arrow {
        border: 1px solid #fff;
        color: #fff;
    }
    .slider-nav button.slide-arrow.prev-arrow.slick-arrow {
        left: 4px;
    }
    i.fas.fa-arrow-left {
        font-size: 10px;
    }
    .two_column_layout .left {
        margin-bottom: 30px;
    }
    .channel_inner .top h2 {
        line-height: 28px;
        font-size: 20px;
    }
    .background_image_with_text_inner .top h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .t {
        padding: 0;
    }
    /*.footer .footer_inner .twoo ul li {
        width: 100%;
    }*/
    ul.social{
      display: inline-block;
      width: 100%;
    }
    ul.social li{
      width: auto !important;
      display: inline-block;
      float: none;
    }
    .footer .footer_inner ul li a {
        font-size: 12px;
    }
    .twoo, .lear-f, .connect-f {
        padding: 0;
    }
    .footer .footer_inner ul li {
        padding-bottom: 3px;
        width: 50%;
        float: left;
    }
    .lear-f, .connect-f {
        display: inline-block;
        width: 100%;
    }
    input.search-field {
        width: 100%;
    }
    button.search-submit {
        right: 7px;
        top: 17%;
    }
    .navbar-toggle {
        margin-top: 20px;
        border-radius: 0;
		float: left;
    }
	.header-full {
		padding: 0;
	}
    ul#menu-primary-menu li {
        padding: 5px 0px;
        width: 100%;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .menu-primary-menu-container {
        display: inline-block;
    }
    .header-top {
        padding-bottom: 15px;
    }
    p#“breadcrumbs” {
        font-size: 16px;
    }
    .post-single.breadcrumbs_display {
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .banner h1 p {
        font-size: 18px;
        line-height: 24px;
    }
    .page-id-94 .full_width_colored_inner {
        margin-top: 20px;
    }
    .inner.center .center h2, .inner.bottom .bottom h2 {
        line-height: 25px;
        font-size: 20px;
    }
    .top-section h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .top-section p {
        width: 100%;
    }
    .journey-img img {
        margin-bottom: 15px;
    }
    .page-id-94 .top p, .center.we p {
        width: 100%;
    }
    .sidebar {
        height: auto !important;
    }
    .wp-block-image img {
        width: 100%;
    }
    .top-section .box {
        margin-right: 0;
    }
    .inner.center .center h2 br, .inner.bottom .bottom h2 br{
        display: none;
    }
    .page-id-274 .full_width_colored_inner {
        margin-top: 10px;
    }
    .about-left {
        padding: 0;
    }
    .custom_menu {
        display: none;
    }
    .page-id-274 .header-top {
        position: relative;
    }
    .home_impact_carasoul_inner .title h2{
        font-size: 20px;
    }
    .home_impact_carasoul_inner .title{
        margin-bottom: 20px;
    }
    .faq {
        width: 100%;
    }
    .faq .panel-body {
        padding: 25px 15px;
    }
    .faq .left, .faq .right {
        width: 100%;
        margin-right: 0;
    }
	.faq .right {
		margin-left: 0px;
	}
    .post-single h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .post-single.sin {
        margin-top: 0;
    }
    .channel_inner_inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .search-channer {
      padding: 0;
    }
    .background_image_with_text_inner .bottom {
      margin-top: 8px;
    }
    .background_image_with_text_inner .top, .background_image_with_text_inner .bottom {
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-post .about-left {
      padding-left: 15px;
      padding-right: 15px;
    }
    .post-single .full_width_colored_inner.b-none h1 {
        line-height: 30px;
        font-size: 20px;
    }
    .home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow, .home_impact_carasoul_inner button.slide-arrow.prev-arrow.slick-arrow {
        width: 20px;
        height: 20px;
    }
    .home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow {
        top: 37%;
    }
    .home .post-home-view {
      display: none;
    }
    .home_impact_carasoul_inner {
        padding-top: 20px;
        padding-bottom: 6px;
    }
    .home .home_impact_carasoul_inner {
        padding-bottom: 2px;
    }
    .foter-logo {
      padding-top: 30px !important;
      margin-bottom: 0px;
    }
    .footer {
      padding-top: 0px;
    }
    /*.page-id-96*/ .home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow {
        top: 44%;
    }
    .demo-color {
        padding: 10px;
    }
    .linkremove {
		z-index: 999;
		top: 13px;
		right: 13px;
	}
    .home_impact_carasoul.mobile-channel, .home_impact_carasoul {
        padding-bottom: 0px;
        background: #fff;
    }
	.home .home_impact_carasoul.mobile-channel .post-home-inner {
		margin-bottom: 0;
	}
	.home_impact_carasoul.mobile-channel.top-one {
		padding-top: 30px;
	}
	.home_impact_carasoul.mobile-channel.bottom-one {
		padding-bottom: 15px;
	}
    .home_impact_carasoul {
        padding-bottom: 0px;
    }
    .hero-banner .small_img {
        height: 50px;
        overflow: hidden;
    }
    .demo-color h3 {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .mobile-channel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #fff;
    }
    .mobile-channel .slick-dots li button:before {
        font-size: 13px;
    }
    .mobile-channel .slick-dots li {
        margin: 0px;
    }
    .mobile-channel .slick-dots {
        bottom: 5px;
    }
    .mobile-channel .slick-dots li button:before {
        color: #fff;
    }
    /*.home .home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow,
    .home .home_impact_carasoul_inner button.slide-arrow.prev-arrow.slick-arrow{
        display:none !important;
    }*/
    .arrow-right, .arrow-left {
        display:none !important;
        position: absolute;
        right: 3px;
        bottom: -25px;
        width: 30px;
        z-index: 999;
        display: block;
    }
    .arrow-left {
        left: 2px;
        right:unset;
    }
    .arrow-right img, .arrow-left img{
        width:100%;
    }
    .home_impact_carasoul {
        position: relative;
    }
    .mobile-channel .panel-group {
        margin-bottom: 0px;
    }
    .home_impact {
        margin-right: 0;
        width: 100%;
    }
    .home_impact_carasoul_inner li.slick-slide{
        margin-right: 7px;
        width: 96%;
    }
    .home_impact_carasoul_inner li.slick-slide.slick-active:nth-child(2){
        margin-right: 7px !important;
        width: 96%;
        margin-left: 0px !important;
    }
    .home_impact_carasoul_inner .tab-pane.fade.in.active {
        margin-top: 7px;
        height: 500px;
        padding-bottom: 10px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .post-home-view svg.feather.feather-arrow-right{
        display:none;
    }
    .home_impact_carasoul.page .post-home-view a {
        padding-right: 10px;
    }
    .home .three_column_full img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .home .three_column_full {
        height: 55%;
    }
    .channel_section h4.panel-title, .channel_section .panel-default{
        border-color: transparent;
        background: transparent;
    }
    .channel_section .panel-default>.panel-heading{
        border-radius: 7px;
    }
}

/* ===================== End Responsive layout ==================== */

.text_layout {
    margin-top: 30px;
    margin-bottom: 30px;
}
.search-channer{
    margin-top: 30px;
}
.page-template-about .search-channer {
    margin-top: 0px;
    margin-bottom: 30px;
	text-align: center;
}
.page-template-about .channel_inner .top h2 {
    color: #fff;
}
.home .search-channer {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.search-channer button {
    border: 0;
    padding: 10px 30px;
    background: #838383;
    color: #fff;
    margin-left: 0px;
    width: 12%;
}
.search-channer input#myinput,  .search-channer input.myinput{
    border: 0;
    width: 12%;
    margin-right: 0px;
    padding: 10px;
}
.page-template-about .search-channer input#myinput {
    width: 16%;
}
.page-template-about .search-channer button {
    width: 16%;
}
.search-channer .city {
    width: 20% !important;
}
iframe#playerIFrame, iframe#playerIFramenow {
    height: 65% !important;
	width: 100%;
}
.home .three_column_full {
    margin-bottom: 0px;
}
.three_column_full {
    margin-bottom: 15px;
}
.text_layout_inner {
    margin-bottom: 30px;
    background: #ededed;
    padding: 15px;
}
.text_layout_inner h2{
     margin-bottom: 30px;
}
.slider-cat.slick-initialized.slick-slider {
    margin-bottom: 80px;
}
.hero-banner.category .slick-dots {
    bottom: 15px;
}
.hero-banner.category .slick-dots li button:before {
    font-size: 15px;
    color: white;
}
.hero-banner.category .slick-dots li {
    margin: 0 1px;
}
.channel_section .modal-dialog {
    top: 40%;
}
.modal-backdrop.fade.in {
    display: none !important;
}
.desktop-channel .modal.fade.in{
	background: #000000a8;
}
.modal.fade.modelWindowpost.in {
    background: #000000e0;
}
@media(max-width: 1500px){
    iframe#playerIFrame {
        height: 65% !important;
    }
}
@media(max-width: 767px){
    .search-channer input#myinput {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .search-channer button {
        width: 100%;

    }
    .home .search-channer {
        margin-top: 5px !important;
    }
    .modal .search-channer input#myinput, .page-template-about .search-channer input#myinput {
        width: 100% !important;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #838383;
    }
    .page-template-about .search-channer {
        margin-top: 10px;
    }
    .page-template-about .search-channer button {
        padding: 4px 30px;
        font-size: 18px;
    }
    .page-template-about .mobile-channel .panel-group .panel-heading a.collapsed:after {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        font-weight: bold;
        float: right;
    }
    .page-template-about .mobile-channel .panel-group .panel-heading a:after {
        content: '\f077';
        float: right;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
    }
    .page-template-about .mobile-channel h4.panel-title a {
        width: 100%;
        padding: 5px;
        display: inline-block;
    }
    .home .home_impact {
        padding-right: 0;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .home .home_impact_carasoul_inner li.slick-slide {
        margin-right:7px;
    }
    .home .post-home-inner {
        margin: 0px;
    }
    .page-template-about .search-channer button {
        width: 100%;
    }
    .page-template-about .panel-group .panel {
        margin-bottom: 0;
        border-radius: 7px;
    }
    .page-template-about .panel-default>.panel-heading {
        border-radius: 10px;
    }
	.home_impact_carasoul.mobile-channel.top-one .home_impact_carasoul_inner h3 {
		display: block !important;
		font-weight:700;
	}
	.btn-back.new {
		display: block !important;
	}
}
@media(min-width: 768px){
    .mobile-channel, div#myModalmobile {
        display:none !important;
    }
    .desktop-channel{
        display:block;
    }
    .channel_inner.desktop-channel{
        padding-bottom: 0px;
    }
    .channel_inner.accordian{
        padding-bottom: 0px;
    }
    .channel_inner.accordian .search-channer {
        padding-left: 28px;
        padding-right: 35px;
    }
}

.full_width_sponsor_ad h4 {
    width: 77%;
    float: left;
    color: #fff;
    font-size: 20px;
    margin-top: -2px;
}

@media(max-width: 767px){
    /* .mobile-channel{
        display:block !important;
    }
    .desktop-channel{
        display:none;
    }*/
}

/* Dropdown Menu CSS */
ul#menu-primary-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
	z-index:999;
}

ul#menu-primary-menu li {
    position: relative;
}

ul#menu-primary-menu li:hover > ul {
    display: block;
}

ul#menu-primary-menu ul li {
    min-width: 170px;
    background: #07070c;
    margin-right: 0;
    padding: 10px 15px;
    display: block;
    text-align: left;
}

ul#menu-primary-menu ul li:last-child {
    padding-bottom: 20px;
}

ul#menu-primary-menu ul ul {
    position: absolute;
    top:0;
    left:100%;
}
ul#menu-primary-menu li > a:after { 
    content: '\f107';
  	float: right;
  	font-family: "Font Awesome 5 pro";
  	font-weight: bold;
  	margin-top: 0px;
    margin-left: 3px;

}
ul#menu-primary-menu li.add > a:after { 
    content: '\f106';
  	float: right;
  	font-family: "Font Awesome 5 pro";
  	font-weight: bold;
  	margin-top: 0px;
    margin-left: 3px;

}
ul#menu-primary-menu li > a:only-child:after { content: ''; }
.category ul.nav.nav-tabs li a {
    display: inline-block;
    margin-bottom: 9px;
    width: 96%;
}
.category .post-pagee-cat .home_impact {
    margin-bottom: 0;
}
@media(max-width:767px){
	ul#menu-primary-menu ul {
		position: relative;
	}
}

.search-channer-city {
    text-align: center;
}
.search-channer-city input#myInput {
    border: 0;
    width: 57%;
    margin-right: 0px;
    padding: 10px;
}
.search-channer-city table#myTable {
    text-align: center;
    display: block;
    width: 57%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #fff;
}
.search-channer-city td {
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #83838373;
}
div#myModals .close {
    font-size: 40px;
    font-weight: 500;
}
div#myModals .modal-header {
    padding: 5px 15px;
    border-bottom: 0;
}
div#myModals .modal-body h2 {
    text-align: center;
    margin-bottom: 30px;
}
.category .post-cus {
    margin-top: 50px;
}
.category  .slider-cat.slick-initialized.slick-slider {
    margin-bottom: 0px;
}
.pagination-custom{
	text-align:center;
}
.pagination-custom ul {
    padding-left: 0;
	list-style:none;
}
.pagination-custom ul li {
    display: inline-block;
    padding: 5px;
    border: 1px solid #c4c4c4;
    width: 35px;
}
.content {
      position: relative;
      margin: auto;
      overflow: hidden;
}
.related .content {
    display: inline-block;
    margin-bottom: 15px;
    width: 96%;
}
.related ul{
	list-style:none;
	padding-left:0;
}
.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
  z-index:999;
}
.fadeIn-bottom{
  top: 80%;
}
.content-details h3{
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  line-height: 27px;
  font-family: 'gothambold1';
}
.search-custom .is-form-style.is-form-style-3 label {
    width: 100% !important;
}
.search-custom input{
    width: 100% !important;
    height: 52px !important;
    border-radius: 50px !important;
    text-align: center;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 2px 6px 1px rgb(0 0 0 / 5%) !important;
    color: #000;
    font-weight: 400;
}
.search-custom span.is-search-icon {
    text-align: center;
    background-color: #27FD8E;
    color: #471A4F;
    border: 1px solid #27FD8E;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 3px;
    padding-top: 10px !important;
    top: 4px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    font-size: 0;
    padding: 5px;
    z-index: 55;
}
.desktop-channel .slider-nav{
	display:none;
}
.channel_inner.desktop-channel, .home .channel_inner .top {
    background-image: linear-gradient(to right, #3a1993, #461c97, #521f9b, #5d229e, #6726a2, #6726a2, #6726a2, #6726a2, #5d229f, #521f9b, #471c98, #3b1994);
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #ddd;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #4a1d99;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #6726a2;
}
.navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
ul.ui-autocomplete {
    color: #4E4E4E !important;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #FFF !important;
    list-style:none !important;
    width:29% !important;
    padding-left:10px;
	text-transform:uppercase;
}

.read-more-content {
	display: none;
    margin-bottom: 20px;
}
.left-gu {
    width: 60%;
    padding-right: 75;
	float:left;
}
.right-gu {
    width: 40%;
    float: left;
    padding: 0 20px;
}
.right-gu img{
	width:100%;
}
.page-id-94 .top-section p {
    width: 100%;
}
.channel_inner.accordian {
    background-image: linear-gradient(to right, #3a1993, #461c97, #521f9b, #5d229e, #6726a2, #6726a2, #6726a2, #6726a2, #5d229f, #521f9b, #471c98, #3b1994) !important;
}
.panel-heading.active {
    background-image: linear-gradient(to right, #3a1993, #461c97, #521f9b, #5d229e, #6726a2, #6726a2, #6726a2, #6726a2, #5d229f, #521f9b, #471c98, #3b1994);
}
.cat-name-custom h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 57.6541px;
    line-height: 127.5%;
    color: #fff;
}
.cat-name-custom {
    position: absolute;
    top: 38%;
    left: 20%;
    width: 62%;
}
.banner-cat{
	position:relative;
}
.Journey .full-i {
	padding-top:5%;
    padding-left: 10%;
    margin-bottom: 15px;
}
.Journey .full-i h2{
	color:#fff !important;
}
.Journey a{
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 45px;
    padding: 9px 35px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    display: inline-block;
}
}
.Journey.wer {
    background-repeat: no-repeat;
    background-size: cover;
}
.Journey .full-i h2 {
    color: #fff !important;
    margin-bottom: 233px;
}
.Journey.wer {
    background-size: cover;
}
.hide-content h2 {
    margin-bottom: 15px;
}
.btn-back {
    border: 1px solid #6e1ea9 !important;
    box-sizing: border-box;
    border-radius: 45px;
    padding: 5px 35px;
    color: #6e1ea9;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    display: inline-block;
    margin-left: 15px;
    background: transparent;
}
a#read-morelm {
    box-sizing: border-box;
    border-radius: 45px;
    padding: 3px 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px !important;
    display: inline-block;
    margin-left: 0px;
    background: #000;
    margin-top: 19px;
    letter-spacing: 2;
}
.journyw{
    background: transparent;
    border-radius: 45px;
    padding: 5px 35px;
    color: #6e1ea9;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    display: inline-block;
    margin-left: 0px;
}
.Journeyhide, .hide-content{
    display: none;
}
.hide-content.active{
   display: block;
}
button.btn-about.xe {
    color: #fff;
}
.Modern-Slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.Modern-Slider .slick-dots li button:before {
    font-size: 10px;
}
.Modern-Slider .slick-dots {
    bottom: 10px;
}
.Modern-Slider .slick-dots li button {
    padding: 0px;
}
.Modern-Slider .slick-dots li {
    margin: 0px;
}
.Modern-Slider .slick-dots li button:before {
    color: #fff;
}
.read-more-content p {
    color: #fff;
    font-size: 16px;
}
input#city {
    padding: 10px;
}
.collapse.in input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #17A5AE;
}
.background_image_with_text .modal-dialog {
    width: 600px;
    margin: 10% auto;
}
.category-inside-impact .post-home-inner {
    background: #fff;
    padding: 15px;
}
.category-inside-impact .custom-post-featured-img {
    margin-bottom: 0px;
}
.category-inside-impact .f-img {
    margin-bottom: 0;
    padding-left: 0;
}
.category-inside-impact .sub-left {
    margin-bottom: 25px;
    padding-left: 5px;
}
.about-overview {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.about-overview .small_title {
    color: #000525;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-overview h2{
	margin-bottom:10px;
	line-height: 36px;
}
.about-overview-para p{
	width:70%;
}
input.custom-btn {
    background: #07070C;
    border-radius: 45px;
    padding: 8px 30px;
    color: #fff;
    border: 0;
    font-weight: bold;
}
div#divMsg {
    display: none;
    margin-bottom: 15px;
}
.background_image_with_text .modal-content,
.full_width_sponsor_ad .modal-content{
    padding-top: 6px;
    padding-bottom: 10px;
    background: rgb(133,39,175);
    background: linear-gradient(84deg, rgba(133,39,175,1) 0%, rgba(62,10,155,1) 100%);
}
.background_image_with_text .modal-content h4{
	color:#fff;
}
.background_image_with_text .modal-header,
.full_width_sponsor_ad .modal-header{
    padding: 10px 15px;
    border-bottom: 0;
}
.background_image_with_text_inner input, .background_image_with_text_inner textarea,
.full_width_sponsor_ad input, .full_width_sponsor_ad textarea{
    padding: 10px;
    color: #838383;
    border: 1px solid #fff;
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
	font-weight: 400;
}
.background_image_with_text_inner input.wpcf7-form-control.wpcf7-submit,
.full_width_sponsor_ad input.wpcf7-form-control.wpcf7-submit{
    border: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    background: #000;
}
.background_image_with_text_inner .close,
.full_width_sponsor_ad  .close{
    color: #fff;
    opacity: 1;
}
.full_width_sponsor_ad input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
}
#wpcf7-f78-p92-o1 ::placeholder,
div#wpcf7-f1301-p92-o1 ::placeholder{
	color: #838383 !important;
	opacity: 1;
}
.popup-content .close {
    font-size: 30px;
    opacity: 1;
    padding: 5px 10px;
}
.popup-overlay{
    visibility: hidden;
    position: absolute;
    background: #ffffff;
    border: 3px solid #666666;
    width: 60%;
    height: 130px;
    left: 25%;
    top: -400%;
}
.popup-overlay.active{
  /*displays pop-up when "active" class is present*/
  visibility:visible;
  text-align:center;
}
.search-channer .popup-content button {
    border: 0;
    padding: 10px;
    background: transparent;
    color: #4d1e9a;
    margin-left: 0px;
    width: auto;
    opacity: 1;
}
div#result-search {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    margin-top: 0;
}
.result-c {
    width: 100%;
    display: inline-block;
    text-align: center;
	margin-top: -13px;
}
.result-left {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-right: 5px;
}
.popup-content {
 visibility:hidden;
}

.popup-content.active {
  visibility:visible;
}
h2.head_title.rd.active, h2.head_title.re.active {
    display: none;
}
h2.head_title.rd.active, h2.head_title.re.active{
  animation: remove 1s linear 0s 1 forwards;
  -webkit-animation: remove 1s linear 0s 1 forwards;
}
.read-more-show-content p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 10px;
	font-weight: 600;
}
.action a {
    box-sizing: border-box;
    border-radius: 45px;
    padding: 9px 35px;
    color: #07070C;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
}
@-webkit-keyframes remove{
  0% {opacity: 1;
      max-height: 1000px;}
  99.9% {opacity: 0;
         max-height: 0px;
         padding: 0px 100px;}
  100% {opacity: 0;
        max-height: 0;
        padding: 0px 0px;
        animation: poof 0.1s linear 0s 1;
  -webkit-animation: poof 0.1s linear 0s 1;}
}

@keyframes remove{
  0% {opacity: 1;
      max-height: 1000px;}
  99.9% {opacity: 0;
         max-height: 0px;
         padding: 0px 100px;}
  100% {opacity: 0;
        max-height: 0;
        padding: 0px 0px;
        animation: poof 0.1s linear 0s 1;
  -webkit-animation: poof 0.1s linear 0s 1;}
}
.footer.foter-logo{
	margin-top:80px;
}
.footer.foter-logo .f-logo-mobile {
    text-align: center;
}
.channel_inner.u p, h2.mobile-title, .three_column_full.mobile {
	display:none;
}
.three_column_full.desktop{
	display:block;
}
#mission .action a, #vission .action a{
	color:#fff;
}

.desktop-slider {
    display: block;
}
.mobile-slider, .background_image_with_text_inner.mobile {
    display: none;
}
.home_impact_carasoul.desktop-carasoul, .background_image_with_text_inner.desktop {
    display: block;
}
.page-template-about .search-channer input.myinput {
    width: 17%;
    text-transform: uppercase;
}
body.page-id-369{
    background: #fff;
}
.hero-banner .desktop-slider .slider-nav, h2.mobile-ty{
	display:none;
}
span.wpcf7-form-control-wrap.radio-652 span.wpcf7-list-item.first,
span.wpcf7-form-control-wrap.radio-653 span.wpcf7-list-item.first,
span.wpcf7-form-control-wrap.radio-655 span.wpcf7-list-item.first,
span.wpcf7-form-control-wrap.radio-654 span.wpcf7-list-item.first{
	display:none;
}
span.wpcf7-form-control-wrap.radio-653 span.wpcf7-list-item:nth-child(2) {
    margin: 0 0 0 10px;
}
div#journey .botton-des {
    display: block !important;
}
.desktop-sidebar{
	display:block;
}
.mobile-sidebar{
	display:none;
}
form.wpcf7-form.init label {
    width: 100%;
}
.desktop-sidebar div#block-3{
	display:none;
}
.page-id-369 .desktop-sidebar div#block-3, .page-id-371 .desktop-sidebar div#block-3{
	display:block;
}
.modal-body iframe {
    width: 100% !important;
    height: 390px !important;
}
@media(max-width:767px){
	.demo-color {
		background: #fff;
	}
	.content-details h3 {
		line-height: 16px;
		font-size: 11px;
	}
	.desktop-sidebar{
		display:none;
	}
	.mobile-sidebar{
		display:block;
	}
	.sidebar {
		background: #fff;
	}
	div#commitment p, div#journey p {
		font-size: 15px;
	}
	div#journey p br{
		display:none;
	}
	.faq textarea.wpcf7-form-control.wpcf7-textarea {
		height: 45px;
	}
	.botton-des p {
		text-align: left;
	}
	.hide-content.active .btn-back {
		margin-top: 30px;
	}
	.full_width_colored_text_layout .right-gu img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.about-overview-para p {
		width: 93%;
    	text-align: justify;
	}
	.page-template-about .search-channer input.myinput {
		width: 80%;
	}
	.sub-right select {
		width: 100%;
		margin-bottom: 15px;
	}
	.home_impact_carasoul.desktop-carasoul,
	.background_image_with_text_inner.desktop,
	.page-template-about .mobile-channel .panel-group .panel-heading a:after{
		display: none;
	}
	.desktop-slider {
		display: none;
	}
	.mobile-slider, .background_image_with_text_inner.mobile {
		display: block;
	}
	.f-logo-mobile{
		display:block;
	}
	.three_column_full.mobile{
		display:block;
		height: auto;
	}
	.home_impact_carasoul .title h3 {
		font-weight: 400;
	}
	.channel_section {
		background-image: linear-gradient(to bottom, #3a1993, #461c97, #521f9b, #5d229e, #6726a2, #6726a2, #6726a2, #6726a2, #5d229f, #521f9b, #471c98, #3b1994);
	}
	.channel_inner.desktop-channel, .home .channel_inner .top {
		background-image: unset;
	}
	.channel_inner.u p {
		color: #D8D8D8;
		font-size: 16px;
		line-height:26px;
		text-align: left;
		display:block;
	}
	.channel_inner .top h2, .three_column_full.desktop{
		display:none;
	}
	.channel_inner .top h2.mobile-title {
		line-height: 42px;
		font-size: 32px;
		display:block;
		padding-top:0;
	}
	.mobile-channel .channel_inner_inner {
		text-align: center;
		margin-top: 10px;
	}
	.mobile-channel .channel_inner_inner h2{
		font-size:22px;
		line-height:26px;
		color:#fff;
		margin-bottom:20px;
		margin-top: 20px;
	}
	.mobile-channel .search-channer input#myinput, .mobile-channel .search-channer input.myinput {
		border: 0;
    	border-radius: 4px 0 0 4px;
		width: 80%;
		margin-bottom: 20px;
		margin-right: 0px;
		padding: 10px;
		height: 50px;
	}
	.mobile-channel .search-channer button {
		width: auto;
		background: #17A5AE;
		border-radius: 0px 2px 2px 0px;
		margin-top: 10px;
	}
	.mobile-channel {
		padding-bottom: 30px;
	}
	.mobile-channel .panel-default>.panel-heading {
		color: #333;
		background: #838383;
		border-radius: 10px;
		text-align: center;
		height:80px;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
	}
	.mobile-channel h4.panel-title {
		font-size: 20px;
		padding-top: 13px;
	}
	.mobile-channel h4.panel-title a{
		font-weight:400;
	}
	.mobile-channel h4.panel-title i {
		width: 100%;
		font-weight: 100;
		opacity: 0.7;
		font-size: 30px;
		margin-top:2px;
	}
	.mobile-channel .panel {
		background-color: transparent;
		border: 0;
		border-radius: 0px;
	}
	.mobile-channel h2 {
		font-size: 20px;
		margin-bottom: 30px;
		margin-top: 25px;
	}
	.mobile-channel .panel-group .panel {
		margin-bottom: 20px;
	}
	.home .post-home-inner {
		margin-bottom: 15px;
		width: 100%;
	}
	.footer.foter-logo {
		display: block;
		background: #000;
	}
	.f-logo {
		display: none;
	}
	.foter-logo {
		padding-top: 20px !important;
		padding-bottom: 10px;
		margin-top: 50px;
	}
	.home .three_column_full.mobile img {
		height: auto;
		object-fit: unset;
		object-position: unset;
	}
	ul.sub-menu li {
		background: transparent !important;
		border-bottom: 1px solid #9e5ec3;
	}
	ul.sub-menu li:last-child {
		padding-bottom: 10px !important;
	}
	.read-more-show-content p {
		width: 90%;
	}
	.read-more-show-content p br{
		display:none;
	}
	.left-gu {
		width: 100%;
		padding-right: 0;
	}
	.right-gu {
		width: 100%;
		padding: 0px;
	}
	.hide-content.active {
		display: inline-block;
		width: 100%;
		margin-top: 30px;
	}
		div#commitment, div#journey {
		display: inline-block;
		width: 100%;
	}
	.Journey.wer {
		background-size: cover;
		background-position: 95%;
		margin-top: 23px;
		height: 40%;
	}
	.page-id-94  .top-section {
		padding: 0;
	}
	iframe#playerIFrame {
		height: 32% !important;
	}
	.page-id-94 .top p, .page-id-371 .top p {
		color: #D8D8D8;
		width: 100%;
		margin-bottom: 40px;
	}
	.menu-primary-menu-container {
		width: 100%;
	}
	ul#menu-primary-menu {
		width: 100%;
	}
	.page-template-about .search-channer.desktop{
		display:block;
	}
	.page-id-94 .mobile-channel .channel_inner, .page-id-371 .mobile-channel .channel_inner {
		background: unset !important;
		padding-top:0;
		padding-bottom:0;
		margin-bottom: 0px;
    	margin-top: 0px;
	}
	.page-id-94 .channel_inner, .page-id-371 .channel_inner {
		padding-bottom: 0px;
	}
	h2.mobile-title {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.category-inside-impact .f-img {
		padding-right: 0;
	}
	.category-inside-impact .over-lay {
		height: 91%;
		width: 91%;
	}
	.hero-banner.category h1 {
		display: none;
	}
	::-webkit-input-placeholder { 
		/*text-transform:uppercase;*/
		text-align:center;
		font-weight:400;
		font-size:15px;
		/*color:#fff;*/
	}
	.ui-helper-hidden-accessible {
		display: none;
	}
	.mobile-channel .search-channer button {
		width: auto;
		background: #17A5AE;
		border-radius: 2px;
		margin-top: 10px;
		font-size: 16px;
		padding: 10px 40px;
	}
	.background_image_with_text_inner .top p br{
		display:none;
	}
	.search-channer input#myinput, .search-channer input.myinput {
		border: 0;
		border-radius: 4px 0 0 4px;
		width: 80%;
		margin-bottom: 20px;
		margin-right: 0px;
		padding: 10px;
		height: 50px;
	}
	button#search_btn {
		width: auto;
		background: #17A5AE;
		border-radius: 2px;
		margin-top: 10px;
		font-size: 16px;
		padding: 10px 40px;
	}
	h2.mobile-ty {
		margin-bottom: 20px;
		margin-top: 35px;
		color: #fff;
		font-size: 22px;
	}
	ul.ui-autocomplete {
		width: 80% !important;
	}
	.popup-overlay {
		visibility: visible;
		position: relative;
		background: transparent;
		border: 0;
		width: 98%;
		height: auto;
		left: 0;
		top: 0;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.popup-content .close {
		display: none;
	}
	div#result-search {
		font-size: 32px;
		color: #fff;
		margin-top: 0;
	}
	.background_image_with_text .modal-dialog {
		width: 92%;
		margin: 10% auto;
	}
	#commitment .read-more-show {
		display: flex;
		flex-direction: column;
	}
	#commitment .right-gu {
		order: 1;
		margin-bottom: 30px;
	}
	#commitment  .left-gu {
		order: 2;
	}
	.Modern-Slider, .slider-nav, .post-home, .slider-cat, .post-pagee {
		opacity: 0;
		visibility: unset;
		transition: opacity 1s ease;
		-webkit-transition: opacity 1s ease;
		display: block;
	}
	.Modern-Slider.slick-initialized,
	.slider-nav.slick-initialized,
	.post-home.slick-initialized,
	.slider-cat.slick-initialized{
		visibility: visible;
		opacity: 1;    
		display: block;
	}
	.channel-box img {
		opacity: 1;
	}
	.mission_vision_mobile_layout h2.head_title {
        line-height: 30px;
        font-size: 20px;
    }
    .page-id-94 .top-section p strong {
        font-size: 15px;
    }
	.page-id-94 .top-section p strong br{
	    display:none;
	}
}

.page-id-369 div#block-18, 
.page-id-369 div#block-14, 
.page-id-369 div#block-11,
.page-id-369 div#block-12 {
	display:none;
}
#wpcf7-f78-p92-o2 ::-webkit-input-placeholder { /* WebKit browsers */
    color: #838383 !important;
    opacity: 1;
}
#wpcf7-f78-p92-o3 ::-webkit-input-placeholder { /* WebKit browsers */
    color: #838383 !important;
    opacity: 1;
}
.read-more-show-content-hide, .Hide-f{
    display:none;
}

/* ---------------- mission_vision_mobile_layout --------------------*/

.mission_vision_mobile_layout .center {
    padding-top: 13%;
    padding-bottom: 13%;
    padding-left: 10%;
    margin-bottom: 15px;
    background-size: cover;
}
.mission_vision_mobile_layout h2.head_title {
    margin-bottom: 30px;
    color: #fff;
    line-height: 36px;
}
.mission_vision_mobile_layout button.Show {
    box-sizing: border-box;
    border-radius: 45px;
    padding: 8px 35px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    letter-spacing: 1;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 600;
    z-index: 999;
    display: inline-block !important;
}
.mission_vision_mobile_layout .small_title {
    font-weight: 600;
    color: #5B0086;
    text-transform: uppercase;
}
.read-more-show-content-hide{
    padding-top: 13%;
    padding-bottom: 13%;
    padding-left: 10%;
    margin-bottom: 15px;
    background-size: cover;
}
.read-more-show-content-hide p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 600;
}
.mission_vision_mobile_layout button.Hide-f {
    box-sizing: border-box;
    border-radius: 45px;
    padding: 8px 35px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    letter-spacing: 1;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 600;
}
.mission_vision_mobile_layout button.Show.active{
    display:none !important;
}
.full-i {
    z-index: 999;
}
button.Hide-f {
    border-color: #fff !important;
}
/*button.Hide-f.vision_i.active{
    display:none !important;
}*/
.mission_vision_mobile_layout{
    display:none;
}
div#vission_1 {
    padding-top: 17.6%;
    padding-bottom: 17%;
}
div#mission_1 {
    min-height: 467px;
    padding-top: 17.6%;
    padding-bottom: 17%;
}
.hide-content.active {
    display: block;
    margin-top: 40px;
    margin-bottom: 80px;
}
.channel_inner.desktop-channel .myinput{
    text-transform:uppercase;
}
.page-id-94 .channel_inner.accordian .search-channer {
    margin-top: 40px;
}
#vision_i button.Hide-f {
    border-color: #5bdde2 !important;
}
#mission_i button.Hide-f {
    border-color: #430e8a !important;
}
#video-session .custom-post-featured-img {
    margin-bottom: 2px;
    overflow: hidden;
    width: 100%;
    position: relative;
    width: 100%;
    height: 280px;
} 
#video-session .custom-post-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#video-session .post-home-inner {
    margin: 10px 6px;
    width: auto;
}
.page-id-371 .channel_inner.accordian .search-channer {
    margin-top: 30px;
}
.mobile-post-cus{
	display:none;
}
.desktop-post-cus{
	display:block;
}
@media(max-width:767px){
  .mobile-post-cus{
	display:block;
   }
   .desktop-post-cus{
	 display:none;
   }
  .mission_vision_mobile_layout{
    display:block;
  }  
  .sliding-content{
      display:none;
  }
  .home .home_impact {
    height: 230px;
    overflow: hidden;
  }
  .home .home_impact img {
		width: 100%;
		height: 100%;
		object-fit: cover;
  }
  .page-id-94 .result-c, .page-id-371 .result-c {
    padding-bottom: 20px;
  }
  .home #home-stories .custom-post-featured-img {
    height: 300px;
  }
  .home_impact {
    height: 270px;
   } 
}

/* -------------------- gravity form ---------------------------- */

input#gform_submit_button_1, input#gform_submit_button_7 , input#gform_submit_button_6, input#gform_submit_button_3{
    background: #17A5AE;
    width: auto;
    border: 0;
    color: #fff;
	padding: 8px 35px;
    letter-spacing: 1;
    text-transform: uppercase;
    font-size: 16px;
}
input#input_1_1, input#input_1_3, input#input_1_4, input#input_1_5, input#input_1_7,
input#input_7_1, input#input_7_3, input#input_7_4, input#input_7_5, input#input_7_11,
input#input_6_1, input#input_6_3, input#input_6_4 , input#input_6_5 , input#input_6_9,
input#input_3_1, input#input_3_3, input#input_3_4, input#input_3_5, input#input_3_9,
input#input_6_3, input#input_7_3, input#input_1_3{
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 29px;
    padding: 8px 15px;
    margin-bottom: 15px;
    width: 100% !important;
    color: #4E4E4E;
    font-size: 16px;
	margin-bottom: 5px;
}
input#choice_1_6_0, input#choice_1_6_1, input#choice_7_9_0, input#choice_7_6_0, input#choice_7_6_1, input#choice_7_6_2, input#choice_7_6_3,
input#choice_7_7_0, input#choice_7_10_0, input#choice_6_6_0, input#choice_6_6_1, input#choice_6_6_2, input#choice_6_7_0, input#choice_3_6_0, input#choice_3_6_1,
input#choice_3_7_0, input#choice_3_7_1, input#choice_3_7_2{
    margin-top: 6px;
    float: left;
    margin-right: 5px;
}
label#label_1_6_0, label#label_1_6_1,
label#label_7_9_0, label#label_7_6_0, label#label_7_6_1, label#label_7_6_2, label#label_7_6_3, label#label_7_7_0, label#label_7_10_0,
label#label_6_6_0, label#label_6_6_1, label#label_6_6_2, label#label_6_7_0, label#label_3_6_0, label#label_3_6_1, label#label_3_7_0,
label#label_3_7_1, label#label_3_7_2 {
    font-weight: 400;
	font-size: 16px;
}
h2.gform_title{
	display:none;
}
.gchoice.gchoice_1_6_0, .gchoice.gchoice_1_6_1, .gchoice.gchoice_7_9_0, .gchoice.gchoice_7_6_0, .gchoice.gchoice_7_6_1, .gchoice.gchoice_7_6_2, .gchoice.gchoice_7_6_3,
.gchoice.gchoice_6_6_0, .gchoice.gchoice_6_6_1, .gchoice.gchoice_6_6_2, .gchoice.gchoice_3_6_0, .gchoice.gchoice_3_6_1, .gchoice.gchoice_3_7_1, .gchoice.gchoice_3_7_2 {
    float: left;
    width: 100%;
}
fieldset#field_7_9, fieldset#field_7_7, fieldset#field_7_10 , fieldset#field_7_6, fieldset#field_6_6, fieldset#field_3_6 {
    margin-bottom: -10px;
}
input#choice_6_6_0, input#choice_6_6_1, input#choice_6_6_2 {
    margin-bottom: 10px;
}
.gchoice.gchoice_7_6_1 , .gchoice.gchoice_7_6_2, .gchoice.gchoice_7_6_3, .gchoice.gchoice_3_7_1, .gchoice.gchoice_3_7_2{
    padding-left: 15px;
	margin-bottom: 8px;
}
.gchoice.gchoice_7_6_1{
	margin-top: 8px;
}
fieldset#field_6_7, fieldset#field_3_6 {
    margin-top: -6px;
}
fieldset#field_7_10 {
    margin-bottom: 0;
}
fieldset#field_3_7 {
    margin-top: -5px;
}
.home .gform_wrapper.gravity-theme .gfield input.large{
    width: 100%;
    padding: 10px;
    color: #838383;
    border: 1px solid #fff;
    font-size: 13px;
    text-align: left;
    width: 100%;
    background: #fff;
    font-weight: 400;
}
input#gform_submit_button_4 {
    margin: 0 auto;
}
.home  input#gform_submit_button_4, input#gform_submit_button_5, input#gform_submit_button_8{
    border: 0;
    padding: 10px 46px;
    color: #fff;
    font-size: 13px;
    background: #000;
    width: auto;
}
input#gform_submit_button_8{
    margin: 0 auto;
}
.hide-content.active {
    background: #fff;
}
.hide-content.active h2{
	padding-left:15px;
	padding-top:15px;
}
#content .read-more-content {
    background: #fff;
    padding-left: 15px;
    padding-top: 15px;
	margin-bottom:0;
}
iframe#video {
    width: 100% !important;
    height: 100% !important;
	margin-top: 50px;
}
.btn:active:focus, .btn:focus {
    outline: unset;
    outline-offset: unset;
}
.journyw.journywhide, #journey .btn-back{
	display:none;
}
.btn-back.journywhide{
	display:block !important; 
    border: 1px solid #00d3ff !important;
	color:#fff !important;
}
.ministry-desktop, .ministry-mobile {
    width: 100%;
    display: inline-block;
}
.ministry-mobile {
    display: none;
}
.col-sm-5.img-ministry {
    text-align: center;
}
.desktop-post-img {
    display: block;
}
.mobile-post-img {
    display: none;
}
.related-img {
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.related-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.tvmds_container {
    width: 82%;
    margin: 0 auto;
}
.modal-header .close i {
    font-weight: 300;
}

.accordian_layout .faq .panel-body {
    padding: 15px;
}
.accordian_layout .faq{
    width: 100%;
}
.accordian_layout .faq ul.nav.nav-tabs li a {
    border-radius: 0;
    padding: 5px 10px;
    margin-right: 0;
    margin-bottom: 0;
    letter-spacing: 1;
    padding: 15px 25px;
    font-size: 20px;
    color: #fff;
}
.accordian_layout .faq ul.nav.nav-tabs li.active a.nav-link {
    border-top: 3px solid #8527af;
}
.accordian_layout .faq .nav-tabs>li>a:hover {
    border-color: transparent;
}
.accordian_layout .faq .nav-tabs>li.active>a, 
.accordian_layout .faq .nav-tabs>li.active>a:focus, 
.accordian_layout .faq .nav-tabs>li.active>a:hover {
    color: #000 !important;
    border: 0;
    border-bottom-color: transparent;
}

.accordian_layout .faq .panel-default>.panel-heading {
    background-color: #ebebeb;
    border-color: #ebebeb;
    padding: 15px;
    color: #222;
}
.accordian_layout .faq .nav>li>a:focus, .accordian_layout .faq .nav>li>a:hover {
    background-color: transparent;
}
.accordian_layout .faq .tab-pane {
    padding-left: 10px;
}
.accordian_layout .faq .panel-body p{
    font-size: 16px;
}
.faq .panel-title > a.collapsed:before{
    float: right !important;
    font-family: "Font Awesome 5 pro";
    content: "\f068";
    padding-right: 5px;
}
section.container-fluid.accordian_layout.mobile{
    display: none;
}
section.container-fluid.accordian_layout.desktop{
    display: block;
}
.accordian_layout .faq h2 {
    color: #393939;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.accordian_layout ul#myTab {
    border: 1px solid #8527af;
}
.accordian_layout li.nav-item.active {
    background: #fff;
}
div#myTabContent {
    padding: 25px;
    background: #fff;
    border: 1px solid #8527af;
    border-top: 0;
}
.accordian_layout .faq ul#myTab {
    background: #8527af;
    border-bottom: 1px solid #8527af;
}
.page-id-5150 .accordian_layout .faq ul#myTab {
    background: #c8a065;
    border-bottom: 1px solid #c8a065;
}
.page-id-5153 .accordian_layout .faq ul#myTab {
    background: #8527af;
    border-bottom: 1px solid #8527af;
}
.page-id-5150 div#myTabContent {
    border: 1px solid #c8a065;
}
.page-id-5153 div#myTabContent {
    border: 1px solid #8527af;
}
.page-id-5150 .accordian_layout .faq ul.nav.nav-tabs li.active a.nav-link {
    border-top: 3px solid #c8a065;
}
.page-id-6869 .accordian_layout .faq ul.nav.nav-tabs li.active a.nav-link {
    border-top: 3px solid #d19e5c;
}
.page-id-5153 .accordian_layout .faq ul.nav.nav-tabs li.active a.nav-link {
    border-top: 3px solid #8527af;
}
.page-id-5150 .accordian_layout ul#myTab {
    border: 1px solid #c8a065;
}
.page-id-5153 .accordian_layout ul#myTab {
    border: 1px solid #8527af;
}
.page-id-6869 .accordian_layout .faq ul#myTab {
    background: #d19e5c;
    border-bottom: 1px solid #d19e5c;
}
.page-id-6869 div#myTabContent {
    border: 1px solid #d19e5c;
}
.page-id-6869 .accordian_layout ul#myTab {
    border: 1px solid #d19e5c;
}
body.page-id-4862{
    background: #fff;
}
.accordian_layout .tab-pane p{
    font-size: 16px;
}
/*.page-id-4862 .tablepress>:where(thead,tfoot)>*>th {
    background-color: #a40219  !important;
    color: #fff !important;
}*/
.page-id-4862 .tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
    border-top: 1px solid #a40219;
}
/*.page-id-4862 .tablepress>:where(tbody)>.odd>* {
    color: #fff;
    background-color: #a40219;
}*/
.chrismas-btn{
    text-align: center;
    margin-top: 30px;
}
.chrismas-btn a {
    background: #8527af;
    padding: 15px 25px;
    letter-spacing: 2px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.page-id-5150 .chrismas-btn a {
    background: #c8a065;
}
.page-id-5153 .chrismas-btn a {
    background: #8527af;
}
.page-id-6869 .chrismas-btn a {
    background: #d19e5c;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #3e0a9b;
}
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover {
    background-color: #8527af;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border: 1px solid #3e0a9b;
    color: #3e0a9b;
}
.tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #8527af;
}
span.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
    font-size: 60px;
}
.tribe_events .post-single .small_title{
    display: none;
}
.tribe_events .post-single.breadcrumbs_display {
    background: #07070C;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 50px;
}
.tribe-events-meta-group a {
    color: #8527af;
}
.tribe-events-event-meta a, .tribe-events-event-meta a:visited {
    color: #8527af;
}
@media (max-width: 1368px){
    iframe#playerIFrame {
        height: 53% !important;
    }
}
@media(max-width:1200px){
    iframe#playerIFrame, iframe#playerIFramenow {
        height: 49% !important;
    }
	.home .home_impact {
		height: 215px;
	}
}
@media(max-width:991px){
    iframe#playerIFrame, iframe#playerIFramenow {
        height: 36% !important;
    }
	.home .home_impact {
		height: 320px;
	}
}
@media (max-width: 880px){
    iframe#playerIFrame, iframe#playerIFramenow {
        height: 25% !important;
    }
}
@media(max-width:991px){
	.ministry-mobile {
		display: block !important;
	}
	.ministry-desktop{
		display: none;
	}
	.tvmds_container {
		width: 92%;
		margin: 0 auto;
	}
	section.container-fluid.accordian_layout.mobile{
        display: block;
    }
    section.container-fluid.accordian_layout.desktop{
        display: none;
    }
}
@media(max-width:767px){
	.tvmds_container {
		width: 98%;
		margin: 0 auto;
	}
	.mobile-post-img {
		display: block;
	}
	.desktop-post-img {
		display: none;
	}
	.read-more-show-content-hide.vision_i p br{
		display:none;
	}
	.read-more-show-content-hide p, .full-i {
		width: 93%;
	}
	.left-gu {
		width: 95%;
	}
	.gform_wrapper.gravity-theme .gfield.gfield--width-half {
		grid-column: span 12 !important;
		-ms-grid-column-span: 12 !important;
	}
	.left-gu-now {
		text-align: center;
		margin-bottom: 20px;
	}
	.post-home, .slider-cat, .post-pagee {
		opacity: 1;
		visibility: visible;
		transition: opacity 1s ease;
		-webkit-transition: opacity 1s ease;
	}
	iframe#video {
		margin-top: 0px;
	}
}
@media (max-width: 400px){
	.home_impact {
		height: 215px;
	}
	.home .home_impact {
		height: 215px;
	}
}
@media (max-width: 380px){
	.home_impact {
		height: 200px;
	}
	.home .home_impact {
		height: 200px;
	}
}
/* ------------- hide slidebar picture --------- */

.page-id-94 div#block-3, .page-id-94 .box_section, div#block-20{
	display:none;
}
.page-id-371 .mobile-sidebar div#block-20 {
    display: block;
}
div#content .top-section {
    margin-bottom: -20px;
}
.embed-responsive-item{
	width:100% !important;
}

button#read-more-jouney {
    color: #00d3ff !important;
    margin-bottom: 30px;
    display: inline-block;
}
#journey .hide-content.active {
    padding-bottom: 15px;
}
form#searchform input.search-field {
    color: #000;
}
.searchandfilter label {
    width: 100%;
}
.searchandfilter ul {
    padding-left: 0;
}
form#search-filter-form-2079 ul{
  position: relative;
}
li.sf-field-submit {
    width: auto !important;
    position: absolute;
    top: 0;
    right: 0;
}
form#search-filter-form-2079 input[type="submit"] {
    padding: 10px 20px;
    color: #fff;
}
form#search-filter-form-2079 input[type="submit"] {
    background: linear-gradient(84deg, rgba(133,39,175,1) 0%, rgba(62,10,155,1) 100%);
}
.background_image_with_text .modal-header p {
    margin-top: 10px;
    color: #fff;
}
.Journey .full-i h2 {
    color: #fff !important;
    margin-bottom: 23px;
}
.Journey .full-i p{
	margin-bottom: 20px;
}
iframe#nofocusvideo {
    width: 100% !important;
    height: 37% !important;
}
div#journey .hide-content.active .left-gi p:first-child {
    display: none;
}
.search-custom input[type="submit"] {
    background: linear-gradient(84deg, rgba(133,39,175,1) 0%, rgba(62,10,155,1) 100%);
    color: #fff;
    padding: 15px;
}
select#provider {
    width: 12%;
    min-height: 43px;
    color: #757979;
    text-transform: uppercase;
}
.page-id-96 .home_impact_carasoul_inner .title h2 a {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
	color: #393939 !important;
}
.home_impact_carasoul.page .post-home-view a {
    color: #393939 !important;
}
#sidemyModal .modal-content{
    padding-top: 6px;
    padding-bottom: 10px;
    background: rgb(133,39,175);
    background: linear-gradient(84deg, rgba(133,39,175,1) 0%, rgba(62,10,155,1) 100%);
}
#sidemyModal .modal-content h2{
	color:#fff;
}
li.sf-field-tag ul li input {
    width: auto !important;
    height: auto !important;
}
li.sf-level-0 {
    width: auto !important;
    display: inline-block !important;
    padding-right: 15px !important;
}
.searchandfilter label {
    width: auto;
}
.searchandfilter label {
    width: auto;
    text-transform: capitalize;
    padding-left: 0 !important;
}
li.sf-field-search input, li.sf-field-search label {
    width: 100% !important;
}
li.sf-field-tag {
    float: right;
}
li.sf-field-tag ul li input {
    width: auto !important;
    float: left !important;
    margin-right: 6px;
    height: auto !important;
}
.demo-color span {
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}
.ministry-img {
    text-align: center;
}
.on-right p span::empty, .on-right p span br {
  display:none;
}
#sidemyModal h4{
	color:#fff !important;
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
    color: #393939;
}
select#provider{
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    /* and then whatever styles you want*/
	height: 30px; 
	width: 100px;
	padding: 5px;
	border-radius:0;
	background-color:#fff;
}
.category-3 li.sf-field-search, .category-3 .found, .category-3 li.sf-field-submit,
.category-6 li.sf-field-search, .category-6 .found, .category-6 li.sf-field-submit{
	display:none;
}
/*.category-5 .navigation ul li:nth-child(6),
.category-5 .navigation ul li:nth-child(7),
.category-5 .navigation ul li:nth-child(8),
.category-5 .navigation ul li:last-child{
	display:none;
}*/
/*select#provider {
	text-align: center;
	text-align: -webkit-center;
}*/
.modal-header p, .modal-header h4 {
    width: 100%;
    color: #fff;
}
.modal-header h4 {
    line-height: 29px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.page-id-96 .home_impact_carasoul_inner .title h2 a{
		color: #393939 !important;
	}
    .modal-header .close {
		margin-top: -6px;
		color: #fff !important;
		opacity: 1;
		font-size: 26px;
    }
}
@media(max-width:767px){
    select#provider {
        width: 80%;
        min-height: 50px;
		text-indent:40%;
    }
	.search-custom {
		display: inline-block;
		width: 100%;
	}
	div#journey .full-i p{
		display:none;
	}
	.about-overview h2 {
		line-height: 30px;
		font-size: 20px;
	}
	.full_width_sponsor_ad .modal-header .close {
		margin-top: -99px;
	}
	table.station_calendar_default_table {
		width: 98% !important;
	}
	.station_calendar_default_calendar_wrapper, #tvmds_station_calendar_datepicker {
		width: 100%;
	}
	.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
		width: 100%;
		margin-bottom: 50;
	}
	.home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow, .home_impact_carasoul_inner button.slide-arrow.prev-arrow.slick-arrow {
		width: 26px;
		height: 26px;
	}
	.home_impact_carasoul_inner button.slide-arrow.next-arrow.slick-arrow i.fas.fa-arrow-right,
	.home_impact_carasoul_inner button.slide-arrow.prev-arrow.slick-arrow i.fas.fa-arrow-right{
		font-size: 10px;
		margin-left: -3px !important;
	}
    iframe#playerIFrame, iframe#playerIFramenow {
        height: 30% !important;
    }
}
@media (max-width: 600px){
    iframe#playerIFrame, iframe#playerIFramenow {
        height: 44% !important;
    }
}
@media (max-width: 480px){
	.home_impact {
		height: 295px;
	}
	.category-3 .home_impact {
		height: 245px;
	}
    iframe#playerIFrame {
        height: 26% !important;
    }
}
@media (max-width: 440px){
    .home_impact {
        height: 240px;
    }
    .page-id-96 .home_impact {
		height: 215px;
	}
}
@media (max-width: 400px){
	.page-id-96 .home_impact {
		height: 212px;
	}
	
}
@media (max-width: 380px){
    .page-id-96 .home_impact {
        height: 190px;
    }
    iframe#playerIFrame {
		height: 32% !important;
	}
}
@media (max-width: 360px) {
    .home .home_impact {
        height: 178px;
    }
	.page-id-96 .home_impact {
        height: 178px;
    }
}
section#mu-show{
    display: none;
}
/*.home .home_impact_carasoul_inner ul.nav.nav-tabs li a{
	pointer-events: none;
    cursor: default;
}*/
.popup-content.active {
    display: inline-block;
    background: #fff;
}
.popup-content.active {
    display: inline-block;
    background: #fff;
	width:100%;
}
.whitle-wordking{
	text-align:center;
	color: #fff;
	margin-top:0px;
}
.img-se {
    text-align: center;
}
.modal.fade.in {
    background: #000000de;
}
.modal-content {
    background-color: transparent;
    border: 0;
    border: 0;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow:unset;
}
.close {
    color: white;
    opacity: 1;
}
.close:focus, .close:hover {
    color: white;
    opacity: 1;
}
.postid-2973 .post-date {
    display: none;
}

.post-single.sin.soul-food .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-bottom: 20px;
}
@media(min-width:768px){
	ul#menu-primary-menu {
		float: none !important;
		text-align: center;
		display:inline-block;
	}
	.modal-dialog {
		width: 60%;
		margin: 30px auto;
	}
}
.soul-food .post-home-inner p {
    font-size: 18px;
}
.soul-food .post-home-inner h4 {
    line-height: 24px;
    font-size: 20px;
}
.soul-food .small_tag {
    font-size: 15px;
}
.post-single.sin.soul-food p{
	font-size:17px;
}
.post-single.sin.soul-food ul li {
    font-size: 17;
}
.category-recipes .cat-name-custom h1, .category-recipes .post-single.breadcrumbs_display, .category-soulfood .cat-name-custom h1{
	display:none;
}
h1.seo-t{
	color:#000;
}
#myModalmy .embed-responsive-16by9 {
    padding-bottom: 66.25%;
}
/*.page-id-96 .post-home-view a {
    display: none;
}*/

div#block-28{
    display: none;
}
.mobile-sidebar .widget, .desktop-sidebar .widget, .sidebar .widget{
    margin-bottom: 15px;
}
@media(min-width:1550px){
    iframe#playerIFrame, iframe#playerIFramenow {
        height: 51% !important;
    }
}

.single-post.enable-search-modal .full_width_colored_inner {
    margin-top: -8%;
}

/* ---------------------- New Directory ------------------- */
.d-search h3 {
    width: 60%;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0 auto;
}
.d-search {
    text-align: center;
    background: #fff;
    margin-top: 80px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.directory-form {
    margin-top: 40px;
    text-align: left;
}
.directory-form .label {
    width: 100%;
    font-weight: 600;
}
.directory-form input#zip {
    width: 100%;
    padding: 10px;
    border: 1px solid #e7e2e2;
    border-radius: 5px;
    font-size: 18px;
}
.directory-form button#search_btn {
    padding: 8px 20px;
    margin-top: 20px;
    background: #1ea4af;
    border: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.directory-form label {
    font-weight: normal;
    color: #3e0a9b;
    font-size: 16px;
}
.result-c-row {
    background: #3e0a9b21;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: left;
    padding-left: 15px;
}
div#result-search-row {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-top: 0;
    padding-top:10px;
    padding-bottom:10px;
}
div#search-result-t {
    margin-top: 30px;
	font-size: 17px;
}
@media(max-width:1024px){
    .d-search h3 {
        width: 100%;
    }
    .d-search {
        margin-top: 20px;
    }
    .page-template-directory .footer.foter-logo {
        margin-top: 20px;
    }
}
.whitle-hre a {
    background: #1ea4af;
    padding: 15px 25px;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
}
.whitle-hre.mob a {
    background-color: #1ea4af;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 15px;
}

@media(min-width:768px){
	.whitle-hre.desk{
		display: block;
	}
	.whitle-hre.mob{
		display:none;
	}
}

@media(max-width:767px){
	.whitle-hre.mob{
		display:block;
	}
	.whitle-hre.desk{
		display: none;
	}
	.directory-form button#search_btn {
		width: 100%;
	}
}
/* ---------------------- End New Directory ------------------- */

#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin-top: -25px !important;
}
div#mega-menu-wrap-Primary-Menu {
    margin-top: 10px;
}
section#coming_up .home_impact {
    height: 378px;
}
form.directory-form p {
    margin-top: 15px;
    font-size: 17px;
}
@media(max-width:767px){
    #mega-menu-wrap-Primary-Menu .mega-menu-toggle {
        margin-top: -50px;
    }
    .logo{
        display:inline-block;
        z-index: 999;
    }
    #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        margin-top: 0px !important;
    }
	form.directory-form p {
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 360px){
	.page-id-96 section#coming_up .home_impact {
    	height: 170px;
	}
}
section#originals_specials{
    display: none;
}
.page-id-6682 .directory-form button#search_btn {
    background: #860909;
}
.page-id-6682 .accordian_layout .faq ul#myTab {
    background: #860909;
    border-bottom: 1px solid #860909;
}
.page-id-6682 div#myTabContent {
    border: 1px solid #860909;
}
.page-id-6682 .accordian_layout .faq ul.nav.nav-tabs li.active a.nav-link {
    border-top: 3px solid #860909;
}
.custom-logo-t-inner {
    padding: 30px;
    margin-top: 70px;
}
div#schedulepop .modal-header {
    padding: 20px 20px 0 0;
    border-bottom: 0;
}
.form-x input#fname {
    padding: 10px;
    border: 0;
	width: 60%;
	margin-right: 5px;
}
.form-x input[type="submit"] {
    background: #d0ab74;
    border: 0;
    text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px;
}
.form-x {
    position: absolute;
    top: 200px;
    left: 65;
    width: 50%;
}
.modal.fade.in {
    background: #000000de;
    height: 100%;
}
.pop_desktop{
    display: block;
}
.pop_mobile{
    display: none;
}
.form-x h3{
	color: #d19e5c;
}
.form-x input#gform_submit_button_9 {
    background: #4683b2;
}
@media (min-width: 768px) {
    div#schedulepop .modal-dialog {
        width: 75%;
    }
}
@media (max-width: 767px) {
   div#schedulepop  .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
}
@media(max-width:2000px){
	.form-x {
        top: 338px;
        left: 76px;
        width: 40%;
    }
}
@media(max-width:1600px){
	.form-x {
        top: 415px;
        left: 90px;
        width: 40%;
    }
}
@media (max-width: 1500px) {
    .form-x {
        top: 260px;
        left: 57px;
        width: 40%;
    }
}
@media (max-width: 1400px) {
    .form-x {
        top: 230px;
        left: 56px;
    }
}
@media (max-width: 1320px) {
    .form-x {
        top: 220px;
        width: 50%;
        left: 56px;
    }
}
@media(max-width:1240px){
	.form-x {
		top: 210px;
        left: 52px;
        width: 52%;
	}
}
@media(max-width:1200px){
	.form-x {
		top: 200px;
		left: 53px;
		width: 60%;
	}
}
@media(max-width:1024px){
	.form-x {
        top: 169px;
        left: 47px;
        width: 60%;
    }
	.form-x input#fname {
		padding: 10px;
	}
	.form-x input[type="submit"] {
		padding: 7px 20px;
	}
	.form-x {
        top: 55px;
        left: 30px;
        width: 60%;
    }
	.gform_wrapper.gravity-theme input[type=text] {
		padding: 3px !important;
	}
	.home .gform_wrapper.gravity-theme .gfield input.large {
		padding: 6px !important;
	}
	.form-x {
        top: 174px;
        left: 45px;
        width: 60%;
    }
}
@media(max-width:991px){
   .form-x {
        top: 445px;
        left: 58px;
        width: 81%;
	}
	.pop_desktop{
	    display: none;
	}
	.pop_mobile{
	    display: block;
	}
}
@media (max-width: 900px) {
    .form-x {
        top: 435px;
        left: 54px;
        width: 85%;
    }
	.form-x input#fname {
        padding: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 850px) {
    .form-x {
        top: 325px;
        left: 52px;
        width: 80%;
    }
	.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 800px) {
    .form-x {
        top: 325px;
        left: 47px;
        width: 85%;
    }
}
@media(max-width:767px){
	.form-x input#fname {
        padding: 4.5px;
        width: 100%;
        float: left;
    }
	.form-x h3 {
		font-size: 12px;
		line-height: 1.2;
	}
	.form-x {
        top: 405px;
        left: 63px;
        width: 85%;
    }
	.form-x input[type="submit"] {
        font-weight: 400;
        padding: 7px 10px;
        font-size: 10px;
        width: 60%;
        margin-top: 3px;
    }
	.page-id-6682 .custom-logo-t-inner {
        padding: 30px;
        margin-top: 0;
    }
    .page-id-6682 .d-search {
        margin-top: 0px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .page-id-6682 .d-search h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .page-id-6682 .accordian_layout .faq h2 {
        margin-bottom: 20px;
        margin-top: 0px;
        font-size: 22px;
        line-height: normal;
    }
    .page-id-6682 .faq {
        margin: 20px auto;
    }
	button.cus-btn {
		padding: 2px 23px;
		font-size: 15px;
	}
	section#newslatter .background_image_with_text_inner .bottom {
		top: 96px;
		right: 196px;
	}
}
@media (max-width: 680px) {
	.form-x {
        top: 380px;
        left: 50px;
        width: 85%;
    }
	fieldset#field_9_4, div#field_9_3 {
		margin-top: -11px;
	}
}
@media (max-width: 550px) {
    .form-x {
        top: 290px;
        left: 44px;
        width: 85%;
    }
	.form-x input#fname {
        margin-bottom: 2px;
    }
	.form-x .gform_wrapper.gravity-theme .ginput_complex span {
        flex: 0 0 50% !important;
    }
	span#input_9_1_3_container {
		flex: 0 0 48% !important;
		margin-right: 6px;
	}
}
@media (max-width: 480px) {
	.form-x {
        top: 210px;
        left: 38px;
        width: 85%;
    }
}

@media (max-width: 380px) {
    .form-x {
        top: 170px;
        left: 30px;
        width: 81%;
    }
	span#input_9_1_3_container {
        flex: 0 0 47% !important;
        margin-right: 6px;
    }
}
@media (max-width: 320px) {
    .form-x {
        top: 90px;
        left: 150px;
        width: 44%;
    }
}
.page-id-6869 .directory-form button#search_btn {
    background: #d19e5c;
}
.page-id-6869 .chrismas-btn{
	display: none;
}
div#gform_confirmation_message_9 {
    color: #fff;
}
section#newslatter .background_image_with_text_inner {
    min-height: 190px;
}
/*section#newslatter button.cus-btn {
    background: #4683b2;
}*/
section#newslatter button.cus-btn, section#newslatter a.cus-btn {
    background: #7ed956;
    font-weight: 600;
    color: #000;
}
section#newslatter a.cus-btn {
    padding: 15px 25px;
    letter-spacing: 1;
    font-size: 17px;
}
section#newslatter .background_image_with_text_inner .bottom {
    text-align: right;
    top: 75px;
    right: 35px;
}
section#newslatter{
    display: none;
}
.postid-7620 .full_width_colored_inner {
    background: #fff;
}
.postid-7620 .full_width_colored_inner p{
	padding-left: 25px;
	padding-right: 25px;
}
.postid-7620 .full_width_colored_inner h2 {
    padding-left: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}
a.new-btn-x {
    background: #f4c246;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
}
.new-pop-btn{
	text-align: center;
}
@media(max-width:767px){
	div#schedulepop {
		padding-right: 0 !important;
	}
	div#schedulepop .modal-body iframe {
		width: 100% !important;
		height: 23% !important;
	}
}