@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Raleway-Thin';
  src: url('../fonts/Raleway-Thin.ttf');
  font-weight: normal;
}


/*
font-family: 'Open Sans', sans-serif;
*/

body {
  font-family: 'Open Sans', sans-serif;
}

a:focus,
a:hover {
  text-decoration: none;
}

.scrollup {
  width: 54px;
  height: 65px;
  position: fixed;
  bottom: 0;
  right: 50px;
  background-color: #f8f8f8;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}

.scrollup img {
  margin: 0 auto;
  padding: 10px;
}

.scrollup:focus,
.scrollup:hover {
  color: #069340;
}


/* hover effect */

figure {
  width: 100%;
  height: 100%;
  background: #e0ffed !important;
}

.hover14 figure::before {
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/* Gray Scale */

.hover08 figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.hover08 figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


/******************  start  ******************/

.cust-nav {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  border-top: 10px solid #fcb64e;
}

.cust-nav .tleft-box .top-head {
  color: #777777;
  font-size: 15px;
}

.cust-nav .tleft-box .top-desc a {
  font-size: 16px;
  font-weight: 600;
  color: #615c60;
}

.cust-nav .tleft-box .top-desc a:focus,
.tleft-box .top-desc a:hover {
  color: #fcb64e;
}

.cust-nav .tleft-box .tleft-ico {
  color: #fff;
  background: #fcb64e;
  font-size: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  padding-top: 14px;
  margin-top: 6px;
}

.cust-nav .top-right-link {
  padding: 25px 0;
}

.btn-donate {
  font-size: 18px;
  padding: 12px 35px;
  background: #fcb64e;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.cust-nav .navbar-collapse {
  background: #615c60;
}

.cust-nav .navbar-nav {
  float: unset;
  text-align: center;
}

.cust-nav .navbar-nav>li {
  float: none;
  display: inline-block;
  padding: 10px;
}

.cust-nav .navbar-nav>li>a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border-right: 1px solid #8e878c;
  padding: 6px 25px 6px 5px;
}

.cust-nav .navbar-nav>li>.active,
.cust-nav .navbar-nav>li>a:focus,
.cust-nav .navbar-nav>li>a:hover {
  color: #fcb64e;
  background-color: transparent;
}

.cust-nav .navbar-nav>li:last-child a {
  border-right: none;
}

.cust-slide .cap-head {
  font-size: 80px;
  font-family: 'Raleway-Thin';
  font-weight: 600;
  margin-bottom: 0;
}

.cust-slide .cap-desc {
  font-size: 45px;
  line-height: 35px;
}

.cust-slide .carousel-caption {
  left: 10%;
  bottom: 90px;
  text-align: left;
}

.cust-slide .cap-bline {
  width: 150px;
  height: 5px;
  background: #fcb64e;
  margin-top: 10px;
}

.section11 {
  padding: 40px 0;
}

.section11 .head1 {
  font-size: 35px;
  color: #333333;
  text-align: center;
}

.section11 .desc {
  padding: 15px 0;
  font-size: 17px;
  text-align: center;
  color: #615c60;
}

.section11 .btn-read-more {
  border-radius: 50%;
  position: relative;
  margin: 0 auto -90px;
}

.section11 .btn-read-more:active {
  box-shadow: none;
}

.section12 {
  padding: 50px 0;
  background: url('../images/services-bg.png');
  background-attachment: fixed;
  height: 100%;
}

.section12 .bg-line {
  height: 2px;
  background: #fff;
  position: relative;
  bottom: 25px;
}

.section12 .head {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #6c676b;
  padding: 0 15px;
}

.pt50 {
  padding-top: 50px;
}

.service-box .top-head {
  color: #fff;
  font-size: 22px;
}

.service-box .top-desc {
  color: #e6e6e6;
  font-size: 15px;
  padding-bottom: 20px;
}

.service-box .media-object {
  padding: 10px;
}

.btn-contact1 {
  font-size: 18px;
  margin: 20px 0 10px;
  padding: 10px 25px;
  border-radius: 22px;
  background: #fff;
  color: #434343;
  text-transform: uppercase;
}

.btn-contact1:focus,
.btn-contact1:hover {
  color: #747474;
  box-shadow: 0 0 3px 1px #fcb64e;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.section13 {
  padding: 30px 0;
}

.section13 .partner-box {
  padding: 10px;
  height: 100px;
}

.section13 .partner-box img {
  margin: 0 auto;
}

.section14 {
  margin-bottom: 25px;
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.section14 .head {
  font-size: 30px;
  color: #494949;
}

.section14 .desc {
  font-size: 15px;
  color: #615c60;
  font-weight: 600;
  padding: 25px 0;
  word-spacing: 1px;
}

.btn-rmore {
  font-size: 16px;
  padding: 8px 20px;
  color: #494949;
  border-radius: 18px;
  border: 1px solid #494949;
}

.btn-rmore:focus,
.btn-rmore:hover {
  color: #747474;
  border-color: #fcb64e;
  box-shadow: 0 0 2px 1px #fcb64e;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.section14 .btm-line1 {
  width: 100px;
  height: 1px;
  background: #fcb64e;
}

.section14 .btm-line2 {
  width: 100px;
  height: 1px;
  background: #ffffff;
}

.ab-box {
  height: 450px;
  padding: 30px 25px;
}

.ab-box2 {
  padding: 0;
}

.ab-box2 .com-logo img {
  height: 450px;
  width: 100%;
  margin: 0 auto;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-yellow {
  background: url('../images/testi-bg1.png');
}

.testi-desc {
  font-size: 30px;
  color: #fff;
  padding: 15px 0 10px;
  font-family: 'Georgia';
  font-style: italic;
}

.testi-name {
  padding: 10px 0;
  color: #fff;
}

footer {
  background: #615c60;
  padding: 50px 0 10px;
}

footer .media-heading,
footer .media-heading a,
.media-left i {
  font-size: 14px;
  color: #fff;
}

footer .foot-head {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

footer .foot-ul {
  list-style-type: none;
  padding: 0;
}

footer .foot-ul li a {
  font-size: 13px;
  color: #d6d6d6;
}

footer a:focus,
footer a:hover {
  color: #fcb64e !important;
}

footer .news-head {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

footer .news-desc {
  font-size: 13px;
  color: #fff;
  text-align: center;
}

footer .inp-grp {
  margin: 10px 0;
}

footer .inp-news {
  height: 40px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

footer .btn-news i {
  background: #fcb64e;
  padding: 7px 8px;
  color: #fff;
  border-radius: 15px;
}

footer .btn-news {
  height: 40px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-left: none;
}

footer .btn-donate2 {
  font-size: 18px;
  padding: 7px 35px;
  background: #fcb64e;
  color: #fff !important;
  border-radius: 25px;
  text-transform: uppercase;
}

footer .btn-donate2:hover,
footer .btn-donate2:focus {
  background: #ffffff;
  transition: all .5s ease-in-out;
}

footer .foot-row1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #a2a2a2;
}

footer .foot-row2 {
  padding: 15px 0;
}

footer .social-link li a {
  color: #474747;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
}

footer .copy-link {
  font-size: 13px;
  color: #c5c5c5;
}

footer .copy-link a {
  font-size: 13px;
  color: #fff;
}


/* contact page */

.section72 .media-heading,
.section72 .media-heading a,
.section72 .media-left i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  color: #fcb64e;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.section72 .media-body a {
  color: #e6e6e6;
  font-size: 15px;
}

.section72 .contact-box .top-head {
  color: #fff;
  font-size: 22px;
}

.section72 .contact-box .top-desc {
  color: #e6e6e6;
  font-size: 15px;
  padding-bottom: 20px;
}

.btn-send-msg1 {
  background: #fcb64e;
  padding: 10px 25px;
  font-size: 16px;
}


/* partnership page */

.section61 {
  padding: 30px 0;
}

.section61 .head1 {
  font-size: 35px;
  color: #333333;
  padding: 10px 0;
  border-bottom: 2px solid #fcb64e;
}

.section61 .desc {
  padding: 15px 0;
  font-size: 17px;
  color: #615c60;
}

.section61 .partnership-row {
  box-shadow: 0 0 2px 0 #ddd;
  padding: 12px 0;
  margin: 10px 15px;
}

.section61 .partnership-box {}

.section61 .partnership-box img {
  padding: 50px 0 20px;
  margin: 0 auto;
}


/* testimonial carousel */

#myCarousel2 .carousel-indicators {
  bottom: -20px;
}

.booth-box {
    box-shadow: 0 0 1px 1px #fcb64e;
    padding: 30px;
    margin: 20px 10px;
    height: 220px;
}
.booth-box .head {
    color: #fcb64e;
    font-size: 26px;
    text-align: center;
     border-bottom: 1px solid #615c60;
    padding-bottom: 10px;
}
.booth-box .desc {
      padding: 15px 0;
    font-size: 17px;
    text-align: center;
    color: #615c60;
}

.section73{
    padding: 30px 0;
    background: #fcb64e;
}

.insp-lhs{
  margin: 20px 0 10px;
}