 
/* Css For Fund Raisers */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:17px;
  color:#7b7676;
  line-height:27px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Inter', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.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;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

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-family: 'Inter', sans-serif;
  color: #7b7676;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 400;
  color: #23272a;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 18px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before { animation-delay: 2s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}

@media screen and (max-width: 400px) {
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 25px; letter-spacing: 0px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.special_fonts{
  font-family: 'DM Sans', sans-serif;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff !important;
  text-align: center;
  padding: 16px 30px;
  border-radius: 40px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{

}

.theme-btn.btn-one:hover{

}

.row{
  --bs-gutter-x: 30px;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.pagination li:last-child{
  margin: 0px !important;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  height: 54px;
  width: 54px;
  line-height: 54px;
  background: transparent;
  border: 2px solid #ebe5e5;
  font-family: 'Kumbh Sans', sans-serif;
  text-align: center;
  color: #313537;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.sec-pad{
  padding: 102px 0px 110px 0px;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top {
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 99;
  color: #383c3f;
  border: 2px solid #383c3f;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top:hover{
  color: #fff;
  background: #383c3f;
}



.sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px; 
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 52px;
  font-weight: 600;
  margin: 0px;
}

.sec-title.light h2{
  color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 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;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  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;
}

/*** Search Popup ***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .popup-inner{
  width: 100%;
  background: #fff;
  height: 100%;
}

.search-popup .upper-box{
  position: relative;
  padding: 70px 70px;
  z-index: 1;
}

.search-popup .upper-box .logo-box{
  max-width: 149px;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: relative;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 11px;
  transition: all 500ms ease;
}

.search-popup .close-search:hover {
  color: red;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group{
  position: relative;
  margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 0px;
  background: #ffffff;
  line-height: 30px;
  font-size: 20px;
  color: #808080;
  font-family: 'DM Sans', sans-serif;
  border: none;
  font-weight: 400;
  border-radius: 0px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus{
  border-color: #141417;
}

.search-popup .form-control:focus{
  box-shadow: none !important;
}

.header-style-one{
  position: relative;
  width: 100%;
}

.main-header .outer-box,
.main-header .new-header-fix{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .new-header-fix{
	max-width:1500px;
}

.header-style-one .main-box{
  position: relative;
  background: #fff;
  border-bottom-right-radius: 15px;
}

.header-style-one .main-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 5000px;
  height: 100%;
  top: 0px;
  right: 0px;
  border-bottom-right-radius: 15px;
}

.header-style-one .header-upper .logo-box{
  position: relative;
  z-index: 1;
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .outer-box .info-box li{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #23272a;
  cursor: pointer;
  margin-right: 37px;
  transition: all 500ms ease;
}

.main-header .outer-box .info-box li:before{
  position: absolute;
  content: '';
  background: #ebe5e5;
  width: 1px;
  height: 24px;
  top: 0px;
  right: -20px;
}

.main-header .outer-box .info-box li a{
  display: inline-block;
  color: #23272a;
}

.main-header .outer-box .info-box li:hover,
.main-header .outer-box .info-box li a:hover{

}

.main-header .social-links li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-right: 30px;
}

.main-header .social-links li:last-child{
  margin: 0px !important;
}

.main-header .social-links li a{
  display: inline-block;
  color: #b6b0b0;
}

.main-header .social-links li a:hover{

}

.main-header .social-links li:before{
  position: absolute;
  content: '';
  background: #d2cccd;
  width: 4px;
  height: 4px;
  top: 10px;
  right: -20px;
  border-radius: 50%;
}

.main-header .social-links li:last-child:before{
  display: none;
}

.main-header .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #23272a;
  padding-left: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.main-header .lower-box .news-text{
  position: relative;
  display: block;
  padding-left: 120px;
  padding-right: 160px;
}

.main-header .lower-box .news-text h6{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 15px 0px 38px;
  border-radius: 25px;
}

.main-header .lower-box .news-text h6 i{
  position: absolute;
  left: 14px;
  top: 2px;
  font-size: 16px;
  font-weight: 400;
}

.main-header .lower-box .news-text p{
  font-size: 15px;
  color: #fff;
}

.main-header .lower-box .news-text a{
  position: absolute;
  top: 3px;
  right: 25px;
  font-size: 18px;
  color: #fff;
}

.main-header .lower-box .news-text a:hover{

}

.main-header .lower-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .lower-box .btn-box .link-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 30px;
  width: 217px;
  text-align: center;
}

.main-header .lower-box .btn-box .donate-box-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 30px;
  width: 184px;
  text-align: center;
}



/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 15px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:17px;
  line-height:30px;
  padding: 25px 0px;
  font-weight:600;
  font-family: 'Kumbh Sans', sans-serif;
  opacity:1;
  color: #23272a;
  z-index:1;
  text-transform: capitalize;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a{
  padding-right: 23px;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f13c";
  font-family: 'flaticon';
  top: 26px;
  right: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #b6b0b0;
  transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown.current > a:before,
.main-menu .navigation > li.dropdown:hover > a:before{
  
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:250px;
  margin-top: 15px;
  padding: 10px 30px;
  z-index:100;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  display:none;
  opacity: 0;
  visibility: hidden;
  border-radius: 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 > .megamenu{
  background: #212226;
}

.main-menu .navigation > li > .megamenu a{
  display: inline-block !important;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 15px 0px 14px 0px;
  border-bottom: 1px solid #ebe5e5;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:500;
  font-size:17px;
  font-family: 'Kumbh Sans', sans-serif;
  color:#7b7676;
  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 > a:before{
  position: absolute;
  content: "\f116";
  font-family: 'flaticon';
  font-size: 14px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  opacity: 1;
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
  padding-right: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
  padding-left: 21px;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 6 Free';
  content: "\f105";
  position:absolute;
  right:0px;
  top:0px;
  display:block;
  line-height:24px;
  font-size:14px;
  font-weight:700;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  margin-left: 40px;
  width:250px;
  z-index:100;
  display:none;
  border-radius: 0px;
  padding: 10px 30px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  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 > ul:before{
  position: absolute;
  content: '';
  left: -40px;
  top: 0px;
  width: 40px;
  height: 100%;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 15px 0px 14px 0px;
  border-bottom: 1px solid #ebe5e5;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:500;
  font-size:17px;
  font-family: 'Kumbh Sans', sans-serif;
  color:#7b7676;
  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 > ul > li > a:before{
  position: absolute;
  content: "\f116";
  font-family: 'flaticon';
  font-size: 14px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 21px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;

  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #23272a;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding-top: 25px;
  padding-bottom: 25px;
}

.sticky-header .main-menu .navigation > li > a:before{
  top: 25px;
}

.sticky-header .logo-box{
  padding: 10px 0px;
}

.header-style-one .sticky-header .menu-right-content{
  padding-right: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #23272a;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #23272a;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.nice-select{
  position: relative;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  color: #d4c0cd;
  padding-right: 21px;
  height: auto;
  line-height: 28px;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}


/** donate-popup **/

.donate-popup{
  position:fixed;
  left:0px;
  top:-100%;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.95);
  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:40px;
  top:40px;
  font-size:20px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  transition: all 500ms ease;
}

.donate-popup .close-donate:hover{

}

.donate-content{
  position: relative;
  display: block;
  background-color: #ffffff;
  max-width: 1720px;
  padding: 0px 15px;
  margin: 0 auto;
}

.donate-popup .donate-content{
  margin-top: 100px;
  margin-bottom: 100px;
  background: #ffffff;
  padding:60px;
}

.donate-content .donate-option .donate-list li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  cursor: pointer;
  margin-bottom: 20px;
}

.donate-content .donate-option .donate-list input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.donate-content .donate-option .donate-list label {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Kumbh Sans', sans-serif;
  background: #f6f1f0;
  font-weight: 600;
  color: #23272a;
  width: 100px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  margin: 0px;
  z-index: 1;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.donate-content .donate-option .donate-list :checked+label {
  color: #fff;
  text-shadow: none;
}

.donate-content .item-quantity {
  position: relative;
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 30px;
  z-index: 1;
}

.donate-content input.quantity-spinner {
  position: relative;
  line-height: 46px;
  height: 46px;
  width: 100% !important;
  padding: 0px 55px 0px 80px !important;
  box-shadow: none !important;
  font-family: 'Kumbh Sans', sans-serif;
  border: none;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #23272a;
  background: transparent;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.donate-content .item-quantity:before{
  position: absolute;
  content: '$';
  left: 65px;
  top: 9px;
  font-size: 20px;
  font-weight: 700;
  color: #232323;
  font-family: 'Quicksand', sans-serif;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #f4f1f0;
  padding: 0px 0px;
  left: 5px;
  top: 3px;
  text-align: center;
  border-radius: 50%;
  margin: 0px;
  border: none !important;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #f4f1f0;
  padding: 0px 0px;
  right: 3px;
  top: 3px;
  text-align: center;
  border-radius: 50%;
  margin: 0px;
  border: none !important;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "+";
  font-size: 28px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #23272a;
  font-weight: 500;
  transition: all 500ms ease;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "-";
  font-size: 32px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #23272a;
  font-weight: 500;
  transition: all 500ms ease;
}

.bootstrap-touchspin .glyphicon-chevron-up:hover:before,
.bootstrap-touchspin .glyphicon-chevron-down:hover:before{

}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  top: 0px;
  left: 0px;
  font-style: normal; 
}

.donate-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 23px;
}

.donate-content .donate-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 44px 50px 46px 50px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.donate-content .donate-option{
  position: relative;
  padding-right: 305px;
}

.donate-content .donate-option .other-amount{
  position: absolute;
  top: 53px;
  right: 0px;
  width: 300px;
  padding: 27px 40px 34px 40px;
  background-color: #f6f1f0;
  text-align: center;
}

.donate-content .donate-option .other-amount h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

.donate-content .donate-option .other-amount .text{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.donate-content .donate-option{
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 33px;
  border-bottom: 1px solid #dddad8;
}

.donate-content .payment-option h3{
  margin-bottom: 20px;
}

.donate-content .payment-option .payment-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.donate-content .payment-option .payment-list li:last-child{
  margin: 0px !important;
}

.donate-content .payment-option .payment-list input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.donate-content .payment-option .payment-list label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  color: #23272a;
  cursor: pointer;
  margin: 0px;
  z-index: 1;
  padding-left: 32px;
  transition: all 500ms ease;
}

.donate-content .payment-option .payment-list label:before{
  position: absolute;
  content: "\f136";
  font-family: 'flaticon';
  font-size: 20px;
  color: #bfb9b9;
  font-size: 20px;
  left: 0px;
  top: -1px;
  font-weight: 400;
  transition: all 500ms ease;
}

.donate-content .payment-option .payment-list :checked+label {
  text-shadow: none;
}

.donate-content .payment-option .payment-list :checked+label:before{

}

.donate-content .form-inner .form-group .custom-control.material-checkbox {
  position: relative;
  margin: 0px;
  padding-left: 28px;
  margin-bottom: 0px !important;
}

.donate-content .form-inner .form-group .custom-control.material-checkbox .material-control-input {
  display: none;
}

.donate-content .form-inner .form-group .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  border: 1px solid #ebe5e5;
  background-color: #f6f1f0;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.donate-content .form-inner .form-group .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  border-color: #f04b41;
  width: 8px;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.donate-content .form-inner .form-group .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  font-size: 17px;
  color: #7b7676;
  cursor: pointer;
  font-weight: 400;
  margin: 0px;
  text-transform: none;
}

.donate-content .form-inner {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 43px 50px 45px 50px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.donate-content .form-inner h3{
  margin-bottom: 16px;
}

.donate-content .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.donate-content .form-inner .column:last-child .form-group{
  margin-bottom: 0px;
}

.donate-content .form-inner .form-group label{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #7b7676;
  font-weight: 600;
  margin-bottom: 13px;
}

.donate-content .form-inner .form-group label span{

}

.donate-content .form-inner .form-group input[type='text'],
.donate-content .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #ebe5e5;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  color: #7b7676;
  font-weight: 400;
  transition: all 500ms ease;
}

.donate-content .form-inner .form-group input:focus{

}

.donate-content .form-inner .form-group .theme-btn{
  margin-top: 7px;
  padding: 15px 30px;
}

.donate-content .form-inner .form-group.message-btn{
  margin-bottom: 15px;
}



/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}
  
.banner-carousel .slide-item{
  position: relative;
  padding: 300px 0px 180px 0px;
}

.banner-carousel .slide-item:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(35,39,42,0.95) 10%, rgba(35,39,42,0.0) 70%);
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
  
.banner-carousel .slide-item .image-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
  
.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}
  
.banner-carousel .content-box{
  position: relative;
  max-width: 550px;
  width: 100%;
  z-index: 5;
}

.banner-carousel .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 29px;
  color: #bdc2c5;
  margin-bottom: 31px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .video-btn{
  position: relative;
  display: block;
  padding: 0px 0px 0px 73px;
  margin-bottom: 44px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .video-btn{
  opacity: 1;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .video-btn a{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 5px;
  width: 54px;
  height: 54px;
  line-height: 60px;
  background: #fff;
  font-size: 20px;
  color: #23272a;
  text-align: center;
  border-radius: 50%;
}

.banner-carousel .content-box .video-btn h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .theme-btn{
  padding: 18px 44px;
}

.banner-carousel .owl-dots{
  position: absolute;
  left: 0px;
  bottom: 35px;
  width: 100%;
  text-align: center;
}

.banner-carousel .owl-dots .owl-dot span{
  display: none;
}

.banner-carousel .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 12.5px;
  transition: all 500ms ease;
}

.banner-carousel .owl-dots .owl-dot.active{
  box-shadow: 0px 0px 0px 5px rgba(240, 75, 65, 0.40);
}

.sec-title p{
  margin-top: 13px;
}


/** feature-section **/

.feature-section{
  position: relative;
  padding: 102px 0px 105px 0px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
}

.feature-block-one .inner-box .image-box{
  position: relative;
  display: block;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.feature-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  width: 270px;
  height: 270px;
  border-radius: 50%;
}

.feature-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.feature-block-one .inner-box .image-box .icon-box{
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 62px;
  background: #f9f3f2;
  text-align: center;
  font-size: 32px;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box .icon-box{
  transform: translateY(-50%) scale(0,0);
}

.feature-block-one .inner-box .image-box .link-box{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  z-index: 1;
}

.feature-block-one .inner-box .image-box .link-box a{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transform: scale(0,0);
}

.feature-block-one .inner-box:hover .image-box .link-box a{
  transform: scale(1,1);
}

.feature-block-one .inner-box .image-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 31px;
}

.feature-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #23272a;
}

.feature-block-one .inner-box .lower-content h3 a:hover{

}

.feature-block:nth-child(2) .feature-block-one .inner-box .image-box .icon-box{
  color: #5aafe7;
}

.feature-block:nth-child(2) .feature-block-one .inner-box .image-box .link-box a{
  background: #5aafe7;
}

.feature-block:nth-child(3) .feature-block-one .inner-box .image-box .icon-box{
  color: #f6cc3b;
}

.feature-block:nth-child(3) .feature-block-one .inner-box .image-box .link-box a{
  background: #f6cc3b;
}

.bg-color-1{
  background: #f6f1f0;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 110px 0px;
}

.image_block_one .image-box{
  position: relative;
  display: block;
  padding-right: 50px;
  padding-bottom: 110px;
}

.image_block_one .image-box img{
  width: 100%;
}

.image_block_one .image-box .image-2{
  position: absolute;
  bottom: 0px;
  right: -150px;
}

.image_block_one .curve-text{
  position: absolute;
  display: inline-block;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  top: 196px;
  right: -40px;
}

.image_block_one .curve-text:before,
.image_block_one .curve-text:after{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.image_block_one .curve-text:before{
  left: 18px;
  top: 52%;
}

.image_block_one .curve-text:after{
  right: 18px;
  top: 53%;
}

.image_block_one .curve-text span{
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #23272a;
  text-transform: uppercase;
  font-weight: 700;
}

.image_block_one .curve-text .curved-circle{
  left: 90px;
  top: 7px;
}

.image_block_one .curve-text .curved-circle-2{
  left: 90px;
  bottom: -32px;
}

.image_block_one .curve-text .icon-box{
  position: absolute;
  left: 37px;
  top: 37px;
  background: #f6f1f0;
  width: 106px;
  height: 106px;
  line-height: 106px;
  text-align: center;
  border-radius: 50%;
}

.image_block_one .curve-text .icon-box img{
  display: inline-block;
  width: auto;
}

.content_block_one .content-box{
  position: relative;
  display: block;
}

.content_block_one .content-box .inner-box{
  padding-left: 200px;
}

.content_block_one .content-box .inner-box .single-item{
  position: relative;
  display: block;
  margin-top: 24px;
  margin-bottom: 20px;
}

.content_block_one .content-box .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 11px;
}

.list-style-one li{
  position: relative;
  display: block;
  font-size: 17px;
  padding-left: 32px;
  margin-bottom: 12px;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li:before{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  left: 0px;
  top: 3px;
  border-radius: 50%;
}

.list-style-one li:after{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid #23272a;
  border-radius: 50%;
  left: 4px;
  top: 7px;
}

.content_block_one .content-box .list-style-one{
  margin-bottom: 35px;
}

.content_block_one .content-box .sec-title{
  margin-bottom: 41px;
}


/** cause-section **/

.cause-section{
  position: relative;
}

.cause-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.cause-block-one .inner-box:hover{
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.cause-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.cause-block-one .inner-box .image-box img{
  width: 100%;
}

.cause-block-one .inner-box .image-box .progress-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(35, 39, 42, 0.95);
}

.cause-block-one .inner-box .image-box .progress-box .amount-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 25px;
}

.cause-block-one .inner-box .image-box .progress-box .amount-box h6{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #b3b5b7;
}

.cause-block-one .inner-box .image-box .progress-box .amount-box h6 span{

}

.cause-block-one .inner-box .image-box .progress-box .amount-box h6:last-child{
  color: #fff;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:7px;
  background: #f6f1f0;
}
  
.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:7px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .bar-inner:before{
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 3px;
  height: 16px;
}

.cause-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 25px 25px 27px 25px;
}

.cause-block-one .inner-box .lower-content .category-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.cause-block-one .inner-box .lower-content .category-list li:last-child{
  margin: 0px !important;
}

.cause-block-one .inner-box .lower-content .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  background: #f6f1f0;
  padding: 1px 10px;
}

.cause-block-one .inner-box .lower-content .category-list li a i{
  position: relative;
  margin-right: 6px;
  top: -1px;
  font-size: 14px;
}

.cause-block-one .inner-box .lower-content .category-list{
  margin-bottom: 16px;
}

.cause-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 21px;
  border-bottom: 1px solid #ebe5e5;
}

.cause-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #23272a;
}

.cause-block-one .inner-box .lower-content h3 a:hover{

}

.cause-block-one .inner-box .lower-content .info-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cause-block-one .inner-box .lower-content .info-box:before{
  position: absolute;
  content: '';
  background: #ebe5e5;
  width: 1px;
  height: 40px;
  left: 50%;
  top: 4px;
}

.cause-block-one .inner-box .lower-content .info-box li{
  position: relative;
  padding-left: 50px;
  min-height: 69px;
}

.cause-block-one .inner-box .lower-content .info-box li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #b6b0b0;
  border: 1px solid #ebe6e6;
}

.cause-block-one .inner-box .lower-content .info-box li h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.cause-block-one .inner-box .lower-content .info-box li p{
  line-height: 25px;
}

.cause-block-one .inner-box .lower-content .info-box{
  margin-bottom: 20px;
}

.cause-block-one .inner-box .lower-content .btn-box{
  position: relative;
  background: #f6f1f0;
  border-radius: 40px;
  overflow: hidden;
}

.cause-block-one .inner-box .lower-content .btn-box button,
.cause-block-one .inner-box .lower-content .btn-box a.donate-box-btn{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 15px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}
.cause-block-one .inner-box .lower-content .btn-box a.donate-box-btn:hover {
    background: #f04b41;
}
.cause-block-one .inner-box .lower-content .btn-box a{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  color: #23272a;
  text-transform: uppercase;
  padding: 16px 15px;
}

.cause-block-one .inner-box .lower-content .btn-box a:hover{

}

.cause-section .upper-box .option-list li{
  position: relative;
  display: inline-block;
  margin-right: 27px;
}

.cause-section .upper-box .option-list li:before{
  position: absolute;
  content: '';
  background: #ece7e6;
  width: 1px;
  height: 16px;
  top: 6px;
  right: -15px;
}

.cause-section .upper-box .option-list li:last-child:before{
  display: none;
}

.cause-section .upper-box .option-list li:last-child{
  margin: 0px !important;
}

.cause-section .upper-box .option-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #b4b0b0;
}

.cause-section .upper-box .option-list li a:hover{

}

.cause-section .upper-box .option-list li a i{
  position: relative;
  margin-right: 6px;
  font-size: 14px;
}

.text-right{
  text-align: right;
}

.cause-section .upper-box .option-list{
  margin-bottom: 21px;
}

.cause-section .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  color: #23272a;
  background: #f6f1f0;
  cursor: pointer;
  text-align: center;
  padding: 9px 14px;
  margin-right: 7px;
  transition: all 500ms ease;
}

.cause-section .tab-btns li:last-child{
  margin: 0px !important;
}

.cause-section .tab-btns li.active-btn,
.cause-section .tab-btns li:hover{
  color: #fff;
}

.cause-section .upper-box{
  padding-bottom: 10px;
}


/** urgent-cause **/

.urgent-cause{
  position: relative;
  padding-top: 102px;
}

.urgent-cause:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 304px;
  left: 0px;
  bottom: 0px;
}

.urgent-cause .cs-countdown .count-col{
  position: relative;
  display: block;
  width: 100px;
  background: #23272a;
  padding: 14px 0px 19px 0px;
  text-align: center;
  margin-bottom: 2px;
}

.urgent-cause .cs-countdown .count-col:last-child{
  margin-bottom: 0px;
}

.urgent-cause .cs-countdown .count-col span{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 40px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3px;
}

.urgent-cause .cs-countdown .count-col h6{
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.urgent-cause .inner-container{
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.urgent-cause .content-box{
  position: relative;
  padding-right: 300px;
}

.urgent-cause .content-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 552px;
}

.urgent-cause .content-box .image-box .bg-image{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.urgent-cause .content-box .image-box .bg-image:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(35,39,42,0.95) 0%, rgba(35,39,42,0.0) 70%);
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.urgent-cause .content-box .image-box .category-list{
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
}

.urgent-cause .image-box .category-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.urgent-cause .image-box .category-list li:last-child{
  margin: 0px !important;
}

.urgent-cause .image-box .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  background: #fff;
  padding: 1px 10px;
}

.urgent-cause .image-box .category-list li a i{
  position: relative;
  margin-right: 6px;
  top: -1px;
  font-size: 14px;
}

.urgent-cause .image-box h2{
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  padding-left: 38px;
  padding-right: 30px;
  z-index: 1;
}

.urgent-cause .image-box h2 a{
  display: inline-block;
  color: #fff;
}

.urgent-cause .image-box h2 a:hover{

}

.urgent-cause .image-box .timer{
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}

.urgent-cause .inner-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
}

.urgent-cause .inner-box .circle-progress-box{
  position: relative;
  display: block;
  padding: 40px 20px 34px 20px;
}

.urgent-cause .inner-box .piechart{
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
}

.urgent-cause .inner-box .piechart span{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  font-family: 'Kumbh Sans', sans-serif;
  margin-bottom: 4px;
}

.urgent-cause .inner-box .piechart span:after{
  content: "%";
}

.urgent-cause .inner-box .piechart .text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.urgent-cause .inner-box .piechart .text h6{
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #7b7676;
  font-weight: 600;
}

.urgent-cause .inner-box .circle-progress-box .amount-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.urgent-cause .inner-box .circle-progress-box .amount-box h6 span{

}

.urgent-cause .inner-box .donate-content{
  position: relative;
  display: block;
  padding: 31px 20px 33px 20px;
}

.urgent-cause .inner-box .donate-content h3{
  color: #fff;
  margin-bottom: 4px;
}

.urgent-cause .inner-box .donate-content p{
  color: #fff;
  margin-bottom: 16px;
}

.urgent-cause .inner-box .donate-content .link-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 18px;
}

.urgent-cause .inner-box .donate-content .link-btn i{
  position: relative;
  margin-right: 7px;
  top: 2px;
}

.urgent-cause .inner-box .donate-content .item-quantity{
  max-width: 240px;
}

.urgent-cause .inner-box .donate-content input.quantity-spinner{
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.urgent-cause .inner-box .donate-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down,
.urgent-cause .inner-box .donate-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.urgent-cause .inner-box .donate-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  top: 6px;
  left: 6px;
}

.urgent-cause .inner-box .donate-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  top: 5px;
  right: 4px;
}

.urgent-cause .inner-box .donate-content .item-quantity:before{
  left: 100px;
  top: 15px;
}

.urgent-cause .lower-content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
}

.urgent-cause .lower-content h5{
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-right: 10px;
}

.urgent-cause .lower-content h5 i{
  position: relative;
  margin-right: 10px;
  font-size: 14px;
}

.social-style-one li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.social-style-one li:last-child{
  margin: 0px !important;
}

.social-style-one li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #3b5998;
}

.social-style-one li:nth-child(2) a{
  background: #55acee;
}

.social-style-one li:nth-child(3) a{
  background: #3f729b;
}

.social-style-one li:nth-child(4) a{
  background: #cd201f;
}

.owl-carousel button span {
  font-family: 'flaticon';
}


/** donars-section **/

.donars-section{
  position: relative;
  overflow: hidden;
}

.donars-section .single-item{
  position: relative;
  display: block;
}

.donars-section .single-column:nth-child(2) .single-item,
.donars-section .single-column:nth-child(5) .single-item{
  margin-top: 60px;
}

.donars-section .single-item .donars-thumb{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
  border: 3px solid #fff;
  margin-bottom: 18px;
}

.donars-section .single-item .donars-thumb img{
  display: inline-block;
  width: 100%;
  border-radius: 50%;
}

.donars-section .single-item h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.donars-section .single-item span{
  position: relative;
  display: block;
  color: #7b7676;
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 52px;
  font-size: 18px;
  border: 2px solid #ebe5e5;
  border-radius: 50%;
  text-align: center;
  color: #23272a;
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover{
  color: #fff;
}

.nav-style-one button.owl-prev{
  margin-right: 10px;
}

.donars-section .nav-style-one .owl-nav{
  margin-top: -18px;
}

.donars-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** video-section **/

.video-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 149px 0px 160px 0px;
}

.video-section:before{
  position: absolute;
  content: '';
  background: #23272a;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.video-section .inner-box{
  position: relative;
  display: flex;
  max-width: 940px;
  align-items: center;
  justify-content: space-between;
}

.video-section .inner-box .text{
  max-width: 600px;
}

.video-section .inner-box h2{
  font-size: 60px;
  line-height: 68px;
  color: #fff;
  margin-bottom: 22px;
}

.video-section .inner-box h2 span{

}

.video-section .inner-box p{
  font-size: 18px;
  color: #bdc2c5;
  margin-bottom: 33px;
}

.video-section .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 100px;
  font-size: 30px;
  color: #23272a;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

.video-section .inner-box .video-btn a:before,
.video-section .inner-box .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .inner-box .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-section .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% - 15px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** benefits-section **/

.benefits-section{
  position: relative;
}

.benefits-section .owl-nav{
  margin-top: 60px;
}

.benefits-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.benefits-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.benefits-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.benefits-block-one .inner-box{
  position: relative;
  display: block;
  background: #f6f1f0;
  padding: 99px 15px 37px 15px;
  transition: all 500ms ease;
}

.benefits-block:nth-child(2) .benefits-block-one .inner-box{
  background: #edf1f4;
}

.benefits-block:nth-child(3) .benefits-block-one .inner-box{
  background: #f5f3ec;
}

.benefits-block:last-child .benefits-block-one .inner-box{
  background: #ecf5ee;
}

.benefits-block-one .inner-box:hover{
  background: #fff !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.benefits-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 76px;
  font-size: 36px;
  border: 2px solid #e0dada;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 16px;
  transition: all 500ms ease;
}

.benefits-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: -17px;
  bottom: -1px;
  border: 2px solid #e0dada;
  border-radius: 50%;
  transition: all 500ms ease;
}

.benefits-block-one .inner-box .icon-box:after{
  position: absolute;
  content: '';
  width: 130px;
  height: 130px;
  left: -32px;
  bottom: -1px;
  border: 2px solid #e0dada;
  border-radius: 50%;
  transition: all 500ms ease;
}

.benefits-block:nth-child(2) .benefits-block-one .inner-box .icon-box{
  color: #5aafe7;
}

.benefits-block:nth-child(3) .benefits-block-one .inner-box .icon-box{
  color: #f6cc3b;
}

.benefits-block:last-child .benefits-block-one .inner-box .icon-box{
  color: #50ac65;
}

.benefits-block:nth-child(2) .benefits-block-one .inner-box:hover .icon-box,
.benefits-block:nth-child(2) .benefits-block-one .inner-box:hover .icon-box:before,
.benefits-block:nth-child(2) .benefits-block-one .inner-box:hover .icon-box:after{
  border-color: #5aafe7;
}

.benefits-block:nth-child(3) .benefits-block-one .inner-box:hover .icon-box,
.benefits-block:nth-child(3) .benefits-block-one .inner-box:hover .icon-box:before,
.benefits-block:nth-child(3) .benefits-block-one .inner-box:hover .icon-box:after{
  border-color: #f6cc3b;
}

.benefits-block:last-child .benefits-block-one .inner-box:hover .icon-box,
.benefits-block:last-child .benefits-block-one .inner-box:hover .icon-box:before,
.benefits-block:last-child .benefits-block-one .inner-box:hover .icon-box:after{
  border-color: #50ac65;
}

.benefits-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  max-width: 190px;
  margin: 0 auto;
  transition: all 500ms ease;
}

.benefits-block-one .inner-box:hover h3{
  opacity: 0;
}

.benefits-block-one .inner-box p{
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  text-align: center;
  padding: 0px 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.benefits-block-one .inner-box:hover p{
  opacity: 1;
  bottom: 32px;
}


/** funfact-section **/

.funfact-section{
  position: relative;
}

.funfact-section .outer-container{
  position: relative;
  padding: 0px 30px;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f6f1f0;
}

.funfact-block-one .inner-box .image-box{
  position: relative;
  display: none;
}

.funfact-block-one .inner-box .image-box img{
  width: 100%;
}

.funfact-block-one .inner-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.funfact-block-one .inner-box .content-box{
  position: relative;
  display: block;
  float: right;
  width: 50%;
  padding: 39px 20px 27px 40px;
}

.funfact-block-one .inner-box .content-box .icon-box{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 60px;
  margin-bottom: 13px;
}

.funfact-block-one .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}

.funfact-block-one .inner-box .content-box p{
  margin-bottom: 20px;
}

.funfact-block-one .inner-box .content-box .count-outer{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
}

.funfact-section .funfact-block{
  padding: 0px 5px;
}

.funfact-section .funfact-block:nth-child(2) .funfact-block-one .inner-box{
  background: #edf1f4;
}

.funfact-section .funfact-block:nth-child(2) .funfact-block-one .inner-box .icon-box{
  color: #5aafe7;
}

.funfact-section .funfact-block:nth-child(2) .funfact-block-one .inner-box .count-outer{
  color: #5aafe7;
}

.funfact-section .funfact-block:last-child .funfact-block-one .inner-box{
  background: #f5f3ec;
}

.funfact-section .funfact-block:last-child .funfact-block-one .inner-box .icon-box{
  color: #f6cc3b;
}

.funfact-section .funfact-block:last-child .funfact-block-one .inner-box .count-outer{
  color: #f6cc3b;
}


/** event-section **/

.event-section{
  position: relative;
}

.sec-title .theme-btn{
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.event-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #ebe5e5;
  padding-left: 550px;
}

.event-block-one .inner-box .schedule-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 270px;
  padding: 44px 30px 42px 40px;
}

.event-block-one .inner-box .schedule-box h2{
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  padding-right: 100px;
  margin-bottom: 11px;
}

.event-block-one .inner-box .schedule-box h2 span{
  position: absolute;
  top: -2px;
  right: 0px;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: #23272a;
  font-weight: 400;
}

.event-block-one .inner-box .schedule-box p{
  position: relative;
  display: block;
  padding-left: 22px;
}

.event-block-one .inner-box .schedule-box p i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
}

.event-block-one .inner-box .image-box{
  position: relative;
  display: none;
  max-width: 280px;
}

.event-block-one .inner-box .image-box img{
  width: 100%;
}

.event-block-one .inner-box .bg-layer{
  position: absolute;
  left: 270px;
  top: 0px;
  width: 280px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.event-block-one .inner-box .content-box{
  position: relative;
  display: block;
  padding: 34px 30px 32px 50px;
}

.event-block-one .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}

.event-block-one .inner-box .content-box h3 a{
  position: relative;
  display: inline-block;
  color: #23272a;
}

.event-block-one .inner-box .content-box h3 a:hover{

}

.event-block-one .inner-box .content-box p{
  position: relatived;
  display: block;
  padding-left: 25px;
  margin-bottom: 13px;
}

.event-block-one .inner-box .content-box p i{
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 14px;
}

.event-block-one .inner-box .content-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.event-block-one .inner-box .content-box h4 span{
  font-size: 17px;
  color: #7b7676;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.event-block-one .inner-box .content-box .link-box{
  position: absolute;
  top: 49px;
  right: 39px;
}

.event-block-one .inner-box .content-box .link-box a{
  position: relative;
  display: inline-block;
  width: 78px;
  height: 78px;
  line-height: 86px;
  border: 1px solid #ebe5e5;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  color: #23272a;
}

.event-block-one .inner-box .content-box .link-box a:hover{
  color: #fff;
}

.event-block-one{
  margin-bottom: 30px;
}

.event-block-one:last-child{
  margin-bottom: 0px;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 160px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .testimonial-content{
  position: relative;
  display: block;
  padding: 31px 0px 0px 230px;
  margin-bottom: 32px;
}

.testimonial-section .testimonial-content .author-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 170px;
}

.testimonial-section .testimonial-content .author-box .thumb-box{
  position: relative;
  display: block;
  margin-bottom: 18px !important;
}

.testimonial-section .testimonial-content .author-box .thumb-box img{
  width: 100%;
}

.testimonial-section .testimonial-content .author-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1px;
}

.testimonial-section .testimonial-content .author-box .designation{
  position: relative;
  display: block;
  font-size: 17px;
  color: #fff;
}

.testimonial-section .testimonial-content .text .quote-box{
  position: relative;
  display: inline-block;
  font-size: 76px;
  color: #fff;
  margin-bottom: 19px;
}

.testimonial-section .testimonial-content .text .quote-box:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.26);
  width: 80px;
  height: 80px;
  left: -29px;
  top: -31px;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .text h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}

.testimonial-section .testimonial-content .text p{
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.testimonial-section .owl-nav{
  margin-left: 230px;
}

.testimonial-section .owl-nav button{
  color: #fff;
  border-color: #97b5ce;
}

.theme-btn.btn-two:hover{
  background: #23272a;
}


/** news-section **/

.news-section{
  position: relative;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .date{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  padding: 10px 20px 5px 0px;
}

.news-block-one .inner-box .image-box .date h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding-left: 41px;
  text-transform: uppercase;
}

.news-block-one .inner-box .image-box .date h6:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  left: 0px;
  top: 9px;
}

.news-block-one .inner-box .image-box .date h6 a{
	color:inherit;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 24px;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 17px;
  margin-right: 30px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a{
  position: relative;
  display: inline-block;
  color: #7b7676;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info li span{
  color: #23272a;
}

.news-block-one .inner-box .lower-content .post-info{
  margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '\f116';
  font-family: 'flaticon';
  font-size: 14px;
  top: 0px;
  right: -22px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #23272a;
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .lower-content p{
  margin-bottom: 32px;
}

.news-block-one .inner-box .lower-content .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-block-one .inner-box .lower-content .lower-box .btn-box{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .lower-content .lower-box .btn-box{
  opacity: 1;
  transform: scale(1,1);
}

.news-block-one .inner-box .lower-content .lower-box .btn-box .theme-btn{
  padding: 11px 33px;
}

.news-block-one .inner-box .lower-content .lower-box .link a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 50px;
  border: 1px solid #ebe5e5;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #24282b;
}

.news-block-one .inner-box:hover .lower-content .lower-box .link a{
  transform: scale(0,0);
}

.news-block-one .inner-box .lower-content .lower-box .link a:hover{
  color: #fff;
}

.news-block-one .inner-box .lower-content .lower-box .share-box a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 52px;
  background: #f6f1f0;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #24282b;
  transform: scale(0,0);
}

.news-block-one .inner-box .lower-content .lower-box .share-box a:hover{
  color: #fff;
}

.news-block-one .inner-box:hover .lower-content .lower-box .share-box a{
  transform: scale(1,1);
}


/** main-footer **/

.main-footer{
  position: relative;
  background: #23272a;
  padding-top: 110px;
}

.main-footer .footer-top{
  position: relative;
  padding-left: 200px;
}

.main-footer .footer-top .footer-logo{
  position: absolute;
  max-width: 151px;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.main-footer .footer-top .footer-logo img{
  width: 100%;
}

.main-footer .footer-top .subscribe-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.main-footer .footer-top .subscribe-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  background: #ffffff;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 10px 230px 10px 60px;
  font-size: 17px;
  color: #7b7676;
  transition: all 500ms ease;
}

.main-footer .footer-top .subscribe-inner .form-group input:focus{

}

.main-footer .footer-top .subscribe-inner .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px 40px 40px 0px;
  cursor: pointer;
  padding: 20px 15px;
  transition: all 500ms ease;
}

.main-footer .widget-section{
  position: relative;
  padding: 102px 0px 90px 0px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.main-footer .widget-title h3{
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
}

.main-footer .contact-widget .phone{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.main-footer .contact-widget .phone a{
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}

.main-footer .contact-widget .phone a:hover{

}

.main-footer .contact-widget .mail{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.main-footer .contact-widget .mail a{
  display: inline-block;
  font-size: 17px;
}

.main-footer .contact-widget .mail a:hover{
  color: #fff;
}

.main-footer .contact-widget .chat-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #23272a;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 26px 16px 80px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
}

.main-footer .contact-widget .chat-box a i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-bottom-right-radius: 27px;
}

.main-footer .contact-widget .chat-box a:hover{

}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #bdc2c5;
}

.main-footer .links-widget .links-list li a:hover{

}

.main-footer .involved-widget .single-item{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.main-footer .involved-widget .single-item:last-child{
  margin-bottom: 0px;
}

.main-footer .involved-widget .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  padding-left: 29px;
  margin-bottom: 6px;
}

.main-footer .involved-widget .single-item h4 i{
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 16px;
}

.main-footer .involved-widget .single-item p{
  color: #bdc2c5;
  margin-bottom: 8px;
}

.main-footer .involved-widget .single-item .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #bdc2c5;
}

.main-footer .involved-widget .single-item .link a:hover{

}

.footer-bottom{
  position: relative;
  width: 100%;
  padding: 21px 0px;
  border-top: 1px solid #383c3f;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p,
.footer-bottom a{
  color: #bdc2c5;
}

.footer-bottom .copyright a:hover{
  color: #fff;
}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.footer-bottom .footer-nav li:last-child{
  margin: 0px !important;
}

.footer-bottom .footer-nav li a:hover{

}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

.header-style-two{
  position: relative;
}

.header-top{
  position: relative;
  background: #fff;
  padding: 10px 100px;
}

.header-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .top-inner .top-left{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}

.header-top .top-inner .top-left p{
  font-size: 16px;
  position: relative;
  padding-left: 28px;
  margin-right: 10px;
}

.header-top .top-inner .top-left p img{
  position: absolute;
  left: 0px;
  top: 7px;
}

.header-top .top-inner .top-left h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 24px;
}

.header-top .top-inner .top-left h6 i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
}

.header-top .top-inner .top-left h6 a{
  display: inline-block;
  color: #1d2222;
}

.header-top .top-inner .top-left h6 a:hover{

}

.header-top .top-inner .top-right{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .top-inner .top-right .support-box p{
  position: relative;
  display: block;
  font-size: 16px;
  padding-left: 28px;
  margin-right: 30px;
}

.header-top .top-inner .top-right .support-box p img{
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top .top-inner .top-right .support-box p a{
  position: relative;
  display: inline-block;
  color: #1d2222;
}

.header-top .top-inner .top-right .support-box p a:hover{

}

/** language-switcher **/

.language-picker label{
  display: none;
}

.language-picker .nice-select{
  display: none;
}


.language-picker {
  display: inline-block;
  position: relative
}

.language-picker__button .icon {
  display: none;
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 25px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  text-align: left;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity .2s, -webkit-transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.language-picker__item:hover {

}

.language-picker__button{
  border: none !important;
  padding: 0px;
}

.language-picker__flag {
  position: relative;
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #1d2222;
  padding-left: 30px;
}

.language-picker__flag.language-picker__label{
  padding-left: 34px;
  padding-right: 0px;
}

.language-picker__flag em{
  font-style: normal;
}

.language-picker__flag::before {
  position: absolute;
  content: '';
  height: 16px;
  width: 24px;
  top: 4px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.language-picker__flag.language-picker__label:before{
  top: 3px;
  left: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: .5rem;
  margin-right: var(--space-xs)
}

.language-picker__flag--deutsch::before {
  background-image: url(../images/icons/flag-deutsch.png);
}

.language-picker__flag--english::before {
  background-image: url(../images/icons/flag-english.png);
}

.language-picker__flag--francais::before {
  background-image: url(../images/icons/flag-francais.png);
}

.language-picker__flag--italiano::before {
  background-image: url(../images/icons/flag-italiano.png);
}

.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
  display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: .25rem;
  margin-right: var(--space-xxxs)
}

.language-picker__flag.language-picker__label{
  padding-right: 22px;
}

.language-picker__flag.language-picker__label:after{
  position: absolute;
  content: "\f13c";
  font-family: 'flaticon';
  font-size: 20px;
  right: 0px;
  top: -4px;
  font-weight: 400;
}

.header-style-two .header-upper{
  position: relative;
}

.header-style-two .header-upper .outer-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 100px;
}

.header-style-two .menu-area{
  position: relative;
  display: flex;
  align-items: center;
}

.header-style-two .header-upper .main-menu .navigation > li > a{
  padding-top: 45px;
  padding-bottom: 45px;
}

.header-style-two .header-upper .main-menu .navigation > li.dropdown > a:before{
  top: 46px;
}

.header-style-two .header-upper .logo-box{
  position: relative;
  top: 3px;
}

.header-style-two .menu-right-content{
  top: 6px;
  margin-left: 80px;
}

.header-style-two .sticky-header .menu-right-content{
  margin: 0px;
}

.main-header .social-links{
  top: -2px;
  position: relative;
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  padding: 200px 0px 180px 0px;
}

.banner-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 250px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-two .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% + 250px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-two .content-box{
  position: relative;
  display: block;
}

.banner-style-two .content-box h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-style-two .content-box h2{
  display: block;
  font-size: 66px;
  line-height: 76px;
  font-weight: 600;
  margin-bottom: 24px;
}

.banner-style-two .content-box p{
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 37px;
}

.banner-style-two .content-box .theme-btn{
  padding: 18px 44px;
}

.banner-style-two .feature-box{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -308px;
  width: 250px;
  background: #1d2222;
  text-align: center;
  padding: 35px;
}

.banner-style-two .feature-box .icon-box{
  position: relative;
  display: block;
  font-size: 30px;
  margin-bottom: 6px;
}

.banner-style-two .feature-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 24px;
}

.banner-style-two .feature-box .theme-btn{
  width: 100%;
  padding: 17px 30px;
}

.banner-style-two .feature-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: space;
  background-image: url(../images/shape/shape-7.png);
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.content_block_two .content-box{
  position: relative;
  display: block;
}

.content_block_two .content-box .author-box{
  position: relative;
  display: block;
  padding-left: 32px;
  margin-bottom: 32px;
}

.content_block_two .content-box .author-box:before{
  position: absolute;
  content: '';
  width: 2px;
  height: calc(100% - 12px);
  left: 0px;
  top: 6px;
}

.content_block_two .content-box .author-box p{
  font-size: 20px;
  color: #1d2222;
  margin-bottom: 11px;
}

.content_block_two .content-box .author-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.content_block_two .content-box .author-box h3 span{
  font-size: 16px;
  font-weight: 500;
}

.content_block_two .content-box .text{
  margin-bottom: 32px;
}

.content_block_two .content-box .video-box{
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_two .content-box .video-box a{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 60px;
  background: #f6f2f1;
  font-size: 20px;
  color: #1d2222;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
}

.content_block_two .content-box .video-box h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.content_block_two .content-box .sec-title{
  margin-bottom: 32px;
}

.image_block_two .image-box{
  position: relative;
  display: block;
  padding-right: 110px;
}

.image_block_two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_two .image-box .image img{
  width: 100%;
}

.image_block_two .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.image_block_two .image-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

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

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

.image_block_two .image-box .image-content{
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 270px;
  padding: 24px 15px 27px 15px;
  z-index: 1;
}

.image_block_two .image-box .image-content:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/shape/shape-8.png);
}

.image_block_two .image-box .image-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 7px;
}

.image_block_two .image-box .image-content p{
  color: #ffffff;
  margin-bottom: 13px;
}

.image_block_two .image-box .image-content .count-outer{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  color: #fff;
}

.image_block_two .image-box .image-shape{
  position: absolute;
  left: -80px;
  top: 35%;
  transform: translateY(50%);
  width: 118px;
  height: 66px;
  background-repeat: no-repeat;
}


/** cta-section **/

.cta-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.cta-section:before{
  position: absolute;
  content: '';
  background: #1d2222;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.92;
}

.cta-section .inner-container{
  position: relative;
  display: block;
  padding: 100px 0px 110px 0px;
}

.cta-section .inner-container h1{
  display: block;
  font-size: 153px;
  line-height: 120px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 39px;
  letter-spacing: -12px;
  margin-left: -12px;
  text-shadow: 0px 20px 20px rgba(0, 0, 0, 0.20);
}

.cta-section .inner-container h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 39px;
}

.cta-section .inner-container .shape{
  position: absolute;
  top: 0px;
  left: 270px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.75;
}

.cta-section .inner-container .image-layer{
  position: absolute;
  right: 80px;
  bottom: 0px;
  z-index: 1;
}

.cta-section .inner-container .help-text{
  position: absolute;
  right: 150px;
  bottom: 50px;
  width: 330px;
  z-index: 1;
}

.cta-section .inner-container .help-text span{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.bg-color-2{
  background: #f6f2f1;
}


/** cause-style-two **/

.cause-style-two{
  position: relative;
}

.cause-style-two .tabs-box .tab{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
}

.cause-style-two .tabs-box .tab.active-tab{
  position: relative;
  visibility: visible;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.cause-style-two .tab.active-tab .cause-block-one{
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.cause-style-two .tab .cause-block-one{
  position: relative;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.cause-style-two .tabs-content{
  position: relative;
}

.cause-style-two .tab-btns li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #b0acab;
  cursor: pointer;
  overflow: hidden;
  padding: 14px 38px 14px 0px;
  border-bottom: 1px solid #e2dedc;
  transition: all 500ms ease;
}

.cause-style-two .tab-btns li:last-child{
  border-bottom: none;
}

.cause-style-two .tab-btns li h3{
  font-size: 22px;
  line-height: 30px;
  color: #b0acab;
  font-weight: 600;
  transition: all 500ms ease;
}

.cause-style-two .tab-btns li .icon{
  position: absolute;
  top: 15px;
  right: 0px;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
}

.cause-style-two .tab-btns li.active-btn .icon{
  opacity: 0;
}

.cause-style-two .owl-nav{
  position: absolute;
  left: -170px;
  bottom: 0px;
}

.cause-style-two .tab-btns li:before{
  position: absolute;
  content: "\f104";
  font-family: 'flaticon';
  font-size: 16px;
  top: 15px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.cause-style-two .tab-btns li.active-btn:before{
  opacity: 1;
}

.cause-style-two .sec-title{
  margin-bottom: 19px;
}

.cause-style-two .title-inner{
  position: relative;
  margin-right: 20px;
  z-index: 9;
}

.cause-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.cause-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.cause-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
  z-index: 1;
}


/** involved-section **/

.involved-section{
  position: relative;
}

.involved-block-one .inner-box{
  position: relative;
  display: block;
}

.involved-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 78px;
  background: #f6f2f1;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 69px;
}

.involved-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-11.png);
  width: 140px;
  height: 140px;
  left: -35px;
  top: -35px;
  background-repeat: no-repeat;
}

.involved-block-one .inner-box h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #b0acab;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}

.involved-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 17px;
}

.involved-block-one .inner-box p{
  margin-bottom: 32px;
}

.involved-block-one .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d2222;
  padding-top: 7px;
}

.involved-block-one .inner-box .link-box a:hover{

}

.involved-block-one .inner-box .link-box a:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  transition: all 500ms ease;
}

.involved-block-one .inner-box .link-box a:hover:before{
  transform: translateX(0%);
  left: 0px;
  width: calc(100% - 6px);
}

.involved-block-one .inner-box .link-box a:after{
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  top: -11px;
  right: 0px;
  font-size: 12px;
  opacity: 0;
  transition: all 500ms ease;
}

.involved-block-one .inner-box .link-box a:hover:after{
  opacity: 1;
}

.involved-section .sec-title{
  margin-bottom: 87px;
}


/** contribution-section **/

.contribution-section{
  position: relative;
}

.contribution-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.contribution-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.contribution-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.contribution-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 51px 30px 49px 30px;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.contribution-block-one .inner-box .image-box{
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.contribution-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 50%;
}

.contribution-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.contribution-block-one .inner-box .image-box span{
  position: absolute;
  display: inline-block;
  top: 0px;
  right: -25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f6f2f1;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  color: #1d2222;
  transition: all 500ms ease;
}

.contribution-block-one .inner-box:hover .image-box span{
  color: #fff;
}

.contribution-block-one .inner-box h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #b0acab;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2px;
}

.contribution-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 14px;
}

.contribution-block-one .inner-box h3 a{
  display: inline-block;
  color: #1d2222;
}

.contribution-block-one .inner-box h3 a:hover{

}

.contribution-block-one .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #b5b1b0;
}

.contribution-block-one .inner-box .link-box a:hover{

}

.contribution-block-one .inner-box .link-box a span{
  position: absolute;
  top: -2px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.contribution-block-one .inner-box .link-box a:hover span{
  opacity: 1;
}

.contribution-block-one .inner-box .link-box a:hover{
  padding-right: 74px;
}

.contribution-block-one .inner-box .link-box a i{
  font-size: 16px;
}

.contribution-section .owl-nav{
  position: absolute;
  top: -115px;
  right: 0px;
}


/** event-style-two **/

.event-style-two{
  position: relative;
}

.event-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f6f2f1;
  margin-bottom: 60px;
}

.event-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.event-block-two .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.event-block-two .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.event-block-two .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.event-block-two .inner-box .image-box .amount-box{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  padding: 10px 0px 10px 42px;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
}

.event-block-two .inner-box .image-box .amount-box i{
  position: absolute;
  left: 15px;
  top: 13px;
  font-weight: 400;
  font-size: 18px;
}

.event-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 65px 25px 25px 25px;
}

.event-block-two .inner-box .lower-content .schedule-box{
  position: absolute;
  left: 0px;
  top: -44px;
  display: flex;
  align-items: center;
  width: calc(100% - 25px);
  background: #fff;
  padding: 16px 25px 15px 25px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  z-index: 1;
}

.event-block-two .inner-box .lower-content .schedule-box h2{
  display: block;
  font-size: 48px;
  line-height: 27px;
  font-weight: 600;
  margin-right: 15px;
}

.event-block-two .inner-box .lower-content .schedule-box p span{
  display: block;
  color: #242b2b;
}

.event-block-two .inner-box .lower-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}

.event-block-two .inner-box .lower-content h3 a{
  display: inline-block;
  color: #1d2222;
}

.event-block-two .inner-box .lower-content h3 a:hover{

}

.event-block-two .inner-box .lower-content .location{
  position: relative;
  padding-left: 25px;
}

.event-block-two .inner-box .lower-content .location i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 15px;
}


/** project-section **/

.project-section{
  position: relative;
}

.project-section .small-column{
  position: relative;
  float: left;
  width: 25%;
}

.project-section .big-column{
  position: relative;
  float: left;
  width: 50%;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box:before{
	position:absolute;
	content:'';
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(0,0,0,0.5);
	transition: all 500ms ease;
	opacity:0;
	transform-origin:center;
}

.project-block-one .inner-box:hover .image-box:before{
	opacity:1;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 700ms ease;
}

.project-block-one .inner-box .content-box{
  position: absolute;
  left: 20px;
  bottom: 0px;
  width: calc(100% - 40px);
  padding: 20px 20px 20px 30px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box{
  opacity: 1;
  bottom: 20px;
}

.project-block-one .inner-box .content-box p{
  color: #fff;
  margin-bottom: 5px;
}

.project-block-one .inner-box .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.project-block-one .inner-box .content-box h3 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box h3 a:hover{
  text-decoration: underline;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 102px 0px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box .image img{
  width: 100%;
}

.team-block-one .inner-box .image-box .share-option{
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .share-option{
  right: 15px;
  bottom: 15px;
}

.team-block-one .inner-box .image-box .share-option .share-icon{
  position: absolute;
  bottom: -37px;
  right: -35px;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 72px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.50);
  border-radius: 50%;
  cursor: pointer;
  padding-right: 23px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .share-option .share-icon{
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  padding: 0px;
}

.team-block-one .inner-box .image-box .share-option .social-links{
  position: absolute;
  left: -45px;
  bottom: 60px;
  transform: scaleY(0);
  transform-origin: bottom center;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .share-option:hover .social-links{
  opacity: 1;
  transform: scaleY(1);
}

.team-block-one .inner-box .image-box .share-option .social-links:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: -10px;
  background: transparent;
  width: 100%;
  height: 10px;
  z-index: 1;
}

.team-block-one .inner-box .image-box .share-option .social-links li{
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.team-block-one .inner-box .image-box .share-option .social-links li:last-child{
  margin-bottom: 0px;
}

.team-block-one .inner-box .image-box .share-option .social-links li a{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #b0acab;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}

.team-block-one .inner-box .image-box .share-option .social-links li a:hover{
  color: #fff;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 18px;
}

.team-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 3px;
}

.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #1d2222;
}

.team-block-one .inner-box .lower-content h3 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  padding-left: 19px;
}

.team-block-one .inner-box .lower-content .designation:before{
  position: absolute;
  content: "\f116";
  font-family: 'flaticon';
  font-size: 14px;
  left: 0px;
  top: 0px;
}

.team-section .owl-nav{
  position: absolute;
  top: -115px;
  right: 0px;
}


/** clients-section **/

.clients-section{
  position: relative;
}

.clients-section .clients-logo{
  position: relative;
  display: block;
  padding: 38px 0px;
}

.clients-section .clients-logo:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.clients-section .clients-logo img{
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.clients-section .owl-carousel .owl-stage{
  display: flex;
  align-items: center;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 30px 32px 40px;
  overflow: hidden;
}

.testimonial-block-one .inner-box .shape{
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 125px;
  height: 334px;
  background-repeat: no-repeat;
}

.testimonial-block-one .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 27px !important;
}

.testimonial-block-one .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.testimonial-block-one .inner-box p{
  margin-bottom: 16px;
  line-height: 28px;
}

.testimonial-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial-block-one .inner-box .designation{
  position: relative;
  display: block;
}


/** news-style-two **/

.news-style-two{
  position: relative;
}

.news-style-two .news-block-one .inner-box{
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.news-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.news-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.news-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.news-style-two .news-block-one .inner-box .lower-content .post-info{
  margin-bottom: 0px;
}

.news-style-two .news-block-one .inner-box .lower-content{
  padding: 23px 25px 23px 25px;
}

.news-style-two .news-block-one .inner-box .lower-content h3{
  margin-bottom: 12px;
}

.news-style-two .owl-nav{
  position: absolute;
  top: -115px;
  right: 0px;
}


/** contact-section **/

.contact-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.contact-section .inner-container{
  position: relative;
  padding: 110px 0px;
}

.contact-section .inner-container .shape{
  position: absolute;
  left: -275px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.75;
}

.contact-section .sec-title .sub-title{
  color: #fff;
}

.contact-section .sec-title p{
  color: #fff;
  margin-top: 19px;
}

.contact-section .sec-title{
  margin-bottom: 32px;
}

.contact-section .content-box .support-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 72px;
}

.contact-section .content-box .support-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #ffdede;
  text-align: center;
  border-radius: 50%;
}

.contact-section .content-box .support-box h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}

.contact-section .content-box .support-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.contact-section .content-box .support-box h3 a{
  display: inline-block;
  color: #fff;
}

.contact-section .content-box .support-box h3 a:hover{
  text-decoration: underline;
}

.contact-section .form-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 60px;
}

.default-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea,
.default-form .form-group .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #ede9e7;
  font-size: 17px;
  color: #858281;
  padding: 10px 20px 10px 45px;
  border-radius: 0px;
  transition: all 500ms ease;
}

.default-form .form-group i{
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 16px;
  color: #b0acab;
  z-index: 1;
}

.default-form .form-group .nice-select{
  padding: 0px 30px 0px 45px;
  line-height: 56px;
}

.default-form .form-group textarea{
  resize: none;
  height: 110px;
  padding-top: 13px;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.default-form .form-group .nice-select:after{
  width: 8px;
  height: 8px;
  right: 25px;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
  background: #1d2222;
}

.footer-style-two .widget-section{
  padding: 123px 0px 103px 0px;
}

.footer-style-two .logo-widget .footer-logo{
  margin-bottom: 23px;
}

.footer-style-two .logo-widget h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-style-two p,
.footer-style-two a{
  color: #bcc1c1;
}

.footer-style-two p{
  line-height: 28px;
}

.footer-style-two a:hover{

}

.footer-style-two .logo-widget p{
  margin-bottom: 32px;
}

.footer-style-two .logo-widget h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-style-two .logo-widget h6 a{
  position: relative;
  display: inline-block;
  color: #fff;
  padding-top: 7px;
}

.footer-style-two .logo-widget h6 a:hover{

}

.footer-style-two .logo-widget h6 a:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.footer-style-two .logo-widget h6 a:hover:before{
  width: 100%;
}

.footer-style-two .logo-widget{
  margin-right: -10px;
  margin-top: -13px;
}

.footer-style-two .widget-title{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.footer-style-two .widget-title h3{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.footer-style-two .links-widget{
  margin-left: 70px;
}

.footer-style-two .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.footer-style-two .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-two .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.footer-style-two .links-widget .links-list li a:before{
  position: absolute;
  content: '\f116';
  font-family: 'flaticon';
  font-size: 14px;
  top: 0px;
  left: 0px;
}

.footer-style-two .subscribe-widget .text{
  margin-bottom: 23px;
}

.footer-style-two .subscribe-widget .form-inner{
  margin-bottom: 30px;
}

.footer-style-two .subscribe-widget .form-inner .form-group{
  position: relative;
  margin-bottom: 14px;
}

.footer-style-two .subscribe-widget .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.footer-style-two .subscribe-widget .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  border: 1px solid #3c3f3f;
  font-size: 17px;
  color: #bcc1c1;
  padding: 10px 20px 10px 20px;
  transition: all 500ms ease;
}

.footer-style-two .subscribe-widget .form-inner .form-group input:focus{

}

.footer-style-two .subscribe-widget .form-inner .form-group:first-child i{
  position: absolute;
  top: 19px;
  right: 20px;
  font-size: 16px;
  z-index: 1;
}

.footer-style-two .subscribe-widget .form-inner .message-btn button{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 28px;
  transition: all 500ms ease;
}

.footer-style-two .subscribe-widget .form-inner .message-btn button:hover{

}

.footer-style-two .subscribe-widget .form-inner .message-btn button i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
}

.footer-style-two .subscribe-widget .form-inner .message-btn button span{
  border-bottom: 2px solid #3c3f3f;
}

.footer-style-two .social-style-one li a{
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.footer-style-two .footer-bottom{
  border-top: none;
  background: #242a2a;
}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** header-style-three **/

.header-style-three{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-three .logo-box{
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 1;
}

.header-style-three .logo-box:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.20);
  width: 1px;
  height: 125px;
  top: -30px;
  right: -80px;
}

.header-style-three .support-box{
  position: absolute;
  top: 30px;
  right: 60px;
  padding-left: 73px;
  z-index: 1;
}

.header-style-three .support-box:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.20);
  width: 1px;
  height: 125px;
  top: -30px;
  left: -55px;
}

.header-style-three .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
}

.header-style-three .support-box p{
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}

.header-style-three .support-box a{
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}

.header-style-three .support-box a:hover{

}

.header-top-two{
  position: relative;
  width: 100%;
  padding: 17px 0px 10px 0px;
}

.header-top-two .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 65px;
}

.header-top-two .top-inner .top-right{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .language-picker__flag.language-picker__label{
  font-size: 14px;
  font-weight: 700;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.header-top-two .language-picker__flag.language-picker__label:before{
  top: 1px;
}

.header-top-two .language-picker__flag.language-picker__label:after{
  top: -6px;
}

.header-top-two .account-box{
  position: relative;
  display: block;
  padding-left: 30px;
  margin-left: 30px;
  margin-right: 19px;
  top: 4px;
}

.header-top-two .account-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.header-top-two .nice-select{
  font-size: 14px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 30px;
}

.header-top-two .nice-select .option{
  color: #242221;
}

.header-top-two .nice-select:after{
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 12px;
}

.header-top-two .other-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-left: 33px;
}

.header-top-two .other-links li:last-child{
  margin: 0px !important;
}

.header-top-two .other-links{
  position: relative;
  top: 4px;
}

.header-top-two .other-links li a{
  display: inline-block;
  font-size: 14px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.header-top-two .other-links li i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 24px;
}

.header-top-two .other-links li a:hover{
  text-decoration: underline;
}

.header-style-three .header-upper{
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.header-style-three .header-upper .main-menu .navigation > li > a{
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-style-three .header-upper .main-menu .navigation > li.dropdown > a:before{
  color: #b1b5b4;
}

.header-style-three .header-upper .main-menu .navigation > li.dropdown > a:before{
  top: 21px;
}

.header-style-three .header-upper .outer-box{
  padding-right: 65px;
}

.header-style-three .header-upper .outer-box .info-box li,
.header-style-three .header-upper .outer-box .info-box li a,
.header-style-three .header-upper .social-links li a{
  color: #fff;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
}

.banner-style-three .content-box{
  max-width: 920px;
  margin: 0 auto;
}

.banner-style-three .content-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms eas
}

.banner-style-three .banner-carousel .active .content-box h4{
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-style-three .content-box h2{
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.banner-style-three .banner-carousel .slide-item{
  padding: 300px 0px 230px 0px;
}

.banner-style-three .banner-carousel .owl-dots .owl-dot.active{
  box-shadow: 0px 0px 0px 5px rgb(3 131 94 / 40%);
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding-top: 60px;
}

.feature-style-two .outer-container{
  position: relative;
  padding: 0px 60px;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #242221;
  padding: 33px 200px 33px 160px;
  min-height: 248px;
}

.feature-block-two .inner-box .image-box{
  position: absolute;
  top: 0px;
  right: 0px;
}

.feature-block-two .inner-box .icon-box{
  position: absolute;
  left: 40px;
  top: 40px;
  width: 90px;
  height: 168px;
  line-height: 184px;
  text-align: center;
  font-size: 60px;
  color: #abb0ae;
  background-color: #373534;
  border-radius: 50px;
}

.feature-block-two .inner-box .icon-box span{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #242221;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Kumbh Sans', sans-serif;
  border-radius: 50%;
}

.feature-block-two .inner-box .text{
  position: relative;
  z-index: 1;
}

.feature-block-two .inner-box .text .top-text{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 23px;
}

.feature-block-two .inner-box .text h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 33px;
}

.feature-block-two .inner-box .text a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 7px;
}

.feature-block-two .inner-box .text a:hover{

}

.feature-block-two .inner-box .text a:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.feature-block-two .inner-box .text a:hover:before{
  width: 100%;
}

.feature-block-two .inner-box .text a:after{
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  top: -11px;
  right: 0px;
  font-size: 12px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-two .inner-box .text a:hover:after{
  opacity: 1;
}


/** cause-style-three **/

.cause-style-three{
  position: relative;
}

.cause-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.cause-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.cause-block-two .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.cause-block-two .inner-box .image-box .image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(36,34,33,0.0) 50%, rgba(36,34,33,1) 100%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.cause-block-two .inner-box .image-box .image img{
  width: 100%;
}

.cause-block-two .inner-box .image-box .percentage-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px 30px 23px 30px;
  z-index: 1;
}

.cause-block-two .inner-box .image-box .percentage-box h5{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.cause-block-two .inner-box .image-box .percentage-box .bar{
  position:relative;
  width:100%;
  height:6px;
  background:rgba(255,255,255,0.2);
  border: none;
  margin-bottom: 8px;
}

.cause-block-two .inner-box .image-box .percentage-box .bar-inner{
  position:relative;
  display:block;
  width:100%;
  height:6px;
  top: 0px;
  border: none;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.cause-block-two .inner-box .image-box .percentage-box .bar-inner:before{
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: -3px;
  right: 0px;
}

.cause-block-two .inner-box .image-box .percentage-box .count-text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
}

.cause-block-two .inner-box .image-box .percentage-box .count-text span{
  float: right;
  color: #ffffff;
}

.cause-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 23px 30px 0px 30px;
}

.cause-block-two .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  border-bottom: 2px solid;
  margin-bottom: 9px;
}

.cause-block-two .inner-box .lower-content .category a:hover{

}

.cause-block-two .inner-box .lower-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 11px;
}

.cause-block-two .inner-box .lower-content h3 a{
  display: inline-block;
  color: #23272a;
}

.cause-block-two .inner-box .lower-content h3 a:hover{

}

.cause-block-two .inner-box .lower-content .info-box{
  position: relative;
  display: block;
  padding: 17px 0px 14px 0px;
}

.cause-block-two .inner-box .lower-content .info-box li{
  position: relative;
  display: inline-block;
  float: left;
  width: 60%;
  padding-left: 50px;
  min-height: 49px;
}

.cause-block-two .inner-box .lower-content .info-box li:last-child{
  width: 40%;
}

.cause-block-two .inner-box .lower-content .info-box li:before {
  position: absolute;
  content: '';
  background-color: #e4e9e8;
  width: 1px;
  height: 40px;
  top: 3px;
  right: 27px;
}

.cause-block-two .inner-box .lower-content .info-box li:last-child:before{
  display: none;
}

.cause-block-two .inner-box .lower-content .info-box li i{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e9e8;
  color: #bcbfbf;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}

.cause-block-two .inner-box .lower-content .info-box li h5{
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.cause-block-two .inner-box .lower-content .info-box li p{
  font-size: 16px;
  line-height: 25px;
  font-family: 'Kumbh Sans', sans-serif;
}

.cause-block-two .inner-box .lower-content .text{
  position: relative;
  display: block;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4e9e8;
  margin-bottom: 0px;
}

.cause-style-three .owl-nav{
  position: relative;
  display: block;
  margin-top: 60px;
  text-align: center;
}

.home_3 .nav-style-one .owl-nav button{
  border-color: #e4e9e8;
}

.cause-style-three .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.cause-style-three .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.cause-style-three .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.home_3 .donars-section{
  background: #f4f5f5;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 110px 0px;
}

.about-style-three .image_block_one .image-box{
  padding-right: 290px;
  padding-bottom: 130px;
  margin-right: 10px;
}

.about-style-three .image_block_one .image-box .image-2{
  right: 0px;
}

.about-style-three .image_block_one .curve-text{
  right: inherit;
  left: 43px;
  top: inherit;
  bottom: 40px;
}

.about-style-three .image_block_one .curve-text .icon-box{
  background: #f4f5f5;
}

.image_block_one .image-box .text{
  position: absolute;
  top: 35px;
  right: 30px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 35px;
  padding: 16px 30px;
}

.image_block_one .image-box .text h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 42px;
}

.image_block_one .image-box .text h3 i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 30px;
}

.content_block_three .content-box{
  position: relative;
  display: block;
  margin-top: -10px;
}

.content_block_three .content-box .brand-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.content_block_three .content-box .brand-list li:last-child{
  margin: 0px !important;
}

.content_block_three .content-box .brand-list{
  margin-bottom: 29px;
}

.content_block_three .content-box .text{
  margin-bottom: 39px;
}

.content_block_three .content-box .lower-content{
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_three .content-box .lower-content .author-box{
  padding-right: 35px;
  margin-right: 30px;
  padding-left: 70px;
  border-right: 1px solid #e4e9e8;
}

.content_block_three .content-box .lower-content .author-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 3px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
}

.content_block_three .content-box .lower-content .author-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.content_block_three .content-box .lower-content .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
}

.content_block_three .content-box .social-style-one li a{
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.content_block_three .content-box .sec-title{
  margin-bottom: 47px;
}

.bg-color-3{
  background: #f4f5f5;
}


/** benefits-style-two **/

.benefits-style-two{
  position: relative;
  padding: 110px 0px;
}

.benefits-style-two .inner-box{
  position: relative;
  display: block;
  border: 1px solid #dce0df;
}

.benefits-style-two .inner-box:before{
  position: absolute;
  content: '';
  background-color: #dce0df;
  width: calc(100% - 80px);
  height: 1px;
  left: 40px;
  top: 50%;
}

.benefits-style-two .inner-box:after{
  position: absolute;
  content: '';
  background-color: #dce0df;
  height: calc(100% - 80px);
  width: 1px;
  top: 40px;
  left: 50%;
}

.benefits-style-two .inner-box .single-item{
  position: relative;
  display: block;
  padding: 28px 8px 32px 40px;
}

.benefits-style-two .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 86px;
  height: 83px;
  line-height: 83px;
  font-size: 55px;
  text-align: center;
  color: #242221;
  margin-bottom: 2px;
  transition: all 500ms ease;
}

.benefits-style-two .inner-box .single-item .icon-box .shape{
  position: absolute;
  left: -4px;
  top: -6px;
  right: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
}

.benefits-style-two .inner-box .single-item .icon-box .icon{
  position: relative;
  z-index: 1;
}

.benefits-style-two .inner-box .single-item span{
  position: absolute;
  top: 27px;
  right: 20px;
  font-size: 80px;
  line-height: 80px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e3e1e0;
}

.benefits-style-two .inner-box .single-item h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.benefits-style-two .title-inner{
  margin-top: -9px;
}

.benefits-style-two .sec-title{
  margin-bottom: 32px;
}

.benefits-style-two .sec-title p{
  margin-top: 23px;
}

.benefits-style-two .title-inner .text .theme-btn{
  padding: 12.5px 38px;
}

.benefits-style-two .single-column:nth-child(2) .single-item,
.benefits-style-two .single-column:last-child .single-item{
  margin-left: -15px;
}


/** team-style-two **/

.team-style-two{
  position: relative;
}

.team-style-two .more-btn{
  margin-top: 52px;
}


/** video-style-two **/

.video-style-two{
  position: relative;
  padding: 110px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(35,35,35,1)50%, rgba(35,35,35,0.85) 100%);
  top: 0px;
  left: 0px;
}

.video-style-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 20px !important;
  margin-top: 2px;
}

.video-style-two .image-box img{
  width: 100%;
}

.video-style-two .content-box{
  position: relative;
  display: block;
  padding-right: 100px;
}

.video-style-two .content-box .sec-title{
  margin-bottom: 13px;
}

.video-style-two .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.video-style-two .content-box .text p{
  color: #949494;
}

.video-style-two .content-box .video-btn{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 106px;
  line-height: 106px;
  text-align: center;
}

.video-style-two .content-box .video-btn .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-two .content-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.video-style-two .content-box .video-btn a i{
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.video-style-two .content-box .video-btn a:hover{

}

.video-style-two .owl-nav{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.video-style-two .owl-nav button{
  display: block;
  margin: 20px 0px;
  color: #fff;
  border-color: #656463 !important;
}

.video-style-two .owl-nav:before{
  position: absolute;
  content: '';
  background-color: #434343;
  width: 1px;
  height: 100px;
  left: 25px;
  top: -98px;
}

.video-style-two .owl-nav:after{
  position: absolute;
  content: '';
  background-color: #434343;
  width: 1px;
  height: 100px;
  left: 28px;
  bottom: -98px;
}


/** funfact-style-two **/

.funfact-style-two{
  position: relative;
  padding: 102px 0px;
}

.funfact-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.funfact-block-two .inner-box{
  position: relative;
  display: block;
}

.funfact-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 88px;
  height: 88px;
  line-height: 98px;
  text-align: center;
  background: #f4f5f5;
  font-size: 40px;
  color: #b2b5b5;
  border-radius: 50%;
  margin-bottom: 13px;
}

.funfact-block-two .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 44px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}

.funfact-block-two .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.funfact-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: #e4e9e8;
  width: 1px;
  height: calc(100% - 7px);
  top: 0px;
  right: -15px;
}

.funfact-block:last-child .funfact-block-two .inner-box:before{
  display: none;
}


/** event-style-three **/

.event-style-three{
  position: relative;
  padding: 110px 0px;
  overflow: hidden;
}

.event-style-three .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% + 95px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.event-style-three .bg-layer:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.event-style-three .sec-title .sub-title{
  color: #fff;
}

.event-style-three .sec-title{
  margin-bottom: 14px;
}

.event-style-three .title-inner .text p{
  color: #fff;
  margin-bottom: 32px;
}

.event-style-three .event-block-one .inner-box{
  border: none;
  padding-left: 280px;
  background: #fff;
}

.event-style-three .event-block-one .inner-box .schedule-box{
  width: 280px;
  background: #f4f5f5;
}

.event-style-three .inner-container{
  position: relative;
}

.event-style-three .inner-container .shape{
  position: absolute;
  left: -222px;
  top: -110px;
  width: 902px;
  height: 767px;
  background-size: cover;
  background-repeat: no-repeat;
}


/** google-map-section **/

.google-map-section{
  position: relative;
  display: block;
  margin-bottom: -340px;
  z-index: 1;
}

.google-map-section .content-box{
  position: relative;
  display: block;
  padding: 33px 30px 12px 30px;
}

.google-map-section .content-box .single-item{
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 21px;
  border-bottom: 1px solid #239c79;
}

.google-map-section .content-box .single-item:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.google-map-section .content-box .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}

.google-map-section .content-box .single-item .inner{
  position: relative;
  padding-left: 66px;
}

.google-map-section .content-box .single-item .inner .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.google-map-section .content-box .single-item .inner p,
.google-map-section .content-box .single-item .inner p a{
  color: #fff;
  line-height: 28px;
}

.google-map-section .content-box .single-item .inner p a:hover{
  text-decoration: underline;
}

.google-map-section .map-inner{
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% + 215px);
  height: 100%;
}

.google-map-section .map-inner #contact-google-map{
  position: relative;
  width: 100%;
  height: 100%;
}


/** footer-style-three **/

.footer-style-three{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-style-three:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, rgba(36,34,33,1)45%, rgba(36,34,33,0.90) 100%);
  top: 0px;
  right: 0px;
}

.footer-style-three .widget-section{
  position: relative;
  padding: 443px 0px 100px 0px;
}

.footer-style-three .logo-widget{
  margin-top: 8px;
}

.footer-style-three .logo-widget h2{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 0px;
}

.footer-style-three .logo-widget h2 span{
  font-size: 22px;
}

.footer-style-three .logo-widget h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 23px;
}

.footer-style-three .logo-widget h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.footer-style-three .logo-widget h6 a{
  position: relative;
  display: inline-block;
  padding-top: 7px;
}

.footer-style-three .logo-widget h6 a:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.footer-style-three .logo-widget h6 a:hover:before{
  width: 100%;
}

.footer-style-three .widget-title{
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.footer-style-three .widget-title h3{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.footer-style-three a,
.footer-style-three p{
  color: #949494;
}

.footer-style-three a:hover{

}

.footer-style-three .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.footer-style-three .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-three .links-widget .links-list li a:hover{
  color: #fff;
}

.pl_10{
  padding-left: 10px;
}

.footer-style-three .donors-widget .donors{
  position: relative;
  display: block;
  padding-left: 90px;
  margin-bottom: 21px;
}

.footer-style-three .donors-widget .donors:last-child{
  margin-bottom: 0px;
}

.footer-style-three .donors-widget .donors .thumb-box{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 70px;
  height: 70px;
}

.footer-style-three .donors-widget .donors .thumb-box img{
  width: 100%;
}

.footer-style-three .donors-widget .donors .price{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  padding: 3px 15px;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  margin-bottom: 12px;
}

.footer-style-three .donors-widget .donors h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}

.footer-style-three .donors-widget .donors .location{
  position: relative;
  display: block;
  font-size: 17px;
}

.footer-style-three .donors-widget .widget-title{
  margin-bottom: 27px;
}

.footer-style-three .post-widget .post{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.footer-style-three .post-widget .post:last-child{
  margin-bottom: 0px;
}

.footer-style-three .post-widget .post .category{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 40px;
  margin-bottom: 7px;
}

.footer-style-three .post-widget .post .category:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  left: 0px;
  top: 11px;
}

.footer-style-three .post-widget .post h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 11px;
}

.footer-style-three .post-widget .post h5 a{
  display: inline-block;
  color: #fff;
}

.footer-style-three .post-widget .post h5 a:hover{

}

.footer-style-three .post-widget h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-style-three .post-widget h6 a{
  position: relative;
  display: inline-block;
  color: #949494;
}

.footer-style-three .post-widget h6 a:hover{
  color: #fff;
}

.footer-style-three .post-widget h6 a i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-weight: 400;
  font-size: 16px;
  opacity: 0;
  transition: all 500ms ease;
}

.footer-style-three .post-widget h6 a:hover i{
  opacity: 1;
}

.footer-style-three .post-widget h6 a:hover{
  padding-left: 26px;
}

.footer-style-three .footer-bottom{
  border-top: 1px solid #393736;
}

.footer-style-three .footer-bottom .copyright a:hover{
  color: #fff;
}

.footer-style-three .footer-bottom .footer-nav li a:hover{

}



/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/

/** header-style-four **/

.header-top-three{
  position: relative;
  width: 100%;
}

.header-top-three .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-three .info li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.header-top-three .info li:last-child{
  margin: 0px !important;
}

.header-top-three .info li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.header-top-three .info li a:hover{
  text-decoration: underline;
}

.header-top-three .language-box{
  position: relative;
  display: inline-block;
  background: #222827;
  padding: 10px 11px 10px 65px;
}

.header-top-three .language-box .icon-box{
  position: absolute;
  left: 20px;
  top: 6px;
  font-size: 32px;
}

.header-top-three .language-box .nice-select{
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 29px;
}

.header-top-three .language-box .nice-select:after{
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -5px;
}

.header-top-three .language-box .nice-select .option{
  color: #222827;
}

.header-style-four{
  position: relative;
  width: 100%;
}

.header-middle{
  position: relative;
  padding: 0px 0px;
}

.header-middle .middle-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-middle .logo-box{
  position: relative;
  padding: 25px 0px;
}

.header-middle .middle-inner .header-info{
  position: relative;
  display: flex;
  align-items: center;
}

.header-middle .middle-inner .header-info li{
  position: relative;
  display: block;
  padding-left: 72px;
  margin-right: 50px;
}

.header-middle .middle-inner .header-info li:last-child{
  padding: 0px;
  margin: 0px;
}

.header-middle .middle-inner .header-info li .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 1px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #222827;
    color:#fff;
  border-radius: 50%;
}

.header-middle .middle-inner .header-info li h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222827;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-middle .middle-inner .header-info li h6{
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-middle .middle-inner .header-info li h6 a{
  display: inline-block;
  color: #bdbfbf;
}

.header-middle .middle-inner .header-info li h6 a:hover{

}

.header-middle .middle-inner .header-info li h6 a i{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  top: 3px;
  margin-left: 10px;
}

.header-middle .middle-inner .header-info li.search-box-outer{
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 60px;
  border: 1px solid #222827;
  border-radius: 50%;
  font-size: 20px;
  color: #222827;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
}

.header-middle .middle-inner .header-info li.search-box-outer:hover{

}

.header-style-four .header-upper .outer-box{
  padding: 0px 30px;
}

.header-style-four .header-upper .main-menu .navigation > li > a{
  color: #fff;
}

.header-style-four .header-upper .main-menu .navigation > li.dropdown > a:before{
  color: #b9c9c7;
}

.header-style-four .support-box{
  position: relative;
  display: block;
  background: #28685e;
  padding: 29px 30px 27px 27px;
  margin-right: 30px;
}

.header-style-four .support-box p{
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 34px;
  color: #fff;
}

.header-style-four .support-box p a{
  display: inline-block;
  color: #fff;
}

.header-style-four .support-box p a:hover{

}

.header-style-four .support-box p i{
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 28px;
  font-weight: 400;
}

.header-style-four .header-upper .social-links li a{
  color: #fff;
}

.header-style-four .header-upper .social-links{
  top: 2px;
}

.header-style-four .sticky-header .social-links{
  top: 0px;
}

.banner-style-three .banner-carousel .slide-item:after {
  background: -webkit-linear-gradient(-90deg, rgba(35,39,42,0.85) 0%, rgba(35,39,42,0.0) 50%);
}


/** banner-style-four **/

.banner-style-four{
  position: relative;
}

.banner-style-four .banner-carousel .slide-item:after {
  background: -webkit-linear-gradient(-90deg, rgba(35,39,42,0.90) 20%, rgba(35,39,42,0.30) 100%);
}

.banner-style-four .content-box{
  max-width: 1000px;
  margin: 0 auto;
}

.banner-style-four .banner-carousel .slide-item{
  padding: 390px 0px 270px 0px;
}

.banner-style-four .content-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.banner-style-four .content-box h2{
  font-size: 72px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 19px;
}

.banner-style-four .content-box p{
  font-size: 18px;
  margin-bottom: 42px;
}

.banner-style-four .owl-nav{
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
}

.banner-style-four .owl-nav .owl-prev{
  position: absolute;
  left: 60px;
}

.banner-style-four .owl-nav .owl-next{
  position: absolute;
  right: 60px;
}

.banner-style-four .owl-nav button{
  border-color: #fff;
  color: #fff;
}

.urgent-cause.alternat-2{
  padding-top: 0px;
}

.urgent-cause.alternat-2 .main-content{
  position: relative;
  padding: 110px 0px;
  background: #f5f3f1;
  margin-top: -110px;
  z-index: 1;
}

.urgent-cause.alternat-2 .main-content:before{
  position: absolute;
  content: '';
  background: #f5f3f1;
  width: calc(100% + 220px);
  height: 100%;
  left: -110px;
  top: 0px;
}

.urgent-cause.alternat-2 .shape .shape-1{
  position: absolute;
  left: -110px;
  top: 0px;
  width: calc(100% + 220px);
  height: 347px;
  background-size: cover;
  background-repeat: no-repeat;
}

.urgent-cause.alternat-2 .shape .shape-2{
  position: absolute;
  left: -110px;
  bottom: 0px;
  width: calc(100% + 220px);
  height: 401px;
  background-size: cover;
  background-repeat: no-repeat;
}

.urgent-cause.alternat-2 .inner-container{
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.home_4 .involved-block-one .inner-box .icon-box{
  color: #fff;
}

.home_4 .involved-block:last-child .involved-block-one .inner-box .icon-box{
  background: #f6cc3b;
}

.bg-color-4{
  background: #f5f3f1;
}


/** cause-style-four **/

.cause-style-four{
  position: relative;
}

.cause-style-four .cause-block-one{
  position: relative;
  background: #fff;
  padding: 40px;
  padding-bottom: 32px;
  margin-bottom: 50px;
}

.cause-style-four .cause-block-one:last-child{
  margin-bottom: 0px;
}

.cause-style-four .cause-block-one .inner-box{
  position: relative;
  padding: 0px 0px 0px 520px;
  box-shadow: none;
}

.cause-style-four .cause-block-one .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 520px;
}

.cause-style-four .cause-block-one .inner-box .lower-content h3{
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 23px;
  margin-bottom: 25px;
}

.cause-block-one .inner-box .lower-content p{
  margin-bottom: 18px;
}

.cause-style-four .cause-block-one .inner-box .lower-content .info-box{
  padding-right: 40px;
  margin-bottom: 10px;
}

.cause-style-four .cause-block-one .inner-box .lower-content .info-box:before{
  display: none;
}

.cause-block-one .inner-box .lower-content .info-box li.share-option{
  padding-top: 10px;
}

.cause-block-one .inner-box .lower-content .info-box li.share-option h6{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.cause-block-one .inner-box .lower-content .info-box li.share-option h6 a{
  display: inline-block;
  color: #222827;
}

.cause-block-one .inner-box .lower-content .info-box li.share-option h6 a:hover{

}

.cause-style-four .cause-block-one .inner-box .lower-content .info-box li:before{
  position: absolute;
  content: '';
  background: #eceae8;
  width: 1px;
  height: 40px;
  top: 5px;
  right: -30px;
}

.cause-style-four .cause-block-one .inner-box .lower-content .info-box li:last-child:before{
  display: none;
}

.cause-style-four .cause-block-one .inner-box .lower-content .btn-box{
  display: inline-block;
}

.cause-style-four .cause-block-one .inner-box .lower-content .btn-box button,
.cause-style-four .cause-block-one .inner-box .lower-content .btn-box a{
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.cause-style-four .cause-block-one .inner-box .lower-content{
  padding: 0px 0px 0px 40px;
}

.cause-style-four .owl-nav{
  position: absolute;
  top: -116px;
  right: 0px;
}

.bx-wrapper{
  position: relative;
}

.cause-style-four .bx-controls{
  position: absolute;
  top: -116px;
  right: 0px;
  z-index: 1;
}

.cause-style-four .bx-controls a{
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 60px;
  font-size: 20px;
  border: 2px solid #dfdddb;
  border-radius: 50%;
  text-align: center;
  color: #23272a;
  cursor: pointer;
  transition: all 500ms ease;
}

.cause-style-four .bx-controls a:hover{
  color: #fff;
}

.cause-style-four .bx-controls a.bx-prev{
  margin-right: 10px;
}


/** funfact-style-three **/

.funfact-style-three{
  position: relative;
  padding: 102px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.funfact-style-three:before{
  position: absolute;
  content: '';
  background: #222827;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.88;
}

.funfact-style-three .sec-title p{
  color: #bcbebe;
}

.funfact-block-three .inner-box{
  position: relative;
  display: block;
  padding: 0px 30px;
}

.funfact-block-three .inner-box:before{
  position: absolute;
  content: '';
  background: #484d4d;
  width: 1px;
  height: calc(100% - 15px);
  top: 7px;
  right: -15px;
}

.funfact-block:last-child .funfact-block-three .inner-box:before{
  display: none;
}

.funfact-block-three .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 21px;
}

.funfact-block-three .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}

.funfact-block-three .inner-box p{
  color: #afafaf;
  line-height: 28px;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-three:before{
  position: absolute;
  content: '';
  background: #222827;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.testimonial-style-three .sec-title p{
  color: #bdbfbf;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  padding: 0px 20px;
}

.testimonial-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 70px;
  margin-bottom: 14px;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #fff;
}

.testimonial-block-two .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}

.testimonial-block-two .inner-box .designation{
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
}

.testimonial-block-two .inner-box p{
  line-height: 28px;
  color: #bdbfbf;
  margin-bottom: 32px;
}

.testimonial-block-two .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}


/** joinus-section **/

.joinus-section{
  position: relative;
  padding: 110px 0px;
}

.joinus-section .image-box{
  position: relative;
  display: block;
  margin-right: 30px;
}

.joinus-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.joinus-section .image-box .image img{
  width: 100%;
}

.joinus-section .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.joinus-section .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_four .content-box{
  position: relative;
  display: block;
  margin-top: -8px;
}

.content_block_four .content-box .text{
  margin-bottom: 36px;
}

.content_block_four .content-box .text p{
  margin-bottom: 25px;
}

.content_block_four .content-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 19px;
}

.list-style-two li{
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 13px;
}

.list-style-two li:last-child{
  margin-bottom: 0px;
}

.list-style-two li:before{
  position: absolute;
  content: "\f12e";
  font-family: 'flaticon';
  font-size: 20px;
  left: 0px;
  top: 0px;
}

.content_block_four .content-box .sec-title{
  margin-bottom: 32px;
}


/** faq-section **/

.faq-section{
  position: relative;
  padding: 110px 0px;
}

.image_block_three .image-box{
  position: relative;
  display: block;
  padding-right: 60px;
  margin-right: 30px;
}

.image_block_three .image-box .image{
  position: relative;
  display: block;
}

.image_block_three .image-box .image img{
  width: 100%;
}

.image_block_three .image-box .image-content{
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 270px;
  padding: 40px 30px;
}

.image_block_three .image-box .image-content .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  font-size: 30px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 14px;
}

.image_block_three .image-box .image-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 11px;
}

.image_block_three .image-box .image-content p{
  color: #fff;
  line-height: 28px;
  margin-bottom: 22px;
}

.image_block_three .image-box .image-content a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 35px;
  padding: 14px 38px;
  color: #fff;
}

.image_block_three .image-box .image-content a:hover{
  background: #fff;
}

.accordion-box .block{
  position: relative;
  display: block;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  color: #232928;
  text-align: center;
  border-left: 1px solid #ebe5e5;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer i{
  position: relative;
  display: inline-block;
  transform: rotate(90deg);
}

.accordion-box .block .acc-btn{

  position: relative;
  display: block;
  padding: 12px 50px 16px 8px;
  border: 1px solid #ebe5e5;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active{
  
}

.accordion-box .block .acc-btn h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 62px;
}

.accordion-box .block .acc-btn h4 i{
  position: absolute;
  left: 0px;
  top: -4px;
  width: 42px;
  height: 42px;
  line-height: 48px;
  background: #f5f3f1;
  text-align: center;
  color: #b6b3b0;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h4 i{
  color: #fff;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 32px 30px 31px 30px;
  border: 1px solid #ebe5e5;
  margin-top: 23px;
}

.accordion-box .block .acc-content:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 16px;
  height: 16px;
  left: 82px;
  top: -8px;
  transform: rotate(45deg);
  box-shadow: -1px -1px 0px 0px #ebe5e5;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-content p{
  line-height: 28px;
}


/** footer-style-four **/

.footer-style-three.alteration-2{
  position: relative;
  background: #222827;
}

.footer-style-three.alteration-2:before{
  display: none;
}

.footer-style-three.alteration-2 .widget-section{
  padding: 103px 0px 110px 0px;
}

.footer-style-three.alteration-2 .logo-widget .footer-logo{
  margin-bottom: 29px;
}

.footer-style-three.alteration-2 .logo-widget .mail-box{
  display: block;
  margin-bottom: 16px;
}

.footer-style-three.alteration-2 .logo-widget .mail-box a{
  display: inline-block;
  font-size: 17px;
}

.footer-style-three.alteration-2 .logo-widget .mail-box a:hover{
  color: #fff;
}

.footer-style-three.alteration-2 .logo-widget .location{
  margin-bottom: 15px;
}

.footer-style-three.alteration-2 .logo-widget .location span{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid #cccdcd;
  margin-bottom: 8px;
}

.footer-style-three.alteration-2 .logo-widget .location p{
  line-height: 28px;
  color: #bdbfbf;
}

.footer-style-three.alteration-2 .logo-widget .phone a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}

.footer-style-three.alteration-2 .logo-widget .phone a:hover{

}

.footer-style-three.alteration-2 .logo-widget{
  margin-right: 70px;
}

.footer-style-three.alteration-2 a, 
.footer-style-three.alteration-2 p{
  color: #bdbfbf;
}

.footer-style-three.alteration-2 a:hover{

}

.footer-style-three .contribution-widget .single-item{
  position: relative;
  display: block;
  padding: 5px 0px 4px 90px;
  margin-bottom: 20px;
}

.footer-style-three .contribution-widget .single-item:last-child{
  margin-bottom: 0px;
}

.footer-style-three .contribution-widget .single-item .flag{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.footer-style-three .contribution-widget .single-item .flag img{
  width: 100%;
  border-radius: 50%;
}

.footer-style-three .contribution-widget .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-style-three .contribution-widget .widget-title{
  margin-bottom: 28px;
}

.footer-style-three.alteration-2 .footer-bottom{
  border-top: 1px solid #393e3e;
}



/*** 

====================================================================
                        Inner-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  width: 100%;
  padding: 160px 0px 22px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(35,39,42,0.95) 10%, rgba(35,39,42,0.20) 50%);
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.page-title .content-box{
  position: relative;
  z-index: 2;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 118px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  margin-right: 30px;
}

.page-title .bread-crumb li:last-child{
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  color: #fff;
}

.page-title .bread-crumb li a:hover{

}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f116";
  font-family: 'flaticon';
  font-size: 14px;
  top: 0px;
  right: -22px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}


/** hostory-section **/

.hostory-section{
  position: relative;
  padding: 110px 0px;
}

.hostory-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 45px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hostory-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 45px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.hostory-section .sec-title{
  max-width: 400px;
  margin-bottom: 0px;
}

.hostory-section .sec-title .sub-title,
.hostory-section .sec-title p{
  color: #fff;
}

.hostory-section .sec-title p{
  margin-top: 19px;
}

.hostory-section .content-box .single-item{
  position: relative;
  display: block;
  padding-left: 230px;
  margin-bottom: 67px;
}

.hostory-section .content-box .single-item:last-child{
  margin-bottom: 0px;
}

.hostory-section .content-box .single-item .image-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 170px;
}

.hostory-section .content-box .single-item h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  color: #b6b0b0;
  padding-left: 50px;
  margin-bottom: 15px;
}

.hostory-section .content-box .single-item h2 i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 36px;
}

.hostory-section .content-box .single-item h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 11px;
}

.hostory-section .content-box .single-item p{
  line-height: 28px;
}

.hostory-section .content-box .btn-box{
  position: relative;
  padding-left: 230px;
  margin-top: 32px;
}

.hostory-section .content-box .owl-nav{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.hostory-section .content-box .inner-box{
  position: relative;
}

.hostory-section .content-box .inner-box:before{
  position: absolute;
  content: '';
  background: #e0dada;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 200px;
}

.hostory-section .content-box .inner-box:after{
  position: absolute;
  content: '';
  background: #e0dada;
  height: 1px;
  width: 100%;
  top: 41%;
  left: 0px;
}


/** reports-section **/

.reports-section{
  position: relative;
}

.reports-section .sec-title{
  margin-bottom: 23px;
}

.reports-section .title-inner .text p{
  margin-bottom: 32px;
  line-height: 28px;
}

.reports-section .content-box .single-item{
  position: relative;
  display: block;
  padding-left: 200px;
  margin-bottom: 31px;
}

.reports-section .content-box .single-item:last-child{
  margin-bottom: 0px;
}

.reports-section .content-box .circle-progress-box{
  position: absolute;
  left: 0px;
  top: 8px;
}

.reports-section .content-box .circle-progress-box .year-text{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.reports-section .content-box .circle-progress-box .year-text h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.reports-section .content-box .single-item .text h2{
  display: block;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 4px;
}

.reports-section .content-box .single-item .text h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}

.reports-section .content-box .single-item .text p{
  margin-bottom: 10px;
}

.reports-section .content-box .single-item .text a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #23272a;
  font-weight: 700;
  text-transform: uppercase;
}

.reports-section .content-box .single-item .text a i{
  position: relative;
  top: 3px;
  margin-right: 10px;
  font-size: 16px;
}

.contact-section.volunteer-page{
  
}

.contact-section.volunteer-page .inner-container{
  padding: 245px 0px 110px 0px;
}

.contact-section.volunteer-page .default-form .form-group input{
  padding-left: 20px;
}

.default-form .form-group label{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.default-form .form-group label span{

}

.contact-section.volunteer-page .default-form .form-group .nice-select{
  padding-left: 20px;
}

.contact-section.volunteer-page .form-inner{
  padding: 47px 50px 50px 50px;
}

.contact-section.volunteer-page .inner-container .shape{
  top: 75px;
}

.contact-section.volunteer-page .form-inner .message-btn{
  padding-top: 10px;
}

.event-style-two.event-grid{
  padding: 110px 0px;
}

.event-style-two.event-grid .event-block-two .inner-box{
  margin-bottom: 40px;
}

.event-style-two.event-grid .more-btn{
  margin-top: 20px;
}

.event-section.event-list{
  padding: 110px 0px;
}


/** event-details **/

.event-details{
  position: relative;
}

.event-details h2{
  display: block;
  font-size: 44px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 16px;
}

.event-details .upper-box .info li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #7b7676;
  margin-right: 32px;
  padding-left: 25px;
}

.event-details .upper-box .info li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px;
}

.event-details .upper-box .info li:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 9px;
  right: -22px;
  border-radius: 50%;
}

.event-details .upper-box .info li:last-child:before{
  display: none;
}

.event-details .upper-box .image{
  position: relative;
  display: block;
  margin-top: 53px;
}

.event-details .upper-box .image img{
  width: 100%;
}

.event-details-content .tab-btn-box{
  position: relative;
  width: calc(100% - 200px);
  left: 100px;
  margin-bottom: 50px;
}

.event-details-content .tab-btn-box .tab-btns{
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  padding: 15px 0px;
  margin-top: -40px;
  box-shadow: 0px  10px 30px 0px rgb(0 0 0 / 10%);
}

.event-details-content .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  color: #23272a;
  cursor: pointer;
  padding: 10px 0px 9px 30px;
  border-right: 1px solid #dddad8;
  transition: all 500ms ease;
}

.event-details-content .tab-btns li:last-child{
  border-right: none;
}

.event-details-content .tab-btns li i{
  position: relative;
  font-size: 16px;
  color: #bcb6b6;
  margin-right: 13px;
  top: 1px;
  transition: all 500ms ease;
}

.event-details-content .tab-btns li.active-btn{

}

.event-details-content .tab-btns li.active-btn i{
  
}

.event-details-content .tabs-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.event-details-content .tabs-content p{
  margin-bottom: 16px;
  line-height: 27px;
}

.event-details-content .tabs-content p:last-child{
  margin-bottom: 0px;
}

.event-details-content .tabs-content .overview-inner .content-one{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.event-details-content .tabs-content .overview-inner .content-one h3{
  margin-bottom: 23px;
}

.event-details-content .tabs-content .overview-inner .content-two h3{
  margin-bottom: 25px;
}

.event-details-content .tabs-content .overview-inner .content-two .list li{
  position: relative;
  display: block;
  padding-left: 26px;
  margin-bottom: 9px;
}

.event-details-content .tabs-content .overview-inner .content-two .list li:last-child{
  margin-bottom: 0px;
}

.event-details-content .tabs-content .overview-inner .content-two .list li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-15.png);
  width: 14px;
  height: 13px;
  left: 0px;
  top: 6px;
  background-repeat: no-repeat;
}

.event-details-content .tabs-content .overview-inner .content-two{
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.event-details-content .tabs-content .lower-box .btn-box span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #ffffff;
  font-weight: 600;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
}

.event-details-content .tabs-content .lower-box .btn-box .theme-btn{
  margin-right: 5px;
}

.event-details-content .tabs-content .lower-box .share-option h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 56px;
  font-weight: 600;
  padding-right: 75px;
}

.event-details-content .tabs-content .lower-box .share-option h5 a{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  background: transparent;
  border: 1px solid #ebe5e5;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.event-details-content .tabs-content .lower-box .share-option h5 a:hover{
  color: #ffffff;
}

.event-details-content .tabs-content .participants-inner .single-item{
  position: relative;
  display: block;
  margin-bottom: 60px;
  text-align: center;
  padding: 0px 0px;
}

.event-details-content .tabs-content .participants-inner .single-item .image-box{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
}

.event-details-content .tabs-content .participants-inner .single-item .image-box img{
  width: 100%;
  border-radius: 50%;
}

.event-details-content .tabs-content .participants-inner .single-item .designation{
  position: relative;
  display: block;
  font-size: 17px;
  margin-top: 19px;
  margin-bottom: 1px;
}

.event-details-content .tabs-content .participants-inner .single-item h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 23px;
}

.event-details-content .tabs-content .participants-inner .single-item .social-links{
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 130px;
  border: 1px solid #dddad8;
  margin: 0 auto;
  padding: 10px 9px;
  border-radius: 30px;
}

.event-details-content .tabs-content .participants-inner .single-item .social-links li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #5f5e5e;
  margin: 0px 10px;
}

.event-details-content .tabs-content .participants-inner .single-item .social-links li a{
  display: inline-block;
  color: #5f5e5e;
}

.event-details-content .tabs-content .participants-inner .single-item .social-links li a:hover{

}

.event-details-content .tabs-content .participants-inner .single-item .social-links li:before{
  position: absolute;
  content: '';
  background-color: #dddad8;
  width: 1px;
  height: 16px;
  top: 5px;
  right: -13px;
}

.event-details-content .tabs-content .participants-inner .single-item .social-links li:last-child:before{
  display: none;
}

.event-details-content .tabs-content .participants-inner h3{
  margin-bottom: 31px;
}

.event-details-content .tabs-content .contact-inner h3{
  margin-bottom: 30px;
}

.event-details-content .tabs-content .contact-inner .form-inner{
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 0px 30px 0px rgb(0 0 0 / 10%);
  padding: 48px 50px 50px 50px;
}

.event-details-content .tabs-content .contact-inner .form-inner .form-group{
  position: relative;
  margin-bottom: 33px;
}

.event-details-content .tabs-content .contact-inner .form-inner .column:last-child .form-group{
  margin-bottom: 0px;
}

.event-details-content .tabs-content .contact-inner .form-inner .form-group label{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #7b7676;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.event-details-content .tabs-content .contact-inner .form-inner .form-group input[type='text'],
.event-details-content .tabs-content .contact-inner .form-inner .form-group input[type='email'],
.event-details-content .tabs-content .contact-inner .form-inner .form-group textarea{
  height: 60px;
  padding-left: 20px;
}

.event-details-content .tabs-content .contact-inner .form-inner .form-group textarea{
  resize: none;
  height: 130px;
}

.event-details-content .tabs-content .contact-inner .form-inner .form-group input:focus,
.event-details-content .tabs-content .contact-inner .form-inner .form-group textarea:focus{

}

.event-details-content .tabs-content .contact-inner .form-inner .form-group .nice-select{
  padding-left: 20px;
}

.event-details-content .tabs-content .contact-inner .form-inner .form-group .select-box{
  min-height: 60px;
}

.event-details-content .tabs-content .contact-inner .form-inner .form-group .nice-select:after{
  top: 26px;
  right: 25px;
  color: #5f5e5e;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner{
  margin-left: 20px;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer{
  position: relative;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 0px 30px 0px rgb(0 0 0 / 10%);
  margin-bottom: 40px;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer h3{
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin: 0px;
  padding: 15px 30px;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer .list-item{
  position: relative;
  display: block;
  padding: 33px 30px 37px 30px;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer .list-item li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #232323;
  font-weight: 600;
  margin-bottom: 18px;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer .list-item li:last-child{
  margin-bottom: 0px;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer .list-item li p{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #7b7676;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer .list-item li p a{
  color: #7b7676;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer .list-item li p a:hover{
  text-decoration: underline;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer .list-item li:before{
  position: absolute;
  content: ':';
  top: 0px;
  left: 40%;
}

.event-details-content .tabs-content .contact-inner .sidebar-inner #contact-google-map{
  position: relative;
  width: 100% !important;
  height: 414px !important;
}


/** portfolio-section **/

.portfolio-section{
  position: relative;
  padding: 110px 0px;
}

.portfolio-section.two-column .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-section .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.portfolio-section.two-column .image-box:hover img{
  opacity: 0.2;
  transform: scale(1.05);
}

.portfolio-section .filters{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.portfolio-section .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  color: #23272a;
  text-align: center;
  background: #f6f1f0;
  padding: 17px 40px;
  cursor: pointer;
  transition: all 500ms ease;
}

.portfolio-section .filter-tabs li.active,
.portfolio-section .filter-tabs li:hover{
  color: #fff;
}

.portfolio-section .more-btn{
  margin-top: 30px;
}

.portfolio-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.portfolio-block-one .inner-box .text{
  position: absolute;
  right: 0px;
  bottom: -20px;
  width: calc(100% - 20px);
  padding: 24px 20px 24px 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.portfolio-block-one .inner-box:hover .text{
  bottom: 0px;
  visibility: visible;
  opacity: 1;
}

.portfolio-block-one .inner-box .text p{
  color: #fff;
  margin-bottom: 5px;
}

.portfolio-block-one .inner-box .text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.portfolio-block-one .inner-box .text h3 a{
  display: inline-block;
  color: #fff;
}

.portfolio-block-one .inner-box .text h3 a:hover{
  text-decoration: underline;
}

.portfolio-section.four-column .sortable-masonry{
  margin: 0px 14px;
}

.portfolio-section.four-column .masonry-item{
  padding: 0px 1px;
}

.portfolio-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
}

.portfolio-block-two .inner-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-block-two .inner-box .image:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(90deg, rgba(35,39,42,0.95) 10%, rgba(35,39,42,0.20) 50%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .image:before{
  opacity: 1;
}

.portfolio-block-two .inner-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .image img{
  transform: scale(1.05);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.portfolio-block-two .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.portfolio-block-two .inner-box .content-box .links-list{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 108px;
  overflow: hidden;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .content-box .links-list{
  transform: scale(1,1);
}

.portfolio-block-two .inner-box .content-box .links-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
}

.portfolio-block-two .inner-box .content-box .links-list li a{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  line-height: 54px;
  font-size: 20px;
  color: #232323;
  text-align: center;
}

.portfolio-block-two .inner-box .content-box .links-list li:first-child a{
  color: #ffffff;
}

.portfolio-block-two .inner-box .content-box .links-list li a:hover{
  color: #fff !important;
}

.portfolio-block-two .inner-box .content-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 20px;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .content-box .text{
  opacity: 1;
  visibility: visible;
  bottom: 23px;
}

.portfolio-block-two .inner-box .content-box .text span{
  position: relative;
  display: block;
  font-size: 17px;
  margin-bottom: 1px;
}

.portfolio-block-two .inner-box .content-box .text h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.portfolio-block-two .inner-box .content-box .text h3 a{
  display: inline-block;
  color: #fff;
}

.portfolio-block-two .inner-box .content-box .text h3 a:hover{

}

.portfolio-section .pagination-wrapper{
  margin-top: 58px;
}


/** portfolio-details **/

.portfolio-details{
  position: relative;
  padding: 110px 0px 107px 0px;
}

.portfolio-sidebar{
  position: relative;
  display: block;
  margin-right: 30px;
}

.portfolio-sidebar .portfolio-info{
  position: relative;display: block;
  background-color: #f6f1f0;
  padding: 34px 30px 40px 40px;
}

.portfolio-sidebar .portfolio-info .info-list{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.portfolio-sidebar .portfolio-info .info-list li{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.portfolio-sidebar .portfolio-info .info-list li:last-child{
  margin-bottom: 0px;
}

.portfolio-sidebar .portfolio-info .info-list li h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}

.portfolio-sidebar .portfolio-info .info-list li p{
  position: relative;
  display: block;
  color: #7b7676;
}

.portfolio-sidebar .portfolio-info .info-list li p a{
  display: inline-block;
  color: #7b7676;
}

.portfolio-sidebar .portfolio-info .info-list li p a:hover{

}

.portfolio-sidebar .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.portfolio-sidebar .social-links li:last-child{
  margin: 0px !important;
}

.portfolio-sidebar .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #232323;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dedbd9;
  text-align: center;
  border-radius: 50%;
}

.portfolio-sidebar .social-links li a:hover{
  color: #ffffff;
}

.portfolio-details-content{
  position: relative;
  display: block;
  margin-top: -8px;
}

.portfolio-details-content .text{
  position: relative;
  display: block;
}

.portfolio-details-content .text h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 23px;
}

.portfolio-details-content .text p{
  margin-bottom: 24px;
  line-height: 28px;
}

.portfolio-details-content .text p:last-child{
  margin-bottom: 0px;
}

.portfolio-details-content .image-box{
  position: relative;
  display: block;
  margin-top: 42px;
  margin-bottom: 42px;
}

.portfolio-details-content .image-box .image{
  position: relative;
  display: block;
}

.portfolio-details-content .image-box .image img{
  width: 100%;
}

.portfolio-details-content .list-item{
  position: relative;
  display: block;
}

.portfolio-details-content .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #5f5e5e;
  margin-bottom: 12px;
  padding-left: 35px;
}

.portfolio-details-content .list-item li:last-child{
  margin-bottom: 0px;
}

.portfolio-details-content .list-item li:before{
  position: absolute;
  content: '\f12e';
  font-family: 'flaticon';
  left: 0px;
  top: 1px;
  font-size: 20px;
}

.portfolio-details-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 25px;
}

.portfolio-details-content .project-summary p{
  margin-bottom: 17px;
}

.portfolio-details-content .project-summary{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.portfolio-details-content .project-solution p{
  margin-bottom: 17px;
}

.donate-section .donate-content{
  max-width: 1570px;
}

/** error-section **/

.error-section{
  position: relative;
  padding: 100px 0px 120px 0px;
}

.error-section .inner-box .theme-btn-one i{
  margin-right: 10px;
}

.error-section .inner-box .error-image{
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.error-section .inner-box h1{
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 10px;
}

.error-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 60px;
}


/** comingsoon-section **/

.comingsoon-section{
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 110px 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.comingsoon-section .inner-box .logo-box{
  margin-bottom: 50px;
}

.comingsoon-section .inner-box h3{
  display: block;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.comingsoon-section .inner-box h2{
  display: block;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.comingsoon-section .inner-box p{
  display: block;
  margin-bottom: 21px;
}

.comingsoon-section .timer{
  margin-bottom: 32px;
}

.comingsoon-section .cs-countdown .count-col{
  position: relative;
  display: inline-block;
  margin: 0px 40px;
}

.comingsoon-section .cs-countdown .count-col span:before,
.comingsoon-section .cs-countdown .count-col span:after{
  position: absolute;
  content: '';
  background: #e0dada;
  width: 10px;
  height: 10px;
  right: -45px;
}

.comingsoon-section .cs-countdown .count-col span:before{
  top: 23px;
}

.comingsoon-section .cs-countdown .count-col span:after{
  bottom: 22px;
}

.comingsoon-section .cs-countdown .count-col:last-child span:before,
.comingsoon-section .cs-countdown .count-col:last-child span:after{
  display: none;
}

.comingsoon-section .cs-countdown .count-col span{
  position: relative;
  display: inline-block;
  font-size: 72px;
  line-height: 80px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  color: #23272a;
  margin-bottom: 5px;
}

.comingsoon-section .cs-countdown .count-col h6{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.comingsoon-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 50px;
  width: 418px;
  height: 570px;
  background-repeat: no-repeat;
}

.comingsoon-section .pattern-layer .pattern-2{
  position: absolute;
  top: 20px;
  right: 0px;
  width: 324px;
  height: 345px;
  background-repeat: no-repeat;
}

.comingsoon-section .pattern-layer .pattern-3{
  position: absolute;
  right: 200px;
  bottom: 0px;
  width: 470px;
  height: 256px;
  background-repeat: no-repeat;
}


.cause-section.grid{
  padding: 110px 0px;
}

.cause-section.grid .cause-block-one .inner-box{
  margin-bottom: 40px;
}

.cause-section .pagination-wrapper{
  margin-top: 20px;
}


.cause-style-four.list{
  padding: 110px 0px;
}

.cause-style-four.list .cause-block-one{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.cause-style-four .pagination-wrapper{
  margin-top: 60px;
}


/** cause-details **/

.page-title.details-page .category-list li{
  position: relative;
  display: inline-block;
}

.page-title.details-page .category-list li:last-child{
  margin: 0px !important;
}

.page-title.details-page .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  background: #f6f1f0;
  padding: 1px 10px;
}

.page-title.details-page .category-list li a i{
  position: relative;
  margin-right: 6px;
  top: -1px;
  font-size: 14px;
}

.page-title.details-page .category-list{
  margin-bottom: 18px;
}

.page-title.details-page .info-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}

.page-title.details-page .info-box li{
  position: relative;
  padding-left: 50px;
  min-height: 69px;
  margin-right: 52px;
}

.page-title.details-page .info-box li:last-child{
  margin: 0px;
}

.page-title.details-page .info-box li:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
  height: 40px;
  right: -30px;
  top: 4px;
}

.page-title.details-page .info-box li:last-child:before{
  display: none;
}

.page-title.details-page .info-box li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #bdc2c5;
  border: 1px solid #505355;
}

.page-title.details-page .info-box li h6{
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.page-title.details-page .info-box li span{
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Kumbh Sans', sans-serif;
}

.page-title.details-page .info-box li.share-option{
  padding-top: 10px;
}

.page-title.details-page .info-box li.share-option h6{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.page-title.details-page .info-box li.share-option h6 a{
  display: inline-block;
  color: #fff;
}

.page-title.details-page .info-box li.share-option h6 a:hover{

}

.page-title.details-page{
  padding: 284px 0px 2px 0px;
}

.page-title.details-page h1{
  margin-bottom: 137px;
}


/** cause-details **/

.cause-details{
  padding: 110px 0px 102px 0px;
}

.case-details-content .cause-block-one{
  margin-bottom: 52px;
}

.case-details-content .content-one{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.case-details-content .content-one .image-box{
  position: relative;
  display: block;
  border-radius: 15px;
  margin-bottom: 50px;
}

.case-details-content .content-one .image-box img{
  width: 100%;
  border-radius: 15px;
}

.case-details-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}

.case-details-content p{
  line-height: 28px;
}

.case-details-content .content-two .video-inner{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 8px;
}

.case-details-content .content-two .video-inner .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.case-details-content .content-two .video-inner .image-box:before{
  position: absolute;
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.2;
}

.case-details-content .content-two .video-inner .image-box img{
  width: 100%;
  border-radius: 50%;
}

.case-details-content .content-two .video-inner .video-box{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.case-details-content .content-two .video-inner .video-box a{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 98px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #23272a;
  background: #fff;
  margin-bottom: 15px;
}

.case-details-content .content-two .video-inner .video-box a:before,
.case-details-content .content-two .video-inner .video-box a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.case-details-content .content-two .video-inner .video-box a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.case-details-content .content-two .video-inner .video-box span{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Kumbh Sans', cursive;
  font-weight: 600;
  color: #ffffff;
}

.case-details-content .content-two .text p{
  margin-bottom: 26px;
}

.case-details-content .content-two .text .list li{
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 37px;
}

.case-details-content .donate-content .form-inner .form-group{
  margin-bottom: 23px;
}

.case-details-content .content-two .text .list li:last-child{
  margin-bottom: 0px;
}

.case-details-content .content-two .text .list li:before{
  position: absolute;
  content: "\f104";
  font-family: 'flaticon';
  font-size: 18px;
  left: 0px;
  top: 4px;
}

.case-details-content .content-two .text .list li h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.case-details-content .content-two .text .list li p{
  margin: 0px;
}

.case-details-content .content-two{
  position: relative;
  display: block;
  margin-bottom: 59px;
}

.case-details-content .donate-content{
  position: relative;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  padding: 41px 50px 50px 50px;
  margin-bottom: 50px;
}

.case-details-content .donate-content .donate-box,
.case-details-content .donate-content .form-inner{
  box-shadow: none;
  padding: 0px;
  border-radius: 0px;
}

.case-details-content .donate-content .title{
  position: relative;
  display: block;
  padding-bottom: 32px;
  margin-bottom: 33px;
  border-bottom: 1px solid #dddad8;
}

.case-details-content .donate-content .title h3{
  margin-bottom: 5px;
}


.case-details-content .donate-content .default-form h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 23px;
}

.case-details-content .donate-content .donate-box{
  padding-bottom: 37px;
  margin-bottom: 33px;
  border-bottom: 1px solid #dddad8;
}

.case-details-content .content-three .text{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.case-details-content .content-three .text h3{
  margin-bottom: 5px;
}

.case-details-content .content-three .single-column{
  padding: 0px 5px;
}

.case-details-content .content-three .inner-box{
  position: relative;
  margin: 0px 10px;
}

.case-details-content .content-three .single-item{
  position: relative;
  display: block;
  max-width: 250px;

  margin: 0 auto;
}

.case-details-content .content-three .single-item .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #232323;
}

.case-details-content .content-three .single-item .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.0) 100%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.case-details-content .content-three .single-item .image-box img{
  width: 100%;
  opacity: 0.4;
}

.case-details-content .content-three .single-item .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 33px 30px 16px 30px;
  opacity: 1;
  z-index: 1;
  transition: all 500ms ease;
}

.case-details-content .content-three .single-item:hover .content-box{
  opacity: 0;
}

.case-details-content .content-three .single-item .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 50px;
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 13px;
}

.case-details-content .content-three .single-item .content-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 18px;
  margin-bottom: 18px;
  font-weight: 600;
  border-bottom: 1px solid #575757;
}

.case-details-content .content-three .single-item .content-box h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.case-details-content .content-three .single-item .content-box h6 a{
  display: inline-block;
  color: #ffffff;
}

.case-details-content .content-three .single-item .overlay-content{
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 38px 20px 68px 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.case-details-content .content-three .single-item:hover .overlay-content{
  top: 0px;
  opacity: 1;
  visibility: visible;
}

.case-details-content .content-three .single-item .overlay-content p{
  position: relative;
  display: block;
  color: #ffffff;
  padding-bottom: 17px;
  margin-bottom: 18px;
  border-bottom: 1px solid #575757;
}

.case-details-content .content-three .single-item .overlay-content h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-details-content .content-three .single-item .overlay-content h6 a{
  display: inline-block;
  color: #ffffff;
}

.case-details-content .content-three .single-item .overlay-content h6 a:hover{
  
}

.case-details-content .content-three .single-item .overlay-content .icon-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -44px;
  width: 92px;
  height: 92px;
  line-height: 92px;
  font-size: 50px;
  color: #ffffff;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50%;
}

.case-details-content .content-three{
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.case-details-content .content-four .text{
  position: relative;
  display: block;
}

.case-details-content .content-four .text h3{
  margin-bottom: 4px;
}

.case-details-content .content-four .single-item{
  position: relative;
  display: block;
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.case-details-content .content-four .single-item .image{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 10px;
}

.case-details-content .content-four .single-item .image img{
  width: 100%;
  border-radius: 50%;
}

.case-details-content .content-four .single-item{
  margin-top: 32px;
}

.case-details-content .content-four .single-item .lower-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.case-details-content .content-four .single-item .lower-content span{
  position: relative;
  display: block;
}

.case-details-content .content-four .owl-nav{
  position: absolute;
  top: -30px;
  right: 0px;
}

.case-details-content .content-four .owl-nav .owl-prev,
.case-details-content .content-four .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #232323;
  cursor: pointer;
  transition: all 500ms ease;
}

.case-details-content .content-four .owl-nav .owl-prev:hover,
.case-details-content .content-four .owl-nav .owl-next:hover{

}

.case-details-content .content-four .owl-nav .owl-prev{
  margin-right: 20px;
}

/** default-sidebar **/

.default-sidebar{
  position: relative;
  display: block;
  background: #f6f1f0;
  padding: 30px;
}

.default-sidebar .search-widget .form-group{
  position: relative;
  margin-bottom: 0px;
}

.default-sidebar .search-widget .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px 35px 35px 0px;
  padding: 10px 70px 10px 20px;
  font-size: 18px;
  color: #7b7676;
  box-shadow: 0 0px 30px rgb(0 0 0 / 5%);
  transition: all 500ms ease;
}

.default-sidebar .search-widget .form-group button{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.default-sidebar .search-widget .form-group input:focus + button,
.default-sidebar .search-widget .form-group button:hover{

}

.default-sidebar .search-widget .form-group input:focus{

}

.default-sidebar .search-widget{
  margin-bottom: 43px;
}

.default-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.default-sidebar .sidebar-widget .widget-title h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.default-sidebar .category-widget .category-list{
  position: relative;
  display: block;
}

.default-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
}

.default-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  color: #23272a;
  text-transform: uppercase;
  padding: 15px 0px 13px 0px;
  border-bottom: 1px solid #dddad8;
}

.default-sidebar .category-widget .category-list li:first-child a{
  padding-top: 0px;
}

.default-sidebar .category-widget .category-list li:last-child a{
  padding-bottom: 0px;
}

.default-sidebar .category-widget .category-list li:last-child a{
  border-bottom: none;
}

.default-sidebar .category-widget .category-list li a .category-count{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 100%;
  color: #7b7676;
  border-left: 1px solid #dddad8;
  display: flex;
  align-items: center;
  justify-content: right;
}

.default-sidebar .category-widget .category-list li a:hover{
  
}

.default-sidebar .category-widget .category-list li a .text{
  position: relative;
  display: inline-block;
  padding-right: 26px;
}

.default-sidebar .category-widget .category-list li .text:before{
  position: absolute;
  content: "\f104";
  font-family: 'flaticon';
  font-size: 16px;
  top: -1px;
  right: 10px;
  opacity: 0;
  transition: all 500ms ease;
}

.default-sidebar .category-widget .category-list li a:hover .text:before{
  opacity: 1;
  right: 0px;
}

.default-sidebar .category-widget{
  margin-bottom: 36px;
}

.default-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding-left: 90px;
  min-height: 86px;
  margin-bottom: 25px;
}

.default-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.default-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.default-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.default-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.2;
}

.default-sidebar .post-widget .post h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 7px;
}

.default-sidebar .post-widget .post h5 a{
  position: relative;
  display: inline-block;
  color: #23272a;
}

.default-sidebar .post-widget .post h5 a:hover{

}

.default-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
}

.default-sidebar .post-widget{
  margin-bottom: 33px;
}

.default-sidebar .tags-widget .tags-list{
  position: relative;
  margin: 0px -2.5px;
}

.default-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 2.5px 5px 2.5px;
}

.default-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #7b7676;
  border: 1px solid #e0dada;
  padding: 7px 13px;
  text-align: center;
}

.default-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
}

.default-sidebar .tags-widget{
  margin-bottom: 40px;
}

.default-sidebar .gallery-widget .image-list{
  position: relative;
  margin: 0px -2.5px;
}

.default-sidebar .gallery-widget .image-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 100px;
  margin: 0px 2.5px 5px 2.5px;
}

.default-sidebar .gallery-widget .image-list li .image{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #000;
}

.default-sidebar .gallery-widget .image-list li .image img{
  width: 100%;
  transition: all 500ms ease
}

.default-sidebar .gallery-widget .image-list li .image:hover img{
  opacity: 0.1;
}

.default-sidebar .gallery-widget .image-list li .image a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.default-sidebar .gallery-widget .image-list li .image a:hover{
  background-color: #ffffff;
}

.default-sidebar .gallery-widget .image-list li .image:hover a{
  transform: translate(-50%,-50%) scale(1,1);
}

.default-sidebar .gallery-widget{
  margin-bottom: 50px;
}

.default-sidebar .subscribe-widget .widget-content{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.default-sidebar .subscribe-widget .upper-content{
  position: relative;
  width: 100%;
  padding: 40px 20px 32px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.default-sidebar .subscribe-widget .upper-content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.default-sidebar .subscribe-widget .upper-content .icon-box{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 102px;
  font-size: 44px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 24px;
}

.default-sidebar .subscribe-widget .upper-content h3{
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 6px;
}

.default-sidebar .subscribe-widget .upper-content p{
  color: #ededed;
}

.default-sidebar .subscribe-widget .lower-content{
  position: relative;
  display: block;
  padding: 22px 20px 31px 20px;
}

.default-sidebar .subscribe-widget .lower-content .subscribe-form input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #7b7676;
  border-bottom: 1px solid #ebe5e5;
  margin-bottom: 26px;
  text-align: center;
  transition: all 500ms ease;
}

.default-sidebar .subscribe-widget .lower-content .subscribe-form input:focus{

}

.default-sidebar .subscribe-widget .lower-content p{
  font-size: 14px;
  color: #23272a;
}

.default-sidebar .subscribe-widget .lower-content p span{

}

.default-sidebar .subscribe-widget .lower-content .form-group{
  margin-bottom: 12px;
}


/** blog **/

.news-section.grid-one{
  padding: 110px 0px;
}

.news-section.grid-one .news-block-one .inner-box{
  margin-bottom: 50px;
}

.news-section.grid-one .pagination-wrapper{
  margin-top: 10px;
}

.sidebar-page-container{
  position: relative;
  padding: 110px 0px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content h3{
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
}

.sidebar-page-container .news-block-one .inner-box{
  margin-bottom: 50px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .lower-box .btn-box .theme-btn{
  padding: 16px 35px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .lower-box .link a,
.sidebar-page-container .news-block-one .inner-box .lower-content .lower-box .share-box a{
  width: 56px;
  height: 56px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .lower-box .share-box a{
  line-height: 64px;
  font-size: 24px;
}

.page-title.details-page-2{
  padding: 321px 0px 22px 0px;
}

.page-title.details-page-2 h1{
  margin-bottom: 167px;
}

.page-title.details-page-2:before{
  background: -webkit-linear-gradient(90deg, rgba(35,39,42,0.95) 10%, rgba(35,39,42,0.20) 100%);
}


/** blog-details **/

.blog-details-content .news-block-one .inner-box .image-box .image img{
  transform: scale(1);
}

.blog-details-content p{
  line-height: 28px;
}

.blog-details-content .news-block-one .inner-box .image-box{
  margin-bottom: 33px;
}

.blog-details-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 24px;
}

.blog-details-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-details-content .content-one .text{
  margin-bottom: 26px;
}

.blog-details-content .content-one .single-item{
  margin-bottom: 26px;
}

.blog-details-content .news-block-one .inner-box{
  margin-bottom: 34px;
}

.blog-details-content .content-one{
  padding-bottom: 16px;
}

.blog-details-content .content-two .image{
  position: relative;
  display: block;
}

.blog-details-content .content-two .image img{
  width: 100%;
}

.blog-details-content .content-two blockquote{
  position: relative;
  display: block;
  margin: 0px;
  padding: 40px 30px 34px 30px;
  background: #f6f1f0;
  text-align: center;
}

.blog-details-content .content-two blockquote .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
}

.blog-details-content .content-two blockquote h3{
  margin-bottom: 16px;
  line-height: 32px;
}

.blog-details-content .content-two blockquote h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.blog-details-content .content-two blockquote h4 span{
  font-size: 17px;
  color: #7b7676;
}

.blog-details-content .content-two{
  margin-bottom: 52px;
}

.blog-details-content .content-three h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 16px;
}

.blog-details-content .content-three .list-item li{
  position: relative;
  display: block;
  font-size: 17px;
  padding-left: 25px;
  margin-bottom: 9px;
}

.blog-details-content .content-three .list-item li:last-child{
  margin-bottom: 0px;
}

.blog-details-content .content-three .list-item li:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-15.png);
  width: 14px;
  height: 13px;
  left: 0px;
  top: 6px;
  background-repeat: no-repeat;
}

.blog-details-content .content-three .list-item{
  margin-bottom: 24px;
}

.blog-details-content .content-three{
  margin-bottom: 42px;
}

.blog-details-content .post-share-option{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-content .post-share-option .post-tags li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.blog-details-content .post-share-option .post-tags li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .post-tags li h5{
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  margin-right: 10px;
}

.blog-details-content .post-share-option .post-tags li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #7b7676;
  border: 1px solid #ebe5e5;
  padding: 5.5px 14px;
  text-align: center;
}

.blog-details-content .post-share-option .post-tags li a:hover{
  color: #fff;
}

.blog-details-content .post-share-option .share-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-share-option .share-links li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .share-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ebe6e6;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #23272a;
}

.blog-details-content .post-share-option .share-links li a:hover{
  color: #fff;
}

.blog-details-content .post-share-option{
  padding: 40px 0px 60px 0px;
  border-top: 1px solid #ebe5e5;
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 32px 30px 40px 220px;
  margin-bottom: 54px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  min-height: 263px;
}

.blog-details-content .author-box .author-thumb{
  position: absolute;
  left: 40px;
  top: 50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.blog-details-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box .content-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 1px;
}

.blog-details-content .author-box .content-box h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.blog-details-content .author-box .content-box h6 a:hover{
  text-decoration: underline;
}

.blog-details-content .author-box .content-box p{
  margin-bottom: 22px;
}

.blog-details-content .author-box .content-box .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .author-box .content-box .social-links li:last-child{
  margin: 0px !important;
}

.blog-details-content .author-box .content-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #232323;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dedbd9;
  border-radius: 50%;
}

.blog-details-content .author-box .content-box .social-links li a:hover{
  color: #ffffff;
}

.blog-details-content .nav-btn-box{
  position: relative;
  margin-bottom: 52px;
  padding-bottom: 51px;
  border-bottom: 1px solid #ebe5e5;
}

.blog-details-content .nav-btn-box .single-item{
  position: relative;
  width: 50%;
}

.blog-details-content .nav-btn-box .single-item.pull-left{
  padding-left: 90px;
  padding-right: 40px;
}

.blog-details-content .nav-btn-box .single-item.pull-right{
  padding-right: 90px;
  padding-left: 40px;
}

.blog-details-content .nav-btn-box .single-item .thumb-box{
  position: absolute;
  top: 6px;
  width: 70px;
  height: 70px;
}

.blog-details-content .nav-btn-box .single-item .thumb-box img{
  width: 100%;
}

.blog-details-content .nav-btn-box .single-item.pull-left .thumb-box{
  left: 0px;
}

.blog-details-content .nav-btn-box .single-item.pull-right .thumb-box{
  right: 0px;
}

.blog-details-content .nav-btn-box .single-item span{
  position: relative;
  display: block;
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
}

.blog-details-content .nav-btn-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-details-content .nav-btn-box .single-item h5 a{
  display: inline-block;
  color: #23272a;
}

.blog-details-content .nav-btn-box .single-item h5 a:hover{

}

.blog-details-content .comment-box{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-details-content .comment-box h2{
  margin-bottom: 22px;
}

.blog-details-content .comment-box .comment{
  position: relative;
  display: block;
  padding-left: 110px;
  padding-bottom: 34px;
  margin-bottom: 33px;
  border-bottom: 1px solid #ebe5e5;
}

.blog-details-content .comment-box .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 8px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-info{
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.blog-details-content .comment-box .comment .comment-info h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .comment-info span{
  position: absolute;
  display: block;
  top: 3px;
  right: 0px;
  font-size: 15px;
}

.blog-details-content .comment-box .comment .comment-inner p{
  margin-bottom: 13px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  color: #23272a;
  text-transform: uppercase;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn i{
  position: relative;
  font-size: 20px;
  top: 5px;
  margin-right: 8px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn:hover{

}

.blog-details-content .comment-box .comment.replay-comment{
  margin-left: 40px;
}

.blog-details-content .comments-form-area{
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  padding: 42px 50px 50px 50px;
}

.blog-details-content .comments-form-area .text{
  margin-bottom: 32px;
}

.blog-details-content .comments-form-area .text h2{
  margin-bottom: 5px;
}

.blog-details-content .comment-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.blog-details-content .comment-form .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comment-form .form-group input[type='text'],
.blog-details-content .comment-form .form-group input[type='email'],
.blog-details-content .comment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #dddad8;
  padding: 10px 20px;
  font-size: 17px;
  color: #7b7676;
  transition: all 500ms ease;
}

.blog-details-content .comment-form .form-group textarea{
  height: 120px;
  resize: none;
  padding-top: 15px;
}

.blog-details-content .comment-form .form-group input:focus,
.blog-details-content .comment-form .form-group textarea:focus{

}

.blog-details-content .comments-form-area .group-title h3{
  margin-bottom: 5px;
}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 32px;
}

.blog-details-content .comment-form .form-group .custom-control.material-checkbox {
  position: relative;
  margin: 0px;
  padding-left: 25px;
  margin-bottom: 0px !important;
}

.blog-details-content .comment-form .form-group .custom-control.material-checkbox .material-control-input {
  display: none;
}

.blog-details-content .comment-form .form-group .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  border: 1px solid #ebe5e5;
  background-color: #f6f1f0;
  top: 5px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.blog-details-content .comment-form .form-group .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
  border-color: #f04b41;
}

.blog-details-content .comment-form .form-group .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  font-size: 17px;
  color: #7b7676;
  cursor: pointer;
  font-weight: 400;
  margin: 0px;
  text-transform: none;
}

.blog-details-content .comment-form .form-group .theme-btn{
  padding: 16px 60px;
  margin-top: 5px;
}



/** shope-page **/


.shop-page-section{
  position: relative;
  padding: 104px 0px 110px 0px;
}

.shop-page-section .short-box{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.shop-page-section .short-box .item-short p{
  position: relative;
  float: left;
  margin-right: 5px;
}

.shop-page-section .item-short .select-box{
  float: left;
}

.shop-page-section .item-short .select-box .nice-select{
  height: 27px;
  padding: 0px;
  line-height: 27px;
  border: none !important;
  font-size: 17px;
  color: #23272a;
  padding-right: 42px;
  text-transform: capitalize;
}

.shop-page-section .item-short .select-box .nice-select:after{
  top: 9px;
  border-bottom: 2px solid #b6b0b0;
  border-right: 2px solid #b6b0b0;
  width: 8px;
  height: 8px;
  right: 6px;
  margin: 0px;
}

.shop-page-section .item-short .select-box .nice-select .list{
  min-width: 185px !important;
  left: inherit !important;
}

.shop-page-section .pagination-wrapper{
  position: relative;
  margin-top: 10px;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.shop-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #ebe5e5;
  transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-color: #fff;
}

.shop-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
}

.shop-block-one .inner-box .image-box .cart-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  padding: 25px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.shop-block-one .inner-box:hover .image-box .cart-btn{
  transform: translate(-50%,-50%) scale(1,1);
}

.shop-block-one .inner-box .image-box .cart-btn i{
  position: relative;
  font-weight: 400;
  font-size: 24px;
}

.shop-block-one .inner-box .image-box .cart-btn h6{
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.shop-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 21px;
}

.shop-block-one .inner-box .lower-content .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin: 0px 0px;
}

.shop-block-one .inner-box .lower-content .rating{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.shop-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 7px;
}

.shop-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #23272a;
}

.shop-block-one .inner-box .lower-content h4 a:hover{

}

.shop-block-one .inner-box .lower-content h5{
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.shop-block-one .inner-box .lower-content h5 del{
  color: #a29d9d;
}


.shop-details{
  position: relative;
  padding: 110px 0px 60px 0px;
}

.shop-details .basic-details .image-box{
  position: relative;
  display: block;
  margin-right: 30px;
  background-color: #ffffff;
}

.shop-details .basic-details .image-box img{
  width: 100%;
}

.product-details-content .upper-box{
  position: relative;
  display: block;
  padding-bottom: 24px;
  margin-bottom: 33px;
  border-bottom: 1px solid #ebe5e5;
}

.product-details-content .upper-box h2{
  display: block;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 8px;
}

.product-details-content .upper-box .rating-box .rating{
  position: relative;
  float: left;
  margin-right: 10px;
}

.product-details-content .upper-box .rating-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.product-details-content .upper-box .rating-box .review-box{
  position: relative;
  float: left;
}

.product-details-content .upper-box .rating-box .review-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #7b7676;
}

.product-details-content .upper-box .rating-box .review-box a:hover{

}

.product-details-content .upper-box .rating-box{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.product-details-content .upper-box .price{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
}

.product-details-content .text p{
  line-height: 28px;
  margin-bottom: 16px;
}

.product-details-content .text .category li{
  position: relative;
  display: inline-block;
}

.product-details-content .text .category li h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-right: 5px;
}

.product-details-content .text .category li a{
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Kumbh Sans', cursive;
  font-weight: 400;
}

.product-details-content .text .category li a:hover{
  text-decoration: underline;
}

.product-details-content .text{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.product-details-content .benefits-box{
  padding: 15px 0px;
  border-top: 1px solid #ebe5e5;
  border-bottom: 1px solid #ebe5e5;
}

.product-details-content .benefits-box ul{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-details-content .benefits-box ul li{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #7b7676;
  padding-left: 25px;
}

.product-details-content .benefits-box ul li:after{
  position: absolute;
  content: '';
  background-color: #ebe5e5;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -19px;
}

.product-details-content .benefits-box ul li:last-child:after{
  display: none;
}

.product-details-content .benefits-box ul li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  left: 0px;
  top: 0px;

  font-size: 16px;
}

.product-details-content .benefits-box{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.product-details-content .item-quantity {
  position: relative;
  display: block;
  max-width: 190px;
  width: 100%;
  margin-right: 20px;
  z-index: 1;
}

.product-details-content input.quantity-spinner {
  position: relative;
  border: 1px solid #ebe5e5;
  width: 54px !important;
  height: 54px;
  line-height: 54px;
  border-radius: 50% !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Kumbh Sans', sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #23272a;
  margin: 0 auto !important;
  flex: none;
  background: transparent;
}

.product-details-content .quantity-box .item-quantity,
.product-details-content .quantity-box .cart-btn,
.product-details-content .quantity-box .like-box{
  float: left;
}

.product-details-content .quantity-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 13px;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down,
.product-details-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  background: transparent;
  border: 1px solid #ebe5e5 !important;
  width: 54px;
  height: 54px;
  line-height: 58px;
  top: 0px;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  line-height: 54px;
}

.product-details-content .quantity-box .cart-btn{
  margin-right: 20px;
}

.product-details-content .quantity-box .cart-btn .theme-btn{
  padding: 15px 30px;
}

.product-details-content .quantity-box .cart-btn .theme-btn:before{
  background-color: #232323;
}

.product-details-content .quantity-box .like-box a{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 58px;
  font-size: 22px;
  color: #232323;
  text-align: center;
  border: 1px solid #ebe5e5;
  border-radius: 50%;
}

.product-details-content .quantity-box .like-box a:hover{
  color: #ffffff;
}

.product-details-content .quantity-box{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.product-details-content .share-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 13px;
}

.product-details-content .share-box .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.product-details-content .share-box .social-links li:last-child{
  margin: 0px !important;
}

.product-details-content .share-box .social-style-one li a{
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
}

.product-details-content{
  margin-top: -9px;
}

.shop-details .basic-details{
  position: relative;
  display: block;
  margin-bottom: 100px;
}

.shop-details .discription-inner .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.shop-details .discription-inner .tab-btn-box:before{
  position: absolute;
  content: '';
  background: #ebe5e5;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}

.shop-details .discription-inner .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Kumbh Sans', sans-serif;
  color: #23272a;
  border: 1px solid #ebe5e5;
  background: #fff;
  text-align: center;
  padding: 12.5px 30px;
  margin: 0px 7px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.shop-details .discription-inner .tab-btn-box .tab-btns li.active-btn{
  color: #fff;
}

.shop-details .discription-inner .tabs-content .text{
  position: relative;
  display: block;
}

.shop-details .discription-inner .tabs-content .text p{
  margin-bottom: 16px;
}

.shop-details .discription-inner .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.shop-details .discription-inner .tabs-content .customer-review .single-item{
  position: relative;
  display: block;
  padding: 31px 20px 31px 125px;
  border: 1px solid #ebe5e5;
  min-height: 187px;
}

.shop-details .discription-inner .tabs-content .customer-review .single-item .thumb-box{
  position: absolute;
  left: 30px;
  top: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.shop-details .discription-inner .tabs-content .customer-review .single-item .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.shop-details .discription-inner .tabs-content .customer-review .single-item .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
}

.shop-details .discription-inner .tabs-content .customer-review .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.shop-details .discription-inner .tabs-content .customer-review .single-item h4 span{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-details .review-form .form-group .custom-control.material-checkbox {
  position: relative;
  margin: 0px;
  padding-left: 28px;
  margin-bottom: 0px !important;
}

.shop-details .review-form .form-group .custom-control.material-checkbox .material-control-input {
  display: none;
}

.shop-details .review-form .form-group .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  border: 1px solid #ebe5e5;
  background-color: #f6f1f0;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.shop-details .review-form .form-group .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
  border-color: #f04b41;
}

.shop-details .review-form .form-group .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  font-size: 17px;
  color: #7b7676 !important;
  cursor: pointer;
  font-weight: 400;
  margin: 0px;
  text-transform: none;
}

.shop-details .discription-inner .tabs-content .customer-review{
  margin-bottom: 60px;
}

.shop-details .customer-comments{
  position: relative;
  display: block;
  border: 1px solid #ebe5e5;
  padding: 50px 60px 60px 60px;
}

.shop-details .customer-comments .text{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.shop-details .customer-comments .text h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 5px;
}

.shop-details .customer-comments .review-form .form-group{
  position: relative;
  margin-bottom: 23px;
}

.shop-details .customer-comments .review-form .column:last-child .form-group{
  margin-bottom: 0px;
}

.shop-details .customer-comments .review-form .form-group label{
  position: relative;
  display: block;
  color: #7b7676;
  margin-bottom: 7px;
}

.shop-details .customer-comments .review-form .form-group input[type='text'],
.shop-details .customer-comments .review-form .form-group input[type='email'],
.shop-details .customer-comments .review-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #ebe5e5;
  font-size: 17px;
  color: #7b7676;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.shop-details .customer-comments .review-form .form-group input:focus,
.shop-details .customer-comments .review-form .form-group textarea:focus{

}

.shop-details .customer-comments .review-form .form-group textarea{
  height: 120px;
  resize: none;
  padding-top: 15px;
}

.shop-details .customer-comments .review-form .rating{
  position: relative;
  margin-bottom: 31px;
}

.shop-details .customer-comments .review-form .rating p,
.shop-details .customer-comments .review-form .rating ul{
  float: left;
}

.shop-details .customer-comments .review-form .rating ul li{
  position: relative;
  display: inline-block;
  font-size: 12px;
}

.shop-details .customer-comments .review-form .rating p{
  margin-right: 10px;
}

.shop-details .customer-comments .review-form .form-group button,
.shop-details .customer-comments .review-form .form-group .custom-control{
  position: relative;
  float: left;
}

.shop-details .customer-comments .review-form .form-group button{
  margin-right: 45px;
  padding: 16px 52px;
}

.shop-details .customer-comments .review-form .form-group .custom-control{
  margin-top: 14px;
}

.shop-details .discription-inner{
  margin-bottom: 100px;
}

.shop-details .related-product .title-box{
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.shop-details .related-product .title-box h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}


/** cart-section **/

.cart-section{
  position:relative;
  padding: 104px 0px 110px 0px;
}

.cart-outer{
  position:relative;  
}

.cart-outer .table-outer{
  position:relative;
  width:100%;
  overflow-x: auto;
  margin-bottom:40px;
  border: 1px solid #ebe5e5;
}

.cart-outer .cart-table{
  width:100%;
  min-width:900px;
}

.cart-table tbody tr:last-child td{
  border-bottom: none;
}

.cart-outer .cart-table tbody{
  padding-bottom:30px;
}

.cart-table .cart-header{
  position:relative;
  width:100%;
  border-bottom:1px solid #ebe5e5;
}

.cart-table thead tr th{
  line-height:28px;
  padding: 16px 28px 15px 40px;
  font-weight:600;
  font-size:20px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #23272a;
  border-right:1px solid #ebe5e5;
  text-align: center;
}

.cart-table tbody tr td{
  padding:30px 30px;
}

.cart-table tbody tr .qty .item-quantity{
  border:1px solid #ebe5e5;
}

.cart-table tbody tr .qty .quantity-spinner{
  background:#ffffff; 
}

.cart-table tbody tr .prod-column .column-box{
  position: relative;
  min-height: 80px;
  padding-top: 29px;
  padding-left: 185px;
}

.cart-table tbody tr:first-child td:first-child,
.cart-table tbody tr:last-child td:first-child{
  border-left: none;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
  position:absolute;
  left:-15px;
  top:-15px;
  width: 145px;
  height: 100%;
  line-height: 100%;
  text-align: center;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb:before{
  position: absolute;
  content: '';
  background-color: #dddad8;
  width: 1px;
  height: 141px;
  top: -16px;
  right: -15px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
  max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
  position:relative;
  font-size:20px;
  line-height: 28px;
  font-weight:600;
  text-align: left;
}

.cart-table tbody tr .sub-total{
  font-size: 18px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  color: #23272a;
}

.cart-table tbody tr .remove-btn{
  position:relative;
  display: inline-block;
  font-size:14px;
  color:#b6b0b0;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #ebe5e5;
  border-radius: 50%;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn:hover{
  color: #ffffff;
}

.cart-table thead tr th:last-child{
  border-right: none;
}

.cart-table tbody tr td{
  vertical-align:middle;
  border-left:1px solid #dddad8;
  border-bottom: 1px solid #dddad8;
  text-align: center;
}

.cart-table tbody tr .total-price{
  font-size: 18px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
}

.cart-table tbody tr td:last-child{
  text-align:center;
}

.cart-section .cart-outer .totle-table{
  position: relative;
  margin-bottom: 22px;
}

.cart-section .cart-outer .totle-table p span{
  color: #1e1e2a;
}

.cart-section .cart-outer .totle-table .total p{

}

.cart-table tbody tr td.qty input{
  width: 90px;
  height: 50px;
  border: 1px solid #ebe5e5;
  text-align: center;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Kumbh Sans', sans-serif;
  color: #23272a;
}

.cart-section .apply-coupon .form-group{
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.cart-section .apply-coupon .form-group:last-child{
  margin-right: 0px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  position: relative;
  display: block;
  border: 1px solid #dddad8;
  width: 250px;
  height: 54px;
  font-size: 17px;
  color: #7b7676;
  padding: 10px 20px;
  background: transparent;;
  border-radius: 30px;
  transition: all 500ms ease;
}

.cart-section .apply-coupon .form-group input:focus{

}

.cart-section .apply-coupon .form-group button{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  background: #23272a;
  padding: 15px 28px;
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.cart-section .apply-coupon .form-group button:hover{
  
}

.cart-section .btn-box button{
  float: left;
  margin-right: 10px;
}

.cart-section .btn-box button:last-child{
  margin-right: 0px;
}

.cart-section .btn-box .checkout-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 15px 33.5px;
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.cart-section .btn-box .checkout-btn:hover{

}

.cart-section .btn-box button.theme-btn{
  padding: 15px 30px;
}


/** checkout **/

.checkout-page-section{
  position: relative;
  padding: 110px 0px;
}

.checkout-page-section .information-inner{
  position: relative;
  display: block;
  border: 1px solid #ebe5e5;
  padding: 50px 60px 54px 60px;
}

.checkout-page-section h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 21px;
}

.checkout-page-section .information-inner .field-input{
  position: relative;
  display: block;
  margin-bottom: 20px;
  min-height: 60px;
}

.checkout-page-section .information-inner .field-input input[type='text'],
.checkout-page-section .information-inner .field-input input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid #ebe5e5;
  font-size: 17px;
  color: #7b7676;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.checkout-page-section .information-inner .field-input input:focus{

}

.checkout-page-section .information-inner .field-input .nice-select{
  height: 60px;
  line-height: 60px;
  background: transparent;
  border: 1px solid #ebe5e5 !important;
  font-size: 17px;
  border-radius: 0px;
  color: #7b7676;
  padding: 0px 20px;
  text-transform: capitalize;
}

.checkout-page-section .information-inner .field-input .nice-select:after{
  right: 23px;
  border-bottom: 2px solid #b6b0b0;
  border-right: 2px solid #b6b0b0;
  top: 28px;
  width: 8px;
  height: 8px;
}

.checkout-page-section .information-inner .custom-control.material-checkbox .material-control-indicator{
  top: 6px;
}

.checkout-page-section .information-inner .description{
  position: relative;
  display: inline-block;
  margin-left: 22px;
  cursor: pointer;
  font-size: 17px;
  color: #23272a;
}

.checkout-page-section .information-inner .custom-controls-stacked{
  position: relative;
  padding-top: 0px;
}

.checkout-page-section .information-inner .contact-information{
  position: relative;
  padding-bottom: 27px;
}

.checkout-page-section .order-summary{
  position: relative;
  display: block;
  background: #23272a;
  padding: 33px 30px 40px 30px;
}

.checkout-page-section .order-summary h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 9px;
  margin-bottom: 4px;
}

.checkout-page-section .order-summary h4:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.checkout-page-section .order-summary .inner-box .single-item{
  position: relative;
  display: block;
  padding: 19px 0px 27px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.checkout-page-section .order-summary h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
}

.checkout-page-section .order-summary .inner-box .single-item h5{
  margin-bottom: 9px;
}

.checkout-page-section .order-summary .inner-box .single-item h6{
  font-size: 16px;
  color: #bdc2c5;
}

.checkout-page-section .order-summary .inner-box .single-item h6 span{
  float: right;
  font-size: 18px;
  font-weight: 600;
}

.checkout-page-section .order-summary .total-box{
  position: relative;
  display: block;
  padding: 33px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.checkout-page-section .order-summary .total-box li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Kumbh Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  margin-bottom: 11px;
}

.checkout-page-section .order-summary .total-box li:last-child{
  margin-bottom: 0px;
}

.checkout-page-section .order-summary .total-box li span{
  float: right;
  font-weight: 400;
  color: #bdc2c5;
  font-size: 16px;
}

.checkout-page-section .order-summary .total-amount{
  position: relative;
  display: block;
  padding: 14px 0px 17px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 30px;
}

.checkout-page-section .order-summary .total-amount h5{
  font-size: 16px;
}

.checkout-page-section .order-summary .total-amount h5 span{
  float: right;
  font-size: 18px;
  color: #bdc2c5;
}

.checkout-page-section .order-summary .btn-box .theme-btn{
  padding: 15px 45px;
}

.checkout-page-section .order-information{
  position: relative;
  margin-bottom: 94px;
}

.checkout-page-section .accordion .payment-info .field-input{
  position: relative;
  margin-bottom: 20px;
}

.checkout-page-section .accordion .payment-info .field-input input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #ebe5e5;
  font-size: 17px;
  color: #7b7676;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.checkout-page-section .accordion .payment-info .field-input input:focus{

}

.checkout-page-section .accordion .payment-info{
  position: relative;
  display: block;
  border: 1px solid #ebe5e5;
  padding: 30px 30px 10px 30px;
}

.checkout-page-section .accordion-box .block .acc-content:before{
  display: none;
}

.checkout-page-section .accordion .payment-info .field-input .theme-btn{
  display: block;
  width: 100%;
  padding: 18px 30px;
}

.checkout-page-section .accordion-box .block .acc-btn{
  border: none;
  padding: 18px 60px 17px 30px;
}

.checkout-page-section .accordion-box .block .acc-btn h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 0px;
}

.checkout-page-section .accordion-box .block .acc-content{
  padding: 0px 30px 30px 30px;
  margin: 0px;
  border: none;
}

.checkout-page-section .accordion-box .block{
  background: transparent;
  border: 1px solid #eae4e4;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.checkout-page-section .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.checkout-page-section .accordion-box .block.active-block{
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  background-color: #ffffff;
  border-color: #ffffff;
}

.checkout-page-section .payment-method h3{
  margin-bottom: 32px;
}

.checkout-page-section .accordion-box .block .acc-btn .icon-outer{
  background: transparent !important;
  border-color: transparent !important;
  top: 4px;
}

.checkout-page-section .accordion-box .block .acc-btn.active .icon-outer{
  right: 12px;
}

.checkout-page-section .custom-controls-stacked .custom-control.material-checkbox {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding-left: 28px;
  margin-bottom: 0px !important;
}

.checkout-page-section .custom-control.material-checkbox .material-control-input {
  display: none;
}

.checkout-page-section .custom-controls-stacked .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  border: 1px solid #ebe5e5;
  background-color: #f6f1f0;
  top: 5px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.checkout-page-section .custom-controls-stacked .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-color: #f04b41;
}

.checkout-page-section .custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  font-size: 17px;
  color: #23272a;
  cursor: pointer;
  font-weight: 400;
  margin: 0px;
  text-transform: none;
}

.checkout-page-section .information-inner .contact-information .field-input:last-child{
  min-height: auto;
  margin: 0px;
}

.checkout-page-section .information-inner .shopping-address .column:last-child .field-input{
  min-height: auto;
  margin: 0px;
}


/** myaccount-section **/

.myaccount-section{
  position: relative;
  padding: 101px 0px 104px 0px;
}

.myaccount-section .column h3{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 31px;
}

.myaccount-section .form-group{
  position: relative;
  margin-bottom: 30px;
}

.myaccount-section .form-group:last-child{
  margin-bottom: 0px;
}

.myaccount-section .form-group input[type='text'],
.myaccount-section .form-group input[type='email'],
.myaccount-section .form-group input[type='password']{
  position: relative;
  width: 100%;
  height: 56px;
  border: 1px solid #ebe5e5;
  font-size: 17px;
  color: #7b7676;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.myaccount-section .form-group input:focus{

}

.myaccount-section .form-group i{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  color: #a29d9d;
  z-index: 1;
}

.myaccount-section .custom-controls-stacked .description{
  font-size: 16px;
  cursor: pointer;
  margin-left: 23px;
}

.myaccount-section .custom-controls-stacked{
  top: -14px;
  display: inline-block;
}

.myaccount-section .custom-control.material-checkbox .material-control-indicator{
  top: 6px;
}

.myaccount-section .login-inner .other-option{
  position: absolute;
  right: 0px;
  bottom: 58px;
}

.myaccount-section .login-inner .other-option li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.myaccount-section .login-inner .other-option li:last-child{
  margin-right: 0px;
}

.myaccount-section .login-inner .other-option li p{
  padding-right: 9px;
}

.myaccount-section .login-inner .other-option li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  background: #3b5998;
}

.myaccount-section .login-inner .other-option li:nth-child(2) a{
  background: #55acee;
}

.myaccount-section .login-inner .other-option li:last-child a{
  background: #dc4e41;
}

.myaccount-section .login-inner{
  position: relative;
}

.myaccount-section .register-inner{
  position: relative;
}

.myaccount-section .register-inner .text{
  position: absolute;
  right: 0px;
  bottom: 14px;
}

.myaccount-section .register-inner .text p{
  font-size: 16px;
}

.myaccount-section .register-inner .text p span{

}

.myaccount-section .theme-btn{
  width: 160px;
  padding: 15px 30px;
}

.myaccount-section .custom-controls-stacked .custom-control.material-checkbox {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding-left: 28px;
  margin-bottom: 0px !important;
}

.myaccount-section .custom-control.material-checkbox .material-control-input {
  display: none;
}

.myaccount-section .custom-controls-stacked .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  border: 1px solid #ebe5e5;
  border-radius: 2px;
  background-color: #f6f1f0;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.myaccount-section .custom-controls-stacked .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
  border-color: #f04b41;
}

.myaccount-section .custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  font-size: 17px;
  color: #7b7676;
  cursor: pointer;
  font-weight: 400;
  margin: 0px;
  text-transform: none;
}


/** contact-style-two **/

.contact-style-two{
  position: relative;
  padding: 110px 0px;
  overflow: hidden;
}

.contact-style-two .content-box .sec-title{
  margin-bottom: 32px;
}

.contact-style-two .content-box .inner-box{
  position: relative;
  display: block;
  padding-left: 75px;
}

.contact-style-two .content-box .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
}

.contact-style-two .content-box .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-style-two .content-box .inner-box h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 26px;
}

.contact-style-two .content-box .inner-box h6 i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
}

.contact-style-two .content-box .inner-box h6 a{
  display: inline-block;
  color: #23272a;
}

.contact-style-two .content-box .inner-box h6 a:hover{

}

.contact-style-two .content-box .sec-title p{
  margin-top: 25px;
}

.contact-style-two .info-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 34px 30px 12px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.contact-style-two .info-inner .single-item{
  position: relative;
  display: block;
  padding-bottom: 26px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ebe5e5;
}

.contact-style-two .info-inner .single-item:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}

.contact-style-two .info-inner .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 9px;
}

.contact-style-two .info-inner .single-item .inner{
  position: relative;
  display: block;
  padding-left: 62px;
}

.contact-style-two .info-inner .single-item .inner .icon-box{
  position: absolute;
  left: 10px;
  top: 15px;
}

.contact-style-two .info-inner .single-item .inner p{
  line-height: 28px;
}

.contact-style-two .info-inner .single-item .inner p a{
  color: #7b7676;
}

.contact-style-two .info-inner .single-item .inner p a:hover{

}

.contact-style-two .form-inner{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  padding: 35px 30px 40px 30px;
}

.contact-style-two .form-inner .form-group{
  position: relative;
  margin-bottom: 25px;
}

.contact-style-two .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-style-two .form-inner .form-group input[type='text'],
.contact-style-two .form-inner .form-group input[type='email'],
.contact-style-two .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #ebe5e5;
  font-size: 17px;
  color: #7b7676;
  padding: 0px 10px 0px 26px;
  transition: all 500ms ease;
}

.contact-style-two .form-inner .form-group i{
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 16px;
  z-index: 1;
}

.contact-style-two .form-inner .form-group textarea{
  height: 86px;
  resize: none;
  padding-top: 10px;
}

.contact-style-two .form-inner .form-group input:focus,
.contact-style-two .form-inner .form-group textarea:focus{

}

.contact-style-two .pattern-layer{
  position: absolute;
  left: 100px;
  top: -70px;
  width: 1170px;
  height: 785px;
  background-repeat: no-repeat;
}


/** essentials-section **/

.essentials-section{
  position: relative;
}

.essentials-section .inner-container{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  margin-bottom: -210px;
  z-index: 2;
}

.essentials-section .single-item{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 55px 20px 50px 20px;
  background-color: #f6f1f0;
}

.essentials-section .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 63px;
  font-size: 54px;
  color: #232323;
  line-height: 63px;
  text-align: center;
  z-index: 1;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.essentials-section .single-item:hover .icon-box{
  color: #ffffff;
}

.essentials-section .single-item .icon-box .shape{
  position: absolute;
  left: 1px;
  top: 5px;
  right: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 900ms ease;
}

.essentials-section .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.essentials-section .single-item:hover h3{
  color: #ffffff;
}

.essentials-section .single-item p{
  position: relative;
  margin-bottom: 32px;
  line-height: 28px;
}

.essentials-section .single-item:hover p{
  color: #bdc2c5;
}

.essentials-section .single-item .theme-btn{
  width: 160px;
  padding: 15px 15px;
}

.essentials-section .single-item .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.0) rotateX(45deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.essentials-section .single-item .bg-layer:before{
  position: absolute;
  content: '';
  background-color: #23272a;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  left: 0px;
  top: 0px;
}

.essentials-section .single-item:hover .bg-layer{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.essentials-section .single-item:hover .theme-btn:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.essentials-section .single-item:hover .theme-btn{
  color: #ffffff;
}


.google-map-two{
  position: relative;
  display: block;
}

.google-map-two #contact-google-map{
  position: relative;
  width: 100%;
  height: 600px;
}


/** charity-shops **/

.charity-shops{
  position: relative;
  padding: 102px 0px;
}

.charity-shops .single-item{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 40px 20px 31px 20px;
  border: 1px solid #ebe5e5;
  margin-bottom: 54px;
  transition: all 500ms ease;
}

.charity-shops .single-item:hover{
  border-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.charity-shops .single-item .flag{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 2px;
  border-radius: 50%;
  box-shadow: 0 0px 30px rgb(0 0 0 / 30%);
  margin-bottom: 24px;
}

.charity-shops .single-item .flag img{
  width: 100%;
  border-radius: 50%;
}

.charity-shops .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 11px;
}

.charity-shops .single-item p{
  display: block;
  line-height: 28px;
  margin-bottom: 15px;
}

.charity-shops .single-item .phone a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}

.charity-shops .single-item .phone a:hover{
  text-decoration: underline;
}

.charity-shops .single-item .mail a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #7b7676;
}

.charity-shops .single-item .mail a:hover{

}

.charity-shops .more-text span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Kumbh Sans', sans-serif;
}