/*

  color choices:
  brown: #B45040;
  very-dark: #1F3241;

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');

*
{
  border-radius: 0px !important;
}

body
{
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.clear-float, .clear-fix
{
  clear: both;
}

.full-width
{
  width: 100% !important;
}

.width-height-240
{
  height: 240px;
  width: 240px;
}

.width-height-210
{
  height: 210px;
  width: 210px;
}

.navbar-container
{
  z-index: 9999;
  transition: 0.2s;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-container.shadow-lg
{
  box-shadow: 0 0 50px RGBA(0,0,0, 0.6) !important;
}

.navbar-container-popped-out
{
  position: fixed;
  top: 40px;
  left: 50px;
  right: 50px;
}


@media screen and (min-width: 975px)
{
  .navbar-container-fit-top
  {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px !important;
    background:#fff;
    border-bottom: 1px solid #bcbcbc;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    z-index: 1000;
  }
}

.navbar
{
  padding: 0px;
  transition: 0.2s;
}

.navbar-container-fit-top .navbar
{
  padding: 0px 10px;
}

.navbar-nav
{
  padding: 0px;
}

.nav-item
{
  margin: 0px;
  padding: 0px 0px;
  transition: 0.2s;
  padding: 20px 7px;
  /* text-transform: uppercase; */
}

@media screen and (max-width: 974px)
{
  .nav-item
  {
    padding: 10px 7px;
  }
}

.nav-link
{
  white-space: nowrap;
  color: #1F3241;
  font-weight: bold;
  transition: 0.2s;
  font-size: 1.1em;
  letter-spacing: 0.04px;
  border-bottom: 2px solid #fff;
}

.nav-link:hover, .nav-link.active
{
  color: #B45040;
  border-bottom: 2px solid #B45040;
}

.nav-item.donate
{
  background: #1F3241;
}

.nav-item.donate .nav-link:hover
{
  color: #B45040;
}

.bg-none
{
  background: none !important;
}

.bg-light-alpha-75
{
  background: RGBA(255,255,255,0.95);
}

.bg-c1-light
{
  background: #3a607c;
}

.bg-c1-medium
{
  background: #1E3241;
}

.bg-c2-medium
{
  background: #B45040;
}

.bg-very-dark
{
  background: #1F3241 !important;
}

.bg-very-light
{
  background: #fefefe !important;
}

.bg-brown
{
    background: #B45040 !important;
}

.bg-cover
{
  background-size: cover;
  background-position: center;
}

.bg-featured
{
  background: #edf3f5;
}

.text-brown
{
    color: #B45040 !important;
}

.text-very-dark
{
  color: #1F3241;
}

.bold, .text-bold
{
    font-weight: bold !important;
}

.carousel-item
{
  height: 480px;
}

.carousel-caption
{
  /* position: absolute;
  top: 55% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;  */

  background-color: none; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.carousel-caption h3
{
  font-size: 36px;
}

.icon-bg
{
  font-size: 20px;
}

.carousel-indicators li
{
  width: 16px;
  height: 16px;
  border-radius: 8px !important;
}

.hidden
{
  display: none !important;
}

.overlow-auto
{
  overflow: auto;
}

#searchField
{
  transition: 0.8s;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.header
{
  z-index: 100;
}

.top-header ul
{
    padding: 0px;
    list-style-type: none !important;
    margin: 0px;
}

.top-header ul li
{
  list-style-type: none !important;
  float: left;
  padding: 20px 0;
}

.top-header ul li a
{
  padding: 0px 15px;
  color: #ababab;
  font-size: 16px !important;
}

.brand-contact-header
{
  padding: 40px 0px;
}

.brand-contact-header ul
{
    list-style-type: none;
}

.brand-contact-header ul li
{
  float: left;
  margin-left: 30px;
  padding-left: 55px;
  position: relative;
}

.brand-logo
{
  padding-left: 0px;
}

.brand-logo img
{
  vertical-align: middle;
}

.brand-logo a
{
  margin-left: 0px;
}

.home-page-about-boxes
{
  /* margin-top: 50px; */
  margin-top: 10px;
  margin-bottom: 40px;
}

.about-box-icon
{
  font-size: 60px;
}

.btn-more
{
  font-size: 0.98em;
}

.home-page-about-boxes .card-container
{
  height: 375px;
}

.home-page-about-boxes .more-btn-container
{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px;
}

.home-page-about-boxes .card
{
  border-radius: 0px;
  border: 0px;
  padding: 5px;
  background: none;
}

.home-page-about-boxes .card-container:hover
{
  background: #B45040 !important;
  color: #f8f9fa !important;
}

.home-page-about-boxes .card .card-title
{
  font-weight: bold;
  /* white-space: nowrap; */
  text-align:center;
  font-size: 21px;
  color: #B45040;
}

.home-page-about-boxes .card-container:hover .card .card-title
{
  color: #ffffff;
}

.home-page-projects-boxes
{
  margin-top: 65px;
  margin-bottom: 40px;
}

.home-page-projects-boxes .card
{
  margin: 10px 5px;
  border-radius: 0px;
  border: 0px;
  padding: 5px;
  background: none;
}

.home-page-projects-boxes .card-body h5
{
  font-weight: bold;
}

.home-page-projects-boxes .card-body
{
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.home-page-projects-boxes .card-container .card-body::after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(230,230,230,0.8);
}

.home-page-projects-boxes .card-container:hover .card-body::after
{
  background: rgba(50,50,50,0.75) !important;
}

.home-page-projects-boxes .card-body:hover h5
{
  color: #dc7868 !important;
}

.home-page-projects-boxes .card .card-title
{
  font-size: 21px;
  white-space: nowrap;
}

.card-container
{
  padding: 7px;
  transition: 0.3s;
}

.home-page-projects-boxes .card-container:hover
{
  background: #b5c8d7 !important;
  color: #f8f9fa !important;
}

.section-heading
{
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-heading h1
{
  margin: 30px 0px;
  font-size: 36px;
}

.section-heading span
{
  /*border-bottom: 3px solid #B45040;
  padding-bottom: 12px;*/

  border-bottom: 2px solid #B45040;
  /*padding-bottom: 12px;*/
}

@media only screen and (max-width : 767px)
{
  h1.text-very-dark
  {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px)
{
    .home-page-events .featured-event .section-heading
    {
        margin-top: 80px;
    }
}


.chairman-message-container
{
  position: relative;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../../../../../sk.kz/photo/2017/jule2017/a08fa1f357bbe11ee30506fdc54176eb.html) center ;
  background-size: cover;
  z-index: 99;
}

.chairman-message-container::after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(230,230,230,.9);
}

.message-content
{
  font-size: 16px;
  line-height: 1.9;
  padding-bottom:30px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.hr-fancy
{
  color: #fff;
  height: 3px;
  background: #fff;
  border-radius: 3px !important;
}

@media screen and (max-width: 992px)
{
    .home-page-events .featured-event .section-heading
    {
        margin-top: 80px;
    }
}

.event-wrap
{
    margin-top: 12px;
}

.event-wrap figure
{
    width: 210px;
    height: auto;
}

.event-wrap figure img
{
    display: block;
    width: 100%;
    height: 190px;
}

.event-content-wrap
{
    width: calc(100% - 230px);
    margin-top: -10px;
}

.event-content-wrap .entry-title a
{
    font-size: 21px;
    font-weight: 600;
    color: #262626;
}

.event-content-wrap .posted-date a,
.event-content-wrap .cats-links a
{
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}

.event-content-wrap .posted-date a
{
    padding-right: 14px;
    margin-right: 14px;
}

.event-content-wrap .posted-date a::after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #262626;
}

.event-content-wrap .entry-content
{
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #363636;
}

.event-content-wrap .entry-footer a
{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #ff5a00;
    text-decoration: none;
}

.entry-h-separator
{
  height: 12px;
}

.home-page-events
{
    padding: 15px 0;
}

.cause-wrap
{
    /* margin-top: 50px; */
}

.featured-event .cause-wrap
{
    padding: 40px 24px;
    background: #edf3f5;
}

.featured-event .featured-event .cause-wrap figure
{
    width: 246px;
    height: auto;
}

.cause-wrap figure img
{
    display: block;
    width: 100%;
}

.featured-event .featured-even-content-wrap
{
    width: calc(100% - 280px);
}

.featured-even-content-wrap .entry-title a
{
    font-size: 26px;
    font-weight: 600;
    color: #262626;
}

.featured-even-content-wrap .posted-date a,
.featured-even-content-wrap .cats-links a
{
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}

.featured-even-content-wrap .posted-date a
{
    padding-right: 14px;
    margin-right: 14px;
}

.featured-even-content-wrap .posted-date a::after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #262626;
}

.featured-even-content-wrap .entry-content
{
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 14px;
    color: #929191;
}

.cause-wrap .fund-raised
{
    margin-top: 64px;
}

.fund-raised-details
{
    font-size: 14px;
    color: #929191;
}

.page-footer
{
  background: url(../../../home/footer-bg.jpg);
  position: relative;
  z-index: 99;
}

.page-footer::after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(230,230,230,0.9);
}

.footer-items
{
    position: relative;
    padding: 96px 0 90px;
    font-weight: 500;
    color: #1F3241;
    background-size: cover;
    z-index: 99;
}

.footer-items h2
{
    margin-bottom: 20px;
    font-size: 1.15rem;
    color: #1F3241;
    padding-bottom: 1em;
    text-transform: uppercase;
    position: relative;
}

.footer-items ul {
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
}

.footer-items ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-items ul li a {
    color: #1F3241;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

.footer-items ul li a:hover
{
  color: #B45040;
}

.foot-about p
{
    font-size: 14px;
    line-height: 2;
    color: #1F3241;
}

.foot-about ul li
{
    margin-right: 28px;
}

.foot-about ul li a
{
    color: #1F3241;
    font-size: 26px;
}

.foot-about ul li a i
{
    padding: 3px 3px 3px 4px;
    border: 1px solid #1F3241;
    border-radius: 3px !important;
}

.foot-latest-news ul li
{
    display: block;
    margin-bottom: 36px;
}

.foot-latest-news ul li h3
{
    font-size: 14px;
}

.foot-latest-news ul li .posted-date
{
    font-size: 12px;
}

.foot-contact ul li
{
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.foot-contact ul li .fa
{
    width: 28px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
}

.foot-contact ul li span
{
    width: calc(100% - 3px);
}

.page-footer .input-group
{
  margin-top: 4px;
  margin-right: 5px;

}

.page-footer .form-control
{
  border-radius: 0.25rem !important;
  font-size: 1em;
}

.page-footer .input-group-append, .page-footer .input-group-append span.input-group-text
{
  z-index: 99 !important;
  margin-left: -5px !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

#scrollInfo
{
  position: fixed;
  right: 20px;
  bottom: 20px;

}

.navbar-collapse
{
  padding: 10px 0px;
}

.btn.rounded
{
  border-radius: 10px !important;
}

.rounded-lg
{
  border-radius: 40px !important;
}

.rounded-md
{
  border-radius: 30px !important;
}

.rounded-sm
{
  border-radius: 10px !important;
}

.dropdown-menu
{
  margin-top: -15px;
  border-radius: 10px !important;
  transition: 0.2s;
  -webkit-box-shadow: 5px 5px 6px -2px rgba(0,0,0,0.43);
  box-shadow: 5px 5px 6px -2px rgba(0,0,0,0.43);
}

.dropdown-item
{
  font-size: 0.80em;
  word-spacing: 3.2px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-item:focus, .dropdown-item:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #1F3241;
}

.breadcrumb-item a
{
  color: #1F3241;
  font-weight: bold;
}

.card-his
{
  background: #EDF3F5;
}

/* .card-his .heading-container span
{
  display: block;
  position: relative;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
} */

.card-his .card-title
{
  padding-top: 0px;
  padding-bottom: 2px;
  margin-bottom: 0px;
}

.card-his .card-title h5
{
  padding: 0px;
  margin: 0px;
  font-size: 1.25rem;
}

.card-his .card-title h6
{
  padding: 0px;
  margin: 0px;
  font-size: 1.0rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
}

.card-his .card-text
{
  font-size: 14px;
  color: #929191;
}

.card-his p
{
  margin-bottom: 0.7rem;
}

.card-his .card-small-detail, .card-his small
{
  font-size: 0.75em;
  padding-left: 2px;
}

.his_cover_image
{
  width: 100%;
}

@media only screen and (max-width: 600px)
{
  .his_cover_image
  {
    height: 200px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px)
{
  .his_cover_image
  {
    height: 300px;
  }
}

@media only screen and (min-width: 768px)
{
  .his_cover_image
  {
    height: 400px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { .big-card-figure  { height: 200px; } }

.his_cover_image img, .his_cover_image a
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 992px)
{
  .modal-dialog
  {
    max-width: 980px;
  }
}

figure.thumbnail
{
  padding: 0px;
  margin: 0px;
  border: 1px solid #cdcdcd;
}

figure.thumbnail img, figure.thumbnail a
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.big-card-figure
{
  width: 100%;
  height: 100%;
  border: 1px solid #cdcdcd;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { .big-card-figure  { height: 180px; } }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { .big-card-figure  { height: 200px; } }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) { .big-card-figure  { height: 210px; } }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) { .home-featured-event .big-card-figure  { height: 315px; } }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { .home-featured-event .big-card-figure  { height: 315px; } }
