

/* use font link */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');

/* use style sheet */

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/animate.css);
@import url(../css/jquery-ui.css);
@import url(../css/nouislider.css);



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:15px;
  color:#848484;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Work Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

.container-fluid{
  padding: 0px;
}
.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  position: relative;
  font-size: 15px;
  font-family: 'Work Sans',sans-serif;
  line-height: 26px;
  font-weight: 400;
  cursor:pointer;
  color:#848484;
  transition: all 500ms ease;
}

a:hover{
  text-decoration:none!important;
  outline:none;
  color: #eda02c;
}

input,button,select,textarea{
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  line-height: 26px;
  font-weight: 400;
  color: #848484;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222222;
  transition: all 500ms ease;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  position:relative;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222222;
  transition: all 500ms ease;
}

h3{
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}


h3 a{
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
h4 a{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
h5 a{
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

h3 a:hover,
h4 a:hover{
  color: #eda02c;
}

.centred{
  text-align: center;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}

figure{
  margin: 0px;
}


/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  padding: 13px 55px 13px 55px;
  background: #eda02c;
  color: #ffffff;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 300ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.theme-btn:hover{
  background: #212121;
  color: #ffffff;
}
.theme-btn-two{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  padding: 4px 25px 6px 25px;
  color: #222222;
  text-transform: capitalize;
  background: transparent;
  border: 2px solid #dedede;
  cursor: pointer;
  border-radius: 30px;
  transition: all 500ms ease;
}
.theme-btn-two:hover{
  background: #eda02c;
  border: 2px solid #eda02c;
  color: #ffffff;
}

.theme-btn-three{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 46px 10px 47px;
  color: #eda02c;
  text-transform: capitalize;
  background: transparent;
  border: 2px solid #eda02c;
  cursor: pointer;
  border-radius: 30px;
  transition: all 500ms ease;
}
.theme-btn-three:hover{
  background: #eda02c;
  border: 2px solid #eda02c;
  color: #ffffff;
}


.overlay-bg{
  position: relative;
}
.overlay-bg:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.80);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}


.pagination{
  position: relative;
  display: block;
}
.pagination li{
  display: inline-block;
  margin: 0px 5px;
}
.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  height: 50px;
  font-weight: 600;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #848484;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.active{
  background: #eda02c;
  border: 1px solid #eda02c;
  color: #ffffff;
}

.sec-title{
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 52px;
  font-family: 'Roboto', sans-serif;
  color: #222222;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.title-text{
  font-size: 16px;
  margin-bottom: 30px;
}

.sec-pad{
  padding: 107px 0px 120px 0px;
}
.sec-pad-2{
  padding: 120px 0px !important;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

.scroll-top {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #eda02c;
  transition: 1s ease;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top:hover{
  background: #0d2933;
}
.scroll-top span{
  color: #fff;
}

/** overlay-style **/


.overlay-style-one .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.overlay-style-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.overlay-style-one .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.overlay-style-one .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.overlay-style-one .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgba(255, 94, 20, 0.80);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.overlay-style-one .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.overlay-style-one .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.overlay-style-one .inner-box:hover .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.overlay-style-one .inner-box:hover .overlay-box {
  opacity: 1;
}
.overlay-style-one .inner-box .overlay-inner .content a.link{
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  background: #ffffff;
  color: #eda02c;
  text-align: center;
  border-radius: 50%;
}
.overlay-style-one .inner-box .overlay-inner .content a.link:hover{
  background: #222222;
  color: #ffffff;
}

.overlay-style-two .single-item .image {
  position: relative;
  overflow: hidden;
}
.overlay-style-two .single-item .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 94, 20, 0.80);
}
.overlay-style-two .single-item img {
  width: 100%;
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.overlay-style-two .single-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.overlay-style-two .single-item .overlay {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.overlay-style-two .single-item .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.overlay-style-two .single-item .overlay .content {
  display: table-cell;
  vertical-align: middle;
}
.overlay-style-two .single-item:hover .image:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.overlay-style-two .single-item:hover .overlay {
  opacity: 1;
}
.overlay-style-two .single-item .overlay a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
}
.overlay-style-two .single-item .overlay a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  background: #ffffff;
  color: #eda02c;
  text-align: center;
  border-radius: 50%;
}
.overlay-style-two .single-item .overlay a:hover{
  background: #222222;
  color: #ffffff;
}



/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #ffffff;
  left:0px;
  top:0px;
  border-bottom: 1px solid #e0e0e0;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  /* background: #055586; */
  background-image: linear-gradient(to right, #ed2780 , #f58124);
}
.header-top .top-left,
.header-top .top-right{
  position: relative;
  padding: 8px 0px 0px 0px;
}
.header-top .social-content li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.header-top .social-content li:last-child{
  margin-right: 0px;
}
.header-top .social-content li a,
.header-top .social-content li{
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 24px;
}
.header-top .social-content li a:hover{
  color: #eda02c;
}
.header-top .top-right .right-content li{
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
.header-top .top-right .right-content li:first-child{
  margin-left: 0px;
}
.header-top .top-right .right-content li:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 1px;
  height: 20px;
  top: 3px;
  right: -25px;
}
.header-top .top-right .right-content li:last-child:before{
  display: none;
}
.header-top .top-right .right-content li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
}
.header-top .top-right .right-content li i:before{
  margin-right: 7px;
}
.header-top .top-right{
  width: 100%;
  text-align: right;
}
.bg-box .top-right:before{
  position: absolute;
  content: '';
  background:none;
  width: 4000px;
  height: 100%;
  left: -30px;
  top: 0px;
}

/** header-bottom **/


.header-bottom{
  position: relative;
  background: #ffffff;
}
.main-header .logo-box{
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}
.main-header .menu-area{
  position: relative;
  margin: 0px -16px 0px -16px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.main-header .header-bottom .nav-right{
  position: relative;
  margin-top: 15px;
}
.main-header .header-bottom .nav-right li{
  position: relative;
  display: inline-block;
}
.main-header .header-bottom .nav-right li.link{
  margin: 0px 15px 0px 0px;
  top: 3px;
}
.main-header .header-bottom .nav-right li.link i:before{
  margin: 0px;
  color: #000000;
  transition: all 500ms ease;
}
.main-header .header-bottom .nav-right li.link i:hover:before{
  color: #eda02c;
}
.main-header .header-bottom .nav-right .donate-box button{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Work Sans', sans-serif;
  color: #ffffff;
  background: #eda02c;
  padding: 7px 10px 7px 19px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 300ms ease;
}
.main-header .header-bottom .nav-right .donate-box button:hover{
  background: #eda02c;
}


/** main-menu **/

.main-menu{
  position: relative;
  display: block;
}
.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:auto;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 14px;
}
.main-header .menu-column{
  padding: 0px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:16px;
  font-family: 'Work Sans', sans-serif;
  color:#222222;
  line-height:30px;
  font-weight:500;
  opacity:1;
  text-transform:capitalize;
  padding: 18px 0px 19px 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  background: #eda02c;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 21px;
  transition: all 500ms ease;
}
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  width: 100%;
}


.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#212121;
  border-bottom: 3px solid #eda02c;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 20px;
  background: #212121;
  border-bottom: 1px dashed #333;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Work Sans', sans-serif;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#ffffff;
  font-weight: 500;
  text-align:left;
  text-transform:capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover{
  background: #eda02c;
  border-bottom: 1px dashed #eda02c;
}
.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 0px;
  top: 0px;
  font-size:15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color:#ffffff;
  width: 50px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}
.navbar-header {
  display: none;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}
.sticky-header .main-menu .navigation > li > a{
  padding: 25px 10px 16px 15px
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #eda02c;
  color: #ffffff;
}
.sticky-header .logo-box{
  margin-top: 1px;
}
.sticky-header .menu-area{
  padding: 0px;
  margin: 0px;
  border: none;
}
.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}



/** search box **/

.main-header .search-box-area{
  position: relative;
  left: 4px;
}
.search-box-area .search-toggle i:before{
  position: relative;
  font-size: 13px;
  color: #ffffff;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}
.search-box-area .search-box {
  opacity: 0;
  position: absolute;
  background: #fff;
  padding: 15px 20px 20px 20px;
  border-top: 3px solid #e5e5e5;
  box-shadow: 0 1px 1px 0px #ccc;
  right: 0px;
  top: 40px;
  visibility: hidden;
  z-index: 9;
}
.search-box-area .form-group{
  position: relative;
  margin-bottom: 0px;
}
.search-box-area .form-group button{
  position: absolute;
  top: 2px;
  right: 0px;
  width: 46px;
  height: 46px;
  color: #fff;
  background: #eda02c;
  cursor: pointer;
  border: none;
  z-index: 10;
}
.header-top .top-right .right-content .search-box-area .form-group i:before{
  margin: 0px;
}
.search-box-area input[type='search']{
  width: 250px;
  height: 50px;
  border: 2px solid #eda02c;
  padding: 10px 50px 10px 20px;
  z-index: 9;
  margin-bottom: 0px;
}
.search-box.now-visible {
  top: 40px;
  right: 0px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}



/*============= donate form area =================*/


.donate-popup{
  position:fixed;
  left:0px;
  top:-100%;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.80);
  z-index:9999;
  visibility:hidden;
  opacity:0;
  overflow:auto;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}
.donate-popup.popup-visible{
  top:0;
  visibility:visible;
  opacity:1;
}
.donate-popup .close-donate{
  position:absolute;
  right:25px;
  top:25px;
  font-size:20px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
}
.donate-popup .close-donate:hover{
  opacity:0.70; 
}

.donate-form-area {
  margin-top: 100px;
  margin-bottom: 100px;
  background: #f2f2f2;
  padding:57px;
  border: 3px solid #eda02c;
}
.donate-form-area h2{
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  color: #222222;
  margin-bottom: 40px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
.donate-form-area h4 {
  font-size: 24px;
  color: #444444;
  font-weight: 400; 
  margin-bottom: 18px;
  text-transform: capitalize;
}
.donate-form-area h3 {
  font-weight: 400;
  margin-top: 38px;
  color: #444444;
  margin-bottom: 28px;
  text-transform: capitalize;
}
.donate-form-area .form-group input{
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0px 10px;
  transition: all 500ms ease;
}
.donate-form-area .form-group input:focus{
  border: 1px solid #eda02c;
}

/*check list*/

.chicklet-list {
  background: #fff;
  padding: 30px 30px 25px;
}
.chicklet-list li {
  padding: 0 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.chicklet-list input {
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0.55em 0.55em 0.55em 0.8em;
  margin-bottom: 0px;
  transition: all 500ms ease;
}
.chicklet-list input:focus{
  border: 1px solid #eda02c;
}
.chicklet-list input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.chicklet-list label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #000;
  padding: 8px 27px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.chicklet-list :checked+label {
  background: #eda02c;
  color: #f7f7f7;
  text-shadow: none;
}
.chicklet-list li.other-amount {
  width: 38%;
  float: right;
}
.chicklet-list li span {
  position: absolute;
  left: -30px;
  top: 9px;
  font-size: 16px;
  color: #303030;
}
.chicklet-list input[type="text"] {
  height: 40px;
}

/*==========*/

.donate-form-area .form-bg {
  background: #fff;
  padding: 30px 30px 15px;
}
.donate-form-area .default-form .form-group {
  margin-bottom: 15px;
}
.donate-form-area .default-form .form-group p {
  margin-bottom: 5px;
}
.donate-form-area .payment-option {
  position: relative;
  margin-top: 20px;
  margin-bottom: 35px;
}
.donate-form-area .payment-option li {
  display: inline-block;
  font-size: 18px;
  color: #303030;
  font-size: 15px;
  margin-right: 10px;
}
.donate-form-area .payment-option .checkbox input{
  position: relative;
  width: 15px;
  height: 15px;
  top: 3px;
}
.donate-form-area .payment-option .checkbox label{
  cursor: pointer;
}


/** main slider **/


.main-slider{
  position:relative;
}

.main-slider .content {
  position: relative;
}

.main-slider .slide{
  position:relative;
  padding:50px 0px 471px 0px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

/* .main-slider .slide:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
} */

.main-slider h1{
  position:relative;
  color:#ffffff;
  font-size:68px;
  font-weight:700;
  line-height:74px;
  margin-bottom:22px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family: 'Roboto', sans-serif;
}

.main-slider h1 span{
  color: #eda02c;
}

.main-slider .active h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider .text{
  position:relative;
  color:#ffffff;
  font-size:20px;
  font-weight:400;
  margin-bottom:44px;
  line-height: 32px;
  display:inline-block;
  font-family: 'Work Sans', sans-serif;
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .donate-box{
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .donate-box .theme-btn{
  padding: 12px 48px 12px 47px;
}

.main-slider .active .donate-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}

.main-slider .owl-dots{
  position:absolute;
  left:50%;
  bottom:20px;
}

.main-slider .owl-dots .owl-dot{
  position:relative;
  width:20px;
  height:5px;
  margin:0px 4px;
  display:inline-block;
  background-color:#ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active{
  background-color:#51dc3c;
}

.main-slider .owl-nav{
  position:absolute;
  left:0px;
  top:50%;
  z-index:1;
  width:100%;
  margin-top:-20px;
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  position: absolute;
}

.main-slider .owl-nav .owl-prev{
  position:absolute;
  left:40px;
  width:60px;
  height:60px;
  color:#51dc3c;
  line-height:60px;
  text-align:center;
  font-size:30px;
  border-radius:50%;
  display:inline-block;
  background-color:rgba(255, 255, 255, 0.5);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev .previous{
  position:relative;
  -webkit-transform:rotate(-180deg);
  -ms-transform:rotate(-180deg);
  transform:rotate(-180deg);
  display:inline-block;
}

.main-slider .owl-nav .owl-next{
  position:absolute;
  right:40px !important;
  width:60px;
  height:60px;
  color:#ffffff;
  font-size:30px;
  line-height:60px;
  text-align:center;
  border-radius:50%;
  display:inline-block;
  background-color:rgba(255, 255, 255, 0.5);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
  background-color:#eda02c;
}
.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
  color: #ffffff;
}
.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] span:before{
  position: relative;
  font-size: 30px;
  transition: all 500ms ease;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-next span:before{
  right: 25px;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-prev span:before{
  left: 25px;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-next:hover span:before{
  right: 0px;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-prev:hover span:before{
  left: 0px;
}


/** feature-section **/

.feature-section{
  position: relative;
}
.feature-content{
  position: relative;
  margin-top: -141px;
  padding: 0px 15px 0px 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
  z-index: 1;
}
.feature-section .feature-column{
  padding: 0px;
}
.single-feature-content{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 15px 24px 15px;
}
.single-feature-content:before{
  position: absolute;
  content: '';
  background: rgba(255, 153, 51, 0.95);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}
.single-feature-content:hover:before{
  background: rgba(0, 0, 0, 0.90);
}
.single-feature-content .icon-box{
  position: relative;
  margin-bottom: 19px;
}
.single-feature-content .icon-box i:before{
  font-size: 50px;
  color: #ffffff;
  margin: 0px;
}
.single-feature-content .link a{
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 13px;
}
.single-feature-content .link a:hover{
  color: #eda02c;
}
.feature-style-three .single-feature-content .link a:hover{
  color: #ffffff;
}
.single-feature-content .text{
  position: relative;
  color: #ffffff;
  margin-bottom: 23px;
}
.single-feature-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 8px 29px 7px 29px;
}
.single-feature-content .btn-box a:hover{
  background: #ffffff;
  color: #000000;
}

/** about-section **/

.about-section{
  position: relative;
  padding: 50px 0px;
}
.about-section .about-content{
  margin-top: -7px;
}
.about-section .about-content .title{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 52px;
 font-family: 'Roboto', sans-serif;
  color: #222222;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.about-section .about-content .title span{
  color: #eda02c;
}
.about-section .about-content .text{
  font-size: 16px;
  color: #222222;
  margin-bottom: 25px;
  text-align: justify;
}
.about-content .list{
  margin-bottom: 32px;
}
.about-content .list li{
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 25px;
}
.about-content .list li:before{
  position: absolute;
  content: "\f10c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #848484;
  left: 0px;
  top: 0px;
}
.about-section .about-content .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222222;
  border: 2px solid #eda02c;
  border-radius: 30px;
  padding: 13px 36px 11px 37px;
}
.about-section .about-content .link a:hover{
  background: #eda02c;
  color: #ffffff;
}

.about-section .video-gallery {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.90);
}
.about-section .video-gallery:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.about-section .video-gallery img {
  width: 100%;
}
.about-section .video-gallery .overlay-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
}
.about-section .video-gallery .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}
.about-section .video-gallery .overlay-gallery .icon-holder .icon{
  display: table-cell;
  vertical-align: middle;    
}
.video-gallery .overlay-gallery .icon-holder .icon a{
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  background: #eda02c;
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: all 1s ease;
}
.video-gallery .overlay-gallery .icon-holder .icon i:before{
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
}

/** cause-section **/

.cause-top-content{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 49px 0px 220px 0px;
}
.cause-top-content .top-title{
  position: relative;
  font-size: 42px;
  line-height: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 13px;
}
.cause-top-content .top-text{
  position: relative;
  color: #ffffff;
  margin-bottom: 27px;
}
.cause-bottom-content{
  background: #f0f1f5;
  padding-bottom: 120px;
}
.cause-bottom-content .cause-content{
  margin-top: -210px;
  background: transparent;
}

.single-cause-content .progress-box{
  position: relative;
  margin-bottom: 21px;
}
.single-cause-content .progress-box .progress {
  height: 6px;
  margin-bottom: 4px;
}
.single-cause-content .progress-box .progress {
  background-color: #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
  overflow: visible;
}
.single-cause-content .progress-box .progress-bar {
  position: relative;
  background-color: #eda02c;
  box-shadow: none;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  width: 0;
}
.single-cause-content .progress-box .progress-bar .value-holder {
  position: absolute;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  bottom: 15px;
  right: -29px;
  color: #eda02c;
  line-height: 18px;
  font-weight: 700;
  border: 2px solid #ffae89;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 4px 2px 4px;
}
.single-cause-content .progress-box .progress-bar .value-holder:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 8px;
  height: 8px;
  left: 50%;
  margin-left: -3px;
  bottom: -5px;
  border-bottom: 2px solid #ffae89;
  border-right: 2px solid #ffae89;
  transform: rotate(45deg);
}
.single-cause-content{
  position: relative;
  background: #ffffff;
  padding: 20px 20px 31px 20px;
}
.single-cause-content .image-box{
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}
.single-cause-content .lower-content h4 a{
  display: inline-block;
  margin-bottom: 16px;
}
.single-cause-content .lower-content .text{
  line-height: 24px;
  margin-bottom: 29px;
  text-align: justify;
}
.single-cause-content .price{
  margin-bottom: 22px;
}
.single-cause-content .price li{
  position: relative;
  display: inline-block;
  color: #222222;
}
.single-cause-content .price li:last-child{
  float: right;
}
.single-cause-content .price li span{
  color: #848484;
}
.cause-section .owl-dots{
  display: none !important;
}
.cause-section .owl-theme .owl-controls{
  position: absolute;
  top: -83px;
  left: 50%;
  margin-left: -44px;
}

/** event-section **/

.event-section{
  position: relative;
  padding: 109px 0px 87px 0px;
}
.event-content{
  margin-right: 70px;
}
.event-content .top-title{
  position: relative;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: #222222;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}
.event-content .top-text{
  margin-bottom: 30px;
}
.single-event-content{
  position: relative;
  padding: 0px 0px 22px 110px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 21px;
}
.single-event-content .date{
  position: absolute;
  left: 0px;
  top: 9px;
  width: 90px;
  height: 90px;
  background: #eda02c;
  font-size: 36px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 17px 0px;
}
.single-event-content .date span{
  font-size: 20px;
  display: block;
  text-transform: uppercase;
}
.single-event-content .info-box li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
}
.single-event-content .info-box li:last-child{
  margin-right: 0px;
}
.single-event-content .info-box li i:before{
  font-size: 13px;
  color: #eda02c;
  margin-right: 7px;
}
.single-event-content .info-box{
  margin-bottom: 5px;
}
.single-event-content:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}
.event-section .counter-column .img-box{
  position: absolute;
  top: 0px;
  right: 0px;
}
.event-section .counter-column .img-box img{
  width: 100%;
}
.fact-counter{
  position: relative;
  margin-top: 109px;
}
.fact-counter:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width:1px;
  height: 220px;
  left: 50%;
  top: 130px;
  margin-left: 20px;
  z-index: 2;
}
.fact-counter .counter-content{
  position: relative;
  background: #ffffff;
  margin: 0px 30px 0px 70px;
  top: 100px;
  padding: 30px 30px 32px 30px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.10);
  z-index: 1;
}
.fact-counter .counter-content:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 410px;
  height: 1px;
  left: 30px;
  bottom: 50%;
  margin-bottom: 9px;
}
.single-counter-content{
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 31px;
  margin-top: 12px;
}
.single-counter-content .count-outer span{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 40px;
  font-family: 'Work Sans', sans-serif;
  color: #222222;
  font-weight: 700;
  margin-bottom: 0px;
}
.single-counter-content .text{
  font-size: 14px;
}

/** cta-section **/

.cta-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 73px 0px 71px 0px;
}
.cta-section .title{
  position: relative;
  font-size: 42px;
  line-height: 52px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 22px;
}
.cta-section .text{
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 32px;
}
.cta-section .donate-box button.theme-btn{
  padding: 12px 46px 12px 46px;
}

/** help-section **/

.help-section{
  position: relative;
  background: #f0f1f5;
  padding: 69px 0px 92px 0px;
}
.help-section .title-text{
  margin-bottom: 42px;
}
.single-help-content .img-box{
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 250px;
  max-height: 250px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  margin-bottom: 13px;
  transition: all 500ms ease;
}
.single-help-content:hover .img-box{
  border: 10px solid #eda02c;
}
.single-help-content .img-box img{
  width: 100%;
  border-radius: 50%;
  transform: scale(1.0);
  transition: all 500ms ease;
}
.single-help-content:hover .img-box img{
  transform: scale(1.1);
}

/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 50px 0px 90px 0px;
}
.testimonial-section .top-content{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 91px 0px 138px 100px;
  margin-bottom: 10px;
}
.testimonial-section .top-content .sec-title{
  line-height: 50px;
  margin-bottom: 15px;
  color: #ffffff;
}
.testimonial-section .top-content .title-text{
  position: relative;
  color: #ffffff;
}
.testimonial-content{
  position: relative;
}
.testimonial-content .content-box{
  position: absolute;
  top: 80px;
  right: 0px;
  max-width:600px;
  background: #ffffff;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.20);
}
.testimonial-content .content-box .content{
  background: #ffffff;
  padding: 42px 30px 75px 29px;
}
.testimonial-content .owl-theme .owl-controls{
  position: absolute;
  left: -611px;
  top: 159px;
}
.owl-dots{
  display: none !important;
}
.testimonial-content .content-box .content .text{
  font-size: 17px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 38px;
}
.brand-content .owl-theme .owl-controls{
  display: none;
}
.testimonial-content .content-box .content .author-info{
  position: relative;
  padding: 11px 0px 0px 91px;
}
.testimonial-content .content-box .content .author-info .author-thumb{
  position: absolute;
  /* overflow: hidden; */
  left: 0px;
  top: 0px;
  width: 73px;
  height: 73px;
  border-right: 50%;
}
.testimonial-content .content-box .content .author-info .author-thumb img{
  width: 100%;
  border-right: 50%;
}
.testimonial-content .content-box .content .author-info .title{
  color: #eda02c;
}
.brand-content .img-box{
  position: relative;
  text-align: center;
  opacity: .6;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.brand-content .img-box:hover{
  opacity: 1;
}
.brand-content .img-box img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}

/** subscribe-section **/

.subscribe-section{
  position: relative;
  background: #1e2129;
}
.subscribe-section .subscribe-content{
  padding: 50px 0px 50px 0px;
  border-bottom: 1px solid #404249;
}
.subscribe-section .subscribe-content .subscribe-title{
  position: relative;
  font-size: 28px;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 8px;
}
.form-group{
  margin-bottom: 0px;
}
.subscribe-section .subscribe-content .subscribe-form input[type='email']{
  position: relative;
  width: 392px;
  height: 50px;
  background: #2e3138;
  border: 1px solid #2e3138;
  padding: 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  margin-right: 0px;
  transition: all 500ms ease;
}
.subscribe-section .subscribe-content .subscribe-form input[type='email']:focus{
  border: 1px solid #eda02c;
}
.subscribe-section .subscribe-content .subscribe-form button.theme-btn{
  padding: 13px 43px 11px 42px;
  float: right;
}
.subscribe-section .subscribe-content .subscribe-form button.theme-btn:hover{
  background: #ffffff;
  color: #eda02c;
}
.subscribe-section ::-webkit-input-placeholder { /* Chrome */
  color: #ffffff;
}
.subscribe-section :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.subscribe-section ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.subscribe-section :-moz-placeholder { /* Firefox 4 - 18 */
  color: #ffffff;
  opacity: 1;
}

/** main-footer **/

.main-footer{
  position: relative;
  background: #1e2129;
}

.footer-content{
  position: relative;
  padding: 35px 0px 20px 0px;
}
.footer-content:before{
  position: absolute;
  content: '';
  background: url(../images/background/footer-pattern.png);
  width: 744px;
  height: 365px;
  top: 50px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.footer-content .logo-widget{
  position: relative;
  margin-top: -5px;
}
.footer-content .logo-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.footer-content .logo-widget .footer-social li:last-child{
  margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #2e3138;
  color: #9ea0a9;
  text-align: center;
  border-radius: 50%;
}
.footer-content .logo-widget .footer-social li a:hover{
  color: #ffffff;
  background: #eda02c;
}
.footer-content .logo-widget .logo-box{
  margin-bottom: 25px;
}
.footer-content .logo-widget .text p{
  color: #9ea0a9;
  margin-bottom: 32px;
}
.footer-content .footer-title{
  position: relative;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}
.footer-content .service-widget .list li{
  display: block;
  margin-bottom: 12px;
}
.footer-content .service-widget .list li a{
  position: relative;
  display: inline-block;
  color: #9ea0a9;
}
.footer-content .service-widget .list li a:hover{
  color: #eda02c;
}
.footer-content .contact-widget p{
  color: #9ea0a9;
  margin-bottom: 15px;
}
.footer-content .contact-widget{
  margin-left: 90px;
}
.footer-content .contact-widget .footer-title{
  margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  background: #13151a;
  padding: 25px 0px 22px 0px;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a{
  position: relative;
  color: #9ea0a9;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover{
  color: #eda02c;
}
.footer-bottom .footer-nav{
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child{
  margin-left: 0px;
}
.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}
.footer-bottom .footer-nav li:first-child:before{
  display: none;
}

 /**

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding:100px 0px 20px 0px;
}
.page-title:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.60);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.page-title .content-box .title{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 75px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  margin-right: 1px;
  padding-right: 15px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '/';
  font-size: 16px;
  color: #ffffff;
  top: 0px;
  right: 0px;
}
.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}
.page-title .content-box .bread-crumb li:last-child{
  margin-right: 0px;
  padding-right: 0px;
}
.page-title .content-box .bread-crumb li a{
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.page-title .content-box .bread-crumb li a:hover{
  color: #eda02c;
}

/** counter-style-three **/

.counter-style-three{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 109px 0px 115px 0px;
}
.counter-style-three .single-item .count-outer span{
  color: #eda02c;
  font-size: 40px;
  line-height: 50px;
}
.counter-style-three .single-item .text{
  font-size: 15px;
}
.counter-style-three .single-item:before{
  background: #6f6a69;
}


 
/*** 

====================================================================
                        donate-page
====================================================================

***/

.donation-section{
  position: relative;
  background: #ffffff;
  padding: 118px 0px 110px 0px;
}
.donation-section:before{
  position: absolute;
  content: '';
  background: #f0f1f5;
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.donation-section .title{
  position: relative;
  display: block;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: #222222;
  font-weight: 700;
  margin-bottom: 49px;
}
.donation-section .donation-details .text{
  position: relative;
  color: #222222;
  margin-bottom: 2px;
}
.donation-section .donation-details .chicklet-list{
  padding: 0px;
}
.donation-section .donation-details .chicklet-list li{
  padding: 0px;
}
.donation-section .donation-details .chicklet-list label{
  padding: 12px 18px 10px 19px;
  margin-bottom: 0px;
  margin-right: 9px;
}
.donation-section .donation-details .chicklet-list input[type="text"]{
  height: 50px;
  width: 202px;
}
.donation-section .donation-details .chicklet-list{
  margin-bottom: 23px;
}
.donation-section .donation-details .select-box span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #222222;
}
.donation-section .donation-details .select-box .text{
  margin-bottom: 12px;
}
.donation-section .donation-details{
  margin-right: 35px;
}
.donation-section .donation-details .select-box select{
  position: relative;
  display: inline-block;
  height: 50px;
  width: 158px;
  color: #222222;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0px 10px;
  transition: all 500ms ease;
}
.donation-section .donation-details .select-box select:focus{
  border: 1px solid #eda02c;
}
.donation-section .donation-details .select-box{
  margin-bottom: 23px;
}
.donation-section .donation-details .form input[type='text']{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  color: #848484;
  margin-bottom: 23px;
  transition: all 500ms ease;
}
.donation-section .donation-details .form input[type='text']:focus{
  border: 1px solid #eda02c;
}
.donation-section .donation-details .form label{
  position: relative;
  font-size: 15px;
  color: #222222;
  margin-bottom: 2px;
}

.donation-section .donation-form{
  position: relative;
  margin: 0px 35px;
}
.donation-section .donation-form .form-group label{
  position: relative;
  color: #222222;
  margin-bottom: 2px;
}
.donation-section .donation-form .form-group input[type='text'],
.donation-section .donation-form .form-group input[type='email'],
.donation-section .donation-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #d9d9d9;
  margin-bottom: 23px;
  background: transparent;
  padding: 10px 20px;
  transition: all 500ms ease;
}
.donation-section .donation-form .form-group textarea{
  height: 94px;
  resize: none;
  margin-bottom: 22px;
}
.donation-section .donation-form .form-group input:focus,
.donation-section .donation-form .form-group textarea:focus{
  border: 1px solid #eda02c;
}
.donation-section .donation-form .form-group .theme-btn{
  padding: 13px 29px 11px 30px;
}

 
/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section{
  padding: 111px 0px 120px 0px;
}
.contact-section .contact-title{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  color: #222222;
  font-weight: 700;
  margin-bottom: 42px;
}
.contact-section .contact-info .single-info{
  position: relative;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
.contact-section .contact-info .single-info:hover{
  border: 1px solid #eda02c;
}
.contact-section .contact-info .single-info .icon-box i:before{
  font-size: 35px;
  color: #eda02c;
  margin: 0px;
  transition: all 500ms ease;
}
.contact-section .contact-info .left-column .icon-box i:before{
  font-size: 43px;
}
.contact-section .contact-info .left-column{
  padding: 91px 60px 82px 60px;
}
.contact-section .contact-info .left-column .icon-box{
  margin-bottom: 14px;
}
.contact-section .contact-info .left-column h5{
  margin-bottom: 11px;
}
.contact-section .contact-info .left-column .text{
  line-height: 24px;
}
.contact-section .contact-info .right-column{
  position: relative;
  padding: 52px 10px 53px 85px;
  margin-bottom: 27px;
}
.contact-section .contact-info .right-column .icon-box{
  position: absolute;
  left: 19px;
  top: 64px;
}
.contact-section .contact-info .right-column h5{
  line-height: 22px;
}
.contact-section .contact-form-area .form-group label{
  position: relative;
  display: block;
  color: #222222;
  margin-bottom: 3px;
}
.contact-section .contact-form-area .form-group input[type='text'],
.contact-section .contact-form-area .form-group input[type='email'],
.contact-section .contact-form-area .form-group textarea{
  position: relative;
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 12px;
  transition: all 500ms ease;
}
.contact-section .contact-form-area .form-group textarea{
  height: 144px;
  resize: none;
  margin-bottom: 23px;
}
.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus{
  border: 1px solid #eda02c;
}
.contact-section .contact-form-area .contact-title{
  margin-bottom: 35px;
}
.contact-section .contact-form-area .form-group .theme-btn{
  padding: 12px 49px 12px 49px;
}

/** google-map **/

.google-map-section{
  position: relative;
  width: 100%;
}
#contact-google-map{
  position: relative;
  height: 425px;
  width: 100%;
}



.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before {
  font-size: 48px;
  margin-left: 10px;
}
.title-icon {
  margin: 0 auto;
  max-width: 170px;
  position: relative;
}
.title-icon::after {
  content: "";
  height: 2px;
  left: 20px;
  position: absolute;
  top: 10px;
  width: 30px;
}
.title-icon::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px;
}


.p_bg
{
  border: 1px solid rgb(206, 205, 205); 
  padding:20px; 
  background-color: #fde8f1;
  height: auto;
 height: 490px!important;
}


.pink_bg
{
  border: 1px solid rgb(206, 205, 205); 
  padding:20px; 
  background-color: #fde8f1;
  height: auto;
 
}