 
/* Css For PureHearts */

/************ 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:18px;
    color:orangered;
    line-height:27px;
    font-weight:400;
    background:#ffffff;
    font-family: 'Nunito Sans', sans-serif;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;
  }
  
    @media (min-width:1200px) {
    .container {
      max-width: 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;
  }
  
  .boxed_wrapper:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-23.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
  }
  
  
  a{
    font-family: 'Quicksand', sans-serif;
    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: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    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;
    font-size: 15px   ; 
  }
  
  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: 'Nunito Sans', sans-serif;
    color: #5f5e5e;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
  }
  
  h1,h2,h3,h4,h5,h6{
    position:relative;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #232323;
    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: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
  }
  
  .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: "Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: none;
  }
  
  .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 .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 .spinner{
    border-top-color: #fff !important;
  }
  
  /* 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;
    }
  }
  @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;}
  }
  
  
  .centred{
    text-align: center;
  }
  
  .pull-left{
    float: left;
  }
  
  .pull-right{
    float: right;
  }
  
  
  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-family: 'Quicksand', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    background-color: transparent;
    color: #232323;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 30px;
    padding: 12.5px 31px;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .theme-btn:hover{
    color: #ffffff !important;
  }
  
  .theme-btn:before{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    transform: scale(1.0) rotateX(45deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .theme-btn:hover: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;    
  }
  
  
  .pagination{
    position: relative;
    display: block;
  }
  
  .pagination li{
    position: relative;
    display: inline-block;
    margin: 0px 3.5px;
  }
  
  .pagination li a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: transparent;
    text-align: center;
    color: #232323;
    border: 1px solid #dedbd9;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .pagination li a:hover,
  .pagination li a.current{
    color: #ffffff;
  }
  
  .sec-pad{
    padding: 101px 0px 110px 0px;
  }
  
  .mr-0{
    margin: 0px !important;
  }
  
  .scroll-top{
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 24px;
    z-index: 99;
    border: 2px solid;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s ease;
  }
  
  .scroll-top.open {
    bottom: 50px;
  }
  
  .scroll-top:before,
  .scroll-top: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(246, 80, 36, 0.5);
    box-shadow: 0 0 0 0 rgba(246, 80, 36, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .scroll-top: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);
    }
  }
  
  
  .sec-title{
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  
  .sec-title h2{
    display: block;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
  }
  
  .sec-title .top-text{
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  
  .sec-title .top-text:before{
    position: absolute;
    content: '';
    background-image: url(../images/icons/divider-1.png);
    width: 82px;
    height: 6px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
  }
  
  .sec-title.centred .top-text:before{
    left: 50% !important;
    right: inherit !important;
    transform: translateX(-50%);
  }
  
  
  
  /*** 
  
  ====================================================================
                          Home-Page-One
  ====================================================================
  
  ***/
  
  
  /** main-header **/
  
  .main-header{
    position:relative;
    left:0px;
    top:0px;
    right: 0px;
    z-index:999;
    width:100%;
    background-color: #ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  
  .sticky-header{
    position:fixed;
    opacity:0;
    visibility:hidden;
    left:0px;
    top:0px;
    width:100%;
    z-index:0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  
  .fixed-header .sticky-header{
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  
  .header-style-one{
    position: relative;
    display: block;
  }
  
  .header-style-one .logo-box{
    position: absolute;
    left: 20px;
    top: 10px;
    max-width: 126px;
    z-index: 1;
  }
  
  .main-header .logo-box .shape{
    position: absolute;
    top: 42px;
    right: -45px;
    width: 101px;
    height: 51px;
    background-repeat: no-repeat;
  }
  
  
  /** header-top **/
  
  .header-top .outer-container{
    position: relative;
    width: 100%;
    padding: 10px 200px 0px 160px;
  }
  
  .header-top .top-inner{
    position: relative;
    width: 100%;
    background-color: #232323;
    padding: 12px 20px;
    border-radius: 30px;
  }
  
  .header-top .donate-btn{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
  }
  
  .header-top .info-list li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-right: 28px;
  }
  
  .header-top .info-list li:last-child{
    margin: 0px !important;
  }
  
  .header-top .info-list li:before{
    position: absolute;
    content: '';
    background-color: rgba(255,255,255,0.1);
    width: 8px;
    height: 8px;
    top: 9px;
    right: -17px;
    border-radius: 50%;
  }
  
  .header-top .info-list li:last-child:before{
    display: none;
  }
  
  .header-top .info-list li a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Nunito Sans', sans-serif;
    color: #ffffff;
  }
  
  .header-top .info-list li a:hover{
  
  }
  
  .header-top .info-list li span{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }
  
  .header-top .info-list li i{
    position: relative;
    top: 3px;
    font-size: 18px;
  }
  
  .header-top .update-news,
  .header-top .language-box{
    position: relative;
    display: inline-block;
    float: left;
  }
  
  .header-top .update-news{
    margin-right: 20px;
  }
  
  .header-top .update-news p{
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
  }
  
  .header-top .update-news p span{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .header-top .update-news i{
    position: relative;
    top: 3px;
    font-size: 18px;
    margin-right: 6px;
  }
  
  .header-top .language-box{
    position: relative;
    display: inline-block;
    width: 54px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-weight: 700;
  }
  
  .header-top .language-box span{
    position: relative;
    display: inline-block;
    width: 54px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    padding: 0px 20px 0px 10px;
    text-transform: uppercase;
  }
  
  .header-top .language-box span:before{
    position: absolute;
    content: '\f0dd';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    right: 13px;
  }
  
  .header-top .language-box .language-list{
    position: absolute;
    top: 40px;
    right: 0px;
    width: 120px;
    background-color: #232323;
    padding: 5px 0px;
    opacity: 0;
    cursor: inherit;
    visibility: hidden;
    transition: all 500ms ease;
    z-index: 2;
    border-radius: 5px 5px 0px 0px;
  }
  
  .header-top .language-box:hover .language-list{
    opacity: 1;
    visibility: visible;
    top: 30px;
  }
  
  .header-top .language-box .language-list li{
    position: relative;
    display: block;
    padding: 6px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .header-top .language-box .language-list li:last-child{
    border-bottom: none;
  }
  
  .header-top .language-box .language-list li a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .header-top .language-box .language-list li a:hover{
  
  }
  
  
  /** header-lower **/
  
  .header-lower{
    position: relative;
    width: 100%;
    padding: 0px 20px 0px 160px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
  }
  
  .main-header .outer-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-lower .outer-box .text{
    position: relative;
    margin-left: 40px;
    padding-left: 30px;
  }
  
  .header-lower .outer-box .text .icon-box{
    position: absolute;
    left: 0px;
    top: 0px;
  }
  
  .header-lower .outer-box .text span{
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
  }
  
  .main-header .nav-right-content{
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header .nav-right-content .social-style-one,
  .main-header .nav-right-content .search-box-outer,
  .main-header .nav-right-content .cart-box,
  .main-header .nav-right-content .nav-btn{
    position: relative;
    display: inline-block;
    float: left;
  }
  
  .social-style-one li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  
  .social-style-one li:last-child{
    margin: 0px !important;
  }
  
  .social-style-one li a{
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: transparent;
    font-size: 14px;
    color: #232323;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
  }
  
  .social-style-one li a:hover{
  
  }
  
  .social-style-one li a:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-4.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    z-index: -1;
    background-repeat: no-repeat;
  }
  
  .main-header .nav-right-content .cart-box a{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #232323;
  }
  
  .main-header .nav-right-content .cart-box a:hover{
  
  }
  
  .main-header .nav-right-content .cart-box{
    position: relative;
    margin-right: 34px;
    top: 5px;
  }
  
  .main-header .nav-right-content .cart-box:before{
    position: absolute;
    content: '';
    background-color: #eae8e6;
    width: 1px;
    height: 24px;
    right: -15px;
    top: -2px;
  }
  
  .main-header .nav-right-content .nav-btn{
    position: relative;
    top: 4px;
    font-size: 24px;
    cursor: pointer;
  }
  
  
  
  /** 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;
    padding: 28px 0px;
    margin: 0px 17px;
    -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:18px;
    line-height:30px;
    font-weight:700;
    opacity:1;
    color: #232323;
    padding-left: 17px;
    z-index:1;
    -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 > a:before{
    position: absolute;
    content: "";
    background-color: #dddad8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 12px;
    transition: all 500ms ease;
  }
  
  .main-menu .navigation > li.current > a,
  .main-menu .navigation > li:hover > a{
    
  }
  
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > .megamenu{
    position:absolute;
    left: inherit;
    top:100%;
    width:220px;
    z-index:100;
    display:none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 30px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  
  .main-menu .navigation > li > ul.from-right{
    left:auto;
    right:0px;  
  }
  
  .main-menu .navigation > li > ul > li{
    position:relative;
    width:100%;
    -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #dddad8;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  
  .main-menu .navigation > li > ul > li:last-child{
    border-bottom: none;
  }
  
  .main-menu .navigation > li:hover > ul > li{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  
  .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;
    padding:14px 0px 13px 0px;
    line-height:24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight:700;
    font-size:16px;
    color:#232323;
    text-align: left;
    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:hover,
  .main-menu .navigation > li > .megamenu li > a:hover{
  
  }
  
  .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{
    content: "+";
    position:absolute;
    right:0px;
    top:13px;
    font-size: 20px;
    font-weight: 700;
  }
  
  .main-menu .navigation > li > ul > li > ul{
    position:absolute;
    right:100%;
    top:0%;
    width:220px;
    margin-right: 30px;
    z-index:100;
    display:none;
    padding: 10px 30px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  
  .main-menu .navigation > li > ul > li > ul:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: -30px;
  }
  
  .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%;
    border-bottom: 1px solid #dddad8;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:last-child{
    border-bottom: none;
  }
  
  .main-menu .navigation > li > ul > li > ul > li{
    position:relative;
    width:100%;
    -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  
  .main-menu .navigation > li > ul > li:hover > ul > li{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  
  .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;
    padding:14px 0px 13px 0px;
    line-height:24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight:700;
    font-size:16px;
    color:#232323;
    text-align: left;
    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:last-child > a{
    border-bottom: none;
  }
  
  .main-menu .navigation > li > ul > li > ul > li > a:hover{
    
  }
  
  .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;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  
  .main-menu .navigation li > ul > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
    filter: alpha(opacity=100);
    top: 0%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0); 
  }
  
  .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: #fff;
    -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-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
    background-color: #222;
  }
  
  .menu-area .mobile-nav-toggler .icon-bar:last-child{
    margin-bottom: 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{
    font-weight: 700;
    padding: 3px 0px;
    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: #000;
  }
  
  .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: #232323;
    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;
  }
  
  /** search box btn **/
  
  .main-header .search-box-btn{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #232323;
    cursor: pointer;
    margin-left: 40px;
    margin-right: 34px;
    top: 4px;
    transition: all 500ms ease;
  }
  
  .main-header .search-box-btn:hover{
    
  }
  
  .main-header .search-box-btn:before{
    position: absolute;
    content: '';
    background-color: #eae8e6;
    width: 1px;
    height: 44px;
    left: -20px;
    top: -11px;
  }
  
  .main-header .search-box-btn:after{
    position: absolute;
    content: '';
    background-color: #eae8e6;
    width: 1px;
    height: 24px;
    right: -19px;
    top: -1px;
  }
  
  .main-header .search-box-outer .dropdown-menu {
    top: 55px !important;
    padding: 0px;
    width: 330px;
    border-radius: 0px;
    right: 0;
    left: auto !important;
    transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
    border-color: transparent;
    border-radius: 3px;
    transition: .5s ease;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  
  .main-header .search-box-outer .show .dropdown-menu {
    display: block;
    transform: scale3d(1,1,1)!important;
    opacity: 1;
    visibility: visible;
  }
  
  .main-header .search-panel .form-container{
    padding: 30px;
  }
  
  .main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
  }
  
  .main-header .search-panel input[type="text"],
  .main-header .search-panel input[type="search"],
  .main-header .search-panel input[type="password"],
  .main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 65px 9px 15px;
    height: 50px;
    border: 1px solid #f3f5fe;
    border-radius: 3px;
    background: #f3f5fe;
  }
  
  .main-header .search-panel input:focus,
  .main-header .search-panel select:focus {
    border-color: #f3f5fe;
  }
  
  .main-header .search-panel .search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 48px;
    text-align: center;
    color: #fff;
    background: #232323;
    font-size: 14px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
  }
  
  .dropdown-toggle::after {
    display: none;
  }
  
  
  /** 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: 'Quicksand', sans-serif;
    background: #f4f1f0;
    font-weight: 700;
    color: #232323;
    width: 100px;
    height: 80px;
    line-height: 80px;
    border-radius: 15px;
    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 label:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-2.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 15px;
    opacity: 1;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .donate-content .donate-option .donate-list :checked+label {
    color: #fff;
    text-shadow: none;
  }
  
  .donate-content .donate-option .donate-list :checked+label:before{
    opacity: 0;
  }
  
  .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: 'Quicksand', sans-serif;
    border: none;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    background: transparent;
  }
  
  .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;
    background: #f4f1f0;
    padding: 0px 0px;
    left: 3px;
    top: 3px;
    text-align: center;
    border-radius: 50%;
    margin: 0px;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
    position: absolute;
    height: 40px;
    width: 40px;
    background: #f4f1f0;
    padding: 0px 0px;
    right: 3px;
    top: 3px;
    text-align: center;
    border-radius: 50%;
    margin: 0px;
  }
  
  .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "+";
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
    color: #232323;
    font-weight: 600;
    transition: all 500ms ease;
  }
  
  .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "-";
    font-size: 30px;
    font-family: 'Quicksand', sans-serif;
    color: #232323;
    font-weight: 600;
    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: 700;
    margin-bottom: 23px;
  }
  
  .donate-content .donate-box{
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 15px;
    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: 50px;
    right: 0px;
    width: 300px;
    padding: 27px 40px 34px 40px;
    background-color: #f4f1f0;
    border-radius: 15px;
    text-align: center;
  }
  
  .donate-content .donate-option .other-amount:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-3.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    left: 0px;
    top: 0px;
  }
  
  .donate-content .donate-option .other-amount h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    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: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #232323;
    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: '\e925';
    font-family: 'icomoon';
    font-size: 20px;
    color: #bfbab8;
    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 #dddad8;
    border-radius: 2px;
    background-color: #f4f1f0;
    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);
    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: 18px;
    color: #6e6d6d;
    cursor: pointer;
    font-weight: 400;
    margin: 0px;
    text-transform: none;
  }
  
  .donate-content .form-inner {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 15px;
    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: 'Quicksand', sans-serif;
    color: #5f5e5e;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
  }
  
  .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 #dddad8;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    color: #5f5e5e;
    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;
  }
  
  .donate-content .form-inner .form-group.message-btn{
    margin-bottom: 15px;
  }
  
  
  /** xs-sidebar **/
  
  .xs-sidebar-group .xs-overlay{
    left:0%;
    top:0;
    position:fixed;
    height:100%;
    opacity:0;
    width:100%;
    visibility:hidden;
    -webkit-transition:all .4s ease-in .8s;
    -o-transition:all .4s ease-in .8s;
    transition:all .4s ease-in .8s;
    cursor:url(../images/icons/cross-out.png),
    pointer; 
    z-index: 999999;
  }
  
  .xs-sidebar-group.isActive .xs-overlay{
    opacity:.95;
    visibility:visible;
    -webkit-transition:all .8s ease-out 0s;
    -o-transition:all .8s ease-out 0s;
    transition:all .8s ease-out 0s;
    right:100%;
  }
  
  .xs-sidebar-group .widget-heading{
    position:absolute;
    top:0;
    right:0;
    padding:25px;
  }
  
  .xs-sidebar-group .widget-heading a{
    color: #232323;
    font-size: 20px;
    font-weight: 400;
  }
  
  .xs-sidebar-group .widget-heading a:hover{
    
  }
  
  .xs-sidebar-widget{
    position:fixed;
    left:-100%;
    top:0;
    bottom:0;
    width:100%;
    max-width:360px;
    z-index:999999;
    overflow:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    background-color:#fff;
    -webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility:hidden;
    opacity:0;
  }
  
  .xs-sidebar-group.isActive .xs-sidebar-widget{
    opacity:1;
    visibility:visible;
    left:0;
    -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  }
  
  .sidebar-textwidget{
    padding: 70px 30px;
  }
  
  .sidebar-widget-container{
    position:relative;
    top:150px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s ease-in .3s;
    -o-transition:all .3s ease-in .3s;
    transition:all .3s ease-in .3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  
  .xs-sidebar-group.isActive .sidebar-widget-container{
    top:0px;
    opacity:1;
    visibility:visible;
    -webkit-transition:all 1s ease-out 1.2s;
    -o-transition:all 1s ease-out 1.2s;
    transition:all 1s ease-out 1.2s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  
  .xs-overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.5;
    z-index:0;
  }
  
  .xs-bg-black{
    background-color:#232323;
  }
  
  .xs-sidebar-group .content-inner .logo{
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .xs-sidebar-group .content-inner h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .xs-sidebar-group .content-inner .content-box{
    margin-bottom: 30px;
    padding-right: 15px;
  }
  
  .xs-sidebar-group .content-inner .form-inner .form-group{
    position: relative;
    margin-bottom: 20px;
  }
  
  .xs-sidebar-group .content-inner .form-inner .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
  .xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
  .xs-sidebar-group .content-inner .form-inner .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    padding: 10px 20px;
    color: #848484;
    transition: all 500ms ease;
  }
  
  .xs-sidebar-group .content-inner .form-inner .form-group textarea{
    resize: none;
    height: 120px;
  }
  
  .xs-sidebar-group .content-inner .form-inner .form-group input:focus,
  .xs-sidebar-group .content-inner .form-inner .form-group textarea:focus{
    
  }
  
  .btn-title:before{
    position: absolute;
    content: '';
    background-color: #712cd5;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .btn-title:hover:before{
    width: 100%;
  }
  
  /** banner-section **/
  
  .banner-section{
    position: relative;
    overflow: hidden;
  }
  
  .banner-carousel .banner-content .swiper-slide{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 16px 0px 20px 0px;
  }
  
  .banner-carousel .banner-content .swiper-slide:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(35,35,35,0.95)0%, rgba(35,35,35,0.0) 100%);
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  
  .banner-carousel .banner-content .swiper-slide .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
  
  .banner-carousel .banner-content .swiper-slide.swiper-slide-active .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
  }
  
  .banner-carousel .banner-content .swiper-slide .content-box{
    position: relative;
    display: block;
    max-width: 800px;
    z-index:5;
  }
  
  .banner-carousel .banner-content .swiper-slide .content-box h2{
    position: relative;
    display: block;
    color: #fff;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -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 .banner-content .swiper-slide.swiper-slide-active .content-box h2{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-carousel .banner-content .swiper-slide .content-box span{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 46px;
    font-family: 'Caveat', cursive;
    margin-top: 4px;
    margin-bottom: 2px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -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 .banner-content .swiper-slide.swiper-slide-active .content-box span{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-carousel .banner-content .swiper-slide .content-box p{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 21px;
    margin-bottom: 31px;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -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 .banner-content .swiper-slide.swiper-slide-active .content-box p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
  }
  
  .banner-carousel .banner-content .swiper-slide .content-box .btn-box{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -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 .banner-content .swiper-slide.swiper-slide-active .content-box .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }
  
  .banner-btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 14.5px 40px;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .banner-btn:before{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    transform: scale(1.0) rotateX(45deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .banner-btn:hover: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;    
  }
  
  .banner-carousel .banner-content .othre-text{
    position: relative;
    display: block;
    z-index: 5;
    margin-top: 110px;
    min-height: 46px;
  }
  
  .banner-carousel .banner-content .othre-text span{
    position: relative;
    display: block;
    font-size: 36px;
   
    font-family: 'Caveat', cursive;
    font-weight: 400;
    margin-top:-40px;
  }
  
  .banner-carousel .banner-carousel{
    position: relative;
    width: 100%;
  }
  
  .banner-section .banner-thumbs-carousel{
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 26px 20px 80px 20px;
    background-color: #232323;
    z-index: 1;
  }
  
  .banner-section .banner-thumbs-carousel .single-item{
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #2b2b2b;
    border-radius: 15px;
    padding: 33px 200px 32px 160px;
    min-height: 253px;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .image-box{
    position: absolute;
    top: 0px;
    right: 0px;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .icon-box{
    position: absolute;
    left: 40px;
    top: 40px;
    width: 90px;
    height: 173px;
    line-height: 173px;
    text-align: center;
    font-size: 60px;
    color: #727272;
    background-color: #323232;
    border-radius: 50px;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .icon-box span{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #2b2b2b;
    font-size: 30px;
    font-family: 'Caveat', cursive;
    border-radius: 50%;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .text{
    position: relative;
    z-index: 1;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .text .top-text{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    padding-bottom: 7px;
    margin-bottom: 12px;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .text .top-text:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/divider-1.png);
    width: 82px;
    height: 6px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .text h3{
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 31px;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .text a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 9px;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .text a:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .text a:hover:before{
    width: 100%;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .text a:after{
    position: absolute;
    content: "\f105";
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    top: -12px;
    right: 0px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .banner-section .banner-thumbs-carousel .single-item .text a:hover:after{
    opacity: 1;
  }
  
  .banner-section .swiper-button-prev, 
  .banner-section .swiper-button-next{
    background-image: none;
  }
  
  .banner-section .banner-content .swiper-button-prev,
  .banner-section .banner-content .swiper-button-next{
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #ffffff;
    font-size: 24px;
    color: #232323;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .banner-section .banner-content .swiper-button-prev:hover,
  .banner-section .banner-content .swiper-button-next:hover{
    color: #ffffff;
  }
  
  .banner-section .banner-thumbs-carousel .swiper-nav-button{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    width: 130px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    z-index: 2;
  }
  
  .banner-section .banner-thumbs-carousel .swiper-button-next, 
  .banner-section .banner-thumbs-carousel .swiper-button-prev{
    position: relative;
    display: inline-block;
    color: #232323;
    height: 40px;
    line-height: 66px;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: 0px;
    transition: all 500ms ease;
  }
  
  .banner-section .banner-thumbs-carousel .swiper-button-next:hover, 
  .banner-section .banner-thumbs-carousel .swiper-button-prev:hover{
  
  }
  
  .banner-section .banner-thumbs-carousel .swiper-container{
    overflow: visible;
  }
  
  .banner-section .banner-thumbs-carousel .pattern-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: calc(100% - 26px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  
  /** about-section **/
  
  .about-section{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .about-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 40px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
  }
  
  .image_block_1 .image-box{
    position: relative;
    display: block;
    padding-right: 70px;
  }
  
  .about-section .image_block_1 .image-box{
    margin-right: 30px;
    margin-top: 30px;
  }
  
  .image_block_1 .image-box .image-1{
    position: relative;
    overflow: hidden;

  }
  
  .image_block_1 .image-box .image-1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  
  .image_block_1 .image-box:hover .image-1::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
  }
  
  @-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  @keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  
  .image_block_1 .image-box .image-1 img{
    width: 100%;
   
  }
  
  .image_block_1 .image-box .image-2{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
    height: 170px;
    background-color: #ffffff;
    padding: 4px;
    border-radius: 50%;
  }
  
  .image_block_1 .image-box .image-2 img{
    width: 100%;
    border-radius: 50%;
  }
  
  .image_block_1 .image-box .image-3{
    position: absolute;
    top: 0px;
    right: 75px;
  }
  
  .image_block_1 .image-box .image-4{
    position: absolute;
    top: 75px;
    right: 70px;
  }
  
  .image_block_1 .image-box .image-5{
    position: absolute;
    top: 70px;
    right: 90px;
  }
  
.image_block_1 .image-box .text{
    margin: 30px auto 0;   /* top space + center */
    width: 340px;
    padding: 11px 25px 15px 25px;
    border-radius: 30px;
    text-align: center;
}
  .image_block_1 .image-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
  }
  
  .image_block_1 .image-box h4 i{
    position: relative;
    margin-right: 10px;
    font-size: 30px;
    font-weight: 400;
    top: 5px;
  }
  
  .content_block_1 .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_1 .content-box .inner{
    position: relative;
    padding-right: 200px;
  }
  
  .content_block_1 .content-box .funfact-inner{
    position: absolute;
    top: 10px;
    right: 0px;
    width: 170px;
  }
  
  .content_block_1 .content-box .inner .sec-title{
    margin-bottom: 23px;
  }
  
  .content_block_1 .content-box .inner .text{
    position: relative;
    display: block;
    margin-bottom: 42px;
  }
  
  .content_block_1 .content-box .inner .text p{
    margin-bottom: 16px;
  }
  
  .content_block_1 .content-box .inner .text p:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_1 .content-box .inner .theme-btn{
    padding: 12.5px 38px;
  }
  
  .counter-block-one .inner-box{
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 35px 20px 29px 20px;
    border-radius: 10px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    margin-bottom: 23px;
    text-align: center;
  }
  
  .counter-block-one:last-child .inner-box{
    margin-bottom: 0px;
  }
  
  .counter-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    background-color: #f4f1f0;
    margin-bottom: 11px;
    z-index: 1;
  }
  
  .counter-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-2.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .counter-block-one .inner-box .count-outer{
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .counter-block-one .inner-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  
  
  /** urgent-case-section **/
  
  .urgent-case-section{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .urgent-case-section .outer-container{
    position: relative;
    width: 50%;
    padding-right: 40px;
  }
  
  .urgent-case-section .outer-container .inner-box{
    position: relative;
    width: 100%;
    z-index: 1;
  }
  
  .urgent-case-section .outer-container .inner-box .single-block{
    position: relative;
    float: left;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 720px;
  }
  
  .urgent-case-section .outer-container .single-block:first-child{
    padding: 356px 20px 51px 40px;
  }
  
  .urgent-case-section .outer-container .single-block:last-child{
    padding: 51px 20px 356px 40px;
  }
  
  .urgent-case-section .outer-container .single-block h3{
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700;
    padding-left: 75px;
    margin-bottom: 13px;
    min-height: 72px;
  }
  
  .urgent-case-section .outer-container .single-block h3 i{
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 55px;
    font-weight: 400;
  }
  
  .urgent-case-section .outer-container .single-block p{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 23px;
  }
  
  .list-style-one li{
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 13px;
    padding-left: 34px;
  }
  
  .list-style-one li:last-child{
    margin-bottom: 0px;
  }
  
  .list-style-one li:before{
    position: absolute;
    content: '\e90e';
    font-family: 'icomoon';
    left: 0px;
    top: 0px;
    font-size: 20px;
  }
  
  .urgent-case-section .outer-container .single-block .list-style-one{
    position: relative;
    margin-bottom: 37px;
  }
  
  .urgent-case-section .outer-container .single-block a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
  }
  
  .urgent-case-section .outer-container .single-block a:before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 30px;
    height: 1px;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
  }
  
  .urgent-case-section .outer-container .single-block a:hover{
    text-decoration: underline;
  }
  
  .urgent-case-section .outer-container .single-block a:hover:before{
    width: 100%;
  }
  
  .sec-title.light h2{
    color: #ffffff;
  }
  
  .urgent-case-section .right-column{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 60px 0px;
  }
  
  .urgent-case-section .right-column .cs-countdown .count-col{
    position: relative;
    display: inline-block;
    background-color: rgba(255,255,255,0.15);
    text-align: center;
    border-radius: 15px;
    padding: 8px 10px 19px 10px;
    margin-right: 25px;
    width: 100px;
    min-height: 100px;
  }
  
  .urgent-case-section .right-column .cs-countdown .count-col:last-child{
    margin: 0px !important;
  }
  
  .urgent-case-section .right-column .cs-countdown .count-col span{
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 52px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
  }
  
  .urgent-case-section .right-column .cs-countdown .count-col h6{
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .urgent-case-section .right-column .urgent-case-block{
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    min-height: 600px;
  }
  
  .urgent-case-section .right-column .upper-box{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 40px 90px 40px;
  }
  
  .urgent-case-section .right-column .upper-box:before{
    position: absolute;
    content: '';
    background-color: #232323;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
  }
  
  .urgent-case-section .right-column .upper-box .text{
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
  
  .urgent-case-section .right-column .upper-box .text p{
    color: #949494;
  }
  
  .urgent-case-section .right-column .sec-title{
    margin-bottom: 5px;
  }
  
  .urgent-case-section .right-column .lower-box{
    position: relative;
    padding: 0px 40px 24px 40px;
    background-color: #ffffff;
  }
  
  .urgent-case-section .right-column .lower-box .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 14px 180px 16px 20px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: -40px;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .pattern-layer-2{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .amount-box{
    position: relative;
    padding-left: 50px;
    float: left;
    margin-right: 30px;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .amount-box .icon-box{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .amount-box h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .amount-box .price{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .amount-box .price span{
    color: #b7b1af;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .percentage-box{
    position: relative;
    float: left;
    padding-left: 16px;
    top: 15px;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .percentage-box .bar{
    position: absolute;
    left: 0px;
    top: -9px;
    width: 4px;
    height: 40px;
    background-color: #dddad8;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .percentage-box .bar:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 53%;
    left: 0px;
    bottom: 0px;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .percentage-box h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .btn-box{
    position: absolute;
    display: flex;
    height: 100%;
    right: 0px;
    top: 0px;
    width: 160px;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .btn-box button{
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
  }
  
  .urgent-case-section .right-column .lower-box .donate-inner .btn-box button:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-9.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
  
  .urgent-case-section .right-column .lower-box .info-box li{
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    padding-left: 50px;
    min-height: 49px;
    padding-right: 35px;
  }
  
  .urgent-case-section .right-column .lower-box .info-box li i{
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cecac9;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
  }
  
  .urgent-case-section .right-column .lower-box .info-box li h5{
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .urgent-case-section .right-column .lower-box .info-box li h5 a{
    color: #232323;
  }
  
  .urgent-case-section .right-column .lower-box .info-box li h5 a:hover{
  
  }
  
  .urgent-case-section .right-column .lower-box .info-box li p{
    font-size: 16px;
    line-height: 25px;
  }
  
  .urgent-case-section .right-column .lower-box .info-box li.share{
    display: flex;
    align-items: center;
  }
  
  .urgent-case-section .right-column .lower-box .info-box{
    position: relative;
    margin-right: -95px;
    padding-top: 14px;
  }
  
  .urgent-case-section .right-column .lower-box .info-box li:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 40px;
    top: 3px;
    right: 27px;
  }
  
  .urgent-case-section .right-column .lower-box .info-box li:last-child:before{
    display: none;
  }
  
  .owl-dots-none .owl-dots,
  .owl-nav-none .owl-nav{
    display: none !important;
  }
  
  
  /** case-section **/
  
  .case-section{
    position: relative;
    padding-top: 110px;
  }
  
  .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);
  }
  
  .case-section .tabs-box .tab{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
  }
  
  .case-section .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;
  }
  
  .case-section .tab.active-tab .case-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;
  }
  
  .case-section .tab .case-block-one{
    position: relative;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  
  .case-section .tabs-content{
    position: relative;
    margin-right: -400px;
  }
  
  .case-block-one{
    position: relative;
    margin-bottom: 3px;
  }
  
  .case-block-one .inner-box{
    position: relative;
    display: block;
  }
  
  .case-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
  }
  
  .case-block-one .inner-box .image-box img{
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    transition: all 500ms ease;
  }
  
  .case-block-one .inner-box:hover .image-box img{
    transform: scale(1.05);
  }
  
  .case-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
  }
  
  .case-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
  }
  
  .case-block-one .inner-box .lower-content{
    position: relative;
    display: block;
    padding: 0px 20px;
    background-color: #f4f1f0;
    border-radius: 0px 0px 15px 15px;
    z-index: 1;
  }
  
  .case-block-one .inner-box .lower-content:before{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 3px;
    border-radius: 15px;
  }
  
  .case-block-one .inner-box .lower-content .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 0px 15px 15px;
  }
   
  .case-block-one .inner-box .lower-content .donate-amount{
    display: inline-block;
    width: 100%;
    margin-top: -40px;
  }
  
  .donate-amount{
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    padding: 15px 20px 15px 20px;
  }
  
  .donate-amount .amount-box{
    position: relative;
    padding-left: 50px;
    float: left;
    margin-right: 30px;
  }
  
  .donate-amount .amount-box .icon-box{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f4f1f0;
    border-radius: 50%;
    text-align: center;
  }
  
  .donate-amount .amount-box h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .donate-amount .amount-box .price {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  
  .donate-amount .amount-box .price span {
    color: #b7b1af;
  }
  
  .donate-amount .percentage-box{
    position: relative;
    float: right;
    padding-right: 28px;
  }
  
  .donate-amount .percentage-box .bar{
    position:relative;
    width:40px;
    height:5px;
    background:#eae8e6;
    border-radius:0px;
    border: none;
    transform: rotate(-90deg);
    top: 23px;
  }
  
  .donate-amount .percentage-box .bar-inner{
    position:relative;
    display:block;
    border-radius:0px;
    width:40px;
    height:5px;
    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; 
  }
  
  .donate-amount .percentage-box .count-text{
    position: absolute;
    top: 14px;
    right: 0px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  
  .case-block-one .inner-box .lower-content .inner .text{
    position: relative;
    padding: 15px 0px 23px 0px;
  }
  
  .case-block-one .inner-box .lower-content .inner .text:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: calc(100% + 40px);
    height: 1px;
    left: -20px;
    bottom: 0px;
  }
  
  .case-block-one .inner-box .lower-content .inner .text .category a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    border-bottom: 2px solid;
    margin-bottom: 9px;
  }
  
  .case-block-one .inner-box .lower-content .inner .text .category a:hover{
  
  }
  
  .case-block-one .inner-box .lower-content .inner .text h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .case-block-one .inner-box .lower-content .inner .text h3 a{
    display: inline-block;
    color: #232323;
  }
  
  .case-block-one .inner-box .lower-content .inner .text h3 a:hover{
  
  }
  
  .case-block-one .inner-box .lower-content .info-box{
    position: relative;
    display: block;
    padding: 17px 0px 14px 0px;
  }
  
  .case-block-one .inner-box .lower-content .info-box li{
    position: relative;
    display: inline-block;
    float: left;
    width: 60%;
    padding-left: 50px;
    min-height: 49px;
  }
  
  .case-block-one .inner-box .lower-content .info-box li:last-child{
    width: 40%;
  }
  
  .case-block-one .inner-box .lower-content .info-box li:before {
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 40px;
    top: 3px;
    right: 27px;
  }
  
  .case-block-one .inner-box .lower-content .info-box li:last-child:before{
    display: none;
  }
  
  .case-block-one .inner-box .lower-content .info-box li i{
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cecac9;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
  }
  
  .case-block-one .inner-box .lower-content .info-box li h5{
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .case-block-one .inner-box .lower-content .info-box li p{
    font-size: 16px;
    line-height: 25px;
  }
  
  .case-section .tabs-box{
    position: relative;
    height: 570px;
  }
  
  .case-section .title-inner{
    position: relative;
    padding-right: 25px;
    border-right: 4px solid #eae8e6;
    padding-bottom: 75px;
  }
  
  .case-section .sec-title .top-text:before{
    left: inherit;
    right: 0px;
  }
  
  .case-section .sec-title{
    margin-bottom: 19px;
    top: -10px;
  }
  
  .case-section .tab-btns li{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #b7b1af;
    cursor: pointer;
    overflow: hidden;
    padding: 15px 15px;
    transition: all 500ms ease;
  }
  
  .case-section .tab-btns li h5{
    color: #b7b1af;
    font-weight: 700;
    transition: all 500ms ease;
  }
  
  .case-section .tab-btns li .icon{
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 20px;
    transition: all 500ms ease;
  }
  
  .case-section .tab-btns li:before{
    position: absolute;
    top: 0px;
    right: 0px;
    content: '';
    width: 0%;
    height: 100%;
    border: 2px solid;
    border-radius: 30px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .case-section .tab-btns li.active-btn:before,
  .case-section .tab-btns li:hover:before{
    width: 100%;
    opacity: 1;
  }
  
  
  .case-section .tab-btns li.active-btn,
  .case-section .tab-btns li:hover{
    padding-right: 90px;
  }
  
  .case-section .tab-btns li.active-btn h5,
  .case-section .tab-btns li:hover h5{
    
  }
  
  .case-section .tab-btns li.active-btn .icon,
  .case-section .tab-btns li:hover .icon{
    right: 70px;
  }
  
  .case-section .tab-btns li .icon:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    left: 1px;
    top: 12px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .case-section .tab-btns li.active-btn .icon:before,
  .case-section .tab-btns li:hover .icon:before{
    opacity: 1;
  }
  
  .case-section .owl-nav{
    position: absolute;
    left: -170px;
    bottom: 0px;
  }
  
  .case-section .owl-nav button{
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-color: transparent;
    border: 2px solid #dddad8;
    border-radius: 50%;
    font-size: 24px;
    color: #232323;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .case-section .owl-nav button:hover{
    color: #ffffff;
  }
  
  .case-section .owl-nav button.owl-prev{
    margin-right: 10px;
  }
  
  
  /** recent-case-section **/
  
  .recent-case-section{
    position: relative;
    padding: 320px 0px 110px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .recent-case-section .bg-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 1597px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
  
  .recent-case-section .pattern-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 1597px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
  
  .recent-case-section .inner-box{
    position: relative;
    display: block;
   padding-top: 10px;
    border-radius: 15px;
  }
  
  .recent-case-section .inner-box .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
  }
  
  .recent-case-section .inner-box .inner{
    position: relative;
    overflow: hidden;
    max-height: 385px;
  }
  
  .recent-case-section .single-item-carousel{
    position: relative;
    max-width: 100px;
    margin: 0 auto;
  }
  
  .recent-case-section .single-item-carousel .owl-stage-outer {
    overflow: visible;
    left: -100px;
  }
  
  .recent-case-section .single-item-carousel .owl-item{
    transform: scale(1);
    transition: all 500ms ease;
  }
  
  .recent-case-section .single-item-carousel .owl-item .single-item .image-box{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    transition: all 500ms ease;
  }
  
  .recent-case-section .single-item-carousel .owl-item.active .single-item .image-box{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  
  .recent-case-section .single-item-carousel .owl-item.active{
    transform: scale(1.3);
    margin: 0px 130px 0px 100px !important;
  }
  
  .recent-case-section .single-item{
    position: relative;
    display: block;
    text-align: center;
  }
  
  .recent-case-section .single-item .text{
    position: relative;
    transform: scale(0,0);
    width: 285px;
    left: -100px;
    margin-top: 7px;
    transition: all 500ms ease;
  }
  
  .recent-case-section .owl-item.active .single-item .text{
    transform: scale(1,1);
  }
  
  .recent-case-section .single-item .text h3{
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 3px;
  }
  
  .recent-case-section .single-item .text h3 span{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Caveat', cursive;
  }
  
  .recent-case-section .single-item .text h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
  }
  
  .recent-case-section .sec-title h2{
    font-size: 36px;
    line-height: 46px;
  }
  
  .recent-case-section .sec-title .top-text{
    color: #ffffff;
  }
  
  .recent-case-section .sec-title .top-text:before{
    background-image: url(../images/icons/divider-2.png);
  }
  
  .recent-case-section .owl-nav{
    position: absolute;
    top: 15px;
    width: 100%;
  }
  
  .recent-case-section .owl-nav button{
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-color: #ffffff;
    color: #232323;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .recent-case-section .owl-nav button.owl-prev{
    left: -100px;
  }
  
  .recent-case-section .owl-nav button.owl-next{
    right: -100px;
  }
  
  .recent-case-section .owl-nav button:hover{
  
  }
  
  .recent-case-section .sec-title{
    margin-bottom: 65px;
  }
  
  
  /** benefits-section **/
  
  .benefits-section{
    position: relative;
    padding: 110px 0px;
  }
  
  .benefits-section .inner-box{
    position: relative;
    display: block;
    border: 1px solid #dddad8;
    border-radius: 15px;
  }
  
  .benefits-section .inner-box:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: calc(100% - 80px);
    height: 1px;
    left: 40px;
    top: 50%;
  }
  
  .benefits-section .inner-box:after{
    position: absolute;
    content: '';
    background-color: #dddad8;
    height: calc(100% - 80px);
    width: 1px;
    top: 40px;
    left: 50%;
  }
  
  .benefits-section .inner-box .single-item{
    position: relative;
    display: block;
    padding: 28px 40px 32px 40px;
  }
  
  .benefits-section .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: #232323;
    margin-bottom: 2px;
    transition: all 500ms ease;
  }
  
  .benefits-section .inner-box .single-item:hover .icon-box{
    color: #ffffff;
  }
  
  .benefits-section .inner-box .single-item .icon-box .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 500ms ease;
  }
  
  .benefits-section .inner-box .single-item .icon-box .shape-2{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 500ms ease;
  }
  
  .benefits-section .inner-box .single-item:hover .icon-box .shape{
    opacity: 0;
  }
  
  .benefits-section .inner-box .single-item:hover .icon-box .shape-2{
    opacity: 1;
  }
  
  .benefits-section .inner-box .single-item .icon-box .icon{
    position: relative;
    z-index: 1;
  }
  
  .benefits-section .inner-box .single-item span{
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 80px;
    line-height: 80px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #e2dfdd, 1px -1px 0 #e2dfdd, -1px 1px 0 #e2dfdd, 1px 1px 0 #e2dfdd;
  }
  
  .benefits-section .inner-box .single-item h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  .benefits-section .sec-title{
    margin-bottom: 13px;
  }
  
  .benefits-section .title-inner .text p{
    margin-bottom: 32px;
  }
  
  .benefits-section .title-inner .text .theme-btn{
    padding: 12.5px 38px;
  }
  
  .benefits-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center;
  }
  
  
  /** video-section **/
  
  .video-section{
    position: relative;
    padding: 110px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .video-section: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-section .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin-right: 20px;
    margin-top: 11px;
  }
  
  .video-section .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .video-section .content-box{
    position: relative;
    display: block;
    padding-right: 100px;
  }
  
  .video-section .content-box .sec-title{
    margin-bottom: 13px;
  }
  
  .video-section .content-box .text{
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
  
  .video-section .content-box .text p{
    color: #949494;
  }
  
  .video-section .content-box .video-btn{
    position: relative;
    display: inline-block;
    width: 170px;
    height: 106px;
    line-height: 106px;
    text-align: center;
  }
  
  .video-section .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-section .content-box .video-btn a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .video-section .content-box .video-btn a i{
    position: relative;
    top: 1px;
    margin-right: 8px;
  }
  
  .video-section .content-box .video-btn a:hover{
  
  }
  
  .video-section .owl-nav{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .video-section .owl-nav button{
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 2px solid rgba(255,255,255,0.17);
    font-size: 24px;
    color: #ffffff;
    margin: 20px 0px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .video-section .owl-nav button:hover{
  
  }
  
  .video-section .owl-nav:before{
    position: absolute;
    content: '';
    background-color: #434343;
    width: 1px;
    height: 100px;
    left: 25px;
    top: -98px;
  }
  
  .video-section .owl-nav:after{
    position: absolute;
    content: '';
    background-color: #434343;
    width: 1px;
    height: 100px;
    left: 25px;
    bottom: -98px;
  }
  
  
  /** events-section **/
  
  .events-section{
    position: relative;
    padding: 110px 0px;
    background-color: #000000;
  }
  
  .events-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center;
  }
  
  .events-section .bg-layer{
    position: absolute;
    width: calc(50% - 35px);
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .events-section .inner-container{
    position: relative;
    display: block;
    
    border: 4px solid #dddad8;
    border-radius: 15px;
    overflow: hidden;
    padding: 36px 45px 58px 45px;
  }
  
  .events-section .inner-container .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 35px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .events-section .inner-container .content_block_2 .content-box{
    padding-right: 70px;
  }
  
  .content_block_2 .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_2 .content-box .sec-title{
    margin-bottom: 14px;
  }
  
  .content_block_2 .content-box .text{
    position: relative;
    display: block;
    margin-bottom: 41px;
  }
  
  .content_block_2 .content-box .text p{
    color: #ccc;
    margin-bottom: 32px;
  }
  
  .content_block_2 .content-box .text .theme-btn{
    color: #ffffff;
    padding: 12.5px 38px;
  }
  
  .content_block_2 .content-box .sponsors-logo{
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 15px;
  }
  
  .content_block_2 .content-box .sponsors-logo img{
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .content_block_2 .content-box .sponsors-logo:hover img{
    transform: scale(1.05);
  }
  
  .content_block_2 .content-box .sponsors-inner h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 17px;
  }
  
  .content_block_2 .content-box .sponsors-inner h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 22px;
  }
  
  .content_block_2 .content-box .sponsors-inner h6 a{
    display: inline-block;
    line-height: 20px;
    border-bottom: 2px solid;
  }
  
  .content_block_2 .content-box .sponsors-inner h6 a:hover{
    color: #ffffff;
    border-color: #ffffff;
  }
  
  .content_block_2 .content-box .sponsors-inner .owl-nav{
    position: absolute;
    right: -20px;
    bottom: -74px;
    width: 86px;
    height: 83px;
    line-height: 83px;
    text-align: center;
  }
  
  .content_block_2 .content-box .sponsors-inner .owl-nav:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-19.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: -7px;
    top: -5px;
    right: 0px;
    z-index: -1;
  }
  
  .content_block_2 .content-box .sponsors-inner .owl-nav button{
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .events-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 26px 20px 22px 200px;
    min-height: 160px;
    margin-bottom: 30px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .events-block-one .inner-box .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .events-block-one .inner-box .inner{
    position: relative;
  }
  
  .events-section .events-block-one:last-child .inner-box{
    margin-bottom: 0px;
  }
  
  .events-block-one .inner-box .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 160px;
    border-radius: 15px 50px 50px 15px;
  }
  
  .events-block-one .inner-box .image-box img{
    width: 100%;
    border-radius: 15px 50px 50px 15px;
  }
  
  .events-block-one .inner-box .image-box h3{
    position: absolute;
    top: 45px;
    right: -20px;
    display: inline-block;
    font-size: 26px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    width: 70px;
    height: 70px;
    padding: 15px 0px;
    border-radius: 50%;
  }
  
  .events-block-one .inner-box .image-box h3 span{
    display: block;
    font-size: 16px;
  }
  
  .events-block-one .inner-box .inner .info{
    position: relative;
    display: block;
    margin-bottom: 3px;
  }
  
  .events-block-one .inner-box .inner .info li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    padding-left: 25px;
    margin-right: 30px;
  }
  
  .events-block-one .inner-box .inner .info li:last-child{
    margin: 0px !important;
  }
  
  .events-block-one .inner-box .inner .info li i{
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 16px;
  }
  
  .events-block-one .inner-box .inner .info li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    right: -20px;
    border-radius: 50%;
  }
  
  .events-block-one .inner-box .inner .info li:last-child:before{
    display: none;
  }
  
  .events-block-one .inner-box .inner h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 17px;
  }
  
  .events-block-one .inner-box .inner h3 a{
    display: inline-block;
    color: #232323;
  }
  
  .events-block-one .inner-box .inner h3 a:hover{
  
  }
  
  .events-block-one .inner-box .inner .links a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
    padding-top: 11px;
  }
  
  .events-block-one .inner-box .inner .links a:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
  }
  
  .events-block-one .inner-box .inner .links a:hover:before{
    width: 100%;
  }
  
  .events-block-one .inner-box .inner .price{
  
    right: 0px;
    bottom: 0px;
  }
  
  .events-block-one .inner-box .inner .price h6{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    background-color: #f4f1f0;
    padding: 0px 10px;
    text-align: center;
    border-radius: 25px;
  }
  
  .events-section .right-column{
    position: relative;
    padding-top: 10px;
  }
  
  
  /** team-section **/
  
  .team-section{
    position: relative;
    padding: 102px 0px;
  }
  
  .team-block-one{
    position: relative;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  
  .team-block-one .inner-box{
    position: relative;
    display: block;
    border-radius: 15px;
  }
  
  .team-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .team-block-one .inner-box .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .team-block-one .inner-box .content-box{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #232323;
    border-radius: 15px;
    height: 133px;
    overflow: hidden;
    padding: 21px 15px 74px 15px;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box .content-box:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-22.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
  }
  
  .team-block-one .inner-box:hover .content-box{
    height: 100%;
  }
  
  .team-block-one .inner-box .content-box .info{
    position: relative;
    display: block;
    margin-bottom: 25px;
  }
  
  .team-block-one .inner-box .content-box .designation{
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    margin-bottom: 0px;
  }
  
  .team-block-one .inner-box .content-box h3{
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
  }
  
  .team-block-one .inner-box .content-box .thumb-box{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 16px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .content-box .thumb-box{
    opacity: 1;
  }
  
  .team-block-one .inner-box .content-box .thumb-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .team-block-one .inner-box .content-box .text{
    position: relative;
    margin-bottom: 20px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .content-box .text{
    opacity: 1;
  }
  
  .team-block-one .inner-box .content-box .text p{
    color: #949494;
  }
  
  .team-block-one .inner-box .social-links{
    position: absolute;
    display: inline-block;
    right: 0px;
    left: 0px;
    bottom: -25px;
    text-align: center;
    max-width: 130px;
    margin: 0 auto;
    padding: 12px 10px 10px 10px;
    border-radius: 30px;
  }
  
  .team-block-one .inner-box .social-links li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin: 0px 10px;
  }
  
  .team-block-one .inner-box .social-links li a{
    display: inline-block;
    color: #ffffff;
  }
  
  .team-block-one .inner-box .social-links li:before{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.2);
    width: 1px;
    height: 16px;
    top: 5px;
    right: -13px;
  }
  
  .team-block-one .inner-box .social-links li:last-child:before{
    display: none;
  }
  
  .team-section .owl-dots{
    position: relative;
    display: block;
    margin-top: 30px;
  }
  
  .team-section .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #b7b1af;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: 0px 10px;
    transition: all 500ms ease;
  }
  
  .team-section .owl-theme .owl-dots .owl-dot.active span,
  .team-section .owl-theme .owl-dots .owl-dot span:hover{
  
  }
  
  .team-section .owl-theme .owl-dots .owl-dot span:before{
    position: absolute;
    content: '';
    background-color: #b7b1af;
    width: 8px;
    height: 8px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  
  .team-section .owl-theme .owl-dots .owl-dot.active span:before,
  .team-section .owl-theme .owl-dots .owl-dot span:hover:before{
  
  }
  
  .team-section .sec-title h2{
    margin-bottom: 13px;
  }
  
  .team-section .sec-title{
    margin-bottom: 42px;
  }
  
  
  /** testimonial-section **/
  
  .testimonial-section{
    position: relative;
    background-color: #f4f1f0;
    padding: 90px 0px 110px 0px;
  }
  
  .testimonial-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center;
  }
  
  .content_block_3 .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_3 .content-box .sec-title{
    margin-bottom: 13px;
  }
  
  .content_block_3 .content-box .text p{
    margin-bottom: 32px;
  }
  
  .content_block_3 .content-box .text .theme-btn{
    padding: 12.5px 34px;
  }
  
  .testimonial-section .inner-box{
    position: relative;
    display: block;
    padding-right: 370px;
    overflow: hidden;
    padding-left: 30px;
    padding-bottom: 20px;
    left: -30px;
    padding-top: 30px;
  }
  
  .testimonial-section .inner-box .image-box{
    position: absolute;
    top: 30px;
    right: 0px;
    border-radius: 50%;
  }
  
  .testimonial-section .inner-box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-section .owl-carousel .owl-stage-outer{
    overflow: visible;
  }
  
  .testimonial-section .owl-carousel .owl-stage-outer .owl-item{
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
    opacity: 1;
  }
  
  .testimonial-block-one{
    position: relative;
    display: block;
    max-width: 370px;
  }
  
  .testimonial-block-one .text{
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 40px 20px 32px 20px;
    text-align: center;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    z-index: 1;
  }
  
  .testimonial-block-one .text:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-25.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 25px;
    background-repeat: repeat;
    background-position: center;
  }
  
  .testimonial-block-one .text:after{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-26.png);
    width: 125px;
    height: 118px;
    left: 90px;
    bottom: -77px;
    right: 0px;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .testimonial-block-one .text .icon-box{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
  }
  
  .testimonial-block-one .text h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .testimonial-block-one .text p{
    margin-bottom: 19px;
  }
  
  .testimonial-block-one .text h4{
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .testimonial-block-one .text .designation{
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
  }
  
  .testimonial-block-one .testimonial-thumb{
    position: relative;
    left: 200px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  
  .testimonial-block-one .testimonial-thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-section .owl-nav button{
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-color: transparent;
    border: 2px solid #dddad8;
    border-radius: 50%;
    font-size: 24px;
    color: #232323;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .testimonial-section .owl-nav button:hover{
    color: #ffffff;
  }
  
  .testimonial-section .owl-nav button.owl-prev{
    margin-right: 10px;
  }
  
  .testimonial-section .owl-nav{
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  
  .testimonial-section .content_block_3 .content-box{
    padding-top: 120px;
  }
  
  
  /** news-section **/
  
  .news-section{
    position: relative;
  }
  
  .news-block-one .inner-box{
    position: relative;
    display: block;
    border-radius: 15px;
  }
  
  .news-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    background-color: transparent;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box:hover .image-box{
    background-color: #000;
  }
  
  .news-block-one .inner-box .image-box img{
    width: 100%;
    transition: all 700ms ease;
  }
  
  .news-block-one .inner-box:hover .image-box img{
    opacity: 0.2;
    transform: scale(1.05);
  }
  
  .news-block-one .inner-box .content-box{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: calc(100% - 30px);
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border-radius: 15px 0px 15px 0px;
  }
  
  .news-block-one .inner-box .content-box .text{
    position: relative;
    background-color: #f4f1f0;
    padding: 20px 20px 17px 30px;
    border-top-left-radius: 15px;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box:hover .content-box .text{
    padding-bottom: 82px;
  }
  
  .news-block-one .inner-box .content-box .text:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-27.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center;
    left: 0px;
    top: 0px;
    right: 0px;
    border-top-left-radius: 15px;
  }
  
  .news-block-one .inner-box .content-box .text .post-date{
    position: absolute;
    top: -18px;
    right: 0px;
    font-size: 16px;
    line-height: 36px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    padding: 0px 19px;
  }
  
  .news-block-one .inner-box .content-box .text .category{
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  
  .news-block-one .inner-box .content-box .text .category a{
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Caveat', cursive;
    border-bottom: 2px solid;
  }
  
  .news-block-one .inner-box .content-box .text .category a:hover{
  
  }
  
  .news-block-one .inner-box .content-box .text h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  
  .news-block-one .inner-box .content-box .text h3 a{
    display: inline-block;
    color: #232323;
  }
  
  .news-block-one .inner-box .content-box .text h3 a:hover{
  
  }
  
  .news-block-one .inner-box .content-box .text p{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 17px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box:hover .content-box .text p{
    opacity: 1;
  }
  
  .news-block-one .inner-box .content-box .info{
    position: relative;
    display: block;
    padding: 16.5px 30px;
  }
  
  .news-block-one .inner-box .content-box .info .link-box a{
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #5f5e5e;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .news-block-one .inner-box .content-box .info .link-box a:before{
    position: absolute;
    content: "\f105";
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 0px;
    font-weight: 400;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box .content-box .info .link-box a:hover:before{
    left: 24px;
  }
  
  .news-block-one .inner-box .content-box .info .link-box a:hover{
    padding-left: 38px;
  }
  
  .news-block-one .inner-box .content-box .info .link-box a:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 1px;
    left: 0px;
    top: 12px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box .content-box .info .link-box a:hover:after{
    width: 30px;
    opacity: 1;
  }
  
  .news-block-one .inner-box .content-box .info .comment-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #5f5e5e;
    font-weight: 500;
  }
  
  .news-block-one .inner-box .content-box .info .comment-box a i{
    position: relative;
    margin-right: 8px;
  }
  
  .news-block-one .inner-box .content-box .info .comment-box a:hover{
  
  }
  
  .news-section .sec-title{
    margin-bottom: 40px;
  }
  
  
  /** subscribe-section **/
  
  .subscribe-section{
    position: relative;
  }
  
  .subscribe-section .inner-box{
    position: relative;
    display: block;
    background-color: #f4f1f0;
    overflow: hidden;
    border-radius: 15px;
    padding-right: 30px;
  }
  
  .subscribe-section .inner-box:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-28.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  
  .subscribe-section .inner-box .left-column{
    position: relative;
    padding: 33px 0px 33px 185px;
  }
  
  .subscribe-section .inner-box .logo-box{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  
  .subscribe-section .inner-box .logo-box .shape {
    position: absolute;
    top: 42px;
    right: -45px;
    width: 101px;
    height: 51px;
    background-repeat: no-repeat;
  }
  
  .subscribe-section .inner-box .left-column .text h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding-left: 70px;
  }
  
  .subscribe-section .inner-box .left-column .text h3 i{
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 55px;
    line-height: 55px;
  }
  
  .subscribe-section .inner-box .right-column{
    position: relative;
    padding: 37px 0px;
  }
  
  .subscribe-section .inner-box .right-column .form-inner,
  .subscribe-section .inner-box .right-column .social-style-one{
    position: relative;
    float: left;
  }
  
  .subscribe-section .inner-box .right-column .form-inner{
    width: 510px;
    margin-right: 20px;
  }
  
  .subscribe-section .inner-box .right-column .subscribe-form .form-group{
    position: relative;
    margin: 0px;
  }
  
  .subscribe-section .inner-box .right-column .subscribe-form .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 2px solid #232323;
    border-radius: 30px;
    background: transparent;
    font-size: 16px;
    color: #5f5e5e;
    padding: 10px 200px 10px 30px;
    transition: all 500ms ease;
  }
  
  .subscribe-section .inner-box .right-column .subscribe-form .form-group button{
    position: absolute;
    top: 2px;
    right: 2px;
    height: 52px;
    line-height: 52px;
    width: 170px;
    text-align: center;
    padding: 0px 15px;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    background-color: #232323;
    text-transform: uppercase;
    border-radius: 0px 30px 30px 0px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .subscribe-section .inner-box .right-column .subscribe-form .form-group input:focus{
  
  }
  
  .subscribe-section .social-style-one li a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  
  .subscribe-section .social-style-one li a:before{
    background-image: url(../images/shape/shape-29.png);
  }
  
  .subscribe-section .social-style-one{
    padding: 3px 0px;
  }
  
  .subscribe-section .bg-layer{
    position: absolute;
    background-color: #232323;
    width: 100%;
    height: 50%;
    left: 0px;
    bottom: 0px;
  }
  
  
  /** main-footer **/
  
  .main-footer{
    position: relative;
    width: 100%;
    background-color: #232323;
  }
  
  .footer-top{
    position: relative;
    padding: 105px 0px;
  }
  
  .footer-top .title-box{
    position: relative;
    padding-left: 65px;
    margin-bottom: 25px;
  }
  
  .footer-top .title-box .icon-box{
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 53px;
    line-height: 53px;
  }
  
  .footer-top .title-box span{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  .main-footer h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
  }
  
  .footer-top .about-widget .text p{
    color: #949494;
    margin-bottom: 27px;
  }
  
  .footer-top .about-widget .text .theme-btn{
    color: #ffffff;
  }
  
  .main-footer .widget-title{
    position: relative;
    display: block;
    margin-bottom: 19px;
  }
  
  .ml-30{
    margin-left: 30px;
  }
  
  .footer-top .links-widget .links-list li{
    position: relative;
    display: block;
    margin-bottom: 9px;
  }
  
  .footer-top .links-widget .links-list li:last-child{
    margin-bottom: 0px;
  }
  
  .footer-top .links-widget .links-list li a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Nunito Sans', sans-serif;
    color: #949494;
    font-weight: 400;
    padding-left: 26px;
  }
  
  .footer-top .links-widget .links-list li a:hover{
  
  }
  
  .footer-top .links-widget .links-list li a:before{
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    left: 0px;
    top: 0px;
    font-size: 14px;
  }
  
  .footer-top .footer-widget{
    position: relative;
  }
  
  .footer-top .footer-widget:before{
    position: absolute;
    content: '';
    background-color: rgba(255,255,255,0.1);
    width: 1px;
    height: 100%;
    left: -30px;
    top: 0px;
  }
  
  .footer-top .footer-column:first-child .footer-widget:before{
    display: none;
  }
  
  .footer-top .contact-widget .widget-content .single-item{
    position: relative;
    display: block;
    margin-bottom: 16px;
  }
  
  .footer-top .contact-widget .widget-content .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .footer-top .contact-widget .widget-content .single-item h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 3px;
  }
  
  .footer-top .contact-widget .widget-content .single-item h3 a{
    display: inline-block;
  }
  
  .footer-top .contact-widget .widget-content .single-item h3 a:hover{
    color: #ffffff;
  }
  
  .footer-top .contact-widget .widget-content .single-item p{
    color: #949494;
  }
  
  .footer-top .contact-widget .widget-content .single-item p a{
    color: #949494;
  }
  
  .footer-top .contact-widget .widget-content .single-item p a:hover{
  
  }
  
  .footer-top .contact-widget .widget-content .single-item h5{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 7px;
  }
  
  .footer-bottom{
    position: relative;
    width: 100%;
    background-color: #1a1a1a;
    padding: 27px 0px;
  }
  
  .footer-bottom .copyright p{
    color: #949494;
    line-height: 26px;
  }
  
  .footer-bottom .copyright p a{
    font-family: 'Nunito Sans', sans-serif;
  }
  
  .footer-bottom .copyright p a:hover{
    color: #ffffff;
  }
  
  .footer-bottom .footer-card li{
    position: relative;
    display: inline-block;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
  }
  
  .footer-bottom .footer-card li a{
    width: 40px;
  }
  
  .footer-bottom .footer-card li:last-child{
    margin: 0px !important;
  }
  
  .footer-bottom .footer-card li span{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
  }
  
  
  
  /*** 
  
  ====================================================================
                          Home-Page-Two
  ====================================================================
  
  ***/
  
  .header-style-two .logo-box{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  
  .header-top-two{
    position: relative;
    width: 100%;
    background-color: #232323;
    padding-left: 160px;
    padding-right: 40px;
  }
  
  .header-top-two .left-column .links-list,
  .header-top-two .left-column .info-list{
    position: relative;
    float: left;
  }
  
  .header-top-two .left-column .links-list li{
    position: relative;
    display: inline-block;
    margin-right: 18px;
  }
  
  .header-top-two .left-column .links-list li:last-child{
    margin: 0px !important;
  }
  
  .header-top-two .left-column .links-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
  }
  
  .header-top-two .left-column .links-list li a:hover{
    color: #ea2722;
  }
  
  .header-top-two .left-column .links-list{
    padding: 13px 30px 13px 0px;
    border-right: 1px solid rgba(255,255,255,0.1);
    margin-right: 30px;
  }
  
  .header-top-two .left-column .info-list li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-right: 35px;
    padding-left: 24px;
  }
  
  .header-top-two .left-column .info-list li:last-child{
    margin: 0px !important;
  }
  
  .header-top-two .left-column .info-list li i{
    position: absolute;
    left: 0px;
    top: 6px;
  }
  
  .header-top-two .left-column .info-list li a{
    display: inline-block;
    color: #fff;
  }
  
  .header-top-two .left-column .info-list li a:hover{
  
  }
  
  .header-top-two .left-column .info-list{
    padding: 13px 0px;
  }
  
  .header-top-two .left-column .info-list li:before{
    position: absolute;
    content: '';
    background-color: #444444;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10px;
    right: -25px;
  }
  
  .header-top-two .left-column .info-list li:last-child:before{
    display: none;
  }
  
  .header-top-two .right-column .social-links,
  .header-top-two .right-column .text{
    position: relative;
    display: inline-block;
    float: left;
  }
  
  .header-top-two .right-column .social-links{
    padding: 13px 30px 13px 0px;
    border-right: 1px solid rgba(255,255,255,0.1);
    margin-right: 26px;
  }
  
  .header-top-two .right-column .social-links li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin-right: 27px;
  }
  
  .header-top-two .right-column .social-links li:last-child{
    margin: 0px !important;
  }
  
  .header-top-two .right-column .social-links li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
  }
  
  .header-top-two .right-column .social-links li a:hover{
  
  }
  
  .header-top-two .right-column .social-links li a:before{
    position: absolute;
    content: '';
    background-color: rgba(255,255,255,0.1);
    width: 1px;
    height: 16px;
    top: 6px;
    right: -17px;
  }
  
  .header-top-two .right-column .social-links li:last-child a:before{
    display: none;
  }
  
  .header-top-two .right-column .text{
    padding: 12px 0px;
  }
  
  .header-top-two .right-column .text p{
    font-size: 26px;
    font-family: 'Caveat', cursive;
    color: #fff;
    font-weight: 400;
  }
  
  .header-top-two .right-column .text p button{
    font-size: 26px;
    font-family: 'Caveat', cursive;
    transition: all 500ms ease;
  }
  
  .header-top-two .right-column .text p button:hover{
    color: #ffffff;
  }
  
  .header-style-two .header-lower .outer-box .text span{
  
  }
  
  .header-style-two .header-lower .outer-box .text{
    margin-left: 15px;
  }
  
  .header-style-two .header-lower{
    position: relative;
    padding: 0px;
  }
  
  .header-style-two .header-lower .outer-container{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    background: transparent;
    padding: 0px 20px 0px 160px;
  }
  
  .header-style-two .search-box-btn:before{
    display: none;
  }
  
  
  /** banner-style-two **/
  
  .banner-section.style-two .banner-carousel .banner-content .swiper-slide:before{
    background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1)0%, rgba(255,255,255,0.0) 100%);
    height: 80px;
  }
  
  .banner-section.style-two .banner-carousel .banner-content .swiper-slide{
    padding: 250px 0px 350px 0px;
  }
  
  .banner-section.style-two .banner-carousel .banner-content .swiper-slide .content-box{
    max-width: 100%;
  }
  
  .banner-section.style-two .banner-carousel .banner-content .swiper-slide .content-box span{
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
    margin: 0px;
  }
  
  .banner-section.style-two .banner-carousel .banner-content .swiper-slide .content-box h2{
    font-size: 120px;
    line-height: 120px;
  }
  
  .banner-section.style-two .banner-carousel .banner-content .swiper-slide .content-box p{
    margin-top: 8px;
  }
  
  .banner-section.style-two .content-box{
    position: relative;
  }
  
  .banner-section.style-two .content-box .icon-layer{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  .banner-section.style-two .content-box .shape{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 920px;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
  }
  
  
  /** emergency-cause **/
  
  .emergency-cause{
    position: relative;
  }
  
  .emergency-cause .inner-container{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background-color: #f4f1f0;
    box-shadow: 0 20px 10px rgb(0 0 0 / 7%);
    margin-top: -170px;
    z-index: 1;
  }
  
  .emergency-cause .inner-container .upper-content .left-column,
  .emergency-cause .inner-container .upper-content .right-column{
    width: 50%;
  }
  
  .emergency-cause .inner-container .upper-content .left-column{
    position: relative;
    padding: 33px 50px 37px 200px;
    min-height: 170px;
  }
  
  .emergency-cause .inner-container .upper-content .left-column .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
  }
  
  .emergency-cause .inner-container .upper-content .left-column .text h5{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 2px solid;
  }
  
  .emergency-cause .inner-container .upper-content .left-column .text h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  
  .emergency-cause .inner-container .upper-content .right-column{
    background-color: #232323;
    padding-right: 270px;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .other-amount{
    position: absolute;
    top: 0px;
    right: 0px;
    min-height: 170px;
    padding: 22px 20px 29px 20px;
    width: 270px;
    text-align: center;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .other-amount .text h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .other-amount .text p{
    color: #ffffff;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .other-amount .text{
    position: relative;
    display: block;
    margin-bottom: 16px;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .other-amount .item-quantity {
    position: relative;
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 30px;
    z-index: 1;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .other-amount 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: 'Quicksand', sans-serif;
    border: none;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    background: transparent;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .other-amount .item-quantity:before{
    position: absolute;
    content: '$';
    left: 65px;
    top: 9px;
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    font-family: 'Quicksand', sans-serif;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info{
    position: relative;
    padding: 25px 30px 31px 30px;
    min-height: 170px;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .amount-box{
    position: relative;
    padding-left: 52px;
    margin-bottom: 20px;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .amount-box .icon-box{
    position: absolute;
    left: 0px;
    top: 7px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .amount-box h5{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .amount-box .price{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .amount-box .price span{
    color: #949494;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .percentage-box .bar{
    position:relative;
    width:100%;
    height:6px;
    background:#3b3b3b;
    border-radius:5px;
    border: none;
    margin-bottom: 10px;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .percentage-box .bar-inner{
    position:relative;
    display:block;
    border-radius:5px;
    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; 
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .percentage-box .bar-inner:before{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: -3px;
    right: 0px;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .percentage-box .count-text{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  
  .emergency-cause .inner-container .upper-content .right-column .donate-amount-info .percentage-box .count-text span{
    float: right;
    color: #ffffff;
  }
  
  .emergency-cause .lower-content{
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 18px 30px;
  }
  
  .emergency-cause .lower-content .info-box > li{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 26px;
    font-size: 16px;
    margin-right: 30px;
  }
  
  .emergency-cause .lower-content .info-box > li p{
    font-size: 16px;
  }
  
  .emergency-cause .lower-content .info-box > li.share p{
    font-weight: 700;
  }
  
  .emergency-cause .lower-content .info-box > li:last-child{
    margin: 0px !important;
  }
  
  .emergency-cause .lower-content .info-box > li .icon{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
  }
  
  .emergency-cause .lower-content .info-box > li:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 30px;
    top: -3px;
    right: -16px;
  }
  
  .emergency-cause .lower-content .info-box > li:last-child:before{
    display: none;
  }
  
  .emergency-cause .lower-content .social-links,
  .emergency-cause .lower-content .info-box{
    position: relative;
    display: inline-block;
    float: left;
  }
  
  .emergency-cause .lower-content .social-links li{
    position: relative;
    display: inline-block;
    margin-right: 28px;
  }
  
  .emergency-cause .lower-content .social-links li:last-child{
    margin: 0px !important;
  }
  
  .emergency-cause .lower-content .social-links li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #222;
  }
  
  .emergency-cause .lower-content .social-links li a:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 16px;
    top: 4px;
    right: -16px;
  }
  
  .emergency-cause .lower-content .social-links li:last-child a:before{
    display: none;
  }
  
  .emergency-cause .lower-content .social-links li a:hover{
  
  }
  
  .emergency-cause .lower-content .info-box{
    margin-right: 10px;
  }
  
  .emergency-cause .lower-content .btn-box button{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
  }
  
  .emergency-cause .lower-content .btn-box button i{
    margin-right: 10px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: 2px;
  }
  
  .emergency-cause .lower-content .btn-box button:hover{
  
  }
  
  .sec-title.style-two .top-text{
  
  }
  
  .sec-title.style-two .top-text:before{
    background-image: url(../images/icons/divider-3.png);
  }
  
  
  /** welcome-section **/
  
  .welcome-section{
    position: relative;
  }
  
  .welcome-block-one{
    margin-bottom: 26px;
  }
  
  .welcome-block-one .inner-box{
    position: relative;
    display: block;
    text-align: center;
    
  }
  
  .welcome-block-one .inner-box .image-box{
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .welcome-block-one .inner-box .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .welcome-block-one .inner-box .content-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  
  .welcome-block-one .inner-box .content-box .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .welcome-block-one .inner-box .content-box .text{
    position: relative;
    width: 100%
  }
  
  .welcome-block-one .inner-box .content-box .text span{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 11px;
  }
  
  .welcome-block-one .inner-box .content-box .text span:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/divider-3.png);
    width: 82px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background-repeat: no-repeat;
  }
  
  .welcome-block-one .inner-box .content-box .text h2{
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1);
    transition: all 500ms ease;
  }
  
  .welcome-block-one .inner-box:hover .content-box .text h2{
    color: #ffffff;
  }
  
  .welcome-block-one .inner-box .btn-box{
    position: absolute;
    left: 0px;
    bottom: -26px;
    width: 100%;
    text-align: center;
  }
  
  .welcome-block-one .inner-box .btn-box .links{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #232323;
    background-color: #f4f2f1;
    border: 4px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
    transition: all 500ms ease;
  }
  
  .welcome-block-one .inner-box:hover .btn-box .links{
    opacity: 0;
  }
  
  .welcome-block-one .inner-box .btn-box .links-btn{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 160px;
    margin: 0 auto;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 15px;
    border-radius: 30px;
    border: 4px solid #ffffff;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 500ms ease;
  }
  
  .welcome-block-one .inner-box:hover .btn-box .links-btn{
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .welcome-block-one .inner-box .btn-box .links-btn i{
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    font-size: 16px;
    top: 2px;
  }
  
  .welcome-section .sec-title h2{
    margin-bottom: 13px;
  }
  
  .welcome-section .sec-title{
    margin-bottom: 42px;
  }
  
  
  /** case-style-two **/
  
  .case-style-two{
    position: relative;
  }
  
  .case-block-two{
    margin-bottom: 30px;
  }
  
  .case-block-two .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
  }
  
  .case-block-two .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .case-block-two .inner-box .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .case-block-two .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.7) 100%);
    bottom: 0px;
    right: 0px;
    z-index: 1;
  }
  
  .case-block-two .inner-box .image-box .image img{
    width: 100%;
  }
  
  .case-block-two .inner-box .image-box .percentage-box{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 30px 23px 30px;
    z-index: 1;
  }
  
  .case-block-two .inner-box .image-box .percentage-box h5{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .case-block-two .inner-box .image-box .percentage-box .bar{
    position:relative;
    width:100%;
    height:6px;
    background:rgba(255,255,255,0.2);
    border-radius:5px;
    border: none;
    margin-bottom: 8px;
  }
  
  .case-block-two .inner-box .image-box .percentage-box .bar-inner{
    position:relative;
    display:block;
    border-radius:5px;
    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; 
  }
  
  .case-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;
  }
  
  .case-block-two .inner-box .image-box .percentage-box .count-text{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  
  .case-block-two .inner-box .image-box .percentage-box .count-text span{
    float: right;
    color: #ffffff;
  }
  
  .case-block-two .inner-box .lower-content{
    position: relative;
    display: block;
    padding: 23px 30px 0px 30px;
  }
  
  .case-block-two .inner-box .lower-content .category a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    border-bottom: 2px solid;
    margin-bottom: 9px;
  }
  
  .case-block-two .inner-box .lower-content .category a:hover{
  
  }
  
  .case-block-two .inner-box .lower-content h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .case-block-two .inner-box .lower-content h3 a{
    display: inline-block;
    color: #232323;
  }
  
  .case-block-two .inner-box .lower-content h3 a:hover{
  
  }
  
  .case-block-two .inner-box .lower-content .info-box{
    position: relative;
    display: block;
    padding: 17px 0px 14px 0px;
  }
  
  .case-block-two .inner-box .lower-content .info-box li{
    position: relative;
    display: inline-block;
    float: left;
    width: 60%;
    padding-left: 50px;
    min-height: 49px;
  }
  
  .case-block-two .inner-box .lower-content .info-box li:last-child{
    width: 40%;
  }
  
  .case-block-two .inner-box .lower-content .info-box li:before {
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 40px;
    top: 3px;
    right: 20px;
  }
  
  .case-block-two .inner-box .lower-content .info-box li:last-child:before{
    display: none;
  }
  
  .case-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 #cecac9;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
  }
  
  .case-block-two .inner-box .lower-content .info-box li h5{
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .case-block-two .inner-box .lower-content .info-box li p{
    font-size: 16px;
    line-height: 25px;
  }
  
  .case-block-two .inner-box .lower-content .text{
    position: relative;
    display: block;
    padding-bottom: 22px;
    border-bottom: 1px solid #dddad8;
    margin-bottom: 0px;
  }
  
  .case-style-two .pattern-layer .pattern-1{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .case-style-two .pattern-layer .pattern-2{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .case-style-two .icon-layer{
    position: absolute;
    left: 0px;
    top: 55px;
  }
  
  .case-style-two .owl-dots{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  
  .case-style-two .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #b7b1af;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: 0px 10px;
    transition: all 500ms ease;
  }
  
  .case-style-two .owl-theme .owl-dots .owl-dot.active span,
  .case-style-two .owl-theme .owl-dots .owl-dot span:hover{
  
  }
  
  .case-style-two .owl-theme .owl-dots .owl-dot span:before{
    position: absolute;
    content: '';
    background-color: #b7b1af;
    width: 8px;
    height: 8px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  
  .case-style-two .owl-theme .owl-dots .owl-dot.active span:before,
  .case-style-two .owl-theme .owl-dots .owl-dot span:hover:before{
  
  }
  
  .case-style-two .sec-title{
    margin-bottom: 40px;
  }
  
  
  /** benefits-style-two **/
  
  .benefits-style-two{
    position: relative;
    width: 100%;
    padding-top: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 110px;
  }
  
  .benefits-style-two:before{
    position: absolute;
    content: '';
    background-color: #f4f1f0;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.9;
  }
  
  .benefits-style-two .inner-container{
    position: relative;
    display: inline-block;
    background-color: #232323;
    margin: 0px -110px -110px -110px;
    padding: 110px 110px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
  }
  
  .benefits-style-two .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .benefits-style-two .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .benefits-style-two .inner-box .image-box:before{
    position: absolute;
    content: '';
    background-color: #030303;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.3;
    z-index: 1;
  }
  
  .benefits-style-two .inner-box .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .benefits-style-two .inner-box .text{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 30px 20px 50px 30px;
    z-index: 2;
  }
  
  .benefits-style-two .inner-box .text span{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    padding-bottom: 7px;
    margin-bottom: 11px;
  }
  
  .benefits-style-two .inner-box .text span:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/divider-3.png);
    width: 82px;
    height: 6px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
  }
  
  .benefits-style-two .inner-box .text h2{
    display: block;
    font-size: 40px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 13px;
  }
  
  .benefits-style-two .inner-box .text p{
    color: #ffffff;
    margin-bottom: 32px;
  }
  
  .benefits-style-two .inner-box .text .theme-btn{
    color: #ffffff;
    padding: 12.5px 38px;
  }
  
  .benefits-style-two .single-item{
    position: relative;
    display: block;
    padding: 0px 0px 0px 200px;
    margin-bottom: 40px;
    min-height: 308px;
  }
  
  .benefits-style-two .single-column:nth-child(3) .single-item,
  .benefits-style-two .single-column:last-child .single-item{
    margin-bottom: 0px;
  }
  
  .benefits-style-two .single-item .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #3b3b3b;
  }
  
  .benefits-style-two .single-item .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .benefits-style-two .single-item .icon-box{
    position: relative;
    display: inline-block;
    width: 65px;
    height: 63px;
    line-height: 63px;
    font-size: 55px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 12px;
  }
  
  .benefits-style-two .single-item .icon-box:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-35.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
  
  .benefits-style-two .single-item h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .benefits-style-two .single-item h3 a{
    display: inline-block;
    color: #ffffff;
  }
  
  .benefits-style-two .single-item h3 a:hover{
  
  }
  
  .benefits-style-two .single-item p{
    color: #949494;
    margin-bottom: 22px;
  }
  
  .benefits-style-two .single-item .link a{
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #3b3b3b;
  }
  
  .benefits-style-two .single-item .link a:hover{
    color: #ffffff;
  }
  
  
  /** about-style-two **/
  
  .about-style-two{
    position: relative;
  }
  
  .content_block_4 .content-box{
    position: relative;
    display: block;
    margin-right: 30px;
    padding: 70px 0px 0px 100px;
  }
  
  .content_block_4 .content-box .rotate-text{
    position: absolute;
    top: 0px;
    right: 130px;
    width: 139px;
    height: 141px;
    border-radius: 50%;
    z-index: 1;
  }
  
  .content_block_4 .content-box .rotate-text .icon-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .content_block_4 .content-box .chart-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 340px;
    background-color: #ffffff;
    padding: 40px 30px 33px 30px;
    border-radius: 15px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    z-index: 1;
  }
  
  .rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }
  
  .content_block_4 .content-box .chart-box .chart-image{
    position: relative;
    margin-bottom: 27px;
    display: block;
    text-align: center;
  }
  
  .content_block_4 .content-box .chart-box h5{
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .content_block_4 .content-box .chart-box ul li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    color: #232323;
    font-weight: 500;
    padding-left: 22px;
    margin-bottom: 6px;
  }
  
  .content_block_4 .content-box .chart-box ul li:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_4 .content-box .chart-box ul li:before{
    position: absolute;
    content: '';
    background-color: #232323;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0px;
    top: 7px;
  }
  
  .content_block_4 .content-box .chart-box ul li:first-child:before{
  
  }
  
  .content_block_4 .content-box .chart-box ul li:nth-child(3):before{
    
  }
  
  .content_block_4 .content-box .chart-box ul li:last-child:before{
    
  }
  
  .content_block_4 .content-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .content_block_4 .content-box .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .content_block_4 .content-box .title-text{
    position: absolute;
    display: block;
    left: 0px;
    bottom: 100px;
    font-size: 100px;
    line-height: 100px;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    z-index: 1;
  }
  
  .content_block_5 .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_5 .content-box .sec-title{
    margin-bottom: 23px;
  }
  
  .content_block_5 .content-box .text{
    position: relative;
    display: block;
    margin-bottom: 33px;
  }
  
  .content_block_5 .content-box .inner-box{
    position: relative;
    display: block;
    margin-bottom: 42px;
  }
  
  .content_block_5 .content-box .inner-box .single-item{
    position: relative;
    padding-left: 100px;
    margin-bottom: 23px;
  }
  
  .content_block_5 .content-box .inner-box .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_5 .content-box .inner-box .single-item .icon-box{
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 9px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 45px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
  }
  
  .content_block_5 .content-box .inner-box .single-item:hover .icon-box{
    color: #ffffff;
  }
  
  .content_block_5 .content-box .inner-box .single-item .icon-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    transform: scale(0,0);
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .content_block_5 .content-box .inner-box .single-item:hover .icon-box:before{
    transform: scale(1,1);
  }
  
  .content_block_5 .content-box .inner-box .single-item h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  .content_block_5 .content-box .btn-box .theme-btn{
    padding: 12.5px 38px;
  }
  
  .about-style-two .content_block_5 .content-box{
    margin-top: -10px;
  }
  
  
  /** video-style-two **/
  
  .video-style-two{
    position: relative;
  }
  
  .video-style-two .inner-container{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1390px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 88px 110px 106px 110px;
    margin: 0px auto;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .video-style-two .inner-container:before{
    position: absolute;
    content: '';
    background-color: #232323;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.92;
  }
  
  .video-style-two .inner-container .image-box{
    position: absolute;
    right: 190px;
    bottom: 0px;
    z-index: 1;
  }
  
  .video-style-two .inner-container .pattern-layer{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1026px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .video-style-two .inner-container .text h2{
    position: relative;
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: uppercase;
  }
  
  .video-style-two .inner-container .text h3{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 39px;
  }
  
  .video-style-two .inner-container .text h3 span{
    font-size: 48px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
  }
  
  .video-style-two .inner-container .text .video-btn a{
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 76px;
    font-family: 'Caveat', cursive;
    color: #ffffff;
    font-weight: 400;
    padding-left: 86px;
  }
  
  .video-style-two .inner-container .text .video-btn a i{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 76px;
    padding-left: 15px;
    text-align: center;
    border: 2px solid;
    font-size: 28px;
    border-radius: 50%;
    z-index: 1;
  }
  
  .video-style-two .inner-container .text .video-btn a i:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 6px;
    top: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -1;
  }
  
  
  /** events-style-two **/
  
  .events-style-two{
    position: relative;
  }
  
  .events-block-two .inner-box{
    position: relative;
    display: block;
    transition: all 500ms ease;
  }
  
  .events-block-two .inner-box:hover{
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .events-block-two .inner-box .post-date{
    position: absolute;
    left: 30px;
    top: -35px;
    z-index: 2;
  }
  
  .events-block-two .inner-box .post-date h3{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 0px;
  }
  
  .events-block-two .inner-box .post-date h3 span{
    position: relative;
    display: block;
    font-size: 16px;
  }
  
  .events-block-two .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .events-block-two .inner-box .image-box:before {
    position: absolute;
    content: '';
    background-color: #030303;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    z-index: 1;
  }
  
  .events-block-two .inner-box .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .events-block-two .inner-box .content-box{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 27px 20px 22px 30px;
    z-index: 2;
    border-radius: 0px 0px 15px 15px;
    transition: all 500ms ease;
  }
  
  .events-block-two .inner-box .content-box:before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 0px 0px 15px 15px;
    transition: all 500ms ease;
  }
  
  .events-block-two .inner-box:hover .content-box:before{
    height: 100%;
  }
  
  .events-block-two .inner-box .content-box .category{
    position: absolute;
    top: -36px;
    right: 20px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .events-block-two .inner-box:hover .content-box .category{
    opacity: 1;
    top: -46px;
  }
  
  .events-block-two .inner-box .content-box .category a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #232323;
    font-weight: 700;
    text-align: center;
    padding: 0px 16px;
    border-radius: 25px;
  }
  
  .events-block-two .inner-box .content-box .category a:hover{
    color: #ffffff;
  }
  
  .events-block-two .inner-box .content-box .info{
    position: relative;
    display: block;
    margin-bottom: 6px;
  }
  
  .events-block-two .inner-box .content-box .info li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    padding-left: 25px;
    margin-right: 30px;
  }
  
  .events-block-two .inner-box .content-box .info li:last-child{
    margin: 0px !important;
  }
  
  .events-block-two .inner-box .content-box .info li i{
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 16px;
  }
  
  .events-block-two .inner-box .content-box .info li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    right: -20px;
    border-radius: 50%;
  }
  
  .events-block-two .inner-box .content-box .info li:last-child:before{
    display: none;
  }
  
  .events-block-two .inner-box .content-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 23px;
  }
  
  .events-block-two .inner-box .content-box h3 a{
    display: inline-block;
    color: #ffffff;
  }
  
  .events-block-two .inner-box .content-box h3 a:hover{
  
  }
  
  .events-block-two .inner-box:hover .content-box h3 a{
    color: #232323;
  }
  
  .events-block-two .inner-box .content-box .links a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 9px;
  }
  
  .events-block-two .inner-box:hover .content-box .links a{
  
  }
  
  .events-block-two .inner-box .content-box .links a:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
  }
  
  .events-block-two .inner-box:hover .content-box .links a:before{
    width: 100%;
  }
  
  .events-block-two .inner-box .content-box .links a:after{
    position: absolute;
    content: "\f105";
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    top: -12px;
    right: 0px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .events-block-two .inner-box:hover .content-box .links a:after{
    opacity: 1;
  }
  
  .events-style-two .more-btn{
    position: relative;
    display: block;
    margin-top: 40px;
  }
  
  .events-style-two .more-btn .theme-btn{
    padding: 12.5px 38px;
  }
  
  .events-style-two .sec-title{
    margin-bottom: 65px;
  }
  
  
  /** funfact-section **/
  
  .funfact-section{
    position: relative;
    padding: 100px 0px 100px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .funfact-section:before{
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1)0%, rgba(255,255,255,0.0) 50%);
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    right: 0px;
  }
  
  .funfact-section .sec-title{
    margin-bottom: 42px;
  }
  
  .funfact-section .sec-title h2{
    margin-bottom: 13px;
  }
  
  .funfact-section .sec-title p{
    color: #ffffff;
  }
  
  .funfact-block-one .inner-box{
    position: relative;
    display: block;
    padding: 0px 30px;
  }
  
  .funfact-block-one .inner-box:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
  }
  
  .funfact-block:last-child .funfact-block-one .inner-box:before{
    display: none;
  }
  
  .funfact-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 88px;
    height: 88px;
    line-height: 88px;
    background-color: #ffffff;
    font-size: 50px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 8px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .funfact-block-one .inner-box .count-outer{
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 50px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  
  .funfact-block-one .inner-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  
  
  /** clients-section **/
  
  .clients-section{
    position: relative;
  }
  
  .clients-section .clients-logo-box img{
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .clients-section .clients-logo-box{
    position: relative;
    display: block;
    padding: 37.5px 0px;
  }
  
  .clients-section .clients-logo-box:before{
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.1);
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
  }
  
  
  /** news-style-two **/
  
  .news-style-two{
    position: relative;
    padding: 110px 0px 330px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  
  .news-style-two:before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.8;
  }
  
  .news-style-two .sec-title{
    margin-bottom: 33px;
  }
  
  .blog-post .post{
    position: relative;
    display: block;
    padding-left: 95px;
    min-height: 87px;
    margin-bottom: 27px;
  }
  
  .blog-post .post:last-child{
    margin-bottom: 0px;
  }
  
  .blog-post .post .post-thumb{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 74px;
    height: 74px;
    border-radius: 15px;
  }
  
  .blog-post .post .post-thumb img{
    width: 100%;
    border-radius: 15px;
  }
  
  .blog-post .post h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .blog-post .post h5 a{
    display: inline-block;
    color: #232323;
  }
  
  .blog-post .post h5 a:hover{
    text-decoration: underline;
  }
  
  .blog-post .post .post-date{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
  }
  
  
  /** contact-info-section **/
  
  .contact-info-section{
    position: relative;
  }
  
  .contact-info-section .inner-container{
    position: relative;
    margin-top: -223px;
    z-index: 1;
  }
  
  .contact-info-section .info-box{
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    background-color: #232323;
    border-radius: 15px;
    padding: 34px 30px 11px 30px;
    z-index: 1;
  }
  
  .contact-info-section .info-box .single-item{
    position: relative;
    display: block;
    padding-bottom: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .contact-info-section .info-box .single-item:last-child{
    margin-bottom: 0px;
    border-bottom: none;
  }
  
  .contact-info-section .info-box .single-item h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 9px;
  }
  
  .contact-info-section .info-box .single-item .inner{
    position: relative;
    padding-left: 65px;
    min-height: 55px;
  }
  
  .contact-info-section .info-box .single-item .inner .icon-box{
    position: absolute;
    left: 0px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    border-radius: 50%;
  }
  
  .contact-info-section .info-box .single-item p{
    color: #949494;
  }
  
  .contact-info-section .info-box .single-item p a{
    color: #949494;
  }
  
  .contact-info-section .info-box .single-item p a:hover{
  
  }
  
  .contact-info-section .map-inner{
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% + 585px);
    height: 447px;
    border-radius: 15px 0px 0px 15px;
  }
  
  .contact-info-section .map-inner #contact-google-map{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
  }
  
  
  /** shop-section **/
  
  .shop-section{
    position: relative;
  }
  
  .shop-section .sec-title{
    margin-bottom: 42px;
  }
  
  .shop-section .sec-title h2{
    margin-bottom: 13px;
  }
  
  .shop-block-one .inner-box{
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
  
  .shop-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .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 10px;
    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-weight: 700;
    line-height: 20px;
  }
  
  .shop-block-one .inner-box .lower-content{
    position: relative;
    display: block;
    padding-top: 17px;
  }
  
  .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: 1px;
  }
  
  .shop-block-one .inner-box .lower-content h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .shop-block-one .inner-box .lower-content h5 a{
    display: inline-block;
    color: #232323;
  }
  
  .shop-block-one .inner-box .lower-content h5 a:hover{
  
  }
  
  .shop-block-one .inner-box .lower-content .price h5{
    margin: 0px;
  }
  
  .shop-block-one .inner-box .lower-content .price h5 del{
    color: #a29d9d;
  }
  
  
  /** footer-style-two **/
  
  .footer-top-two{
    position: relative;
    padding: 105px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .footer-top-two p,
  .footer-top-two a{
    color: #949494;
  }
  
  .footer-top-two p a:hover{
  
  }
  
  .footer-top-two .about-widget .widget-content p{
    margin-bottom: 19px;
  }
  
  .footer-top-two .about-widget .widget-content .inner{
    position: relative;
    display: block;
    padding-left: 63px;
    margin-bottom: 24px;
    min-height: 55px;
  }
  
  .footer-top-two .about-widget .widget-content .inner .icon-box{
    position: absolute;
    left: 0px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    border-radius: 50%;
  }
  
  .footer-top-two .about-widget .widget-content .inner p{
    margin: 0px;
  }
  
  .footer-top-two .about-widget .widget-content .inner p a{
  
  }
  
  .footer-top-two .about-widget .widget-content .inner p a:hover{
    text-decoration: underline;
  }
  
  .footer-top-two .about-widget .widget-content .links a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .footer-top-two .about-widget .widget-content .links a i{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    top: 1px;
  }
  
  .footer-top-two .about-widget .widget-content .links a:hover{
  
  }
  
  .footer-top-two .widget-title{
    margin-bottom: 29px;
  }
  
  .footer-top-two .links-widget .links-list li{
    position: relative;
    display: block;
    margin-bottom: 12px;
  }
  
  .footer-top-two .links-widget .links-list li:last-child{
    margin-bottom: 0px;
  }
  
  .footer-top-two .links-widget .links-list li a{
    padding-left: 25px;
  }
  
  .footer-top-two .links-widget .links-list li a:before{
    position: absolute;
    content: '\e913';
    font-family: 'icomoon';
    left: 0px;
    top: 1px;
    font-size: 14px;
  }
  
  .footer-top-two .post-widget .post{
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 26px;
    min-height: 95px;
  }
  
  .footer-top-two .post-widget .post:last-child{
    margin-bottom: 0px;
  }
  
  .footer-top-two .post-widget .post .post-thumb{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .footer-top-two .post-widget .post .post-thumb img{
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  
  .footer-top-two .post-widget .post:hover .post-thumb img{
    opacity: 0.5;
  }
  
  .footer-top-two .post-widget .post h5{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 0px 15px;
    border-radius: 25px;
    margin-bottom: 11px;
  }
  
  .footer-top-two .post-widget .post h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .footer-top-two .post-widget .post h4 a{
    display: inline-block;
    color: #ffffff;
  }
  
  .footer-top-two .post-widget .post h4 a:hover{
  
  }
  
  .footer-top-two .post-widget .post span{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Caveat', cursive;
  }
  
  .footer-top-two .post-widget .widget-title{
    margin-bottom: 35px;
  }
  
  .footer-top-two .gallery-widget .image-list{
    position: relative;
    margin: 0px -6px;
  }
  
  .footer-top-two .gallery-widget .image-list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 82px;
    margin: 0px 6px 12px 6px;
  }
  
  .footer-top-two .gallery-widget .image-list li .image{
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #232323;
  }
  
  .footer-top-two .gallery-widget .image-list li .image img{
    width: 100%;
    border-radius: 15px;
    transition: all 500ms ease;
  }
  
  .footer-top-two .gallery-widget .image-list li .image:hover img{
    opacity: 0.2;
  }
  
  .footer-top-two .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: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
  }
  
  .footer-top-two .gallery-widget .image-list li .image:hover a{
    transform: translate(-50%,-50%) scale(1,1);
  }
  
  .footer-top-two .gallery-widget .image-list li .image a:hover{
    background-color: #ffffff;
  }
  
  .footer-top-two .gallery-widget .widget-title{
    margin-bottom: 35px;
  }
  
  .footer-top-two .gallery-widget .more-links a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 37px;
  }
  
  .footer-top-two .gallery-widget .more-links a i{
    position: absolute;
    left: 25px;
    top: 3px;
    font-size: 18px;
    font-weight: 400;
  }
  
  .footer-top-two .gallery-widget .more-links a:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    left: 0px;
    top: 12px;
    transition: all 500ms ease;
  }
  
  .footer-top-two .gallery-widget .more-links a:hover{
    color: #ffffff;
  }
  
  .footer-top-two .gallery-widget .more-links a:hover:before{
    background-color: #ffffff;
  }
  
  .footer-top-two .gallery-widget .image-list{
    position: relative;
    display: block;
    margin-bottom: 14px;
  }
  
  .red-color .scroll-top{
    background-color: #ffffff;
    border-color: #ffffff;
  }
  
  .footer-bottom-two{
    position: relative;
    width: 100%;
  }
  
  .footer-bottom-two .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
  }
  
  .footer-bottom-two .social-links li a{
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #949494;
    padding: 16.5px 15px;
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  
  .footer-bottom-two .social-links li:first-child a{
    border-left: 1px solid rgba(255,255,255,0.1);
  }
  
  .footer-bottom-two .social-links li a i{
    margin-right: 10px;
  }
  
  .footer-bottom-two .social-links li a:hover{
    color: #ffffff;
  }
  
  
  /*** 
  
  ====================================================================
                          About-Page
  ====================================================================
  
  ***/
  
  /** page-title **/
  
  .page-title{
    position: relative;
    padding: 125px 0px 23px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .page-title:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.86;
  }
  
  .page-title .title{
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 92px;
  }
  
  .page-title .title h1{
    display: block;
    font-size: 46px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 700;
  }
  
  .page-title .bread-crumb li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .page-title .bread-crumb li:last-child{
    margin: 0px !important;
  }
  
  .page-title .bread-crumb li a{
    color: #ffffff;
  }
  
  .page-title .bread-crumb li a:hover{
  
  }
  
  .page-title .bread-crumb li:before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 8px;
    height: 1px;
    right: -13px;
    bottom: 6px;
  }
  
  .page-title .bread-crumb li:last-child:before{
    display: none;
  }
  
  
  /** about-style-three **/
  
  .about-style-three{
    position: relative;
    padding: 101px 0px 370px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .about-style-three:before{
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.0;
  }
  
  .content_block_6 .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_6 .content-box .award-list{
    position: relative;
    display: block;
    margin-bottom: 29px;
  }
  
  .content_block_6 .content-box .award-list li{
    position: relative;
    float: left;
    margin-right: 20px;
  }
  
  .content_block_6 .content-box .award-list li:last-child{
    margin: 0px !important;
  }
  
  .content_block_6 .content-box .text{
    position: relative;
    display: block;
    margin-bottom: 35px;
  }
  
  .content_block_6 .content-box .inner-box .author-box{
    position: relative;
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    padding-left: 75px;
    border-right: 1px solid #c4c4c4;
  }
  
  .content_block_6 .content-box .inner-box .author-box .icon-box{
    position: absolute;
    left: 0px;
    top: 7px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    border-radius: 50%;
  }
  
  .content_block_6 .content-box .inner-box .author-box span{
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    margin-bottom: 0px;
  }
  
  .content_block_6 .content-box .inner-box .author-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  
  .content_block_6 .content-box .inner-box .social-links{
    position: relative;
    float: left;
    margin-top: 9px;
  }
  
  .content_block_6 .content-box .inner-box .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  
  .content_block_6 .content-box .inner-box .social-links li:last-child{
    margin: 0px !important;
  }
  
  .content_block_6 .content-box .inner-box .social-links li a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
  }
  
  .content_block_6 .content-box .inner-box .social-links li:nth-child(2) a{
  
  }
  
  .content_block_6 .content-box .inner-box .social-links li:nth-child(3) a{
    
  }
  
  .content_block_6 .content-box .inner-box .social-links li:last-child a{
    
  }
  
  .content_block_6 .content-box .sec-title{
    margin-bottom: 39px;
  }
  
  .image_block_2 .image-box{
    position: relative;
    display: block;
    padding-right: 300px;
    padding-bottom: 120px;
  }
  
  .image_block_2 .image-box .image{
    border-radius: 15px;
  }
  
  .image_block_2 .image-box .image img{
    border-radius: 15px;
  }
  
  .image_block_2 .image-box .image-2{
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  
  .image_block_2 .image-box .rotate-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 139px;
    height: 141px;
    border-radius: 50%;
    z-index: 1;
  }
  
  .image_block_2 .image-box .rotate-text .icon-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .image_block_2 .image-box .icon-box{
    position: absolute;
    top: -17px;
    right: 40px;
  }
  
  .image_block_2 .image-box .image-1{
    position: relative;
    z-index: 1;
  }
  
  .image_block_2 .image-box .text{
    position: absolute;
    left: 40px;
    bottom: 20px;
    width: 340px;
    background-color: #ffffff;
    padding: 11px 25px 15px 25px;
    border-radius: 30px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .image_block_2 .image-box .text h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .image_block_2 .image-box .text h4 i{
    position: relative;
    margin-right: 10px;
    font-size: 30px;
    font-weight: 400;
    top: 5px;
  }
  
  .about-style-three .image_block_2 .image-box{
    margin-top: 10px;
  }
  
  .about-style-three .content_block_6 .content-box{
    margin-right: 30px;
  }
  
  
  /** history-section **/
  
  .history-section{
    position: relative;
  }
  
  .history-section .owl-nav{
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
  
  .history-section .owl-nav button{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    font-size: 24px;
    color: #232323;
    text-align: center;
    border-radius: 50%;
    margin: 10px 0px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
  }
  
  .history-section .owl-nav button:hover{
    color: #ffffff;
  }
  
  .history-section .tabs-box{
    position: relative;
    display: block;
  }
  
  .history-section .tabs-box .tab-btns li{
    position: relative;
    display: inline-block;
    float: left;
    width: 170px;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Quicksand', sans-serif;
    color: #949494;
    background-color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 14px 15px;
    border-radius: 15px;
    cursor: pointer;
    margin-right: 30px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
  }
  
  .history-section .tabs-box .tab-btns li:last-child{
    margin: 0px !important;
  }
  
  .history-section .tabs-box .tab-btns li.active-btn,
  .history-section .tabs-box .tab-btns li:hover{
    color: #ffffff;
  }
  
  .history-section .tabs-box .tab-btns li i{
    position: relative;
    font-size: 20px;
    margin-right: 8px;
  }
  
  .history-section .tabs-box .tab-btns{
    position: relative;
    display: block;
    margin-bottom: 62px;
  }
  
  .history-section .tabs-box .tabs-content .text{
    position: relative;
    display: block;
    padding-left: 100px;
    padding-right: 70px;
  }
  
  .history-section .tabs-box .tabs-content .text h3{
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .history-section .tabs-box .tabs-content .text p{
    margin-bottom: 23px;
  }
  
  .history-section .tabs-box .tabs-content .text a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #232323;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .history-section .tabs-box .tabs-content .text a i{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-right: 8px;
    top: 2px;
  }
  
  .history-section .tabs-box .tabs-content .text a:hover{
  
  }
  
  .history-section .pattern-layer{
    position: absolute;
    top: 30px;
    right: 0px;
    width: calc(50% + 585px);
    height: calc(100% - 30px);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
  }
  
  .history-section .inner-container{
    position: relative;
    display: block;
    margin-top: -260px;
    z-index: 1;
  }
  
  .history-section .image-box .image{
    position: relative;
    display: block;
    border-radius: 15px;
  }
  
  .history-section .image-box .image img{
    width: 100%;
    border-radius: 15px;
  }
  
  
  /** feature-section **/
  
  .feature-section{
    position: relative;
    border-bottom: 1px solid #dddad8;
  }
  
  .feature-block-one .inner-box{
    position: relative;
    display: block;
    padding: 65px 50px 93px 50px;
    transition: all 500ms ease;
  }
  
  .feature-block-one .inner-box:hover{
    padding-bottom: 117px;
    margin-top: -24px;
  }
  
  .feature-block-one .inner-box:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 100%;
    bottom: 0px;
    right: -15px;
    transition: all 500ms ease;
  }
  
  .feature-block-one .inner-box:hover:before{
    height: calc(100% - 24px);
  }
  
  .feature-block:last-child .feature-block-one .inner-box:before{
    display: none;
  }
  
  .feature-block-one .inner-box span{
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%,-50%);
    font-size: 200px;
    line-height: 200px;
    font-family: 'Caveat', cursive;
    color: #f4f1f0;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .feature-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #ffffff;
    font-size: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    margin-bottom: 31px;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .feature-block-one .inner-box .icon-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0,0);
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .feature-block-one .inner-box:hover .icon-box{
    color: #ffffff;
  }
  
  .feature-block-one .inner-box:hover .icon-box:before{
    transform: scale(1,1);
  }
  
  .feature-block-one .inner-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .feature-block-one .inner-box p{
    margin-bottom: 32px;
  }
  
  .feature-block-one .inner-box .btn-box{
    position: absolute;
    left: 0px;
    bottom: 63px;
    width: 100%;
    text-align: center;
  }
  
  .feature-block-one .inner-box .btn-box .theme-btn{
    padding: 12.5px 38px;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 500ms ease;
  }
  
  .feature-block-one .inner-box:hover .btn-box .theme-btn{
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .team-section .fluid-container{
    position: relative;
    padding: 0px 30px;
  }
  
  .team-section .fluid-container .team-block-one{
    max-width: 100%;;
  }
  
  .team-section .fluid-container .team-block-one .inner-box .content-box{
    background-color: #ffffff;
    transition: all 500ms ease;
  }
  
  .team-section .fluid-container .team-block-one .inner-box:hover .content-box{
    background-color: #232323;
  }
  
  .team-section .fluid-container .team-block-one .inner-box .content-box h3{
    color: #232323;
    transition: all 500ms ease;
  }
  
  .team-section .fluid-container .team-block-one .inner-box:hover .content-box h3{
    color: #ffffff;
  }
  
  .team-section .fluid-container .team-block-one .inner-box .content-box{
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .team-section .fluid-container .owl-dots{
    margin-top: 40px;
  }
  
  
  /** contribution-section **/
  
  .contribution-section{
    position: relative;
  }
  
  .contribution-section .inner-container{
    position: relative;
    display: block;
    margin: 0px -100px;
    background-color: #232323;
    padding: 101px 100px 102px 100px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
  }
  
  .contribution-section .sec-title{
    margin-bottom: 40px;
  }
  
  .contribution-section .inner-container .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .contribution-section .single-item .inner-box{
    position: relative;
    display: block;
    background-color: #232323;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    overflow: hidden;
    padding: 50px 30px 42px 30px;
  }
  
  .contribution-section .single-item .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-color: rgba(255,255,255,0.1);
    font-size: 80px;
    color: #949494;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .contribution-section .single-item .inner-box .icon-box:before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0,0);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .contribution-section .single-item .inner-box:hover .icon-box:before{
    transform: scale(1,1);
  }
  
  .contribution-section .single-item .inner-box:hover .icon-box{
  
  }
  
  .contribution-section .single-item .inner-box .icon-box h5{
    position: absolute;
    top: 0px;
    right: -25px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    border: 4px solid #232323;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
  }
  
  .contribution-section .single-item .inner-box h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .contribution-section .single-item .inner-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #949494;
    text-transform: uppercase;
    padding-left: 14px;
  }
  
  .contribution-section .single-item .inner-box a:hover{
    padding-left: 38px;
  }
  
  .contribution-section .single-item .inner-box a i{
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 18px;
    transition: all 500ms ease;
  }
  
  .contribution-section .single-item .inner-box a:hover i{
    left: 27px;
  }
  
  .contribution-section .single-item .inner-box a:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    left: 0px;
    top: 12px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .contribution-section .single-item .inner-box a:hover:before{
    opacity: 1;
  }
  
  .contribution-section .owl-dots{
    position: relative;
    display: block;
    margin-top: 40px;
  }
  
  .contribution-section .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #3b3b3b;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: 0px 10px;
    transition: all 500ms ease;
  }
  
  .contribution-section .owl-theme .owl-dots .owl-dot.active span,
  .contribution-section .owl-theme .owl-dots .owl-dot span:hover{
  
  }
  
  .contribution-section .owl-theme .owl-dots .owl-dot span:before{
    position: absolute;
    content: '';
    background-color: #3b3b3b;
    width: 8px;
    height: 8px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  
  .contribution-section .owl-theme .owl-dots .owl-dot.active span:before,
  .contribution-section .owl-theme .owl-dots .owl-dot span:hover:before{
  
  }
  
  
  /** reports-section **/
  
  .reports-section{
    position: relative;
  }
  
  .content_block_7 .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_7 .content-box .sec-title{
    margin-bottom: 14px;
  }
  
  .content_block_7 .content-box .text p{
    margin-bottom: 32px;
  }
  
  .content_block_7 .content-box .text .theme-btn{
    padding: 12.5px 38px;
  }
  
  .content_block_8 .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_8 .content-box .single-progress-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
    min-height: 148px;
  }
  
  .content_block_8 .content-box .single-progress-box:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_8 .content-box .single-progress-box .box{
    position: absolute;
    left: 0px;
    top: 5px;
    width: 140px;
    height: 140px;
  }
  
  .content_block_8 .content-box .single-progress-box .box span{
    position: absolute;
    display: flex;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Caveat', sans-serif;
    font-weight: 700;
  }
  
  .content_block_8 .content-box .single-progress-box .text{
    position: relative;
    display: block;
    padding-left: 200px;
  }
  
  .content_block_8 .content-box .single-progress-box .text h2{
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .content_block_8 .content-box .single-progress-box .text h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 1px;
  }
  
  .content_block_8 .content-box .single-progress-box .text p{
    margin-bottom: 13px;
  }
  
  .content_block_8 .content-box .single-progress-box .text a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
  }
  
  .content_block_8 .content-box .single-progress-box .text a i{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    top: 2px;
    margin-right: 8px;
  }
  
  .content_block_8 .content-box .single-progress-box .text a:hover{
  
  }
  
  .content_block_8 .content-box .single-progress-box:last-child .box span{
  
  }
  
  .content_block_8 .content-box .single-progress-box:last-child .text h2{
  
  }
  
  .reports-section .pattern-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: calc(100% + 375px);
    background-repeat: repeat;
    background-position: center;
  }
   
  .funfact-section.alternat-2 .funfact-block-one .inner-box .icon-box{
  
  }
  
  .funfact-section.alternat-2 .funfact-block-one .inner-box .count-outer{
  
  }
  
  
  /** volunteer-section **/
  
  .volunteer-section{
    position: relative;
    padding: 110px 0px;
  }
  
  .content_block_9 .content-box{
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 40px 50px 50px 50px;
    border-radius: 15px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .nice-select:after{
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    color: #5f5e5e;
    top: 5px;
    right: 15px;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
  }
  
  .nice-select{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #dddad8 !important;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 18px;
    color: #5f5e5e;
    font-weight: 400;
  }
  
  .content_block_9 .content-box .volunteer-form .form-group{
    position: relative;
    margin-bottom: 26px;
  }
  
  .content_block_9 .content-box .volunteer-form .column:last-child .form-group{
    margin-bottom: 0px;
  }
  
  .content_block_9 .content-box .volunteer-form .form-group input[type='text'],
  .content_block_9 .content-box .volunteer-form .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #dddad8;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 18px;
    color: #5f5e5e;
    transition: all 500ms ease;
  }
  
  .content_block_9 .content-box .volunteer-form .form-group label{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #5f5e5e;
    margin-bottom: 13px;
  }
  
  .content_block_9 .content-box .volunteer-form .form-group input:focus{
  
  }
  
  .content_block_9 .content-box .volunteer-form .form-group .select-box{
    position: relative;
    min-height: 56px;
  }
  
  .content_block_9 .content-box .volunteer-form .form-group.message-btn{
    padding-top: 14px;
  }
  
  .content_block_9 .content-box .sec-title{
    margin-bottom: 25px;
  }
  
  .volunteer-section .image-layer{
    position: absolute;
    left: 290px;
    bottom: 0px;
  }
  
  .volunteer-section .icon-layer .icon-1{
    position: absolute;
    left: 0px;
    top: 50px;
  }
  
  .volunteer-section .icon-layer .icon-2{
    position: absolute;
    top: 20px;
    right: 0px;
  }
  
  .volunteer-section .icon-layer .icon-3{
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  
  
  /** comingsoon-section **/
  
  .comingsoon-section{
    position: relative;
    padding: 100px 0px 110px 0px;
  }
  
  .comingsoon-section .content-box h3{
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  
  .comingsoon-section .content-box h2{
    position: relative;
    display: block;
    font-size: 82px;
    line-height: 82px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
  }
  
  .comingsoon-section .content-box p{
    margin-bottom: 32px;
  }
  
  .comingsoon-section .content-box .timer{
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .comingsoon-section .content-box .cs-countdown .count-col{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 85px;
  }
  
  .comingsoon-section .content-box .cs-countdown .count-col:before{
    position: absolute;
    content: '';
    background-color: #d5cec9;
    width: 10px;
    height: 10px;
    top: 18px;
    right: -49px;
  }
  
  .comingsoon-section .content-box .cs-countdown .count-col:after{
    position: absolute;
    content: '';
    background-color: #d5cec9;
    width: 10px;
    height: 10px;
    top: 43px;
    right: -49px;
  }
  
  .comingsoon-section .content-box .cs-countdown .count-col:last-child{
    margin: 0px !important;
  }
  
  .comingsoon-section .content-box .cs-countdown .count-col:last-child:before,
  .comingsoon-section .content-box .cs-countdown .count-col:last-child:after{
    display: none;
  }
  
  .comingsoon-section .content-box .cs-countdown .count-col span{
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 70px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #232323;
    text-align: center;
    margin-bottom: 4px;
  }
  
  .comingsoon-section .content-box .cs-countdown .count-col h6{
    position: relative;
    font-size: 26px;
    line-height: 36px;
    font-family: 'Caveat', cursive;
    color: #03c0a8;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  .comingsoon-section .content-box .theme-btn{
    padding: 12.5px 43px;
  }
  
  .subscribe-section.comingsoon-page{
    padding-bottom: 110px;
  }
  
  .comingsoon-section .icon-layer .icon-1{
    position: absolute;
    left: 0px;
    top: 50px;
  }
  
  .comingsoon-section .icon-layer .icon-2{
    position: absolute;
    top: 20px;
    right: 0px;
  }
  
  .comingsoon-section .icon-layer .icon-3{
    position: absolute;
    right: 0px;
    bottom: -240px;
  }
  
  .donation-page-section{
    padding: 100px 0px 110px 0px;
  }
  
  
  /** faq-page-section **/
  
  .faq-page-section{
    position: relative;
    padding: 110px 0px;
  }
  
  .content_block_10 .content-box{
    position: relative;
    display: block;
    margin-right: 30px;
    padding-right: 100px;
  }
  
  .content_block_10 .content-box .image{
    position: relative;
    margin-left: -217px;
  }
  
  .content_block_10 .content-box .image img{
    width: 100%;
  }
  
  .content_block_10 .content-box .text{
    position: absolute;
    top: 145px;
    right: 0px;
    width: 270px;
    border-radius: 15px;
    padding: 40px 30px 40px 30px;
  }
  
  .content_block_10 .content-box .text .icon-box{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  
  .content_block_10 .content-box .text h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  .content_block_10 .content-box .text p{
    color: #ffffff;
    margin-bottom: 22px;
  }
  
  .content_block_10 .content-box .text a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px 40px;
  }
  
  .content_block_10 .content-box .text a:hover{
    background-color: #ffffff;
  }
  
  .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;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-left: 1px solid #dddad8;
    color: #232323;
    top: 0px;
    right: 1px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .accordion-box .block .acc-btn.active .icon-outer{
    transform: rotate(90deg);
    border-bottom: 1px solid #dddad8;
    border-left: none;
  }
  
  .accordion-box .block .acc-btn.active .icon-outer{
  
  }
  
  .accordion-box .block .acc-btn{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 8px 80px 8px 8px;
    cursor: pointer;
    border: 1px solid #dcd9d7;
    border-radius: 15px;
    transition: all 500ms ease;
  }
  
  .accordion-box .block .acc-btn.active{
  
  }
  
  .accordion-box .block .acc-btn h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0px;
    padding: 8px 0px 6px 63px;
    transition: all 500ms ease;
  }
  
  .accordion-box .block .acc-btn.active h5{
  
  }
  
  .accordion-box .block .acc-btn h5 i{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    transition: all 500ms ease;
  }
  
  .accordion-box .block .acc-btn.active h5 i{
  
  }
  
  .accordion-box .block .acc-btn.active{
  
  }
  
  
  .accordion-box .block .acc-content{
    position:relative;
    display:none;
    margin-top: 23px;
  }
  
  .accordion-box .block .acc-content.current{
    display:block;  
  }
  
  .accordion-box .block .acc-content .text{
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 33px 25px 31px 30px;
    border: 1px solid #dddad8;
    border-radius: 15px;
  }
  
  .accordion-box .block .acc-content .text:before{
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    left: 80px;
    top: -9px;
    border-radius: 2px;
    transform: rotate(45deg);
    box-shadow: -1px -1px 0px 0px #dddad8;
  }
  
  
  
  /** 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;
  }
  
  
  
  /*** 
  
  ====================================================================
                          Portfolio-Page
  ====================================================================
  
  ***/
  
  .portfolio-section{
    position: relative;
    padding: 110px 0px;
  }
  
  .sortable-masonry .filters{
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  
  .sortable-masonry .filter-tabs{
    position: relative;
    display: inline-block;
    border: 1px solid #dddad8;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .sortable-masonry .filter-tabs li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Quicksand', sans-serif;
    color: #232323;
    font-weight: 700;
    text-align: center;
    padding: 15px 38px;
    cursor: pointer;
    border-right: 1px solid #dddad8;
    transition: all 500ms ease;
  }
  
  .sortable-masonry .filter-tabs li:last-child{
    border: none !important;
  }
  
  .sortable-masonry .filter-tabs li.active{
    color: #ffffff;
  }
  
  .portfolio-section .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  
  .portfolio-section .image-box img{
    width: 100%;
    border-radius: 15px;
    transition: all 500ms ease;
  }
  
  .portfolio-section .image-box:hover img{
    opacity: 0.4;
    transform: scale(1.05);
  }
  
  .portfolio-section .more-btn{
    position: relative;
    margin-top: 20px;
  }
  
  .portfolio-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  
  .portfolio-block-one .inner-box .image{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .portfolio-block-one .inner-box .image img{
    width: 100%;
    border-radius: 15px;
    transition: all 500ms ease;
  }
  
  .portfolio-block-one .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-one .inner-box .content-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .portfolio-block-one .inner-box .content-box .links-list{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 108px;
    border-radius: 15px;
    overflow: hidden;
    transform: scale(0,0);
    transition: all 500ms ease;
  }
  
  .portfolio-block-one .inner-box:hover .content-box .links-list{
    transform: scale(1,1);
  }
  
  .portfolio-block-one .inner-box .content-box .links-list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
  }
  
  .portfolio-block-one .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-one .inner-box .content-box .links-list li:first-child a{
    color: #ffffff;
  }
  
  .portfolio-block-one .inner-box .content-box .text{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: calc(100% - 20px);
    background-color: #f4f1f0;
    border-top-left-radius: 15px;
    padding: 16px 20px 21px 20px;
    text-align: left;
    overflow: hidden;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .portfolio-block-one .inner-box:hover .content-box .text{
    opacity: 1;
  }
  
  .portfolio-block-one .inner-box .content-box .text:before{
    position: absolute;
    content: '';
    background: url(../images/shape/shape-40.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .portfolio-block-one .inner-box .content-box .text span{
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    margin-bottom: 0px;
  }
  
  .portfolio-block-one .inner-box .content-box .text h3{
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
  }
  
  .portfolio-block-one .inner-box .content-box .text h3 a{
    display: inline-block;
    color: #232323;
  }
  
  .portfolio-block-one .inner-box .content-box .text h3 a:hover{
  
  }
  
  .portfolio-section.four-columns .sortable-masonry{
    margin: 0px 14px;
  }
  
  .portfolio-section.four-columns .masonry-item{
    padding: 0px 1px;
  }
  
  .portfolio-section.four-columns .portfolio-block-one .inner-box{
    margin-bottom: 2px;
  }
  
  .portfolio-section.four-columns .portfolio-block-one .inner-box .content-box .text{
    background-color: transparent;
  }
  
  .portfolio-section.four-columns .portfolio-block-one .inner-box .content-box .text:before{
    display: none;
  }
  
  .portfolio-section.four-columns .portfolio-block-one .inner-box .content-box .text h3 a{
    color: #ffffff;
  }
  
  .portfolio-section.four-columns .portfolio-block-one .inner-box .content-box .text h3 a:hover{
  
  }
  
  .portfolio-section .pagination-wrapper{
    position: relative;
    display: block;
    margin-top: 50px;
  }
  
  
  /** portfolio-details **/
  
  .portfolio-details{
    position: relative;
    padding: 110px 0px;
  }
  
  .portfolio-sidebar{
    position: relative;
    display: block;
    margin-right: 30px;
  }
  
  .portfolio-sidebar .portfolio-info{
    position: relative;display: block;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 34px 30px 40px 40px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .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: 15px;
  }
  
  .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: 700;
    margin-bottom: 0px;
  }
  
  .portfolio-sidebar .portfolio-info .info-list li p{
    position: relative;
    display: block;
    color: #5f5e5e;
  }
  
  .portfolio-sidebar .portfolio-info .info-list li p a{
    display: inline-block;
    color: #5f5e5e;
  }
  
  .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;
  }
  
  .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: 700;
    margin-bottom: 25px;
  }
  
  .portfolio-details-content .text p{
    margin-bottom: 26px;
  }
  
  .portfolio-details-content .text p:last-child{
    margin-bottom: 0px;
  }
  
  .portfolio-details-content .image-box{
    position: relative;
    display: block;
    margin-top: 42px;
    margin-bottom: 41px;
  }
  
  .portfolio-details-content .image-box .image{
    position: relative;
    display: block;
    border-radius: 15px;
  }
  
  .portfolio-details-content .image-box .image img{
    width: 100%;
    border-radius: 15px;
  }
  
  .list-style-two{
    position: relative;
    display: block;
  }
  
  .list-style-two li{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #5f5e5e;
    margin-bottom: 12px;
    padding-left: 35px;
  }
  
  .list-style-two li:last-child{
    margin-bottom: 0px;
  }
  
  .list-style-two li:before{
    position: absolute;
    content: '\e90e';
    font-family: 'icomoon';
    left: 0px;
    top: 1px;
    font-size: 20px;
  }
  
  .portfolio-details-content h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 26px;
  }
  
  .portfolio-details-content .project-summary p{
    margin-bottom: 17px;
  }
  
  .portfolio-details-content .project-summary{
    position: relative;
    display: block;
    margin-bottom: 38px;
  }
  
  .portfolio-details-content .project-solution p{
    margin-bottom: 17px;
  }
  
  .portfolio-details-content .inner-box{
    position: relative;
    display: block;
    padding-bottom: 57px;
    border-bottom: 1px solid #dddad8;
    margin-bottom: 53px;
  }
  
  .portfolio-details-content .nav-btn-box .single-item{
    position: relative;
    width: 50%;
  }
  
  .portfolio-details-content .nav-btn-box .single-item.pull-left{
    padding-left: 95px;
    padding-right: 40px;
  }
  
  .portfolio-details-content .nav-btn-box .single-item.pull-right{
    padding-right: 95px;
    padding-left: 40px;
  }
  
  .portfolio-details-content .nav-btn-box .single-item .thumb-box{
    position: absolute;
    top: 7px;
    width: 74px;
    height: 74px;
    border-radius: 15px;
  }
  
  .portfolio-details-content .nav-btn-box .single-item .thumb-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .portfolio-details-content .nav-btn-box .single-item.pull-left .thumb-box{
    left: 0px;
  }
  
  .portfolio-details-content .nav-btn-box .single-item.pull-right .thumb-box{
    right: 0px;
  }
  
  .portfolio-details-content .nav-btn-box .single-item h6{
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 7px;
  }
  
  .portfolio-details-content .nav-btn-box .single-item h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #232323;
  }
  
  .portfolio-details-content .nav-btn-box .single-item h5 a{
    display: inline-block;
    color: #232323;
  }
  
  .portfolio-details-content .nav-btn-box .single-item h5 a:hover{
  
  }
  
  .portfolio-details-content .nav-btn-box{
    position: relative;
  }
  
  .portfolio-details-content .nav-btn-box:before{
    position: absolute;
    content: '\e904';
    font-family: 'icomoon';
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #dddad8;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  
  /*** 
  
  ====================================================================
                          Donations-Page
  ====================================================================
  
  ***/
  
  
  /** case-page-section **/
  
  .case-page-section{
    position: relative;
    padding: 110px 0px;
  }
  
  .case-block-three .inner-box{
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    margin-bottom: 50px;
  }
  
  .case-block-three .inner-box .image-box{
    position: relative;
    display: block;
  }
  
  .case-block-three .inner-box .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-block-three .inner-box .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
    background-color: #000;
  }
  
  .case-block-three .inner-box .image-box .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .case-block-three .inner-box:hover .image-box .image img{
    transform: scale(1.05);
    opacity: 0.4;
  }
  
  .case-block-three .inner-box .image-box .text{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 15px 71px 40px;
    z-index: 1;
  }
  
  .case-block-three .inner-box .image-box .text .category a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border-bottom: 2px solid;
    margin-bottom: 11px;
  }
  
  .case-block-three .inner-box .image-box .text .category a:hover{
  
  }
  
  .case-block-three .inner-box .image-box .text h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
  }
  
  .case-block-three .inner-box .image-box .text h3 a{
    display: inline-block;
    color: #ffffff;
  }
  
  .case-block-three .inner-box .image-box .text h3 a:hover{
  
  }
  
  .case-block-three .inner-box .lower-content{
    position: relative;
    display: block;
    padding: 0px 40px 24px 40px;
  }
  
  .case-block-three .inner-box .lower-content .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 14px 180px 16px 20px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: -40px;
    z-index: 1;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .pattern-layer-2{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .amount-box{
    position: relative;
    padding-left: 50px;
    float: left;
    margin-right: 30px;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .amount-box .icon-box{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .amount-box h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .amount-box .price{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .amount-box .price span{
    color: #b7b1af;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .percentage-box{
    position: relative;
    float: left;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .percentage-box .bar{
    position:relative;
    width:40px;
    height:5px;
    background:#eae8e6;
    border-radius:0px;
    border: none;
    transform: rotate(-90deg);
    top: 23px;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .percentage-box .bar-inner{
    position:relative;
    display:block;
    border-radius:0px;
    width:40px;
    height:5px;
    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; 
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .percentage-box .count-text{
    position: absolute;
    top: 15px;
    right: -27px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .btn-box{
    position: absolute;
    display: flex;
    height: 100%;
    right: 0px;
    top: 0px;
    width: 160px;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .btn-box button{
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .btn-box button:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-9.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .btn-box button:hover:before{
    background-image: url(../images/shape/shape-41.png);
  }
  
  .case-block-three .inner-box .lower-content .donate-inner .btn-box button:hover{
  
  }
  
  .case-block-three .inner-box .lower-content .info-box li{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 50px;
    min-height: 49px;
    padding-right: 55px;
  }
  
  .case-block-three .inner-box .lower-content .info-box li:last-child{
    padding-right: 0px;
  }
  
  .case-block-three .inner-box .lower-content .info-box li i{
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cecac9;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
  }
  
  .case-block-three .inner-box .lower-content .info-box li h5{
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .case-block-three .inner-box .lower-content .info-box li h5 a{
    color: #232323;
  }
  
  .case-block-three .inner-box .lower-content .info-box li h5 a:hover{
  
  }
  
  .case-block-three .inner-box .lower-content .info-box li p{
    font-size: 16px;
    line-height: 25px;
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share{
    display: flex;
    align-items: center;
  }
  
  .case-block-three .inner-box .lower-content .info-box{
    position: relative;
    padding-top: 14px;
  }
  
  .case-block-three .inner-box .lower-content .info-box li:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 40px;
    top: 3px;
    right: 27px;
  }
  
  .case-block-three .inner-box .lower-content .info-box li:last-child:before{
    display: none;
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share .social-links{
    position: absolute;
    top: 65px;
    right: -18px;
    width: 113px;
    border-radius: 3px;
    padding: 10px 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share:hover .social-links{
    top: 55px;
    visibility: visible;
    opacity: 1;
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share .social-links:before{
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    left: 14px;
    top: -5px;
    transform: rotate(45deg);
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share .social-links li{
    position: relative;
    display: inline-block;
    width: 33.333%;
    text-align: center;
    padding: 0px;
    min-height: auto;
    height: 20px;
    border-right: 1px solid rgba(255,255,255,0.4);
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share .social-links li:last-child{
    border: none;
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share .social-links li:before{
    display: none;
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share .social-links li a i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    border: none;
    width: auto;
    top: 0px;
    height: 20px;
    line-height: 20px;
    border-radius: 0px;
    top: -4px;
    background: transparent;
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share:hover i{
    transition: all 500ms ease;
  }
  
  .case-block-three .inner-box .lower-content .info-box li.share:hover i{
    color: #ffffff;
  }
  
  .case-page-section .case-block-one .inner-box{
    margin-bottom: 50px;
  }
  
  
  /** case-list-view **/
  
  .case-block-four .inner-box{
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 15px 10px rgb(0 0 0 / 8%);
    margin-bottom: 50px;
    padding: 30px 40px 30px 600px;
    min-height: 350px;
  }
  
  .case-block-four .inner-box:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-42.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
  }
  
  .case-block-four .inner-box .image-box{
    position: absolute;
    left: 30px;
    top: 30px;
    width: 530px;
  }
  
  .case-block-four .inner-box .image-box .image{
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    background-color: #000;
  }
  
  .case-block-four .inner-box .image-box .image img{
    width: 100%;
    border-radius: 15px;
    transition: all 500ms ease;
  }
  
  .case-block-four .inner-box:hover .image-box .image img{
    opacity: 0.5;
    transform: scale(1.05);
  }
  
  .case-block-four .inner-box .content-box{
    position: relative;
    display: block;
    padding: 13px 0px 14px 0px;
  }
  
  .case-block-four .inner-box .donate-inner{
    position: relative;
    display: inline-block;
    width: calc(100% - 40px);
    left: 20px;
    padding: 14px 180px 16px 20px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: -40px;
    z-index: 1;
  }
  
  .case-block-four .inner-box .donate-inner .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .case-block-four .inner-box .donate-inner .amount-box{
    position: relative;
    padding-left: 50px;
    float: left;
    margin-right: 30px;
  }
  
  .case-block-four .inner-box .donate-inner .amount-box .icon-box{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
  }
  
  .case-block-four .inner-box .donate-inner .amount-box h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .case-block-four .inner-box .donate-inner .amount-box .price{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  
  .case-block-four .inner-box .donate-inner .amount-box .price span{
    color: #b7b1af;
  }
  
  .case-block-four .inner-box .donate-inner .percentage-box{
    position: relative;
    float: left;
  }
  
  .case-block-four .inner-box .donate-inner .percentage-box .bar{
    position:relative;
    width:40px;
    height:5px;
    background:#eae8e6;
    border-radius:0px;
    border: none;
    transform: rotate(-90deg);
    top: 23px;
  }
  
  .case-block-four .inner-box .donate-inner .percentage-box .bar-inner{
    position:relative;
    display:block;
    border-radius:0px;
    width:40px;
    height:5px;
    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; 
  }
  
  .case-block-four .inner-box .donate-inner .percentage-box .count-text{
    position: absolute;
    top: 15px;
    right: -27px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  
  
  .case-block-four .inner-box .donate-inner .btn-box{
    position: absolute;
    display: flex;
    height: 100%;
    right: 0px;
    top: 0px;
    width: 160px;
  }
  
  .case-block-four .inner-box .donate-inner .btn-box button{
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .case-block-four .inner-box .donate-inner .btn-box button:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-9.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .case-block-four .inner-box .donate-inner .btn-box button:hover:before{
    background-image: url(../images/shape/shape-41.png);
  }
  
  .case-block-four .inner-box .donate-inner .btn-box button:hover{
  
  }
  
  .case-block-four .inner-box .content-box .info-box li{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 50px;
    min-height: 49px;
    padding-right: 55px;
  }
  
  .case-block-four .inner-box .content-box .info-box li:last-child{
    padding-right: 0px;
  }
  
  .case-block-four .inner-box .content-box .info-box li i{
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cecac9;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
  }
  
  .case-block-four .inner-box .content-box .info-box li h5{
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .case-block-four .inner-box .content-box .info-box li h5 a{
    color: #232323;
  }
  
  .case-block-four .inner-box .content-box .info-box li h5 a:hover{
  
  }
  
  .case-block-four .inner-box .content-box .info-box li p{
    font-size: 16px;
    line-height: 25px;
  }
  
  .case-block-four .inner-box .content-box .info-box li.share{
    display: flex;
    align-items: center;
  }
  
  .case-block-four .inner-box .content-box .info-box{
    position: relative;
    padding-top: 14px;
  }
  
  .case-block-four .inner-box .content-box .info-box li:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 40px;
    top: 3px;
    right: 27px;
  }
  
  .case-block-four .inner-box .content-box .info-box li:last-child:before{
    display: none;
  }
  
  .case-block-four .inner-box .content-box .info-box li.share .social-links{
    position: absolute;
    top: 65px;
    right: -18px;
    width: 113px;
    border-radius: 3px;
    padding: 10px 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .case-block-four .inner-box .content-box .info-box li.share:hover .social-links{
    top: 55px;
    visibility: visible;
    opacity: 1;
  }
  
  .case-block-four .inner-box .content-box .info-box li.share .social-links:before{
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    left: 14px;
    top: -5px;
    transform: rotate(45deg);
  }
  
  .case-block-four .inner-box .content-box .info-box li.share .social-links li{
    position: relative;
    display: inline-block;
    width: 33.333%;
    text-align: center;
    padding: 0px;
    min-height: auto;
    height: 20px;
    border-right: 1px solid rgba(255,255,255,0.4);
  }
  
  .case-block-four .inner-box .content-box .info-box li.share .social-links li:last-child{
    border: none;
  }
  
  .case-block-four .inner-box .content-box .info-box li.share .social-links li:before{
    display: none;
  }
  
  .case-block-four .inner-box .content-box .info-box li.share .social-links li a i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    border: none;
    width: auto;
    top: 0px;
    height: 20px;
    line-height: 20px;
    border-radius: 0px;
    top: -4px;
    background: transparent;
  }
  
  .case-block-four .inner-box .content-box .info-box li.share:hover i{
    transition: all 500ms ease;
  }
  
  .case-block-four .inner-box .content-box .info-box li.share:hover i{
    color: #ffffff;
  }
  
  .case-block-four .inner-box .content-box .text .category a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border-bottom: 2px solid;
    margin-bottom: 11px;
  }
  
  .case-block-four .inner-box .content-box .text .category a:hover{
  
  }
  
  .case-block-four .inner-box .content-box .text h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .case-block-four .inner-box .content-box .text h3 a{
    display: inline-block;
    color: #232323;
  }
  
  .case-block-four .inner-box .content-box .text h3 a:hover{
  
  }
  
  .case-block-four .inner-box .content-box .text{
    position: relative;
    display: block;
    margin-bottom: 16px;
  }
  
  
  /** case-details **/
  
  .page-title.details-page{
    padding: 103px 0px 141px 0px;
  }
  
  .page-title.details-page .title{
    margin: 0px;
  }
  
  .page-title .title h6{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
  }
  
  .case-details .lower-box{
    position: relative;
    padding: 110px 0px;
  }
  
  .case-details .upper-box{
    position: relative;
    margin-top: -40px;
    z-index: 1;
  }
  
  .case-details .donate-inner{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 14px 180px 16px 20px;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .case-details .donate-inner .pattern-layer-2{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .case-details .donate-inner .amount-box{
    position: relative;
    padding-left: 50px;
    float: left;
    margin-right: 30px;
  }
  
  .case-details .donate-inner .amount-box .icon-box{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
  }
  
  .case-details .donate-inner .amount-box h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .case-details .donate-inner .amount-box .price{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  
  .case-details .donate-inner .amount-box .price span{
    color: #b7b1af;
  }
  
  .case-details .donate-inner .percentage-box{
    position: relative;
    float: right;
    padding-left: 16px;
    top: 15px;
    padding-right: 10px;
  }
  
  .case-details .donate-inner .percentage-box .bar{
    position: absolute;
    left: 0px;
    top: -9px;
    width: 4px;
    height: 40px;
    background-color: #dddad8;
  }
  
  .case-details .donate-inner .percentage-box .bar:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 53%;
    left: 0px;
    bottom: 0px;
  }
  
  .case-details .donate-inner .percentage-box h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  
  .case-details .donate-inner .btn-box{
    position: absolute;
    display: flex;
    height: 100%;
    right: 0px;
    top: 0px;
    width: 160px;
  }
  
  .case-details .donate-inner .btn-box button{
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
  }
  
  .case-details .donate-inner .btn-box button:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-9.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
  
  .case-details .upper-box .info-box li{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 50px;
    min-height: 49px;
    padding-right: 55px;
  }
  
  .case-details .upper-box .info-box li:last-child{
    padding-right: 0px;
  }
  
  .case-details .upper-box .info-box li i{
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cecac9;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
  }
  
  .case-details .upper-box .info-box li h5{
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  
  .case-details .upper-box .info-box li h5 a{
    color: #232323;
  }
  
  .case-details .upper-box .info-box li h5 a:hover{
  
  }
  
  .case-details .upper-box .info-box li p{
    font-size: 16px;
    line-height: 25px;
  }
  
  .case-details .upper-box .info-box li.share{
    display: flex;
    align-items: center;
  }
  
  .case-details .upper-box .info-box{
    position: relative;
    padding: 17px 30px 14px 30px;
    box-shadow: 0 10px 15px 10px rgb(0 0 0 / 8%);
    border-radius: 15px;
    background-color: #ffffff;
  }
  
  .case-details .upper-box .info-box:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-43.png);
    left: 0px;
    top: 0px;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .case-details .upper-box .info-box li:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 40px;
    top: 3px;
    right: 27px;
  }
  
  .case-details .upper-box .info-box li:last-child:before{
    display: none;
  }
  
  .case-details-content{
    position: relative;
    display: block;
  }
  
  .case-details-content .content-one{
    position: relative;
    display: block;
    margin-bottom: 42px;
  }
  
  .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: 700;
    margin-bottom: 25px;
  }
  
  .case-details-content .content-two .video-inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .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: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 13px;
  }
  
  .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: 36px;
    line-height: 44px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    color: #ffffff;
  }
  
  .case-details-content .content-two .text p{
    margin-bottom: 25px;
  }
  
  .case-details-content .content-two .text .list li{
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 37px;
  }
  
  .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: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    font-weight: 700;
    left: 0px;
    top: 4px;
  }
  
  .case-details-content .content-two .text .list li h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  
  .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;
    border-radius: 15px;
    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;
    border-radius: 15px;
  }
  
  .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%;
    border-radius: 15px;
    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;
    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;
  }
  
  .case-details-content .content-three .single-item .overlay-content h6 a:hover{
    color: #ffffff;
  }
  
  .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: 50px;
  }
  
  .case-details-content .content-four .text{
    position: relative;
    display: block;
  }
  
  .case-details-content .content-four .text h3{
    margin-bottom: 5px;
  }
  
  .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-box{
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #dddad8;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px;
    transition: all 500ms ease;
  }
  
  .case-details-content .content-four .single-item:hover .image-box{
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0px 30px rgb(0 0 0 / 15%);
  }
  
  .case-details-content .content-four .single-item .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000;
    border-radius: 50%;
  }
  
  .case-details-content .content-four .single-item .image-box .image img{
    width: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    transition: all 500ms ease;
  }
  
  .case-details-content .content-four .single-item:hover .image-box .image img{
    opacity: 0.4;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  
  .case-details-content .content-four .single-item .image-box span{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(0,0);
    transition: all 500ms ease;
  }
  
  .case-details-content .content-four .single-item:hover .image-box span{
    transform: scale(1,1);
  }
  
  .case-details-content .content-four .single-item span{
    font-size: 28px;
    line-height: 30px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
  }
  
  .case-details-content .content-four .single-item .lower-content{
    position: relative;
    display: block;
    padding-top: 14px;
  }
  
  .case-details-content .content-four .single-item .lower-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .case-details-content .content-four .single-item .lower-content .text-box{
    position: absolute;
    left: 0px;
    bottom: -10px;
    opacity: 0;
    width: 100%;
    transition: all 500ms ease;
  }
  
  .case-details-content .content-four .single-item:hover .lower-content .text-box{
    bottom: 0px;
    opacity: 1;
  }
  
  .case-details-content .content-four .single-item .lower-content span{
    transition: all 500ms ease;
  }
  
  .case-details-content .content-four .single-item:hover .lower-content span{
    opacity: 0;
  }
  
  .case-details-content .content-four .single-item .lower-content .designation{
    opacity: 1 !important;
  }
  
  .case-details-content .content-four .single-item{
    margin-top: 30px;
  }
  
  .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;
    font-weight: 700;
    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{
    position: relative;
    display: block;
    height: 100%;
    padding-left: 50px;
  }
  
  .default-sidebar:before{
    position: absolute;
    content: '';
    background-color: #f4f1f0;
    width: 5000px;
    height: calc(100% + 220px);
    left: 10px;
    top: -110px;
  }
  
  .case-sidebar.default-sidebar:before {
    top: -158px;
    height: calc(100% + 268px);
  }
  
  .default-sidebar:after{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-44.png);
    width: 5000px;
    height: calc(100% + 220px);
    left: 10px;
    top: -110px;
    background-repeat: repeat;
  }
  
  .case-sidebar.default-sidebar:after {
    top: -158px;
    height: calc(100% + 268px);
  }
  
  .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: 15px;
    padding: 10px 70px 10px 20px;
    font-size: 18px;
    color: #5f5e5e;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    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: 8px;
    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 .sidebar-widget{
    position: relative;
    z-index: 1;
  }
  
  .default-sidebar .search-widget{
    margin-bottom: 52px;
  }
  
  .default-sidebar .sidebar-widget .widget-title{
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
  
  .default-sidebar .sidebar-widget .widget-title h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }
  
  .default-sidebar .category-widget .category-list{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #dddad8;
  }
  
  .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-weight: 700;
    color: #5f5e5e;
    text-transform: uppercase;
    padding: 16px 0px 13px 20px;
    border-bottom: 1px solid #dddad8;
  }
  
  .default-sidebar .category-widget .category-list li:last-child a{
    border-bottom: none;
  }
  
  .default-sidebar .category-widget .category-list li a span{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 100%;
    border-left: 1px solid #dddad8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .default-sidebar .category-widget .category-list li a:hover{
    padding-left: 43px;
  }
  
  .default-sidebar .category-widget .category-list li a:before{
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    font-weight: 700;
    left: 18px;
    top: 16px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .default-sidebar .category-widget .category-list li a:hover:before{
    opacity: 1;
  }
  
  .default-sidebar .category-widget{
    margin-bottom: 52px;
  }
  
  .default-sidebar .gallery-widget .image-list{
    position: relative;
    margin: 0px -5px;
  }
  
  .default-sidebar .gallery-widget .image-list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 100px;
    margin: 0px 5px 10px 5px;
  }
  
  .default-sidebar .gallery-widget .image-list li .image{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    background-color: #000;
  }
  
  .default-sidebar .gallery-widget .image-list li .image img{
    width: 100%;
    border-radius: 15px;
    transition: all 500ms ease
  }
  
  .default-sidebar .gallery-widget .image-list li .image:hover img{
    opacity: 0.2;
  }
  
  .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: 40px;
    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;
    border-radius: 15px;
    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%;
    left: 0px;
    top: 0px;
    opacity: 0.85;
  }
  
  .default-sidebar .subscribe-widget .upper-content .icon-box{
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 55px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
  }
  
  .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: #5f5e5e;
    border-bottom: 1px solid #dddad8;
    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: 16px;
  }
  
  .default-sidebar .subscribe-widget .lower-content p span{
  
  }
  
  .default-sidebar .subscribe-widget .lower-content .form-group{
    margin-bottom: 12px;
  }
  
  .default-sidebar .subscribe-widget .lower-content .subscribe-form .theme-btn{
    padding: 12.5px 40px;
  }
  
  
  
  /*** 
  
  ====================================================================
                          Events-Page
  ====================================================================
  
  ***/
  
  .events-page-section{
    position: relative;
    padding: 110px 0px;
    overflow: hidden;
  }
  
  .events-page-section .events-block-two .inner-box .content-box .category a{
    color: #ffffff;
  }
  
  .events-page-section .events-block-two .inner-box{
    margin-bottom: 70px;
  }
  
  .events-page-section .more-btn .theme-btn{
    padding: 12.5px 40px;
  }
  
  .events-block-one .inner-box .inner .links a:after{
    position: absolute;
    content: "\f105";
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    top: -10px;
    right: 0px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .events-block-one .inner-box .inner .links a:hover:after{
    opacity: 1;
  }
  
  .events-block-one .inner-box .inner p{
    margin-bottom: 32px;
  }
  
  .events-page-section .events-block-one .inner-box .inner h3{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  
  .events-page-section .events-block-one .inner-box{
    padding: 36px 20px 31px 300px;
    margin-bottom: 50px;
  }
  
  .events-page-section .events-block-one .inner-box .inner .info{
    margin-bottom: 11px;
  }
  
  .events-page-section .events-block-one .inner-box .image-box{
    width: 235px;
    height: 270px;
  }
  
  .events-page-section .events-block-one .inner-box .image-box h3{
    top: 100px;
    right: -30px;
  }
  
  
  .event-details{
    position: relative;
    padding: 100px 0px 110px 0px;
  }
  
  .event-details-content{
    position: relative;
    display: block;
  }
  
  .event-details-content .upper-box h2{
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 17px;
  }
  
  .event-details-content .upper-box .events-info{
    position: relative;
    display: block;
    margin-bottom: 34px;
  }
  
  .event-details-content .upper-box .events-info li{
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    padding-left: 25px;
    margin-right: 30px;
  }
  
  .event-details-content .upper-box .events-info li:last-child{
    margin: 0px !important;
  }
  
  .event-details-content .upper-box .events-info li i{
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 16px;
  }
  
  .event-details-content .upper-box .events-info li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    right: -20px;
    border-radius: 50%;
  }
  
  .event-details-content .upper-box .events-info li:last-child:before{
    display: none;
  }
  
  .event-details-content .upper-box .image-box{
    position: relative;
    display: block;
    border-radius: 15px;
  }
  
  .event-details-content .upper-box .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .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;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px 0px;
    margin-top: -40px;
    box-shadow: 0 0px 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: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #232323;
    cursor: pointer;
    padding: 10px 0px 10px 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: 18px;
    color: #bfbab8;
    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: 700;
  }
  
  .event-details-content .tabs-content p{
    margin-bottom: 16px;
  }
  
  .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: 33px;
  }
  
  .event-details-content .tabs-content .overview-inner .content-one h3{
    margin-bottom: 24px;
  }
  
  .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;
    font-size: 18px;
    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: '\e90e';
    font-family: 'icomoon';
    font-size: 18px;
    left: 0px;
    top: 0px;
  }
  
  .event-details-content .tabs-content .overview-inner .content-two{
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  
  .event-details-content .tabs-content .lower-box .btn-box span{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-weight: 700;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
  }
  
  .event-details-content .tabs-content .lower-box .btn-box .theme-btn{
    padding: 12.5px 45px;
    margin-right: 15px;
  }
  
  .event-details-content .tabs-content .lower-box .share-option h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 54px;
    font-weight: 700;
    padding-right: 75px;
  }
  
  .event-details-content .tabs-content .lower-box .share-option h5 a{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    background: transparent;
    border: 1px solid #dddad8;
    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:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
  }
  
  .event-details-content .tabs-content .participants-inner .single-column:last-child .single-item:before{
    right: 0px;
  }
  
  .event-details-content .tabs-content .participants-inner .single-column:first-child .single-item:after{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 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: 28px;
    line-height: 32px;
    font-family: 'Caveat', cursive;
    margin-top: 12px;
    margin-bottom: 4px;
  }
  
  .event-details-content .tabs-content .participants-inner .single-item h3{
    font-size: 22px;
    line-height: 30px;
    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 10px;
    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;
    border-radius: 15px;
    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: 'Quicksand', sans-serif;
    color: #232323;
    font-weight: 700;
    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{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #eae8e6;
    border-radius: 15px;
    font-size: 18px;
    color: #5f5e5e;
    padding: 10px 20px;
    transition: all 500ms ease;
  }
  
  .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{
    height: 60px;
  }
  
  .event-details-content .tabs-content .contact-inner .form-inner .form-group .nice-select:after{
    top: 10px;
    right: 25px;
    color: #5f5e5e;
  }
  
  .event-details-content .tabs-content .contact-inner .form-inner .form-group .theme-btn{
    padding: 12.5px 45px;
  }
  
  .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;
    border-radius: 15px;
    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: 'Quicksand', sans-serif;
    color: #232323;
    font-weight: 700;
    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;
  }
  
  .event-details-content .tabs-content .contact-inner .sidebar-inner .event-organizer .list-item li p a{
    color: #5f5e5e;
  }
  
  .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;
  }
  
  
  /*** 
  
  ====================================================================
                          Blog-Page
  ====================================================================
  
  ***/
  
  .blog-grid{
    position: relative;
    padding: 110px 0px;
  }
  
  .blog-grid .news-block-one .inner-box{
    margin-bottom: 40px;
  }
  
  .blog-grid .more-btn{
    margin-top: 10px;
  }
  
  .blog-grid .more-btn .theme-btn{
    padding: 12.5px 38px;
  }
  
  
  .sidebar-page-container{
    position: relative;
    padding: 110px 0px;
  }
  
  .news-block-two{
    margin-bottom: 60px;
  }
  
  .news-block-two .inner-box{
    position: relative;
    display: block;
    padding-bottom: 60px;
  }
  
  .news-block-two .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    background-color: #000;
  }
  
  .news-block-two .inner-box .image-box img{
    width: 100%;
    border-radius: 15px;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .image-box img{
    opacity: 0.5;
    transform: scale(1.05);
  }
  
  .news-block-two .inner-box .content-box{
    position: absolute;
    left: 30px;
    bottom: 0px;
    width: calc(100% - 30px);
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border-radius: 15px 0px 15px 15px;
  }
  
  .news-block-two .inner-box .content-box .text{
    position: relative;
    background-color: #f4f1f0;
    padding: 25px 20px 22px 30px;
    border-top-left-radius: 15px;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box .content-box .text:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-27.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: center;
    left: 0px;
    top: 0px;
    right: 0px;
    border-top-left-radius: 15px;
  }
  
  .news-block-two .inner-box .content-box .text .post-date{
    position: absolute;
    top: -18px;
    right: 0px;
    font-size: 16px;
    line-height: 36px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    padding: 0px 19px;
  }
  
  .news-block-two .inner-box .content-box .text .category{
    position: relative;
    display: block;
    margin-bottom: 9px;
  }
  
  .news-block-two .inner-box .content-box .text .category a{
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Caveat', cursive;
    border-bottom: 2px solid;
  }
  
  .news-block-two .inner-box .content-box .text .category a:hover{
  
  }
  
  .news-block-two .inner-box .content-box .text h3{
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .news-block-two .inner-box .content-box .text h3 a{
    display: inline-block;
    color: #232323;
  }
  
  .news-block-two .inner-box .content-box .text h3 a:hover{
  
  }
  
  .news-block-two .inner-box .content-box .text p{
    position: relative;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box .content-box .info{
    position: relative;
    display: block;
    padding: 16.5px 30px;
  }
  
  .news-block-two .inner-box .content-box .info .link-box a{
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #5f5e5e;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .news-block-two .inner-box .content-box .info .link-box a:hover{
  
  }
  
  .news-block-two .inner-box .content-box .info .link-box a:before{
    position: absolute;
    content: "\f105";
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 0px;
    font-weight: 400;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box .content-box .info .link-box a:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 1px;
    left: 0px;
    top: 12px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box .content-box .info .link-box a:hover:after{
    width: 30px;
    opacity: 1;
  }
  
  .news-block-two .inner-box .content-box .info .post-info li{
    position: relative;
    display: inline-block;
    padding-left: 26px;
    margin-right: 26px;
  }
  
  .news-block-two .inner-box .content-box .info .post-info li:last-child{
    margin: 0px !important;
  }
  
  .news-block-two .inner-box .content-box .info .post-info li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5f5e5e;
  }
  
  .news-block-two .inner-box .content-box .info .post-info li a:hover{
  
  }
  
  .news-block-two .inner-box .content-box .info .post-info li i{
    position: absolute;
    left: 0px;
    top: 3px;
  }
  
  .news-block-two .inner-box .content-box .info .post-info li:before{
    position: absolute;
    content: '';
    background-color: #dddad8;
    width: 1px;
    height: 20px;
    top: 3px;
    right: -16px;
  }
  
  .news-block-two .inner-box .content-box .info .post-info li:last-child:before{
    display: none;
  }
  
  .blog-sidebar .post-widget .post{
    position: relative;
    display: block;
    padding-left: 95px;
    margin-bottom: 27px;
    min-height: 87px;
  }
  
  .blog-sidebar .post-widget .post:last-child{
    margin-bottom: 0px;
  }
  
  .blog-sidebar .post-widget .post .post-thumb{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 74px;
    height: 74px;
    border-radius: 15px;
  }
  
  .blog-sidebar .post-widget .post .post-thumb img{
    width: 100%;
    border-radius: 15px;
  }
  
  .blog-sidebar .post-widget .post:hover .post-thumb img{
    opacity: 0.5;
  }
  
  .blog-sidebar .post-widget .post h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .blog-sidebar .post-widget .post h5 a{
    display: inline-block;
    color: #232323;
  }
  
  .blog-sidebar .post-widget .post h5 a:hover{
    text-decoration: underline;
  }
  
  .blog-sidebar .post-widget .post .post-date{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
  }
  
  .blog-sidebar .post-widget .widget-title{
    margin-bottom: 26px;
  }
  
  .blog-sidebar .post-widget{
    margin-bottom: 45px;
  }
  
  .blog-sidebar .tags-widget .tags-list li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  
  .blog-sidebar .tags-widget .tags-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #5f5e5e;
    font-weight: 500;
    text-align: center;
    border: 1px solid #dddad8;
    border-radius: 7px;
    padding: 6px 15px;
  }
  
  .blog-sidebar .tags-widget .tags-list li a:hover{
    color: #ffffff;
  }
  
  .blog-sidebar .tags-widget{
    margin-bottom: 47px;
  }
  
  .blog-details-content{
    position: relative;
    display: block;
  }
  
  .blog-details-content .content-one .upper-box{
    position: relative;
    display: block;
    margin-bottom: 31px;
  }
  
  .blog-details-content .content-one .upper-box span{
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    border-bottom: 2px solid;
    margin-bottom: 9px;
  }
  
  .blog-details-content .content-one .upper-box h2{
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 17px;
  }
  
  .blog-details-content .content-one .upper-box .post-info li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    color: #5f5e5e;
    font-weight: 500;
    padding-left: 27px;
    margin-right: 25px;
  }
  
  .blog-details-content .content-one .upper-box .post-info li:last-child{
    margin: 0px !important;
  }
  
  .blog-details-content .content-one .upper-box .post-info li i{
    position: absolute;
    left: 0px;
    top: 5px;
  }
  
  .blog-details-content .content-one .upper-box .post-info li:before{
    position: absolute;
    content: '';
    background-color: #c4bfbd;
    width: 1px;
    height: 20px;
    top: 3px;
    right: -15px;
  }
  
  .blog-details-content .content-one .upper-box .post-info li:last-child:before{
    display: none;
  }
  
  .blog-details-content .content-one .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 44px;
  }
  
  .blog-details-content .content-one .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .blog-details-content .content-one .image-box .post-date {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 16px;
    line-height: 36px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    padding: 0px 19px;
  }
  
  .blog-details-content .content-one .text h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 33px;
  }
  
  .blog-details-content .content-one .text h4{
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 11px;
    margin-top: 25px;
  }
  
  .blog-details-content .content-one{
    position: relative;
    display: block;
    margin-bottom: 43px;
  }
  
  .blog-details-content .content-two .image-box{
    position: relative;
    display: block;
    border-radius: 15px;
  }
  
  .blog-details-content .content-two .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .blog-details-content blockquote{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid;
    padding: 40px 20px 35px 20px;
    text-align: center;
    margin: 0px;
  }
  
  .blog-details-content blockquote:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-45.png);
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .blog-details-content blockquote .icon-box{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  
  .blog-details-content blockquote h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 18px;
  }
  
  .blog-details-content blockquote h4{
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
  }
  
  .blog-details-content blockquote h4 span{
    font-size: 18px;
  }
  
  .blog-details-content .content-two{
    position: relative;
    display: block;
    margin-bottom: 41px;
  }
  
  .blog-details-content .content-three h3{
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  
  .blog-details-content .content-three h5{
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 16px;
  }
  
  .blog-details-content .content-three .list li{
    position: relative;
    display: block;
    font-size: 18px;
    margin-bottom: 9px;
    padding-left: 25px;
  }
  
  .blog-details-content .content-three .list li:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .content-three .list li:before {
    position: absolute;
    content: '\e90e';
    font-family: 'icomoon';
    font-size: 16px;
    left: 0px;
    top: 0px;
  }
  
  .blog-details-content .content-three .list{
    position: relative;
    display: block;
    margin-bottom: 25px;
  }
  
  .blog-details-content .content-three{
    position: relative;
    display: block;
    padding-bottom: 42px;
    border-bottom: 1px solid #dddad8;
  }
  
  .blog-details-content .post-share-option{
    position: relative;
    display: block;
    padding: 40px 0px 60px 0px;
  }
  
  .blog-details-content .post-share-option .tags-list li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  
  .blog-details-content .post-share-option .tags-list li:last-child{
    margin: 0px !important;
  }
  
  .blog-details-content .post-share-option .tags-list li h5{
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    margin-right: 10px;
  }
  
  .blog-details-content .post-share-option .tags-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #5f5e5e;
    font-weight: 500;
    text-align: center;
    border: 1px solid #dddad8;
    border-radius: 7px;
    padding: 6px 15px;
  }
  
  .blog-details-content .post-share-option .tags-list li a:hover{
    color: #ffffff;
  }
  
  .blog-details-content .post-share-option .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  
  .blog-details-content .post-share-option .social-links li:last-child{
    margin: 0px !important;
  }
  
  .blog-details-content .post-share-option .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 #dddad8;
    border-radius: 50%;
  }
  
  .blog-details-content .post-share-option .social-links li a:hover{
    color: #ffffff;
  }
  
  .blog-details-content .author-box{
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 42px 30px 50px 220px;
    border-radius: 15px;
    margin-bottom: 54px;
    min-height: 283px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .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: 700;
    margin-bottom: 1px;
  }
  
  .blog-details-content .author-box .content-box h6{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  
  .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: 53px;
  }
  
  .blog-details-content .nav-btn-box:before{
    position: absolute;
    content: '\e904';
    font-family: 'icomoon';
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #dddad8;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  .blog-details-content .nav-btn-box .single-item{
    position: relative;
    width: 50%;
  }
  
  .blog-details-content .nav-btn-box .single-item.pull-left{
    padding-left: 95px;
    padding-right: 40px;
  }
  
  .blog-details-content .nav-btn-box .single-item.pull-right{
    padding-right: 95px;
    padding-left: 40px;
  }
  
  .blog-details-content .nav-btn-box .single-item .thumb-box{
    position: absolute;
    top: 6px;
    width: 74px;
    height: 74px;
    border-radius: 15px;
  }
  
  .blog-details-content .nav-btn-box .single-item .thumb-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .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: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
  }
  
  .blog-details-content .nav-btn-box .single-item h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 5px;
  }
  
  .blog-details-content .nav-btn-box .single-item h5 a{
    display: inline-block;
    color: #232323;
  }
  
  .blog-details-content .nav-btn-box .single-item h5 a:hover{
  
  }
  
  .blog-details-content .comment-box{
    position: relative;
    display: block;
    padding-top: 51px;
    border-top: 1px solid #dddad8;
    margin-bottom: 22px;
  }
  
  .blog-details-content .group-title{
    position: relative;
    display: block;
    margin-bottom: 21px;
  }
  
  .blog-details-content .group-title h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
  
  .blog-details-content .comment-box .comment{
    position: relative;
    display: block;
    padding-left: 110px;
    padding-bottom: 32px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6ea;
  }
  
  .blog-details-content .comment-box .comment:last-child{
    border-bottom: none;
    margin-bottom: 0px;
  }
  
  .blog-details-content .comment-box .comment .thumb-box{
    position: absolute;
    left: 0px;
    top: 10px;
    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: 700;
  }
  
  .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: 16px;
  }
  
  .blog-details-content .comment-box .comment .comment-inner .reply-btn{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #232323;
    text-transform: uppercase;
  }
  
  .blog-details-content .comment-box .comment .comment-inner .reply-btn i{
    position: relative;
    font-size: 20px;
    top: 4px;
    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;
    border-radius: 15px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    padding: 41px 50px 50px 50px;
  }
  
  .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;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 18px;
    color: #5f5e5e;
    transition: all 500ms ease;
  }
  
  .blog-details-content .comment-form .form-group textarea{
    height: 120px;
    resize: none;
  }
  
  .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 #dddad8;
    border-radius: 2px;
    background-color: #f4f1f0;
    top: 6px;
    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;
  }
  
  .blog-details-content .comment-form .form-group .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 18px;
    color: #5f5e5e;
    cursor: pointer;
    font-weight: 400;
    margin: 0px;
    text-transform: none;
  }
  
  .blog-details-content .comment-form .form-group .theme-btn{
    padding: 12.5px 52px;
  }
  
  
  
  /*** 
  
  ====================================================================
                          Shop-Page
  ====================================================================
  
  ***/
  
  .shop-page-section{
    position: relative;
    padding: 94px 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: 18px;
    color: #232323;
    padding-right: 50px;
  }
  
  .shop-page-section .item-short .select-box .nice-select:after{
    top: 1px;
  }
  
  .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-details{
    position: relative;
    padding: 110px 0px 70px 0px;
  }
  
  .shop-details .basic-details .image-box{
    position: relative;
    display: block;
    margin-right: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  }
  
  .shop-details .basic-details .image-box img{
    width: 100%;
    border-radius: 15px;
  }
  
  .product-details-content .upper-box{
    position: relative;
    display: block;
    padding-bottom: 24px;
    margin-bottom: 34px;
    border-bottom: 1px solid #dddad8;
  }
  
  .product-details-content .upper-box h3{
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .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: 18px;
    color: #232323;
  }
  
  .product-details-content .upper-box .rating-box .review-box a:hover{
  
  }
  
  .product-details-content .upper-box .rating-box{
    position: relative;
    display: block;
    margin-bottom: 11px;
  }
  
  .product-details-content .upper-box .price{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  
  .product-details-content .text p{
    margin-bottom: 17px;
  }
  
  .product-details-content .text .category li{
    position: relative;
    display: inline-block;
  }
  
  .product-details-content .text .category li h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 5px;
  }
  
  .product-details-content .text .category li a{
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Caveat', cursive;
  }
  
  .product-details-content .text .category li a:hover{
  
  }
  
  .product-details-content .text{
    position: relative;
    display: block;
    margin-bottom: 34px;
  }
  
  .product-details-content .benefits-box{
    position: relative;
    display: block;
    padding: 15px 0px;
    border-top: 1px solid #dcdee5;
    border-bottom: 1px solid #dcdee5;
  }
  
  .product-details-content .benefits-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    font-size: 18px;
    line-height: 30px;
    color: #232323;
    padding-left: 25px;
  }
  
  .product-details-content .benefits-box ul li:after{
    position: absolute;
    content: '';
    background-color: #dcdee5;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 12px;
  }
  
  .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 5 Pro';
    font-weight: 700;
    left: 0px;
    top: 0px;
    font-size: 14px;
  }
  
  .product-details-content .benefits-box{
    position: relative;
    display: block;
    margin-bottom: 33px;
  }
  
  .product-details-content .item-quantity {
    position: relative;
    display: block;
    max-width: 180px;
    width: 100%;
    margin-right: 20px;
    z-index: 1;
  }
  
  .product-details-content input.quantity-spinner {
    position: relative;
    border: 1px solid #dddad8;
    width: 54px !important;
    height: 54px;
    line-height: 54px;
    border-radius: 50% !important;
    padding: 0px !important;
    box-shadow: none !important;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    margin: 0 auto;
    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 h5{
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .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 #dddad8;
    width: 54px;
    height: 54px;
    line-height: 58px;
    top: 0px;
  }
  
  .product-details-content .quantity-box .cart-btn{
    margin-right: 20px;
  }
  
  .product-details-content .quantity-box .cart-btn .theme-btn{
    color: #ffffff !important;
  }
  
  .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 #dddad8;
    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 h5{
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .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-links li a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
  }
  
  .product-details-content .share-box .social-links li:nth-child(2) a{
  
  }
  
  .product-details-content .share-box .social-links li:nth-child(3) a{
  
  }
  
  .product-details-content .share-box .social-links li:last-child a{
  
  }
  
  .product-details-content{
    margin-top: -9px;
  }
  
  .shop-details .basic-details{
    position: relative;
    display: block;
    margin-bottom: 110px;
  }
  
  .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: #e3e3e3;
    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: 500;
    font-family: 'Quicksand', sans-serif;
    color: #232323;
    border: 1px solid #dddad8;
    background: #fff;
    border-radius: 30px;
    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 #dddad8;
    border-radius: 15px;
    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: 700;
    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 #dddad8;
    border-radius: 2px;
    background-color: #f4f1f0;
    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;
  }
  
  .shop-details .review-form .form-group .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 18px;
    color: #6e6d6d;
    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 #dddad8;
    border-radius: 15px;
    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: 700;
    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: #5f5e5e;
    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: 54px;
    border: 1px solid #dddad8;
    border-radius: 15px;
    font-size: 18px;
    color: #5f5e5e;
    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;
  }
  
  .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: 12.5px 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: 31px;
  }
  
  .shop-details .related-product .title-box h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
  
  
  /** 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 #dddad8;
    border-radius: 15px;
  }
  
  .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 #dddad8;
  }
  
  .cart-table thead tr th{
    line-height:28px;
    padding: 16px 28px 15px 40px;
    font-weight:700;
    font-size:20px;
    font-family: 'Quicksand', sans-serif;
    color: #232323;
    border-right:1px solid #dddad8;
    text-align: center;
  }
  
  .cart-table tbody tr td{
    padding:30px 30px;
  }
  
  .cart-table tbody tr .qty .item-quantity{
    border:1px solid #dddad8;
  }
  
  .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 h5{
    position:relative;
    font-size:18px;
    line-height: 28px;
    font-weight:700;
  }
  
  .cart-table tbody tr .sub-total{
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #232323;
  }
  
  .cart-table tbody tr .remove-btn{
    position:relative;
    display: inline-block;
    font-size:16px;
    color:#5f5e5e;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #dedbd9;
    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: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  
  .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{
    font-weight: 500;
  }
  
  .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 #dddad8;
    text-align: center;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    color: #232323;
  }
  
  .cart-section .apply-coupon .form-group{
    position: relative;
    float: left;
    margin-right: 20px;
    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: 18px;
    color: #5f5e5e;
    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: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #fff;
    background: #232323;
    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: 20px;
  }
  
  .cart-section .btn-box button:last-child{
    margin-right: 0px;
  }
  
  .cart-section .btn-box .cart-btn{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Quicksand', 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 .cart-btn:hover{
  
  }
  
  .cart-section .btn-box button.theme-btn{
    color: #fff !important;
    padding: 12.5px 41px;
  }
  
  .cart-section .btn-box button.theme-btn:before{
    background-color: #232323;
  }
  
  
  /** checkout **/
  
  .checkout-page-section{
    position: relative;
    padding: 110px 0px;
  }
  
  .checkout-page-section .information-inner{
    position: relative;
    display: block;
    border: 1px solid #dddad8;
    border-radius: 15px;
    padding: 50px 60px 54px 60px;
  }
  
  .checkout-page-section h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    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 #dddad8;
    border-radius: 15px;
    font-size: 18px;
    color: #5f5e5e;
    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;
    background: transparent;
    border: 1px solid #dddad8 !important;
    border-radius: 15px;
    font-size: 18px;
    color: #5f5e5e;
    padding: 10px 20px;
  }
  
  .checkout-page-section .information-inner .field-input .nice-select:after{
    right: 30px;
    color: #646578;
    top: 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: 15px;
    color: #646578;
  }
  
  .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: #232323;
    padding: 33px 30px 40px 30px;
    border-radius: 15px;
  }
  
  .checkout-page-section .order-summary h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    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: 700;
  }
  
  .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: #949494;
  }
  
  .checkout-page-section .order-summary .inner-box .single-item h6 span{
    float: right;
    font-size: 18px;
    font-weight: 700;
  }
  
  .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: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 700;
    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: #949494;
  }
  
  .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;
  }
  
  .checkout-page-section .order-summary .btn-box .theme-btn{
    color: #ffffff !important;
    padding: 12.5px 43px;
  }
  
  .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 #dddad8;
    border-radius: 15px;
    font-size: 18px;
    color: #5f5e5e;
    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 #dddad8;
    border-radius: 15px;
    padding: 30px 30px 10px 30px;
  }
  
  .checkout-page-section .accordion .payment-info .field-input .theme-btn{
    display: block;
    width: 100%;
  }
  
  .checkout-page-section .accordion-box .block .acc-btn{
    border: none;
    padding: 18px 60px 17px 30px;
  }
  
  .checkout-page-section .accordion-box .block .acc-btn h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #232323 !important;
    padding: 0px;
  }
  
  .checkout-page-section .accordion-box .block .acc-content{
    padding: 0px 30px 30px 30px;
    margin: 0px;
  }
  
  .checkout-page-section .accordion-box .block{
    background: transparent;
    border: 1px solid #dcd9d7;
    border-radius: 15px;
    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;
  }
  
  .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 #dddad8;
    border-radius: 2px;
    background-color: #f4f1f0;
    top: 4px;
    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-radius: 0px;
  }
  
  .checkout-page-section .custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 18px;
    color: #232323;
    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: 115px 0px;
  }
  
  .myaccount-section .column h3{
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  
  .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 #dddad8;
    font-size: 18px;
    color: #5f5e5e;
    border-radius: 15px;
    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: 14px;
    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;
  }
  
  .myaccount-section .login-inner .other-option li:nth-child(2) a{
  
  }
  
  .myaccount-section .login-inner .other-option li:nth-child(3) a{
  
  }
  
  .myaccount-section .login-inner .other-option li:last-child a{
  
  }
  
  .myaccount-section .login-inner{
    position: relative;
  }
  
  .myaccount-section .register-inner{
    position: relative;
  }
  
  .myaccount-section .register-inner .form-group input{
    border-radius: 5px;
  }
  
  .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 .login-inner .theme-btn{
    width: 160px;
  }
  
  .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 #dddad8;
    border-radius: 2px;
    background-color: #f4f1f0;
    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;
  }
  
  .myaccount-section .custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 18px;
    color: #232323;
    cursor: pointer;
    font-weight: 400;
    margin: 0px;
    text-transform: none;
  }
  
  
  /*** 
  
  ====================================================================
                          Contact-Page
  ====================================================================
  
  ***/
  
  
  .contact-section{
    position: relative;
  }
  
  .contact-section .sec-title{
    margin-bottom: 32px;
  }
  
  .contact-section .sec-title h2{
    margin-bottom: 13px;
  }
  
  .contact-section .contact-info-inner .info-box{
    position: relative;
    display: block;
    border: 1px solid #dddad8;
    padding: 33px 30px 10px 30px;
    border-radius: 15px;
  }
  
  .contact-section .contact-info-inner .info-box .single-item{
    position: relative;
    display: block;
    padding-bottom: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddad8;
  }
  
  .contact-section .contact-info-inner .info-box .single-item:last-child{
    border-bottom: none;
    margin-bottom: 0px;
  }
  
  .contact-section .contact-info-inner .info-box .single-item h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 9px;
  }
  
  .contact-section .contact-info-inner .info-box .single-item .text{
    position: relative;
    padding-left: 66px;
    min-height: 55px;
  }
  
  .contact-section .contact-info-inner .info-box .single-item .text .icon-box{
    position: absolute;
    left: 0px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
  }
  
  .contact-section .contact-info-inner .info-box .single-item .text p a{
    color: #5f5e5e;
  }
  
  .contact-section .contact-info-inner .info-box .single-item .text p a:hover{
  
  }
  
  .contact-section .image-box{
    position: relative;
    display: block;
    margin-top: 14px;
  }
  
  .contact-section .image-box img{
    width: 100%;
  }
  
  .contact-section .image-box:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-46.png);
    width: 100%;
    height: calc(100% - 190px);
    left: 0px;
    bottom: 0px;
    border-radius: 15px;
    background-repeat: repeat;
    z-index: -1;
  }
  
  .contact-section .contact-form-inner .form-inner{
    position: relative;
    display: block;
    border: 1px solid #dddad8;
    padding: 26px 30px 40px 30px;
    border-radius: 15px;
  }
  
  .contact-section .default-form .form-group{
    position: relative;
    margin-bottom: 5px;
  }
  
  .contact-section .default-form .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .contact-section .default-form .form-group input[type='text'],
  .contact-section .default-form .form-group input[type='email'],
  .contact-section .default-form .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dddad8;
    padding: 10px 0px 10px 25px;
    font-size: 18px;
    color: #5f5e5e;
    transition: all 500ms ease;
  }
  
  .contact-section .default-form .form-group i{
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 18px;
    z-index: 1;
  }
  
  .contact-section .default-form .form-group textarea{
    height: 80px;
    resize: none;
  }
  
  .contact-section .default-form .form-group.message-btn{
    padding-top: 20px;
  }
  
  .contact-section .default-form label.error{
    display: none !important;
  }
  
  .contact-section .default-form .form-group input:focus,
  .contact-section .default-form .form-group textarea:focus{
  
  }
  
  
  /** essentials-section **/
  
  .essentials-section{
    position: relative;
  }
  
  .essentials-section .inner-container{
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    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;
    border-radius: 15px;
    padding: 49px 20px 50px 20px;
    background-color: #f4f1f0;
  }
  
  .essentials-section .single-item:before{
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-47.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-repeat: repeat;
  }
  
  .essentials-section .single-item .icon-box{
    position: relative;
    display: inline-block;
    width: 65px;
    height: 63px;
    font-size: 50px;
    color: #232323;
    line-height: 63px;
    text-align: center;
    z-index: 1;
    margin-bottom: 18px;
    transition: all 500ms ease;
  }
  
  .essentials-section .single-item:hover .icon-box{
    color: #ffffff;
  }
  
  .essentials-section .single-item .icon-box .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    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 .icon-box .shape-2{
    position: absolute;
    left: -13px;
    top: -10px;
    right: 0px;
    width: 86px;
    height: 83px;
    opacity: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 900ms ease;
  }
  
  .essentials-section .single-item:hover .icon-box .shape{
    opacity: 0;
  }
  
  .essentials-section .single-item:hover .icon-box .shape-2{
    opacity: 1;
  }
  
  .essentials-section .single-item h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 11px;
    transition: all 500ms ease;
  }
  
  .essentials-section .single-item:hover h3{
    color: #ffffff;
  }
  
  .essentials-section .single-item p{
    position: relative;
    margin-bottom: 32px;
  }
  
  .essentials-section .single-item:hover p{
    color: #949494;
  }
  
  .essentials-section .single-item .theme-btn{
    width: 160px;
    padding: 12.5px 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: #000;
    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-section{
    position: relative;
    display: block;
  }
  
  .google-map-section #contact-google-map{
    position: relative;
    width: 100%;
    height: 600px;
  }
  
  
  /** charity-shops **/
  
  .charity-shops{
    position: relative;
    padding: 101px 0px 104px 0px;
  }
  
  .charity-shops .single-item{
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 20px 41px 20px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    margin-bottom: 42px;
  }
  
  .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: 23px;
  }
  
  .charity-shops .single-item .flag img{
    width: 100%;
    border-radius: 50%;
  }
  
  .charity-shops .single-item h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  
  .charity-shops .single-item p{
    display: block;
    margin-bottom: 15px;
  }
  
  .charity-shops .single-item .phone a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    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: 18px;
    line-height: 28px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #5f5e5e;
  }
  
  .charity-shops .single-item .mail a:hover{
  
  }
  
  .charity-shops .more-text span{
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Caveat', cursive;
  }
  
  .charity-shops .sec-title{
    margin-bottom: 40px;
  }
  
  .event-details-content .tabs-content .contact-inner .form-inner .form-group .select-box{
    min-height: 60px;
  }