*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
html{
  font-size: 1rem;
}


body {
  opacity: 1;
  transition: 2s opacity;
    color: #000;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
body{
  font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
h1{
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
}

p{
  color:#333333;
}
h2 {
  margin-bottom: 10px;
}


h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
    color:#333333;
}

h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.pad-8{
  padding-bottom: 8px;
  padding-right: 8px !important;
}

.content {
  padding: 0px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  margin-top: 30px;
}
button.read_more_btn.collapsible.active {
  display: none;
}


.max-width-85 {
    max-width: 1600px;
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    padding-top: 30px;
}
.img-responsive{
  width: 100%;
}
button:focus {
  outline: none !important;
}
.two-column-text {
  column-count: 2;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 700;
  color:#0b1224;
}

ul {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}

li {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}


p{
  font-size: 1rem;
  color: #333333;
}

button.read_more_btn {
  background-color: #d1b698;
  border: 0;
  padding: 5px 8px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 15px;
  font-size: .8rem;
  transition: .5s;
}

button.registration_btn {
  background-color: #000;
  border: 0;
  padding: 8px 20px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 15px;
  font-size: .8rem;
  transition: .5s;
  color: #d1b698;
  margin-bottom: 15px;
}

button.read_more_btn:hover {
  background-color: #000;
  color:#fff;
  transition: .5s;
}

button.registration_btn:hover {
  background-color: #d1b698;
  color:#000;
  transition: .5s;
}


.flexslider .slides .owl-nav {
  display: flex;
  position: absolute;
  bottom: 15%;
  right: 7%;
}


@media screen and (max-width:767px) {
.max-width-85 {
  max-width: 1600px;
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
h2, .h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

}

/* ////////////////////scroll///////////////////////// */



/* ////////////////////////navbar/////////////////////////// */
header#header {
    position: relative;
    background-color: #fff;
}

.dropdown button {
  padding: 0.2em .4rem;
  font-size: .95rem;
  color: #000;
  font-weight: 500;
  transition: .3s;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}

#header-nav {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s 0.3s ease;
    z-index: 1000;
  }
  #header-nav.hide-nav-bar {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  a.menu-link {
    float: right;
    display: block;
    padding: 1em;
    margin-top: 36px;
}
  nav[role=navigation] {
    clear: right;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] {
    max-height: 0;

  }
  nav[role=navigation].active {
    max-height: 25em;

}

  nav[role=navigation] ul {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0.7em 0 0;
 
  }
nav[role=navigation] li a {
    display: block;
    font-size: .95rem;
    color: #000;
    font-weight: 400;
    transition: .3s;
}

nav[role=navigation] li a:hover{
    text-decoration: none;
    color: #eaae68;
    transition: .3s;
}
  .menu-link {
    height: 30px;
    width: 33px;
    cursor: pointer;
  }
  .bar1,
  .bar2,
  .bar3 {
    margin-top: 3px;
    background: #999;
    width: 33px;
    height: 4px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .bar2 {
    margin-top: 13px;
  }
  .bar3 {
    margin-top: 23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .brand {
    float: left;
    padding: 0;
    max-width: 110px;
    background-color: #fff;
    padding: 10px 15px 10px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
  .brand a {
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
}
nav#menu {
  padding-top: 5px;
}

nav#menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

span.navbar-top-icon {
  margin-right: 10px;
}

li.active a {
    border-bottom: 2px solid #000 !important;
}

ul.social-media-block-header {
  display: flex;
  position: absolute;
  right: 0;
  top: 40px;
}
ul.social-media-block-header li {
  margin-left: 20px;
}


  @media screen and (min-width: 900px) {

    a.menu-link {
      display: none;
    }
    .js nav[role=navigation] {
      max-height: none;
    }
    nav[role=navigation] ul {
      margin: 0 0 0 -0.25em;
      border: 0;
      float: right;
      margin-top: 27px;
      margin-bottom: 10px;
      margin-left: 30px;
  }
nav[role=navigation] li {
    display: inline-block;
    margin: 0 0.25em;
    padding: 0 10px;
}
    nav[role=navigation] li a {
      border: 0;
    }

  }



  @media screen and (max-width: 900px) {
header#header {
    z-index: 1;
}
      
nav#menu ul li {
    padding-bottom: 16px;
}  
      
      
    .js nav[role=navigation] {
      max-height: 0;
      display: none !important;
  }
  nav#menu.active {
    display: block !important;
}
nav[role=navigation] ul {
  margin: 0;
  padding: 0;
  float: left;
  padding: 0.7em 0 0;
  width: 100%;
    z-index: 100;
}

    nav[role=navigation] {
      width: 100%;
  }
  nav[role=navigation] li a {
    padding-left: 0;
}
.brand {

  padding-bottom: 12px;
}


li.active::before {
  display: none;
}
.brand {
  float: left;
  padding: 1em 0;
  width: 80%;
}

  }

  @media screen and (max-width: 576px) {
  .brand {
    float: none;
    padding: 1em 0;
    width: 100%;
    margin: 0px auto;
    display: flex;
}
a.menu-link {
  float: none;
  display: block;
  padding: 1em;
  text-align: revert;
  display: flex;
  position: absolute;
  top: 40px;
  right: 30px;
  margin-top: 0;
}
  }


li.active {
  position: relative;
}

.brand a {
  display: flex;
  align-items: center;
}
a:hover,a:focus{
  text-decoration: none;
}


#menu li.active a {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  line-height: 1;
  font-weight: 700 !important;
}

  /* ////////////////////////navbar ends here/////////////////////////// */


/* //////////////////////////////////video container///////////////////////////////////////// */

section#home_banner_section_202008_01 {
  position: relative;
  height: 100vh;
}
.video-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #1b72d6;
  opacity: 0.2;
}

.video-container-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.video-container-text h1 {
  color: #fff;
  font-size: 7rem !important;
  font-weight: 700;
}
.video-container-text h3 {
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: 600;
}



@media(max-width: 900px) {
  .video-container-text {
        left: 50%;
  }

  .video-container-text h1 {
        font-size: 3rem !important;
        text-align: center;
  }
}



/* ////////////////////////////////home_section_our_story_202008_01//////////////////////////////// */



section#home_section_our_story_202008_01 {
  padding: 40px 0;
  position: relative;
}

span.sub_title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 80px;
  position: relative;
  margin-bottom: 30px;
  color: #d1b698;
}
span.sub_title::before {
  position: absolute;
  content: "";
  width: 70px;
  left: 0;
  top: 13px;
  background-color: #c8ac8e;
  height: 1px;
}
.home_our_story_202008_01_text {
  padding-left: 40px;
}


@media screen and (max-width:991px) {
.home_our_story_202008_01_text {
  padding-left: 0;
  margin-bottom: 30px;
}
}

/* ///////////////////////////////home_section_youth_202008_01//////////////////////////////// */


#home_section_youth_202008_01{
  padding: 40px 0;
  background-image: url(../img/youth_home_wrapper_img_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_youth_202008_01_text {
  padding: 40px;
  background-color: #fff;
}
 h3 {
  color: #d1b698;
}



@media screen and (max-width:576px) {
.our_story_mission_img_202008_01 {
  width: 150px;
  margin: 0px auto;
}
.our_story_mission_text_202008_01 {
  text-align: left;
}
}

/* ///////////////////////////////home_section_ktn_stories_202008_01//////////////////////////////// */

section#home_section_ktn_stories_202008_01 {
  padding: 60px 0;
  position: relative;
}

.home_ktn_stories_202008_01_text {
  padding: 10px 0;
}
.home_ktn_stories_block_title{
  padding-top: 20px;
}
.home_ktn_stories_block_title h3 {
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 35px;
}
.home_ktn_stories_block_title h3::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #c8ac8e;
}
.home_ktn_stories_202008_01_img {
  margin-top: 30px;
}
.home_ktn_stories_block_title h3 {
  color: #000;
}
.home_ktn_stories_202008_01_img.outline_grey {
  border: 1px solid #ccc;
}



span.big_font {
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
  padding-right: 10px;
  color: #c8ac8e;
}
.home_ktn_stories_date {
  color: #c8ac8e;
  display: flex;
  align-items: center;
}


/* 
/////////////////////////////////////////home_section_our_partners_202008_01//////////////////////////////////////// */

section#home_section_our_partners_202008_01 {
  position: relative;
  padding: 40px 0;
}

#home_section_our_partners_202008_01 .owl-nav button {
  background-color: #d1b698 !important;
  padding: 0px 14px 6px !important;
  font-size: 2rem !important;
  margin-top: 15px;
  line-height: 1 !important;
}

section#home_section_our_partners_202008_01 img {
  display: block;
  width: auto !important;
}

.row.our_partners_202008_01_block {
  justify-content: center;
}


section#home_section_our_partners_202008_01 .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 120%;
  top: 14px;
  left: -9%;
}

.item {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px) {

section#home_section_our_partners_202008_01 .owl-nav {
  width: 109%;
  top: 14px;
  left: -17px;
}
.item {
  display: flex;
  justify-content: center;
}
}

@media screen and (max-width:576px) {

  section#home_section_our_partners_202008_01 .owl-nav {
    width: 112%;
    top: 14px;
    left: -17px;
}
  }


  @media screen and (max-width:400px) {
    section#home_section_our_partners_202008_01 .owl-nav {
      width: 114%;
      top: 14px;
      left: -9px;
  }
    }

/* 
/////////////////////////////////////////home_section_gallery_202008_01//////////////////////////////////////// */



section#home_section_gallery_202008_01 {
  padding: 50px 0;
  text-align: center;
  display: none;
}
.row.home_video_gallery_video_block_202008_01 {
  justify-content: center;
}
.home_video_gallery_video_block_item_202008_01 {
  margin-bottom: 25px;
}



/* 
///////////////////////////////////footer///////////////////////////////////// */

footer#footer_section_202008_01 {
  position: relative;
  margin-top: 100px;
  background-color: #fff;
  height: 550px;
}


.slider {
  position: absolute;
  width: 100%;
  top: -62px;
  overflow: hidden;
}
.slider .slider-row {
  width: 2956px;
  height: 500px;
  transition: .5s;
  background-image: url(../img/footer_img_big.jpg);
  filter: grayscale(100%);
  background-size: contain;
  -webkit-animation: slide 50s linear infinite;
          animation: slide 50s linear infinite;
}

.slider .slider-row:hover{
  filter: grayscale(0%);
  transition: .5s;
}


@-webkit-keyframes slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -2956px;
  }
}

@keyframes slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -2956px;
  }
}




/* //////////////////////////////////////our_story_banner_section_202008_01///////////////////////////////////////// */




#our_story_banner_section_202008_01{
  position: relative;
  background-image: url(../img/our_story_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#kochi_city_banner_section_202008_01{
  position: relative;
  background-image: url(../img/kochi_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}


#our_story_section_kochi_202008_01{
  padding: 40px 0;
  background-image: url(../img/our_story_kochi_wrapper_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



section#our_story_section_vision_mission_202008_01 {
  padding: 80px 0 20px;
  position: relative;
}
.row.our_story_mission_block_202008_01 {
  padding-top: 40px;
}
.our_story_mission_text_202008_01 {
  position: relative;
  padding-left: 20px;
}
.our_story_mission_text_202008_01::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d1b698;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.our_story_mission_text_202008_01 h4 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.row.our_story_mission_block_202008_01 .row {
  margin-bottom: 25px;
}



section#kochi_city_content_section_202008_01 {
  padding: 60px 0;
  position: relative;
}

p.text_cap {
  text-transform: uppercase;
}
.border-top {
  border-top: 1px solid #949494 !important;
  padding-bottom: 20px;
}
.blog_img {
  margin-bottom: 20px;
}

ul.social-media-block-footer {
  display: flex;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

ul.social-media-block-footer li {
 margin-right: 25px;
}


@media screen and (max-width:991px) {

  #our_story_banner_section_202008_01, #kochi_city_banner_section_202008_01{
    height: 400px;
  }
}


/* //////////////////////////////////////ktn_events_banner_section_202008_01///////////////////////////////////////// */

section#ktn_events_block_section_202008_01 {
  position: relative;
  padding: 40px 0;
}
section#ktn_events_block_section_202008_01 a {
  color: #000;
}

.ktn_events_block_item_text_202008_01 .owl-nav button, gallery_block_section_202008_01, .owl-nav button {
  background-color: #d1b698 !important;
  padding: 0px 10px 4px !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
}
button.owl-prev{
  margin-right: 20px;
}

#ktn_events_banner_section_202008_01{
  position: relative;
  background-image: url(../img/ktn_events_banner_01.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#ktn_events_wrapper_section_202008_01 {
  padding: 40px 0;
  background-image: url(../img/ktn_events_wrapper_img_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0;
}

.ktn_events_wrapper_block_202008_01{
  padding: 15px;
  background-color: #fff;
  box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 32px 32px, rgba(35,35,35,0.05) 0px 64px 64px;
    transform: translate(0, -4px);
    margin-bottom: 25px;
}

.ktn_events_block_text_202008_01 {
  margin-top: 20px;
}

.ktn_events_wrapper_block_text_202008_01 h4 {
  font-size: 1.1rem;
  padding-top: 12px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
}
.event_gallery_block_img {
  margin-bottom: 20px;
}
.event_gallery_block_img img{
  width: 100% !important;
}

#independence_day_banner_section_202008_01{
  position: relative;
  background-image: url(../img/ktn_events_ind_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}


#peace_walk_banner_section_202008_01{
  position: relative;
  background-image: url(../img/ktn_events_peace_walk_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#art_ex_banner_section_202008_01{
  position: relative;
  background-image: url(../img/event_art_ex_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#flood_relief_banner_section_202008_01{
  position: relative;
  background-image: url(../img/ktn_event_flood_relief_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}


#corona_banner_section_202008_01{
  position: relative;
  background-image: url(../img/corona_page_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#business_meeting_banner_section_202008_01{
  position: relative;
  background-image: url(../img/KTN_Business_main_baner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#gallery_banner_section_202008_01 {
  position: relative;
  background-image: url(../img/gallery_banner.jpg);
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
}

#prayer_summit_banner_section_202008_01{
  position: relative;
  background-image: url(../img/prayer_summit_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#seminar_banner_section_202008_01{
  position: relative;
  background-image: url(../img/KTN_seminar_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}


#contact_banner_section_202008_01{
  position: relative;
  background-image: url(../img/contact_banner_img.jpg);
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
}

@media screen and (max-width:1400px) {
  .row.our_partners_202008_01_block div {
    flex-basis: 13%;
    flex-grow: 0 !important;
}

#our_story_banner_section_202008_01 {
    height: 600px;
}

#ktn_events_banner_section_202008_01 {
  height: 600px;
}

}

@media screen and (max-width:1200px) {
#ktn_events_banner_section_202008_01 {
  height:500px;
}

}


@media screen and (max-width:991px) {

  #independence_day_banner_section_202008_01, #peace_walk_banner_section_202008_01, #art_ex_banner_section_202008_01, #flood_relief_banner_section_202008_01, #business_meeting_banner_section_202008_01, #gallery_banner_section_202008_01, #prayer_summit_banner_section_202008_01, #seminar_banner_section_202008_01, #contact_banner_section_202008_01{
    height: 400px;
  }

  #ktn_events_banner_section_202008_01{
    height: 400px;
  }

  .row.our_partners_202008_01_block div {
    flex-basis: 20%;
    flex-grow: 0 !important;
}

}


section#flood_relief_mobile_banner_section_202008_01 {
  display: none;
}

@media screen and (max-width:767px) {
  section#flood_relief_banner_section_202008_01 {
    display: none;
  }

  section#flood_relief_mobile_banner_section_202008_01 {
    display: block;
}

#ktn_events_banner_section_202008_01 {
  height:350px;
}


}

@media screen and (max-width:600px) {

  #ktn_events_banner_section_202008_01 {
    height:280px;
  }
  
}

@media screen and (max-width:576px) {
  .ktn_events_block_img_202008_01 {
    margin: 30px 0 0;
  }
  .row.event_sidebar_block {
    text-align: center;
}
ul.social-media-block-footer {
  margin-bottom: 50px;
}

}

.row.gallery_block {
  background-color: #fff;
  margin-top: -40px;
  padding: 20px 0;
}


#event_footer_section_202008_01{
  position: relative;
  background-image: url(../img/kochi_banner_wrapper.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  /* filter: grayscale(100%); */
}
.event_footer_section_text_block_202008_01{
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  text-align: center;
}

.event_footer_section_text_block_202008_01 h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}
.event_footer_section_text_block_202008_01 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}

.btn_white {
  background-color: #fff;
  padding: 8px 15px;
  width: max-content;
  border-radius: 5px;
  margin: 0px auto;
  font-weight: 600;
  border: 0;
  transition: .5s;
}

.btn_white:hover {
  background-color: #000;
  color: #fff;
  transition: .5s;
}

footer {
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
.footer_text h5 {
  color: #797979;
  font-size: .8rem;
  margin-bottom: 15px;
}
.footer_text h3 {
  font-size: 1.3rem;
  font-weight: 600;
}


/* /////////////////////////////////ktn_event_inner_banner_section_202008_01//////////////////////////////////// */

#ktn_event_inner_banner_section_202008_01{
  position: relative;
  background-image: url(../img/ktn_event_inner_banner.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.dance_img_block {
  margin: 30px 0;
}
.ktn_events_block_item_text_202008_01 {
  margin-top: 40px;
}
.date_block {
  font-size: .9rem;
  margin-bottom: 20px;
  color: #656565;
  font-weight: 700;
  display: none;
}
.event_sidebar_block_img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #313131;
}

.event_sidebar_block_text h6{
  font-weight: 700;
}
.row.event_sidebar_block {
  margin-bottom: 20px;
  align-items: center;
}

@media screen and (max-width:1300px) {
.event_sidebar_block_img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

}

@media screen and (max-width:991px) {
  .event_sidebar_block_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
  }
  .event_sidebar_block_text {
    margin-top: 12px;
}
  }

/* ///////////////////////////////spheres_banner_section_202008_01///////////////////////////////// */



#spheres_banner_section_202008_01{
  position: relative;
  background-image: url(../img/spheres_banner_img.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
ul.ul_class_list li {
  list-style: disc;
  margin-left: 20px;
  padding-bottom: 5px;
}

.ktn_events_block_item_text_202008_01 h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}
.ktn_events_block_item_text_202008_01 h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
}

.seven_mountain_block .home_ktn_stories_block_title {
  padding-top: 0px;
}


@media screen and (max-width:991px) {

  #spheres_banner_section_202008_01{
    height: 400px;
  }
}


/* ///////////////////////////////youth_movement_banner_section_202008_01/////////////////////////////// */

#youth_movement_banner_section_202008_01{
  position: relative;
  background-image: url(../img/youth_movement_banner.jpg);
  height: 860px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.ktn_events_block_item_text_202008_01 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

@media screen and (max-width:1400px) {
  #youth_movement_banner_section_202008_01 {
    height: 600px;
  }
}



@media screen and (max-width:1300px) {

  #youth_movement_banner_section_202008_01 {
    height: 600px;
  }
  
  }
  @media screen and (max-width:1100px) {

    #youth_movement_banner_section_202008_01 {
      height: 500px;
    }
    
    ul.social-media-block-header {
      top: 7px;
  }
    }

@media screen and (max-width:991px) {

#youth_movement_banner_section_202008_01 {
  height: 360px;
}

}

@media screen and (max-width:650px) {
  #youth_movement_banner_section_202008_01 {
    height: 300px;
  }
}

@media screen and (max-width:450px) {
  #youth_movement_banner_section_202008_01 {
    height: 250px;
    background-position: right;
  }
}


/* 
/////////////////////////contact form////////////////////////////////// */




.contact-wrap label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 5px;
  margin-top: 15px;
  }
  
  .form-group-wrapper .form-group-content {
    padding-bottom: 10px;
}
  
  .form-group-wrapper .form-group-content > img {
      margin-top: 10px;
  }
  
  
  .form-center p {
      color: #000;
      font-weight: 400;
  }
  p.contact-details a {
    color: #000;
    transition: .5s;
}

p.contact-details a:hover {
  color: #d1b698;
  transition: .5s;
}
  
  .pipe-divider{
  color:#4d515e;
  padding: 0px 15px;
  }
  
  .contact-details{
  font-weight: 300;
  font-size: 1.3rem;
  }
  

  .demoInputBox {
    border-color: #ccc;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    float: left;
    font-size: 1rem;
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    transition: .5s;
}
textarea#content {
  height: 100px;
}
.demoInputBox:focus {
  box-shadow: none;
  border-bottom:1px solid #000;
  transition: .5s;
  outline: none;
}

.form-group > img {
    float: left;
    margin-top: 20px;
}

input#captcha {
  width: 300px;
}
h3#mail-status {
  margin-top: 40px;
}
button#contact-submit {
  background-color: #d1b698;
  border: 0;
  padding: 5px 8px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 15px;
  font-size: .9rem;
}


#page_footer_section {
  position: relative;
  background-image: url(../img/ktn_footer_tile.gif);
  padding: 60px 0;
background-repeat: repeat-x;
background-position: left bottom; 
  
}
#page_footer_section .max-width-85 {
  max-width: 1600px;
  width: 95%;
}


.footer_block {
  text-align: left;
}




/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(24, 23, 23, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  border-radius: 50%;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  -webkit-box-shadow: 0 0 20px rgba(156, 10, 10, 0.05);
  box-shadow: 0 0 20px rgba(173, 4, 4, 0.05);
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  z-index: 1000;
}

.cd-top:hover {
  background-color: rgb(63, 61, 61);
  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;
      right: 30px;
      bottom: 30px;
  }
}


