@charset "utf-8";
/* CSS Document */

body{ margin:0px;
	padding:0px;
	 font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
	font-size:14px;
	overflow-x: hidden;}
	
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Playfair Display', serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #528e01;.abt-icon-name
  margin: 0;
}
h3 {
    font-size: 29.6px;
}
h4{ 
font-size: 22px;}
h5 {  
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 19.8px;
  color: #606060;
}
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
a {  
  color: #DF6F1D;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #000;
  text-decoration: none;
  outline: none!important;
}
a:active {
  text-decoration: none;
}	
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; 
  color: #606060;
  font-size: 16.2px;
  line-height: 22.5px;
}
.col-spacing {
  padding: 0;
}
.row-spacing > [class*='col-']:first-child {
  padding-left:0;
}

@media (max-width: 992px) {
  .row-spacing > [class*='col-']:first-child {
    padding-left: 15px;
  }
}
.row-spacing > [class*='col-']:last-child {
  padding-right:0;
}
@media (max-width: 992px) {
  .row-spacing > [class*='col-']:last-child {
    padding-right: 15px;
  }
}
.row-full-spacing > [class*='col-'] {
  padding: 0;
}
.row-full-spacing {
  padding: 0;
}
.section {
  margin-top: 50px;  
  margin-bottom: 38px;
  text-align: center;
}
.section-heading:after {
  content: url(../images/after.png);
  position: absolute;
  margin-top: 35px;
  left: 0;
  right: 0;
}
.sub-heading {
  font-size: 19.6px;
  font-weight: 400; 
  line-height: 1.23;
  text-align: center;
  color: #606060;  
  max-width: 577px;
  margin: 49px auto auto;
}
.btn-default {
  font-size: 12.2px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  border: none;
  border-radius: 13.3px;
  width: 142px;
  height: 34px;
  line-height: 2!important;
  background: #DF6F1D; 
  text-transform: uppercase; 
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active:focus,
.btn-default.active:hover {
  color: #A1A1A1;
  background: #E6E6E6; 
  outline: none!important;
  border: none!important;
}
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
	
/* menu css*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 35px 22px 35px;
  font-size: 14px;
  text-decoration: none;
  color: #54270c;
  font-weight: 600;
  border-top: 2px solid transparent;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
#cssmenu ul li:last-child a{
  padding-right: 0;
}
#cssmenu ul li:first-child a{
  padding-left: 0;
}
#cssmenu > ul > li:hover > a {
  color: #457700;
  /*border-top: 2px solid #E4B855; */
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 18px;
  padding-left: 18px;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #E4B855;
  background-color: rgba(0, 0, 0, 0.5);
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 45px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;  
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px 15px!important;
  width: 225px;
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  background: #222222;
  text-transform: uppercase;
  z-index:1;  
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #FFF;
  background-color: #E4B855;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.5);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  background: none;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  color: #E4B855;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  top:-65px; 
  right:0px;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 8px;
  width: 25px;
  border-top: 2px solid #1F1F1F;
  border-bottom: 2px solid #1F1F1F;
  content: '';
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 25px;
  background: #1F1F1F;
  content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #1F1F1F;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #1F1F1F;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #262626;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 43px;
  width: 43px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #DDD;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 19px;
  right: 17px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #FFF;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #DDD;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 16px;
  right: 20px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}
.nav-bar {
  background:rgb(255 255 255 / 80%);
}
.logo {
  margin-top: 4px;
}
.nav-bar .donate-btn .btn {
  margin-top: 27px !important;
  line-height: 2.2 !important
}
.nav-bar .donate-btn a {
  padding: inherit!important;
}
.nav-bar .donate-btn:hover a ,
.nav-bar .search-icon:hover a {
  border-top: 2px solid transparent !important;
}
.nav-bar .search-icon a {
  font-size: 18px !important;
}
.donate-btn .btn-default:hover,
.donate-btn .btn-default:focus {
  color: #A1A1A1! important;
}
.top-nav-collapse {
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0,0,0,0.2);
}
.top-nav-collapse #cssmenu > ul > li > a {  
  padding-top: 33px;
  padding-bottom: 34px;
}
.top-nav-collapse .logo {
  margin-top: 6px;
    margin-bottom: 6px;
}
.top-nav-collapse .donate-btn .btn {
  margin-top: 26px!important;
}
@media(min-width:767px) and (max-width:787px) {
  .top-nav-collapse .navigation-menu {
    margin-top: 15px;
  } 
}
@media(max-width:787px) {
  .nav-bar {
     background: #fff;
  } 
  .nav-bar.navbar-fixed-top {
     position: inherit;     
  }
  .navigation-menu{
    margin-top: 20px;
  }
  #cssmenu > ul > li > a,
  .top-nav-collapse #cssmenu > ul > li > a {
  color: #fff;
    padding: 18px 12px 12px !important;
  } 
  ul.open {
    background-color: #54270c;
  }
  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #54270c;
  }
  #cssmenu.small-screen #menu-button:before {    
    background: #54270c;
  }
  #cssmenu.small-screen #menu-button:after {   
    border-top: 2px solid #54270c;
    border-bottom: 2px solid #54270c;
  }
  #cssmenu.small-screen #menu-button.menu-opened:before {    
    background: #E4B855;
  }
  #cssmenu.small-screen #menu-button.menu-opened:after {    
    background: #E4B855;
  }
  .nav-bar .donate-btn .btn {
    line-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 7px !important;
}
}
@media(max-width:1200px) {
  
  .nav-bar .search-icon {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .donate-btn,
  {
    visibility: hidden;
    width: 0;
    
  }
}
@media(min-width:768px) and (max-width:992px) { 
  #cssmenu > ul > li.has-sub > a {
    padding-right: 12px;
    padding-left: 12px;
  }
  .section{margin-top:20px;margin-bottom:20px;}
  .causes-heading{ padding-bottom:0!important;}
}

/* slider owl css */

.home-slider-img {
  height: 80vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
  -webkit-background-size: cover;
  -moz-background-size: cover;  
  -ms-background: active;      
}
.slider-dtl {  
  position: absolute;
  top: 55%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.slider-heading {
  color: #FFF;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
  text-align: center;
  font-size:40px;
}
.slider-subheading {
  line-height: 1.23;
  color: #FFF;
  text-align: center;  
  max-width: 577px;
  margin: 20px auto auto;
}
@media (max-width: 767px) {
.logo img{ width:50%;}
.about-content{ margin-left:0!important; margin-right:0!important;}

  .slider-dtl .slider-heading {
    font-size: 28px;
  }
  .slider-dtl .slider-subheading {
    font-size: 18px;
  }
  .slider-countdown {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slider-dtl .slider-heading {
    font-size: 38px;
  }
  .slider-dtl .slider-subheading {
    font-size: 22px;
  }
}



.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* countdown css */
.slider-countdown {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 56.6px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-top: 38px;
}
.slider-countdown .count-dtl:before {
  position: absolute;
  top: 50px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19.1px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 1.9px;
  color: #FFF;
  text-align: center;
  margin: 10px auto 0;
  left: 0;
  right: 0; 
  text-transform: uppercase;
}
.slider-countdown .counter-col {
  display: inline-block;  
  width: 97px;
  height: 107px;
  border: solid 2px rgba(255, 255, 255, 0.55);
  border-radius: 15px;
  margin-right: 3px;
  line-height: 75px;
}
@media (min-width: 768px) and (max-width: 1200px) { 
  .slider-countdown {
    font-size: 45px;  
  }
  .slider-countdown .count-dtl:before {
    font-size: 18px;
    top: 40px;
  }
  .slider-countdown .counter-col {  
    width: 87px;
    height: 97px;
  } 
}

/* about section */


.read-more {
  margin-top: 22px;
  font-style: italic;
}
.read-more i {  
  margin-left: 6px;
  color: #E4B855;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.read-more:hover i,
.read-more:focus i {
  color: #000;
}
.about-content {
  margin-top: 5%;
  margin-left: 7px;
  margin-right: 5%;
}
.about-subheading {  
  margin-top: 24px;
  margin-bottom: 28px;
}
.abt-tab-block {
  padding-top: 140px;
  padding-bottom: 145px;
}
.abt-tab-main-block .overlay-bg { 
  background: rgba(0,0,0,0.6);
}
.abt-tab-content {
  position: relative;
}
.abt-tab-heading {
  color: #FFF;
  max-width: 677px;
  line-height: 1.24;
  margin: 0 auto;
}
.abt-tab-subheading { 
  color: #ABABAB; 
  line-height: 1.27; 
  max-width: 577px; 
  margin: 30px auto 75px;
} 
.abt-tab-item {
  display: block;  
  text-align: center;
  background-color: #DF6F1D;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.abt-tab-item:hover {
  background-color: #DF6F1D;
  -webkit-box-shadow: 2px 15px 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 15px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 15px 15px rgba(0, 0, 0, 0.6);
}
.abt-tab-icon,
.abt-icon-name {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.abt-tab-item:hover .abt-tab-icon,
.abt-tab-item:hover .abt-icon-name {
  color: #FFF;
}
.abt-tab-icon {
  font-size: 51px;
  line-height: 1;
  color: #ffffff;
  padding-top: 25px;
}
.abt-icon-name {
  text-align: center;
  line-height: 2.28;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 32px;
  font-size:16px;
  text-transform:capitalize;
  color:#ffffff;
}
@media(max-width:992px) { 

  .abt-tab-item  {
    margin-top: 20px;
  } 
  .tab-main-block {
    margin-top: 50px;
  }   
}
@media(max-width:992px) {  
  .about-main-block {
    margin-top: 30px;
  }   
}

/* who we are css */
.who-main-block {
  position: relative;
}
.who-img img {
  width: 100%;
}
.who-desc p {
  display: inline;
}
.who-heading {
  padding-top: 10px;
  padding-bottom: 14px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.who-heading:hover {
  color: #E4B855;
}
.img-spacing {
  margin-top: -60px;
}
.who-slider {
  z-index: 0;
}
.who-count {
  display: block;
  width: 118px;
  height: 118px;
  font-size: 40px;
  color: #FFF;
  font-weight: 500;
  padding-top: 20px;
  text-align: center;
  background-color: #DF6F1D;
  border: solid 10px #FCFCFC;
  position: absolute;
  top: 60%;
  left: 45%
}
.who-dtlOne {
  max-width: 500px;
  padding-top: 50px;
}
.who-dtlTwo {
  max-width: 500px;
  padding-top: 100px;
  padding-left: 65px;
}
@media (max-width: 992px) { 
  .who-count {
    width: 108px;
    height: 108px;
    font-size: 52px;
    border: solid 5px #FCFCFC;    
    padding-top: 10px;
    top: 65%;
    left: 43%;
  }
  .who-dtlOne {
    padding-top: 0;
  }
  .who-dtlTwo {
    padding-top: 10px;    
    padding-left: 10px;
  }
  .img-spacing {
    margin-top: -30px;
  }
}


/* client comment */

.block-spacing {
    margin-top: 100px;
}
.pastor-main-block .pastor-slider {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pastor-main-block .pastor-content {  
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #FFF;
  padding: 40px 86px 40px;
  text-align: center;
}
.pastor-main-block .pastor-dtl {
  color: #FFF;
  line-height: 48px;
  font-weight: 400;
  font-style: italic;
}
.pastor-content .quotes-icon {
  color: #DF6F1D;
}
.pastor-main-block .pastor-id p {
  text-transform: uppercase;
  color: #DF6F1D;
  text-align: center;
  padding-top: 20px;
}
@media(max-width:768px) {
  .pastor-main-block .pastor-dtl {
    font-size: 24px;
  }
  .pastor-main-block .pastor-content {  
    padding: 40px 20px;
  }
}


/*  upcoming events  */

.event-content {
  display: block;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  position: absolute;
  bottom: 0;  
  padding: 30px 20px 30px;
}
.event-heading {
  color: #FFF;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-heading:hover {
  color:#E4B855;
}
.event-dtl {
  color: #AEAEAE;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 2px;
}
.event-item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-item .read-more:hover,
.event-item .read-more:hover i {
  color: #FFF;
}
.event-block {
  padding-bottom: 60px;
}
.owl-prev,
.owl-next { 
  color: #A1A1A1;
  font-size: 25px;
  width: 74px;
  height: 35px;
  border-radius: 20px;
  background-color: #E6E6E6;
  text-align: center;
  line-height: 35px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-prev,
.owl-next {
  position: absolute; 
  bottom: 0;
}
.owl-prev {
  left: 43%;
}
.owl-next {
  right: 43%;
}
.owl-prev:hover,
.owl-next:hover {  
  background-color: #E4B855;
  color: #FFF;
}
@media (max-width: 767px) { 
  .event-block {
    padding-bottom: 0;
  }
  .about-subheading {
    margin-top: 12px;
    margin-bottom: 12px;
}
.block-spacing {
    margin-top: 30px;
}
.pastor-main-block .pastor-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pastor-main-block .pastor-content {
    padding:20px;
}
.pastor-main-block .pastor-dtl {
    font-size: 18px; line-height:22px;
}
.pastor-main-block .pastor-id p{padding-top: 10px;}
.section{margin-top: 20px;
    margin-bottom: 20px;}
	 
	.event-countdown .counter-col{height:40px!important;font-size:25px; line-height:40px!important}
	.causes-item{ margin-top:10px!important;}
	.causes-main-block{padding-bottom:20px!important;}
}
@media (max-width: 992px) {
  .event-content {
    padding: 15px 20px 15px;
  }
}



/*===== Event Countdown =====*/
.event-countdown {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 44.4px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.event-countdown .counter-col {
  display: inline-block;  
  width: 76px;
  height: 84px;
  background-color: #0C1103;
  border: solid 2px rgba(255, 255, 255, 0.55);
  border-radius: 15px;
  line-height: 60px;
}
.event-countdown .count-dtl:before {
  position: absolute;
  top: 40px;
  font-size: 15px;
  line-height: 1.57;
  letter-spacing: 1.5px;
  color: #FFF;
  font-weight: 200;
  text-align: center;
  margin: 8px auto 0;
  left: 0;
  right: 0; 
  text-transform: uppercase;
}
.event-two .event-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media(max-width:767px) { 
  .event-countdown .counter-col {  
    width: 67px;
    height: 74px;
    line-height: 50px;
  }
}
 /*===== Countdown =====*/
.slider-countdown {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 56.6px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-top: 38px;
}
.slider-countdown .count-dtl:before {
  position: absolute;
  top: 50px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19.1px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 1.9px;
  color: #FFF;
  text-align: center;
  margin: 10px auto 0;
  left: 0;
  right: 0; 
  text-transform: uppercase;
}
.slider-countdown .counter-col {
  display: inline-block;  
  width: 97px;
  height: 107px;
  border: solid 2px rgba(255, 255, 255, 0.55);
  border-radius: 15px;
  margin-right: 3px;
  line-height: 75px;
}
@media (min-width: 768px) and (max-width: 1200px) { 
  .slider-countdown {
    font-size: 45px;  
  }
  .slider-countdown .count-dtl:before {
    font-size: 18px;
    top: 40px;
  }
  .slider-countdown .counter-col {  
    width: 87px;
    height: 97px;
  } 
}
/* Donation css */

.donation-img{ position:relative;}
.donation-main-block {
  position: relative;
}
.donation-btn {
  position: absolute;
  bottom: 8%;
  right: 5%;
}
.donation-main-block .section {
  padding-top: 85px;
  position: relative;
}
.donation-main-block .overlay-bg {
  background: rgba(0,0,0,0.6);
}
.donation-main-block .section-heading{
  color: #FFF;
}
.donation-main-block .sub-heading {
  color: #ABABAB;
}
.donation-block {
  display: block;
  background: #F8F8F8;
  margin: 0 15%;
  position: relative;
  padding-top: 52px;
  padding-bottom: 25px;
} 
.donation-heading {
  padding-top: 12px;
  padding-bottom: 6px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.donation-img img {
  width: 100%;
}
.social-media-heading{
  padding: 22px 0 0;
}
.social-icon ul{ padding-left:0px; margin:0;}
.social-icon ul li { 
  display: inline-block;
  border: 2px solid #DFDFDF;
  margin-right: 3px;
  text-align: center;
  line-height: 36px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -transition: 0.3s ease;
}
.social-icon li a {
  color: #DFDFDF;
  width: 36px;
  height: 36px;
  display: block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -transition: 0.3s ease;
}
.social-icon li:hover a {
  color: #E4B855;  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2); 
  transform: scale(1.2);
}
.social-icon ul li:hover {  
  border: 2px solid #E4B855;
}
.social-two ul li {
  border: none;
}
.social-two ul li a {
  color: #FFF;  
  font-size: 18px; 
  border-radius: 100%;
  width: 34px;
  height: 34px;
  line-height: 36px;
}
@media(max-width:992px) {  
  .donation-block {
    margin: 0;
  }  
}
@media(min-width:768px) and (max-width:992px) {
  .donation-top-mgn {
    margin-top: 30px;
  }
}
@media(min-width:993px) and (max-width:1600px) {  
  .donation-block {
    margin: 0 4%;
  }
}



/*  Causes  */
.causes-main-block{ padding-bottom:40px}
.cause-img img {
  border-radius: 80%;   
  border: solid 2px #E9E9E9;
  margin: 0 auto;
  width:60%;
}
.causes-content {
  text-align: center;
}
.causes-heading {
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 992px) { 
  .causes-item {
    margin-top: 10px;
  }
}


/*  portfolio */

.portfolio-main-block .section {
  margin: 0px auto 0;
  padding: 10px 0 20px;
  background-color: #F9F9F9;
}
.portfolio-main-block .container-fluid {
  padding: 0;
  overflow: hidden;
}
.portfolio-btm-mrgn {
  margin-bottom: 15px;
}
.portfolio-img {
  overflow: hidden;
  max-height: 477px;
}
.portfolio-img img {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.portfolio-img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0); 
  transform: scale(1.2);   
}
/*===== Portfolio Two Three Four =====*/
.portfolio-two .section,
.portfolio-four .section {
  margin: 0 auto 126px;
}
.portfolio-two .portfolio-item {
  margin-bottom: 15px;
}
.portfolio-three .section {
    margin: 0 auto 40px;
}
.filter-dtl li {
  display: inline-block;
  margin-right: 30px;
}
.filter-dtl .btn-default:hover,
.filter-dtl .btn-default:active,
.filter-dtl .btn-default:focus,
.filter-dtl .btn-default.active {
  background-color: #060606;
  color: #FFF;
}
.portfolio-filter {
  margin-bottom: 92px;
}
.portfolio-two .load-more,
.portfolio-three .load-more,
.portfolio-four .load-more {
 margin: 90px auto 130px;
}
.portfolio-three .row-top-spacing {
  margin-top: 15px;
}
.portfolio-img {
  overflow: hidden;
  position: relative;
}
.portfolio-three .portfolio-overlay {
  font-size: 40px;
  font-weight: 400;
}
@media(max-width: 767px) {  
  .filter-dtl li {
    margin-top: 15px;
  }  
  .portfolio-three .portfolio-item {
    margin-top: 15px;
  }
}

.portfolio-img img {
  width: 100%;
}
.portfolio-item {
  padding: 0 7.5px;
}
.portfolio-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(224,184,85,0.7); 
  opacity: 0;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -transition: 0.5s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0); 
  transform: scale(0);      
}
.portfolio-overlay a { 
  color: #FFF; 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
.portfolio-overlay a:focus {
  outline: none!important;
  border: none!important;
}
.portfolio-item:hover .portfolio-overlay {  
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); 
  transform: scale(1);      
}



/* Subscribe */


.bg-img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;   
  overflow: hidden;   
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}




/* Supporter */


.supporter-main-block {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.supporter-item {
  display: block;
  background: #FBFBFB;  
  padding: 30px 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.supporter-item img {
  margin: 0 auto;
  width: 100%;
}
.supporter-item:hover {  
  background: #f2f2f2;
}


/*  footer  css */


/* ================================= */
    /*===== Footer =====*/
/* ================================= */
.footer-section {
  padding-top: 20px;
  padding-bottom: 10px;
}
.footer-heading {  
  color: #fff;
}
.footer-block p{color:#fff;}
.footer-heading::after{ 
   content:""; 
   display:block; 
   height:5px; 
   width:50px; 
   background:#fff; 
   margin-top:5px;}
.footer-logo {
  padding-top: 75px;
  padding-bottom: 25px;
}
.footer-main-block .overlay-bg {
  background:#528e01;
}
.footer-content p {
  color: #fff;
}
.footer-block{
  padding-bottom: 20px;
}
.footer-dtl{
  padding-bottom: 20px;
  color: #fff;
}
.footer-dtl p{color: #fff;font-size: 14px;}
.footer-dtl a{color: #fff;}
.footer-dtl a:hover {
  color: #FFF;
}
.footer-post {
  margin-bottom: 25px;
}
.footer-post img {
  width: 100%;
}
.footer-post p {
  max-width: 200px;
  line-height: 1.5;
}
.footer-post-date {
  color: #E4B855;
}
.contact-no a,
.mail-to a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-no a:hover,
.mail-to a:hover {
  color: #fff;
}
/*===== Footer Portfolio =====*/
.footer-content .portfolio-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.portfolio-img img {
  width: 100%;
}
.portfolio-item {
  padding: 0 7.5px;
}
.portfolio-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(224,184,85,0.7); 
  opacity: 0;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -transition: 0.5s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0); 
  transform: scale(0);      
}
.portfolio-overlay a { 
  color: #FFF; 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
.portfolio-overlay a:focus {
  outline: none!important;
  border: none!important;
}
.portfolio-item:hover .portfolio-overlay {  
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); 
  transform: scale(1);      
}
/*===== Footer Cause Block =====*/
.accor-widget.footer-cause-block .panel-group .panel { 
  background-color: transparent;
}
.accor-widget.footer-cause-block .panel-default>.panel-heading {    
  background-color: transparent;
  padding: 10px 0px;
}
.footer-cause-block .panel-group .panel {
  border: none;
  margin-top: -5px;
}
.footer-cause-block .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
  border: none;
}
.footer-cause-block .panel-title a:hover,
.footer-cause-block .panel-title a:focus {
  color: #E4B855;
}
.footer-cause-block .panel-heading,
.footer-cause-block .panel-body {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.38;
  font-weight: 300;
  text-align: left;
  color: #757575;
  border: none;
}

.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
.quick-links li a {
	padding: 8px 5px;
	color:#fff;
}
.quick-links li a i{
	margin-right: 5px;
}
.quick-links li:hover a i {
    font-weight: 700;
}
.cause-btn-plus, .cause-btn-minus {
  font-size: 8px;
}
.cause-btn {
  color: #FFF;
  background-color: #4F4F4F; 
  width: 13px;
  height: 13px;
  line-height: 15px !important;
  margin-top: 5px;
  margin-right: 15px;
  border: none;
  border-left: none;  
  float: left;
  padding: 0;
  border: none;
}
.cause-btn:hover,
.cause-btn:focus,
.cause-btn:active {
  color: #FFF;
  background-color: #4F4F4F; 
  border: none;
  outline: 0 auto -webkit-focus-ring-color;
  box-shadow: none;
}
.cause-btn-minus {
  display: none;
}
.collapsed .cause-btn-minus {
  display: inherit;
}
.cause-btn-plus {
  display: inherit;
}
.collapsed .cause-btn-plus {
  display: none;
}
.yellow-btn{ color:#fff !important;
background:#b07958 !important;
 border:1px solid #94593b !important;
 border-radius:5px !important;}
.donate-btn .yellow-btn:hover{ background:#528e01 !important; color:#fff!important;}
.mr-15{ margin-right:15px !important;}
.mobile-don{ display:none;}

@media(max-width: 767px) {
	.mobile-don{ display:block; width:100px; position:fixed; right:0px; top:100px; z-index:99; background:#DF6F1D; border:1px solid #DF6F1D; cursor:pointer !important;}
	.mobile-don i{ padding-right:6px;}
	.mobile-don:hover, mobile-don:focus{background:#DF6F1D; border:1px solid #DF6F1D;}
	}

#latest-news{ background-color:#ECECEC; border-bottom:1px solid #D1D1D1; }	
#latest-news .col-lg-2{ margin:0px; padding:0px;}

.news-heading{ background-color:#FDBE01;
	color:#000;
	font-size:17px;
	font-weight:600;
	padding:10px 0px;
	text-align:center;}
#test{ padding:9px 0px; color:#000; font-weight:500; font-size:15px;}




/*------ about us ------*/

.banner-img {
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
  -webkit-background-size: cover;
  -moz-background-size: cover;  
  -ms-background: active;      
}
.banner-block {
  position: relative;
  margin-top: 18%;
}
.banner-block .section-heading {
  color: #FFF;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
}
.banner-block .section-heading:after {
  position: absolute;
  margin-top: 41px;
  left: 0;
  right: 0;
}
.banner-main-block .breadcrumb {
  margin-top: 60px;
  text-align: center;  
  text-transform: uppercase;
  background: transparent;
}
.banner-main-block .breadcrumb li a{
  color: #FFF;
}
.banner-main-block .breadcrumb>.active a{
  color: #E4B855;
}
.banner-main-block .breadcrumb li a:hover{
  color: #E4B855;
}
.banner-main-block .overlay-bg {
  background: rgba(0,0,0,0.4);  
}
.banner-main-block {
  position: relative;
}
@media(max-width: 399px) {  
  .banner-block {
    margin-top: 60%;
  }
}
@media(min-width: 400px) and (max-width: 599px)  {  
  .banner-block {
    margin-top: 40%;
  }
}
@media(min-width: 600px) and (max-width: 992px) {  
  .banner-block {
    margin-top: 25%;
  }
}
.abt-content {
  text-align: left;
  margin-top: 70px;
}

/*===== Team Member  =====*/
.block-effect {
    position: relative;
}
.block-effect:before, .block-effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 40%;
  top: 80%;
  background: #777;
  -webkit-box-shadow: 0 12px 10px  #777;
  -moz-box-shadow: 0 12px 10px  #777;
  box-shadow: 0 12px 10px  #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-effect:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.block-effect:hover::after,
.block-effect:hover::before {
  opacity: 1;
}
.ministry-main-block {
  position: relative;  
  margin: 100px auto 100px;
}
.ministry-heading {
  margin-top: 17px;
  margin-bottom: 14px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ministry-heading:hover {
  color: #E4B855;
}
.ministry-main-block .row-top-spacing {
  margin-top: 57px;
}
.ministry-img img {
  width: 100%;
}
@media (max-width: 776px) {
  .ministry-main-block .row-top-spacing {
    margin-top: 0;
  }
  .ministry-block {
    margin-top: 30px;
  }
  .ministry-main-block {
    margin-top: 50px;
  }
}


 /*===== Contact us=====*/

.contact-heading {
  margin-bottom: 27px;
  line-height: 1.46;
}
.contact-subheading {
  line-height: 1.23;
  color: #606060;
  font-style: italic;
  margin-bottom: 20px;
}
.contact-main-block {
  margin: 95px 0 120px;
}
.contact-main-block .contact-block{
  margin-bottom: 30px;
}
.contact-form .form-control {
  font-size: 16px;
  font-style: normal;
  color: #606060;
  height: 48px;  
  padding-top: 7px;
  padding-left: 21px;
  border: solid 1px #D8D8D8;
  border-radius: 0;
}
.contact-form .form-control:active,
.contact-form .form-control:focus,
.contact-form .form-textarea:active,
.contact-form .form-textarea:focus {
  border-color: #E4B855;  
  background: #FFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(228,184,85,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(228,184,85,.6);
}
.contact-form textarea {
  font-size: 16px;
  padding-left: 21px;
  padding-top: 16px;
  font-style: normal;
  line-height: 1.39;
  color: #606060;
  width: 100%;
  height: 129px;  
  border: solid 1px #d8d8d8;
  margin-top: 10px;
}
.contact-form .btn-default {
  margin-top: 10px;
  line-height: 1.5 !important;
}
.contact-main-block .social-media-heading {
  padding-top: 16px;
}
.contact-form-block a {
  font-size: 14px;
}
.contact-form-block{border: 1px solid #f2f2f2;
    display: inline-block;
    padding: 16px 0px;
	background-color:#f4f4f4;}
	
@media(max-width: 767px) {
  .contact-block {
    margin-top: 20px;
  }
}
/*===== Contact us =====*/

#contact{background-color: #F9F9F9;}
.contact-two .contact-block {
    background-color: #E78A45;
    text-align: center;
    padding: 35px 69px 40px;
	height:260px;
}
.form-main-block .form-control::-webkit-input-placeholder { 
  text-transform: uppercase;
  font-size: 14px;
}
.form-main-block .form-control::-moz-placeholder { 
  text-transform: uppercase;
  font-size: 14px;
}
.form-main-block .form-control::-ms-input-placeholder { 
  text-transform: uppercase;
  font-size: 14px;
}
.form-main-block .form-control::-o-input-placeholder { 
  text-transform: uppercase;
  font-size: 14px;
}
.contact-icon {
  width: 70px;
  height: 70px;
  border: solid 2px #FFF;
  border-radius: 100%;
  margin: 0 auto;
  line-height: 5.5;
}
.contact-icon i {
  color: #FFF;
  font-size: 30px;
}
.contact-two .contact-heading {
  color: #FFF;
  margin: 10px auto 8px;
  font-size: 24px;
}
.contact-two .contact-block p,
.contact-two .contact-block a{
  font-size: 18px;
  line-height: 1.39;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-two .block-two {
  background-color: #E48034;
}
.contact-two .block-three {
  background-color: #DF6F1D;
}
.contact-two {
  margin: 0px auto 0px;
  padding-top:45px;
}
.contact-two .contact-block a:hover {
  color: #060606;
}
@media(max-width: 992px) {  
  .contact-two .contact-block {
    margin-top: 15px;
  }  
  .contact-two .col-spacing {
    padding-right: 15px;
    padding-left: 15px;
  } 
}
/*===== Form =====*/
/* ================================= */
.form-main-block .section {
  background-color: #F9F9F9;
  padding: 88px 0 95px;
  margin:0;
}
.form-main-block {
	padding-top:55px;
  margin-bottom: 55px;
}
.form-main-block .heading{ margin-bottom:20px;}
.form-main-block h3{ font-family: 'Lato', sans-serif;}
.form-main-block iframe {
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
}
.form-main-block .form-control {
  color: #020202;
  height: 60px;  
  padding-top: 5px;
  padding-left: 19px;
  border: solid 1px #E2E2E2;
  border-radius: 0;
}
.form-main-block .contact-form textarea {
  height: 268px;    
  border: solid 1px #E2E2E2;
  padding-top: 20px;
  padding-left: 19px;  
  margin-top: 15px;
  color: #020202;
}
.form-main-block .btn-success {
  margin-top: 10px;
  width: 209px;
  height: 50px;
  line-height: 2.8 !important;
}



.img-fluid {
    max-width: 100%;
    height: auto;
}

.space-top{ margin-top:25px}
.space-top2{ margin-top:35px!important;}

.space-bottom{ margin-bottom:25px;}

h3.section-heading{ margin-bottom:65px; margin-top:20px;}

.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
   
}
.bd-example {
    position: relative;
    padding: 0;
    margin: 4rem 0;   
}
.bd-callout {
    padding: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border: 1px solid #d8dadd;
    border-left-width: .45rem;
    border-radius: .25rem;
	font-size:20px;
	border-left-color:#528e01;
}
.bd-example>:last-child {
    margin-bottom: 0;
}