/*---------------------------------------------
            Table of CONTENT
-----------------------------------------------
    01. Start Reset css
    02. Start Global css 
    03. Header css 
    04. slider css
    05. service
    06. volunteer
    07. testimonial
    08. blog
    09. sponsor
    10. footer
    11. homepage 2
    12. about
    13. Map
    14. Contact Us
    15. Product
    16. Newsletter
    17. Error
    18. Footer
    
-----------------------------------------------*/

/*======================
    Start Reset css
======================================================*/

 
html {
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
 
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px; 
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
 
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
 
audio:not([controls]) {
    display: none;
    height: 0;
}
 
[hidden],
template {
    display: none;
}
.clr{
    clear: both;
}
a {
    display: inline-block;
    background-color: transparent;
    color: #696969;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #53a92c;
} 
abbr[title] {
    border-bottom: 1px dotted;
}
 
small {
    font-size: 80%;
}
 
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
 
sup {
    top: -0.5em;
}
 
sub {
    bottom: -0.25em;
}
 
img {
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 
svg:not(:root) {
    overflow: hidden;
}
 
figure {
    margin: 0;
}
 
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
code,
kbd,
pre,
samp {
    font-size: 15px;
}
 
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
 
select {
    text-transform: none;
}
 
button {
    overflow: visible;
}
 
button,
input,
select,
textarea {
    max-width: 100%;
}
 
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
 
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
 
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
 
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
 
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
 
input[type="search"] {
    -webkit-appearance: textfield;
}
 
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
 
fieldset {
    border: 1px solid #f0f0f0;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}
 
fieldset > :last-child {
    margin-bottom: 0;
}
 
legend {
    border: 0;
    padding: 0;
}
 
textarea {
    overflow: auto;
    vertical-align: top;
}
 
optgroup {
    font-weight: bold;
}
 
/**
 * 2.0 - Typography
 */
 
body,
button,
input,
select,
textarea {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color:#000;
    clear: both;
    margin: 20px 0;
    padding: 0;
    line-height: 1.1;
    font-weight: 700;
}
h1{
    font-size: 40px;
}

h2{
    font-size: 36px;
}

h3{
  font-size: 26px;
}

h4{
    font-size: 24px;
    padding-bottom: 0;
}
h4 a{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
h5{
    font-size: 22px;
}

h6{
      font-size: 20px;
}

p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
}
a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover{
    text-decoration: none;
}
 
dfn,
cite,
em,
i {
    font-style: italic;
}
 
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
 
blockquote p {
    margin-bottom: 1.4736842105em;
}
 
blockquote cite,
blockquote small {
    color: #696969;
    display: block;
    font-size: 15px;
    line-height: 1.75;
}
 
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
 
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
 
blockquote strong,
blockquote b {
    font-weight: 400;
}
 
blockquote > :last-child {
    margin-bottom: 0;
}
 
address {
    color: #737d8b;
    font-weight: 600;
    font-size: 14px;
}
 
code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Roboto Mono', monospace;
}
 
pre {
    border: 1px solid #f0f0f0;
    font-size: 15px;
    font-size: 1.2rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
 
code {
    background-color: #ebebeb;
    padding: 0.125em 0.25em;
}
 
abbr,
acronym {
    border-bottom: 1px dotted #f0f0f0;
    cursor: help;
}
 
mark,
ins {
    background: #ebebeb;
    color: #696969;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
 
big {
    font-size: 125%;
}
 
 
/**
 * 3.0 - Elements
 */
 
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
*,
*:before,
*:after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 

hr {
    background-color: #ebebeb;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}
ul, li{
    margin: 0;
    padding:0;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
 
ul {
    list-style: square;
    padding-left: 0px;
    margin-bottom: 25px;
}
 
ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 25px;
}
 
li > ul,
li > ol {
    margin-bottom: 0;
}


 
dl {
    margin: 0 0 1.75em;
}
 
dt {
    font-weight: 700;
}
 
dd {
    margin: 0 0 1.75em;
}
 
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}
 
del {
    opacity: 0.8;
}
 
table,
th,
td {
   border: 1px solid #d1d1d1;
}
 
table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
 
caption,
th,
td {
    font-weight: normal;
}
 
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
 
td {
    font-size: 14px;
    color: #696969;
    vertical-align: middle;
}
 
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #696969;
    font-size: 14px;
}
 
:-moz-placeholder {
    color: #696969;
   font-size: 14px;
}
 
::-moz-placeholder {
    color: #696969;
    font-size: 14px;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
 
:-ms-input-placeholder {
    color: #696969;
    font-size: 14px;
}
 
 
/**
 * 4.0 - Forms
 */
 
input {
    line-height: normal;
}
 
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    background: #5faf1f;
    border: 2px solid #65ac4c;
    border-radius: 0px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 11px 25px;
    text-transform: capitalize;
    font-size: 15px;
    border: 2px solid #5faf1f;
}
 
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
    outline-offset: -4px;
}
 
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
   height: 50px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
}
 
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    font-size: 16px;
    color: #737d8b;
    border-radius: 0;
    border: 1px solid #eae8e8;
    outline: 0;
}

 
/**
 * 6.0 - Clearings
 */
 
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}
 
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}
 

/*======================
    End reset css
==============================================*/


/*======================
    Start Global css
=============================================*/

.header-style-1 .main-menu .nav>li>a,
.header-style-1 .main-menu .sub-menu li a .fa,
.camera_prev > span, .camera_next > span,
.work-content h4 a,
.services-content h4 a,
.volunteers-items,
.cart-items>.cart-content>p>a,
.blog-items,
.thumbnail-content h5 a,
.twitter-content h5 a,
.footer-instagram a,
.copyright-txt p a,
.checkout-btn>a,
.overlay-project,
.project-link-option li a,
.project-link-option li,
.portfolio-img img,
.our-services-box,
.our-services-items,
.event-items,
.collection-items,
.collection-overlay,
.collection-content h4 a,
.collection-icon li,
.collection-img,
.working-icon,
.working-items,
.volunteers-img,
.recent-project-content,
.contact-social-icon li,
.catagories li,
.catagories li a span,
.results-icon .fa{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.work-content h4,
.services-content h4,
.thumbnail-content h5,
.twitter-content h5,
.collection-content h4 {
    margin: 0;
}


[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after{
    display: inline-block;
    color: #53a92c;
    font-size: 50px;
    margin-left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}

.section-header{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 56px 0;
}
.section-header h3 {
    font-size: 36px;
    font-weight: 700;
    color: #53a92c;
    padding-bottom: 5px;
    margin: 0;
}
.section-header h2{
    line-height: 48px;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin: 0;
}
.section-header p{
    font-weight: 400;
    color: #696969;
    line-height: 26px;
}

/*=======================
    Custom btn Style
=================================*/

.btn {
    border-radius: 3px;
}
.btn-default {
    color: #53a92c;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: transparent;
    border: 2px solid #53a92c;
    padding: 9px 19px 7px 19px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.btn-default:hover{
    color:#ffffff;
    border-color: #53a92c;
} 
.btn-default:focus,
.btn-default:active{
    color: #53a92c;
    background-color: transparent;
    border-color: #53a92c;
}
.btn-default:before,
.btn-default:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 200%;
    background-color: #53a92c;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btn-default:before {
    top: -170%;
    left: -75%;
}
.btn-default:after {
    top: -2%;
    right: -102%;
}
.btn-default:hover:before {
    top: -95%;
    left: -20%;
}
.btn-default:hover:after {
    top: -2%;
    right: -20%;
}
/*=======================
    End Custom btn Style
=================================*/

.social-icon{ margin:0; }
.social-icon li{
    display: inline-block;
}
.social-icon li a{
    padding: 0 6px;
    font-size: 16px;
}
.social-icon li:nth-child(1) a{
    color: #3b5998;
}
.social-icon li:nth-child(2) a{
    color: #db4437;
}
.social-icon li:nth-child(3) a{
    color: #e94c89;
    font-size: 18px;
}
.social-icon li:nth-child(4) a{
    color: #23b6ea;
}
.social-icon li:nth-child(5) a{
    color: #cb1f27;
}

section{
    overflow: hidden;
}
.clr{
    clear: both;
    overflow: hidden;
}


.scroll-img{
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    background: #53a92c;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 99;
}
.scroll-img .fa{
    font-size: 24px;
    color: #fff;
}

/*======Menu top Fixed ======*/

.menu-scroll.menu-transparent{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-scroll.menu-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #53a92c;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
  
  
/*========= Pre-Loader =========*/


#loading{
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
    left: 0;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
   -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;
    
}




#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
    }
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    }
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    }
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
    }
    

@-webkit-keyframes loading-center-absolute {
  100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
  100% { 
    transform:  rotate(-45deg);
    -webkit-transform:  rotate(-45deg);
  }
}



@-webkit-keyframes object_one {
  25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
  25% { 
    transform: translate(0,-50px) rotate(-180deg);
    -webkit-transform: translate(0,-50px) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_two {
  25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
  25% { 
    transform: translate(50px,0) rotate(-180deg);
    -webkit-transform: translate(50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three {
  25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
  25% { 
    transform:  translate(-50px,0) rotate(-180deg);
    -webkit-transform:  translate(-50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: rtranslate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_four {
  25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
  25% { 
    transform: translate(0,50px) rotate(-180deg); 
    -webkit-transform: translate(0,50px) rotate(-180deg);  
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

.bg-page-header{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.page-header-overlay{
    background: rgba(124, 182, 69, 0.61);
}
.page-header-bg{
    background: #53a92c;
}
.bg-page-header .page-header{
    text-align: center;
    border-bottom: none;
    margin: 0;
    padding: 124px 0 104px 0;
}
.page-title h2 {
    color: #fff;
/*    line-height: 23px;*/
    text-transform: capitalize;
    margin: 0;
}
.page-header-content .breadcrumb{
    background: none;
    margin: 0;
}
.page-header-content .breadcrumb li, 
.page-header-content .breadcrumb li a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.page-header-content .breadcrumb>li+li:before{
    font-family: FontAwesome;
    content: "\f068";
    color: #fff;
    font-size: 11px;
    padding: 0 7px 0 3px;
}
.page-header-content .breadcrumb li a:hover{
    color: #000;
}


/*======================
    End Global css
===============================================*/


/*                                              Home 01 Css
--------------------------------------------------------------------------------------------------------*/


/*======================
    Start Header css
===============================================*/


.header-style-1 .bg-header-top{
    padding: 16px 0;
}
.header-style-1 .header-contact {
    overflow: hidden;
    margin: 0;
}
.header-style-1 .header-contact li{
    display: inline-block;
    margin-right: 20px;
}
.header-style-1 .header-contact li [class^="flaticon-"]:before,
.header-style-1 .header-contact li [class*=" flaticon-"]:before,
.header-style-1 .header-contact li  [class^="flaticon-"]:after,
.header-style-1 .header-contact li  [class*=" flaticon-"]:after{
    display: inline-block;
    float: left;
    font-size: 34px;
}
.header-style-1 .h-adress-content{
    float: right;
    padding: 10px 0 0 10px;
}
.header-style-1 .h-adress-content h6 {
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    font-size: 14px;
}
.header-style-1 .h-adress-content p{
    font-size: 14px;
    font-weight: 400;
}
.header-style-1 .header-top h2 {
    margin: 0; 
}

/*================ Menu ===================*/

.header-style-1 .navbar-brand{
    display: none;
}
.header-style-1 .bg-main-menu{
    background: #53a92c;
}
.header-style-2 {
    box-shadow: 0 0 7px 0 #ddd;
    background-color: #fff;
}
.boxed .header-style-2 {
    box-shadow: none;
}
.header-style-1 .main-menu .navbar, 
.header-style-2 .main-menu .navbar, 
.header-style-3 .main-menu .navbar{
    margin-bottom: 0;
    border: 0;
}

.header-style-1 .main-menu .nav>li>a, 
.header-style-2 .main-menu .nav>li>a,
.header-style-3 .main-menu .nav>li>a{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 23px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-style-1 .main-menu .nav>li:nth-child(1)>a, 
.header-style-2 .main-menu .nav>li:nth-child(1)>a,
.header-style-3 .main-menu .nav>li:nth-child(1)>a{
    padding-left: 0;
}
.header-style-1 .navbar-collapse, 
.header-style-2 .navbar-collapse,
.header-style-3 .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.header-style-1 .main-menu .nav>li>a:focus,
.header-style-2 .main-menu .nav>li>a:focus,
.header-style-3 .main-menu .nav>li>a:focus,
.header-style-1 .main-menu .nav>li>a:hover,
.header-style-2 .main-menu .nav>li>a:hover,
.header-style-3 .main-menu .nav>li>a:hover{
    background: transparent;
}

.header-style-4 .bg-logo-option{
    text-align: center;
}

.header-style-1 .sub-menu{
    background-color: #000000;
}
@media screen and (min-width: 767px){
    
        
    .header-style-1 .sub-menu,
    .header-style-2 .sub-menu,
    .header-style-3 .sub-menu,
    .sub-sub-menu{
        display: block;
        visibility: hidden;
        opacity: 0;
        min-width: 240px;
        top: 100px;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        -webkit-transition: all.3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 5px 12px rgba(0,0,0,.175);

    }



    .header-style-1 .main-menu .nav>.dropdown:hover>ul.sub-menu,
    .header-style-2 .main-menu .nav>.dropdown:hover>ul.sub-menu,
    .header-style-3 .main-menu .nav>.dropdown:hover>ul.sub-menu{
        top: 70px;
        opacity: 1;
        visibility: visible;
    }
    
    .boxed #bs-example-navbar-collapse-1{
        display: inline-block;
    }
    
        
    
    .sub-sub-menu {
        left: 0;
        top: 60px;
        z-index: 9;
    }
    .navbar-nav li:last-child .sub-menu {
        right: 0;
        left: auto;
    }

    .navbar-nav li:last-child .sub-menu .sub-menu {
        right: 100%;
        left: auto;
    }
    .main-menu .nav .sub-menu .sub-menu {
        right: 100%;
        left: auto;
        top: 60px;
        z-index: 9;
    }
    .main-menu .nav > .dropdown ul.dropdown-menu > li:hover > ul.sub-sub-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    .main-menu ul li ul li span.caret {
        float: right;
        margin-top: 6px;
    }
    
}

.header-style-1 .main-menu .sub-menu li,
.header-style-2 .main-menu .sub-menu li,
.header-style-3 .main-menu .sub-menu li,
.sub-sub-menu li{
     border-bottom: 1px solid rgba(221, 221, 221, 0.25);
}

.header-style-1 .main-menu .sub-menu li:last-child,
.header-style-2 .main-menu .sub-menu li:last-child,
.header-style-3 .main-menu .sub-menu li:last-child,
.sub-sub-menu li:last-child{
     border-bottom: none;
}

.header-style-1 .main-menu .sub-menu li a, 
.header-style-2 .main-menu .sub-menu li a,
.header-style-3 .main-menu .sub-menu li a,
.sub-sub-menu li a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 20px 10px 20px;
}
.header-style-1 .main-menu .sub-menu li a .fa,
.header-style-2 .main-menu .sub-menu li a .fa,
.header-style-3 .main-menu .sub-menu li a .fa,
.sub-sub-menu li a .fa{
    opacity: 0;
}
.header-style-1 .main-menu .sub-menu li a:hover .fa,
.header-style-2 .main-menu .sub-menu li a:hover .fa,
.header-style-3 .main-menu .sub-menu li a:hover .fa,
.sub-sub-menu li a:hover .fa{
    opacity: 1;
}

.header-style-1 .main-menu .sub-menu li a span .fa,
.header-style-2 .main-menu .sub-menu li a span .fa,
.header-style-3 .main-menu .sub-menu li a span .fa{
    float: right;
    opacity: 1;
}


.header-style-1 .main-menu .sub-menu li a:hover,
.header-style-2 .main-menu .sub-menu li a:hover,
.header-style-3 .main-menu .sub-menu li a:hover,
.sub-sub-menu li a:hover{
    background: #000000;
    color: #fff;
    padding-left: 35px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.header-style-1 .main-menu .nav>.dropdown:hover>ul.sub-menu,
.header-style-2 .main-menu .nav>.dropdown:hover>ul.sub-menu,
.header-style-3 .main-menu .nav>.dropdown:hover>ul.sub-menu{
    top: 70px;
    opacity: 1;
    visibility: visible;
}
.header-style-1 .main-menu .nav>.dropdown>li:hover>.sub-menu,
.header-style-2 .main-menu .nav>.dropdown>li:hover>.sub-menu,
.header-style-3 .main-menu .nav>.dropdown>li:hover>.sub-menu{
    top: 70px;
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.header-style-1 .main-menu .nav>li>a:hover,
.header-style-2 .main-menu .nav>li>a:hover,
.header-style-3 .main-menu .nav>li>a:hover{
    color: #000000
}

.navbar-nav li .active{
    color: #000000!important;
}
.sub-active a{
    background: #000000;
    color: #fff;
    padding-left: 25px!important;
}
.sub-menu li.sub-active a .fa{
    opacity: 1!important;
}
.cart-option{
    display: inline-block;
    position: relative;
    float: left;
    padding: 27px 25px 16px 25px;
}
.cart-icon{
    position: relative; 
}
.cart-icon .fa{
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.count-cart{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000000;
    border-radius: 100%;
    line-height: 22px;
    text-align: center;
    top: -10px;
    right: -10px;
    color: #fff;
    font-size: 12px;
}

.cart-dropdown-menu{
    position: absolute;
    right: 0;
    left: auto;
    top: 120px;
    width: 285px;
    background: #fff;
    color: #000;
    z-index: 999;
    padding: 5px 18px 15px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: none;
    border-radius: 0;
}
.cart-option:hover .cart-dropdown-menu{
    top: 70px;
    opacity: 1;
    visibility: visible;
    
}
.cart-items{
    border-bottom: 1px dotted #f0f0f0;
    padding: 10px 0;
}
.cart-img, .cart-content{
    float: left;
}
.cart-content{
    padding-top: 4px;
}
.cart-items .cart-img img{
    width: 40px;
    height: 50px;
    background: #3c763d;
    margin-right: 10px;
    border: 1px solid #f0f0f0;
}
.cart-dropdown-menu .cart-content h6 {
    overflow: hidden;
    margin: 4px 0;
}
.cart-items .cart-content h6 a, 
.cart-items .cart-content p{
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    float: left;
}
.cart-items .cart-content p{
    padding-top: 6px;
}
.cart-items .cart-content p span{
    padding-left: 6px;
}
.cart-items .cart-content h6 a:hover{
    color: #53a92c;
}
.cart-items .cart-btn{
    float: right;
}
.cart-items .cart-btn a .fa{
    color: #000;
}
.cart-items .cart-btn a .fa:hover{
    color: #53a92c;
}
.total-price{
    float: left;
    padding-top: 12px;
}
.total-price p{
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}
.total-price p span{
    font-size: 12px;
    color: #000;
    margin-right: 3px;
    text-transform: uppercase;
}
.checkout-btn{
    float: right;
    margin-top: 10px;
}
.checkout-btn>a{
    display: inline-block;
    color: #fff!important;
    font-size: 11px;
    font-weight: 700;
    background: #000000;
    border-radius: 30px;
}
.checkout-btn .btn-default{
    padding: 8px 14px 5px 14px;
    border: none;
}
.search-box {
    float: left;
    margin: 14px 14px 14px 0;
    border: 2px solid #ddd;    
    border-radius: 100%;
    cursor: pointer;
}
.search-box i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 10px 10px;
}



#all-search {
    border: none;
    padding: 5px 18px;
    background: #53a92c;    
    position: absolute; 
    margin: 0 auto;
    left: 0;
    right:0;
    height: 100%;
    width: 0%;  
    text-align: center; 
    -webkit-transform: rotate3d(1,0,0,90deg);
    -moz-transform: rotate3d(1,0,0,90deg);
    -ms-transform: rotate3d(1,0,0,90deg);
    -o-transform: rotate3d(1,0,0,90deg);
    transform: rotate3d(1,0,0,90deg);
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    outline: none;
    visibility: hidden;
}
#all-search::-webkit-input-placeholder {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
#all-search:-moz-placeholder {
  color: #fff;
}
#all-search::-moz-placeholder {
  color: #fff;
}
#all-search:-ms-input-placeholder {
  color: #fff;
}
.search_box  #all-search {
    -webkit-transform: rotate3d(0,0,0,00deg);
    -moz-transform: rotate3d(0,0,0,00deg);
    -ms-transform: rotate3d(0,0,0,00deg);
    -o-transform: rotate3d(0,0,0,00deg);
    transform: rotate3d(0,0,0,00deg);
    width: 100%;
    visibility: visible;    
}

.second_click {
    display:none;
    position: relative;
    z-index: 999999999;
}

.donate-option{
    float: left;
    background: #000000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.donate-option:hover{
    background: #3c763d;
}
.donate-option a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding: 22.5px 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.donate-option a:hover{
    background: #3c763d;
}
.donate-option a .fa{
    color: #fff;
    padding-right: 3px;
}





/*======================
    End Header css
===============================================*/


/*======================
    Start Slider
================================*/

.padding-top {
    padding-top: 90px;
}

.slider-item {
    position: relative;
    height: calc(100vh - 141px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
}
.hs3 .slider-item {
    height: 100vh;
}

.slider-content-area {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.slider-one .slider-content-area {
    text-align: right;
}
.slider-one .slider-content {
    max-width: 600px;
    display: inline-block;
    text-align: left;
}
.slider-two .slider-content-area {
    text-align: left;
}
.slider-two .slider-content {
    max-width: 600px;
    display: inline-block;
    text-align: left;
}
.slider-content h3{
    display: inline-block;
    font-size: 30px;
    color: #fefefe;
    background: #53a92c;
    padding: 8px 15px;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
}
.slider-three .slider-content h3{
    margin-bottom: 15px;
}
.slider-content h2{
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    letter-spacing: -6px;
	
}

.slider-content p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
	
}
.slider-content .btn-default{
	color: #fff;
	background: #53a92c;
	padding: 15px 30px;
	border: 0;
	margin: 25px 16px 0 0;
	animation-delay:2s;
	-webkit-animation-delay:2s;
}
.slider-content .btn-default:hover{
	color: #53a92c;
}
.slider-content .btn-default:before, 
.slider-content .btn-default:after,
.slider-content .btn-default:before, 
.slider-content .btn-default:after{
	background: #ffffff;
}
.slider-content .slider-btn{
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.slider-option .item.active .slider-content h3,  
.slider-option .item.active .slider-content p, 
.slider-option .item.active .slider-content .slider-btn {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.slider-option .item.active .slider-content h2{
	opacity: 1;
	letter-spacing: 1px;
}

.slider-option .item.active .slider-content h3{
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.slider-option .item.active .slider-content h2{
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.slider-option .item.active .slider-content p{
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}
.slider-option .item.active .slider-content .slider-btn{
	-webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}



.carousel-control{
	width: 0;
	opacity: 1;
}
.carousel-control{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	font-size: 24px;
    line-height: 52px;
	background: #53a92c;
}
.carousel-control:focus, 
.carousel-control:hover {
	background: #97b182;
}
.slider-item:after{
	position:absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 1;
}
.carousel-control.left,
.carousel-control.right{
	background-image: none;
}
.carousel-control.left{
	left: 20px;
}
.carousel-control.right{
	right: 20px;
}
/*======================
    End Slider
================================*/



/*======================
    Start People Work css
===============================================*/

.bg-people-work-section{
    padding-bottom: 83px;
    padding-top: 83px;
}
.people-work-items .people-work-img{
    overflow: hidden;
}
.people-work-items{
    margin-bottom: 30px;
}
.work-content{
    padding-top: 28px;
}
.work-content h4 {
    color: #070707;
    text-transform: uppercase;
    padding-bottom: 2px;
    margin: 0;
}
.people-work-items:hover .work-content h4 {
    color: #53a92c;
}

.people-work-items:hover img{
    -webkit-transform: scale(1.50, 1.05);
    -moz-transform: scale(1.50, 1.05);
    transform: scale(1.05, 1.05);
}


/*======================
    End People Work css
===============================================*/

/*======================
    Start Services css
===============================================*/

.bg-services-section{
    background: #f7f7f7;
    padding: 118px 0 88px 0;
}

.services-header h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #0c1e2a;
    padding-top: 23px;
    margin: 0;
}
.services-header p{
    padding-top: 3px;
}
.services-header .btn-default{
    padding: 13px 30px;
    margin-top: 35px;
}
.services-items{
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 12px 20px 32px 20px;
    margin-bottom: 30px;
}
.services-items img:before, 
.services-items img:before, 
.services-items img:after, 
.services-items img:after{
    float: left;
    
    
}
.services-content{
    display: table;
    padding: 16px 0 0 10px;
}
.services-content p{
    padding-top: 5px;
}
.services-items:hover .services-content h4 a{
    color: #53a92c;
}
.services-items:hover{
    box-shadow: 1px 0px 14px 1px #ebebeb;
}
.services-items:hover [class^="flaticon-"]:before, 
.services-items:hover [class*=" flaticon-"]:before, 
.services-items:hover [class^="flaticon-"]:after, 
.services-items:hover [class*=" flaticon-"]:after{
    transform: scale(1.1,1.1);
    
}
.progress-bar-success {
    background-color: #75b45e;
}
.progress-bar-striped, .progress-striped .progress-bar{
    -webkit-background-size: 9px 10px;
    background-size: 9px 10px;
}

/*======================
    End Services css
===============================================*/



/*===========================
    Start Count Section
=============================================*/

.bg-count-section{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 33%;
}
.count-overlay{
    background: rgba(83, 169, 44, 0.9);
}
.count-option{
    padding: 108px 0 117px 0;
}
.count-items{
    text-align: center;
}
 
.count-items [class^="flaticon-"]:before, 
.count-items [class*=" flaticon-"]:before, 
.count-items [class^="flaticon-"]:after, 
.count-items [class*=" flaticon-"]:after{
    color: #fff;
    display: block;
}
.count-items span{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.count-items h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}


/*===========================
    End Count Section
=============================================*/


/*===========================
    Start focu cause Section
=============================================*/

.bg-focus-cause-section{
    padding: 20px 0 100px 0;
}
.focus-cause{}
.cause-items{
    margin-bottom: 30px;
    background:#fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cause-items>a{
    display: block;
    overflow: hidden;
}
.cause-items:hover img{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.cause-content{
    padding: 23px 21px 30px 23px;
    border: 1px solid #f0f0f0;
    border-top: 0;
}
.price-title{
    overflow: hidden;
}
.price-left{
    float: left;
}
.price-right{
    float: right;
}
.price-left h5, .price-right h5 {
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    margin: 0;
}
.price-left h5 span, .price-right h5 span{
    font-size: 18px;
    font-weight: 600;
    color: #65ac4c;
    padding-left: 4px;
}

.cause-content .progress{
    height: 16px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #65ac4c;
    border-radius: 30px;
    padding: 1px 0 1px 1px;
    margin-top: 4px;
}
.cause-content .progress-bar{
    border-radius: 30px;
}

.cause-content h4{
    margin: 0;
}

.cause-content h4 a{
    padding-top: 6px;
}
.cause-content p{
    padding-top: 5px;
}
.cause-content .btn-default{
    margin-top: 18px;
}
.cause-items:hover .cause-content h4 a{
    color: #53a92c;
}
.cause-items:hover{
    box-shadow: 1px 0px 14px 1px #ebebeb;
}

/*===========================
    End focu cause Section
=============================================*/



/*===========================
    Start volunteers Section
=============================================*/

.bg-volunteers-section{
    background: #f7f7f7;
    padding-bottom: 90px;
    padding-top: 118px;
}
 
.sponsors-container,
.people-say-container,
.testimonial-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.volunteers-items{
    text-align: center;
    background: #ffffff;
    padding-top: 30px;
    border: 1px solid #f0f0f0;
    margin-bottom: 28px;
}
.volunteers-img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #ddd;
    display: inline-block;
    overflow: hidden;
}
.volunteers-content{
    padding: 22px 0 10px 0;
}
.volunteers-content h4{
    margin: 0;
}
.volunteers-social-icon{
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
}
.volunteers-items:hover{
    box-shadow: 1px 0px 14px 1px #ebebeb;
}
.volunteers-items:hover .volunteers-content h4 a{
    color: #53a92c;
}
.volunteers-items:hover .volunteers-img img{
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}


/*===========================
    End volunteers Section
=============================================*/

/*===========================
    Start Testimonial Section
=============================================*/

.bg-testimonial-section{
    background-attachment: fixed;
    background-size: cover;
}
.testimonial-overlay{
    background: rgba(86, 159, 45, 0.88);
    padding-top: 118px;
}
.testimonial-option{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0 125px 0;
    
}
.testimonial-option .section-header h2, .testimonial-option .section-header p{
    color: #fff;
}
.testimonial-content{
    position: relative;
    background: #fff;
    padding: 25px 0 22px 22px;
}
.testimonial-content:after{
    position: absolute;
    content: "";
    background: url(../../assets/images/home01/testimonial-arrow.png) no-repeat;
    width: 35px;
    height:23px;
    bottom: -20px;
    left: 20px;
}
.author-details{
    overflow: hidden;
    padding: 25px 0 0 38px;
}
.author-img{
    width: 82px;
    height: 82px;
    border: 3px solid #fafafa;
    border-radius: 100%;
    background: #ddd;
    overflow: hidden;
    float: left;
}
.author-name{
    float: left;
    margin: 18px 0 0 14px;
}
.author-name h4 {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.author-name h6 {
    color: #fafafa;
    padding-top: 2px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.testimonial-option .swiper-pagination{
    width: 100%;
    bottom: 40px;
}
.testimonial-option .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    margin: 0 6px;
    border: 3px solid #8fc763;
    background: none;
}
.testimonial-option .swiper-pagination-bullet-active{
    background: #ffffff;;
}



/*===========================
    End Testimonial Section
=============================================*/



/*===========================
    Start Blog Section
=============================================*/

.bg-blog-section{
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #fff;
}

.blog-section.blog-page .blog-img img{
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.single-blog .blog-img img{
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.blog-items{
    margin-bottom: 30px;
}
.blog-img{
    overflow: hidden;
}
.blog-img a{
    display: block;
}
.blog-content-box{
    border: 1px solid #f0f0f0;
    border-top: 0;
}
.blog-content{
    padding: 31px 20px 25px 18px;
}

.blog-content h4 {
    margin:0;
}

.blog-content h4 a {
    padding-bottom: 8px;
    text-transform: capitalize;
    font-size: 20px;
}
.meta-box{
    border-top: 1px solid #f0f0f0;
    padding: 14px 0 11px 20px;
}
.meta-post {
    padding: 0;
    margin: 0!important;
}
.meta-post li{
    display: inline-block;
    padding: 0 7px;
}
.meta-post li a{
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}
.meta-post li a:hover{
    color: #53a92c;
}
.meta-post li .fa, .meta-post li a .fa{
    font-size: 18px;
    color: #84c168;
    padding-right: 8px;
}
.meta-post li:first-child{
    padding-left: 0;
}
.meta-post li:last-child {
    padding-right: 0;
}
.blog-items:hover {
    box-shadow: 1px 0px 14px 1px #ebebeb;
}
.blog-items:hover .blog-content h4 a{
    color: #53a92c;
}
.blog-items:hover .blog-img img{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.05, 1.05);
}



/*===========================
    End Blog Section
=============================================*/


/*===========================
    Start Sponsors Section
=============================================*/

.bg-sponsors-section{
    background: #f7f7f7;
    padding-bottom: 120px;
    padding-top: 118px;
}
.sponsors-option{}
.sopnsors-items a{
    box-shadow: 1px 0px 14px 1px #ebebeb;
    overflow: hidden;
}

.sponsors-container .swiper-slide {
    margin: 5px;
}


/*===========================
    End Sponsors Section
=============================================*/

/*===========================
    Start Footer Section
=============================================*/


.bg-footer-top{
    background: #000000;
    padding: 95px 0 55px;
    color: #fff;
}
.bg-footer-top a,
.bg-footer-top td,
.bg-footer-top p,
.bg-footer-top .tagcloud a{
    color: #fff;
}
.widgets-title{
    margin-bottom: 23px;
}
.widgets-title h3 {
    color: #fefefe;
    text-transform: uppercase;
    margin: 0;
}
.footer-widget .widget-title {
    margin-bottom: 20px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget ul {
    list-style: none;
}
.widgets-content p{
    color: #bcbcbc;
}
.footer-widget.widget_search form button{
    margin-top: 5px;
}
.address-box ul{
    padding:0;
}
.address-box{
    margin-top: 20px;
    overflow: hidden;
}
.address li{
    overflow: hidden;
    padding: 5px 0;
}
.address li .fa{
    float: left;
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: #53a92c;
    line-height: 36px;
    text-align: center;
    background: #000000;
    border: 1px solid #272727;
    border-radius: 2px;
    margin-right: 14px;
}
.address li span{
    width: calc(100% - 50px);
    float: left;
    color: #bcbcbc;
    padding-top: 6px;
}
.latest-news li{
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #1a1a1a;
}
.latest-news li:first-child, .twitter-widget li:first-child {
    padding-top: 0;
}
.latest-news li:last-child, .twitter-widget li:last-child  {
    border-bottom: none;
    padding-bottom: 0;
}
.thumbnail-img{
    width: 70px;
    height: 70px;
    float: Left;
    margin: 4px 15px 0 0;
}
.thumbnail-content{
    width: calc(100% - 90px);
    float: left;
}
.thumbnail-content h5{
    margin: 0;
}
.thumbnail-content h5 a {
    color: #bcbcbc;
    line-height: 24px;
    font-size: 15px;
}
.post-date{
    font-size: 14px;
    color: #9b9b9b;
}
.post-date a{
    color: #9b9b9b;
}
.post-date a:hover{
    color: #9b9b9b;
}
.latest-news li:hover .thumbnail-content h5 a{
    color: #53a92c;
}
.latest-news li:hover .thumbnail-img img, .footer-instagram a:hover{
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .3s ease-in-out;
}
.twitter-widget li{
    overflow: hidden;
    border-bottom: 1px solid #1a1a1a;
    padding: 16px 0;
}
.twitter-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #53a92c;
    border-radius: 100%;
    float: left;
    margin: 4px 15px 0 0;
}
.twitter-icon .fa{
    font-size: 10px;
    color: #000000;
}
.twitter-content{
    display: table;
}
.twitter-content h5{
    line-height: 24px;
    color: #bcbcbc;
}
.twitter-content h5 a{
    color: #53a92c;
}
.twitter-content h5 a:hover{
    color: #bcbcbc;
}
.footer-instagram span {
    float: left;
    margin: 3px 3px;
}
.footer-instagram span img{
    width: 84px;
    height: 84px;
}
.bg-footer-bottom{
    background: #f4f4f4;
    padding: 28px 0 23px 0;
}
.footer-bottom{}
.copyright-txt {
    float: left;
    margin: 5px 0;
}
.copyright-txt p{
    font-size: 16px;
    color: #707070;
    padding-top: 8px;
}
.copyright-txt p a{
    color: #53a92c;
    font-weight: 700;
}
.copyright-txt p a:hover{
    color: #000000;
}
.social-box{
    float: right;
}
.social-icon-rounded {
    margin: 0;
    padding: 0;
}
.social-icon-rounded li{
    display: inline-block;
    margin: 0 3px;
}
.social-icon-rounded li:last-child{
    margin-right: 0;
}
.social-icon-rounded li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align:center;
    font-size: 18px;
    color: #53a92c;
    border: 2px solid #53a92c;
    border-radius: 100%;
}


.social-icon-rounded li a:hover{
    background: #53a92c;
    border: 2px solid #53a92c;
    color: #fff;
} 

.footer-top h3{
    color:#fff;
    margin: 0;
    text-transform: capitalize;
}
.slider-content h2, .slider-content h3, .slider-content p {
    text-transform: capitalize;
}

.single-small-img {
    list-style: none;
    padding: 0;
}



/*===========================
    End Footer Section
=============================================*/



/*========================================================
                            Home 02
========================================================================================*/

/*=======================================
    Header 2
====================================================*/

.header-style-2 .main-menu .navbar-collapse,
.header-style-3 .main-menu .navbar-collapse{
    float: right;
}
.header-style-2 .bg-header-top{
    background: #f7f7f7;
}
.header-style-2 .menu-scroll.menu-fixed{
    box-shadow: 0 0 7px 0 #ddd;
}
.boxed .header-style-2 .menu-scroll.menu-fixed{
    box-shadow: none;
}
.h-contact {
    float: left;
    margin-bottom: 0 !important;
}
.h-contact li{
    display: inline-block;
}
.h-contact li{
    font-size: 14px;
    color: #363636;
    padding: 9px 12px;
}
.h-contact li:first-child{
    padding-left: 0;
}
.h-contact li:last-child{
    padding-right: 0;
}
.header-style-2 .h-contact li [class^="flaticon-"]:before,
.header-style-2 .h-contact li [class*=" flaticon-"]:before,
.header-style-2 .h-contact li  [class^="flaticon-"]:after,
.header-style-2 .h-contact li  [class*=" flaticon-"]:after{
    display: inline-block;
    font-size: 16px;
    padding-right: 6px;
}
.header-style-2 .donate-option{
    float: right;
    background: #53a92c;
}

.header-style-2 .donate-option a{
    background: #53a92c;
    padding: 13px 28.5px;
}
.header-style-2 .donate-option a:hover{
    background: #000;
}
.show-res-logo{
    display: none;
}
.navbar-brand{
    padding-left: 0;
    height: auto;
}
.header-style-2 .bg-main-menu{
    background: #ffffff;
}
.header-style-2 .main-menu .nav>li>a{
    color: #000000;
}
.header-style-2 .main-menu .nav>li>a:hover, 
.header-style-3 .main-menu .nav>li>a:hover{
    color: #53a92c;
}
.header-style-2 .main-menu .nav>li.active > a{
    color: #53a92c;
}
.header-style-2 .sub-menu, 
.header-style-3 .sub-menu,
.header-style-2 .sub-sub-menu,
.header-style-3 .sub-sub-menu {
    background: #000000;
}
.header-style-2 .navbar-right .dropdown-menu, 
.header-style-3 .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.header-style-2 .sub-menu, 
.header-style-3 .sub-menu{
    top: 120px;
}
.header-style-2 .main-menu .nav>.dropdown:hover>ul.sub-menu, 
.header-style-3 .main-menu .nav>.dropdown:hover>ul.sub-menu {
    top: 80px;
}
.header-style-2 .main-menu .nav>li>a, 
.header-style-3 .main-menu .nav>li>a{
    padding: 27px 17px;
}
.header-style-2 .main-menu .sub-menu li a:hover, 
.header-style-3 .main-menu .sub-menu li a:hover{
    background: #53a92c;
    color: #fff;
}
.header-style-2 .sub-active a, 
.header-style-3 .sub-active a {
    background: #53a92c;
    color: #fff!important;
}
.header-style-2 .cart-icon .fa,
.header-style-3 .cart-icon .fa{
    color: #000000;
}
.header-style-2 .count-cart,
.header-style-3 .count-cart{
    color: #fff;
    background: #53a92c;
}

.header-style-2 .cart-option, 
.header-style-3 .cart-option {
    padding: 30px 22px 24px 22px;
}

.header-style-2 .cart-option:hover .cart-dropdown-menu,
.header-style-3 .cart-option:hover .cart-dropdown-menu{
    top: 80px;
}

.header-style-2 .search-box,
.header-style-3 .search-box {
    margin: 19px 0 19px 0;
}
.header-style-2 .search-box i,
.header-style-3 .search-box i{
    color: #000000;
}
.header-style-2 #all-search{
    background: #fff;
    color: #000000;
}
.header-style-2 #all-search::-webkit-input-placeholder {
  color: #000;
}
.header-style-2 #all-search:-moz-placeholder {
  color: #000;
}
.header-style-2 #all-search::-moz-placeholder {
  color: #000;
}
.header-style-2 #all-search:-ms-input-placeholder {
  color: #000;
}






/*======================
    End Header
=====================================*/


/*===========================
    Start Slider 
=========================================*/

.slider-two .slider-content h2{
    font-size: 60px;
    line-height: 60px;
    padding-top: 5px;
}
.slider-two .camera_overlayer {
    background: rgba(55, 109, 6, 0.34);
}



/*================================
    Start Slider Section 
=============================================*/


/*======================================
    Start About Greenforest Section 
====================================================*/

.bg-about-greenforest{
    padding: 110px 0 75px 0;
    background-color: #fff;
}
.about-greenforest-content h2{
    text-transform: capitalize;
    margin:0;
}
.about-greenforest-content p span{
    display: inline-block;
    font-weight: 600;
    color: #53a92c;
    margin: 11px 0 18px 0;
}
.about-greenforest-content .btn-default{
    padding: 14px 28px 12px 28px;
    margin: 40px 20px 0 0;
}
.about-greenforest-content .btn-default:active,
.about-greenforest-content .btn-default:focus {
    color: #53a92c;
}
.about-greenforest-content .btn-default:hover {
    color: #fff;
}


/*=======================
    End About Greenforest Section 
==========================================*/


/*=======================
    Start Recent Project Section 
==========================================*/

.bg-recent-project{
    background: #f7f7f7;
    padding: 0 0 94px 0;
    padding-top: 118px;
}
.recent-project .section-header{
    padding-bottom: 40px;
}
.recent-project .button {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    padding: 0 20px;
    background: transparent;
    margin-bottom: 6px;
    border: none;
}
.recent-project .button:hover{
    color: #53a92c;
}
.recent-project .button:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #949494;
    top: 5px;
    right: -6px;
}
.recent-project .button:last-child:after{
    display: none;
}
.recent-project .is-checked{
    color: #53a92c;
}

div#filters {
    text-align: center;
}
.portfolio-items{
    margin-top: 40px;
}
.portfolio-items .item{
    width: 33.33%;
    float: left;
}
 .portfolio-items .item-inner{
    background: #fff;
    margin: 15px;
}
.portfolio-img{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.portfolio-container{
    margin-top: 38px;
}

.overlay-project{
    position: absolute;
    width: 96%;
    height: 95%;
    top: 7px;
    left: 7px;
    background: rgba(27, 15, 9, 0.79);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(0, 0);
}

.recent-project .item-inner:hover .overlay-project{
    opacity: 1;
    transform: scale(1, 1);
} 

.project-link-option{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.project-link-option li{
    display: inline-block;
    opacity: 0;
}
.project-link-option li a{
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #9f9f9f;
    background: #fff;
    border-radius: 100%;
    margin: 0 2px;
}
.project-link-option .project-search a, 
.project-link-option .project-plus a{
    line-height: 47px;
}
.project-link-option li a:hover{
    background: #53a92c;
    color: #d8ebcf;
}
.project-link-option .project-search, 
.project-link-option .project-plus{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
}
.project-link-option .project-link{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
}
.recent-project .item-inner:hover .project-link-option .project-search,
.recent-project .item-inner:hover .project-link-option .project-plus{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.recent-project .item-inner:hover .project-link-option .project-link{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);

}
.recent-project-content{
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 28px 24px 18px 24px;
}

.recent-project-content h4{
    margin: 0;
}
.recent-project-content h4 a {
    color: #212121;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.recent-project-content p{
    font-size: 16px;
    color: #696969;
}
.recent-project-content p span a{
    color: #53a92c;
    text-transform: capitalize;
}

.recent-project .item-inner:hover .recent-project-content h4 a{
    color: #53a92c;
}
.recent-project .item-inner:hover {
    box-shadow: 1px 0px 14px 1px #ebebeb;
}
.portfolio-items .item-inner:hover .portfolio-img img{
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}

/*=======================
    End Recent Project Section 
==========================================*/


/*=======================
    Start Counter2 Section 
==========================================*/

.bg-count2-section{
    background: url(../../assets/images/home02/bg-counter2-img.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 48% 100%;
}



/*=======================
    End Counter2 Section 
==========================================*/



/*=======================
    Start Home2 Service Section 
==========================================*/

.bg-servicesstyle2-section{
    padding: 0 0 90px 0;
    padding-top: 118px;
    background-color: #fff;
}
.our-services-option{}
.our-services-box{
    border: 1px solid #f0f0f0;
    padding: 8px;
    margin-bottom: 25px;
}
.our-services-items {
    text-align: center;
    padding: 30px 22px 18px 22px;
    border: 1px solid transparent;
}
.our-services-items img {
    margin-bottom: 30px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.our-services-content{
    padding-top: 4px;
}
.our-services-content h4 {
    padding-bottom: 8px;
    margin-bottom: 5px;
}
.our-services-content>a{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    padding-top: 15px;
}
.our-services-content>a .fa{
    padding-left: 4px;
}
.our-services-box:hover{
    box-shadow: 1px 0px 14px 1px #ebebeb;
}
.our-services-box:hover .our-services-items{
    border: 1px solid #f0f0f0;
}
.our-services-box:hover [class^="flaticon-"]:before, 
.our-services-box:hover [class*=" flaticon-"]:before, 
.our-services-box:hover [class^="flaticon-"]:after, 
.our-services-box:hover [class*=" flaticon-"]:after{
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.our-services-box:hover .our-services-content h4 a, .our-services-box:hover .our-services-content>a{
    color: #53a92c;
}




/*=======================
    End Home2 Service Section 
==========================================*/




/*=======================
    Start focus cause  Section 
==========================================*/

.bg-focus-cause-section2 {
    background: #f7f7f7;
    padding-bottom: 100px;
    padding-top: 118px;
}


/*=======================
    End focus cause Section 
==========================================*/


/*=======================
    Start compaian video Section 
==========================================*/

.bg-compaian-video{
    background-attachment : fixed;
    background-size: cover;
    background-position: 48% 100%;
    background-repeat: no-repeat;
}
.compaian-video-overlay{
    background: rgba(72, 142, 38, 0.74);
}
.compaian-video{
    text-align: center;
    padding: 245px 0;
}
.compaian-video h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fefefe;
    text-transform: capitalize;
    padding-top: 3px;
    margin: 0;
}


/*=======================
    Start collection Section 
==========================================*/




.bg-collection-section{
    background: #f7f7f7;
    padding-bottom: 86px;
    padding-top: 118px;
}

.collection-items{
    text-align: center;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    margin-bottom: 30px;
    background:#fff;
}
.collection-img{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.collection-img img{
    width: 100%;
    overflow: hidden;
}
.collection-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(247, 251, 240, 0.85);
    opacity: 0;
    z-index: 1;
}

.collection-icon{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.collection-icon li{
    display: inline-block;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.collection-icon li a {
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #53a92c;
    border: 1px solid #53a92c!important;
    background: transparent;
    border-radius: 100%!important;
    z-index: 2;
}

.collection-icon li a:hover{
    background: #53a92c;
    color: #fff!important;
}
.collection-content{
    border-top: 1px solid #f0f0f0;
    padding: 25px 0 20px 0;
}

.collection-content h4{
    margin: 0;
}
.collection-content h4 a{
    font-weight: 600;
}
.collection-content h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding-top: 1px;
    margin: 8px 0;
}
.star-icon{}
.star-icon li{
    display: inline-block;
}
.star-icon li a{
    font-size: 14px;
    font-weight: 400;
    color: #53a92c;
}
.collection-items:hover .collection-overlay{
    opacity: 1;
}
.collection-items:hover .collection-content h4 a{
    color: #53a92c;
}
.collection-items:hover .collection-icon li{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.collection-items:hover .collection-img img{
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}
.collection-items:hover{
    box-shadow: 1px 0px 14px 1px #ebebeb;
}

/*=======================
    End collection Section 
==========================================*/


/*=======================
    End compaian video Section 
==========================================*/



/*=======================
    Start Upcoming Events Section 
==========================================*/
.bg-upcoming-events{
    padding-top: 118px;
    background-color: #fff;
} 
.upcoming-events{
    padding-bottom: 50px;
}
.event-items{
    margin-bottom: 30px;
}
.event-img{
    position: relative;
    display: block;
}
.event-img a, .event-img a img {
    display: block;
    width: 100%;
    overflow: hidden;
}
.date-box{
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #53a92c;
    text-align: center;
    bottom: 0;
    left: 0;
    padding: 8px 0;
}
.date-box h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
}
.date-box h5{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.events-content{
    border: 1px solid #f0f0f0;
    border-top: 0;
    padding: 27px 26px 30px 30px;
}
.events-content h4{
    margin: 0;
}
.events-content h4 a{
    color: #000;
}
.events-content .meta-post{
    margin: 4px 0 8px 0;
}
.events-content .meta-post li{
    font-size: 16px;
    color: #9b9b9b;
    padding: 0 7px;
}
.events-content .meta-post li:first-child{
    padding-left: 0;
}
.events-content .meta-post li .fa{
    font-size: 20px;
    font-weight: 300;
}
.events-content{}
.events-content .meta-post [class^="flaticon-"]:before, 
.events-content .meta-post[class*=" flaticon-"]:before, 
.events-content .meta-post[class^="flaticon-"]:after, 
.events-content .meta-post[class*=" flaticon-"]:after{
    font-size: 20px;
    margin-left: 0!important;
}
.events-content .btn-default{
    margin-top: 24px;
    padding: 8px 20px;
}
.event-items:hover{}
.event-items:hover .events-content h3 a{
    color: #53a92c;
}
.event-items:hover .event-img img{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.event-items:hover{
    box-shadow: 1px 0px 14px 1px #ebebeb;
}

/*=======================
    End Upcoming Events Section 
==========================================*/




/*================================= Start Home 03 ================================*/


/*=========================
    Header section
====================================*/

.header-style-3 .bg-main-menu{
    position: fixed;
    z-index: 9;
    width: 100%;
    background: rgba(29, 47, 4, 0.46);
}
.header-style-3 .menu-scroll.menu-fixed{
    background: #000;
}
.header-style-3 .main-menu .nav>li>a{
    color: #fff;
}
.header-style-3 .search-box {
    margin: 19px 0 19px 0;
}
.header-style-3 .search-box i{
    color: #fff;
}
.header-style-3 #all-search{
    background: #000;
    color: #fff;
}
.header-style-3 #all-search::-webkit-input-placeholder {
  color: #fff;
}
.header-style-3 #all-search:-moz-placeholder {
  color: #fff;
}
.header-style-3 #all-search::-moz-placeholder {
  color: #fff;
}
.header-style-3 #all-search:-ms-input-placeholder {
  color: #fff;
}
.header-style-3 .cart-icon .fa{
    color: #fff;
}


/*========================
    End Header Section
=======================================*/



/*========================
    Start Slider Section
=======================================*/

.slider-three .slider-content {
    text-align: center;
}
.slider-three .slider-content h3 {
   font-size: 30px;
}
.slider-three .slider-content h2{
    font-size: 60px;
    line-height: 45px;
}

.slider-three .slider-content p{
    font-size: 24px;
    line-height: 50px;
}





/*========================
    End Slider Section
=======================================*/





/*========================
    Start Working Section
=======================================*/

.bg-working-section{
    padding-bottom: 95px;
    padding-top: 118px;
    background-color: #fff;
}
.working-items{
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 30px 30px 28px 30px;
    margin-bottom: 30px;
}
.working-icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    margin: 0 auto;
}
.working-icon img{
    margin-left: auto;
    margin-right: auto;
}
.working-icon [class^="flaticon-"]:before, 
.working-icon [class*=" flaticon-"]:before, 
.working-icon [class^="flaticon-"]:after, 
.working-icon [class*=" flaticon-"]:after{
    margin-left: 0;
    font-size: 40px;
}
.working-content{}
.working-content h4 a{
    display: inline-block;
    padding: 30px 0 6px 0;
}
.working-content>a{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-top: 18px;
}
.working-content>a .fa{
    padding-left: 4px;
}

.working-container .swiper-slide {
    padding: 3px;
}
.working-items:hover{
    box-shadow: 1px 0px 14px 1px #ebebeb;
}
.working-items:hover .working-icon [class^="flaticon-"]:before, 
.working-items:hover .working-icon [class*=" flaticon-"]:before, 
.working-items:hover .working-icon [class^="flaticon-"]:after, 
.working-items:hover .working-icon [class*=" flaticon-"]:after{
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
    color: #fff;
}
.working-items:hover .working-content h4 a,
.working-items:hover .working-content>a{
    color: #53a92c;
}


/*========================
    End Working Section
=======================================*/


/*========================
    Start Donation Section
=======================================*/

.bg-donation-section{
    background-size: cover;
    background-position: 50% 50%;
}
.donation-overlay{
    background: rgba(0, 0, 0, .8);
    padding-bottom: 95px;
    padding-top: 118px;
}
.donation-section{
    padding: 0 150px;
}
.donaton-header{
    text-align: center;
}
.donaton-header h3{
    position: relative;
    color:#ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.donaton-header h3:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background: #5faf1f;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.donaton-header h2 {
    color: #fff;
    padding: 40px 0 8px 0;
    margin: 0;
}
.donaton-header h4{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5faf1f;
}
.donation-section .progress{
    height: 20px;
    border-radius: 30px;
    margin-top: 34px;
    box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.3);
    
}
.donation-section .progress-bar{
    border-radius: 30px;
}
.count-number{
    overflow: hidden;
}
.count-left{
    float: left;
}
.count-right{
    float: right;
}
.count-left, .count-right{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.count-left span, .count-right span{
    font-size: 24px;
    color: #5faf1f;
}
.donate-btn{
    text-align: center;
}
.donate-btn .btn-default{
    padding: 15px 29px;
    background: #5faf1f;
    color: #fff;
    border: 0;
}
.donate-btn .btn-default .fa{
    padding-left: 3px;
}
.donate-btn .btn-default:before, 
.donate-btn .btn-default:after{
    background: #fff;
    
}
.donate-btn .btn-default:hover, 
.donate-btn .btn-default:focus, 
.donate-btn .btn-default.focus, 
.donate-btn .btn-default:active{
    color: #53a92c;
}


/*========================
    End Donation Section
=======================================*/



/*========================
    Start People Say Section
=======================================*/

.bg-people-say-section{
    background: url(../../assets/images/home03/bg-people-say.jpg)no-repeat fixed;
    background-size: cover;
    background-position: 45%;
}
.people-say-overlay{
    background: rgba(76, 148, 40, 0.77);
}
.people-say-section{
    position: relative;
    padding: 150px 0;
}
.people-say-items{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 67px;
}
.people-say-items .fa{
    font-size: 64px;
    color: #fff;
    padding-bottom: 35px;
}
.people-say-items p, .people-say-items p a{
    font-size: 16px;
    color: #fff;
}
.people-say-items p a span{
    font-weight: 700;
    font-style: italic;
}
.people-say-items p a:hover{
    color: #000;
}
.people-say-items{}
.people-say-items{}
.people-say-section .swiper-pagination{
    width: 100%;
    bottom: 42px;
}
.people-say-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #efeef3;
    margin: 0 3px;
    opacity: 1;
}
.people-say-section .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
}



/*========================
    End  People Say Section
=======================================*/




/*========================
    Start Count Section
=======================================*/

.bg-count3-section{
    background: url(../../assets/images/home03/bg-count-img.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
}
.count3-overlay{
    background: rgba(91, 164, 58, 0.72);
}

/*========================
    End  Count Section
=======================================*/



/*========================
    Start portfolio items Section
=======================================*/

.bg-recent-project-home3{
    padding-top: 118px;
    padding-bottom: 123px;
}
.portfolio-items-home3 .overlay-project,
.gallery2-items .overlay-project,
.gallery3-items .overlay-project{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(29, 14, 5, 0.92);
}
.portfolio-items-home3 .item{
    width: 25%;
}
.portfolio-items-home3 .item-inner {
    margin: 7px;
    text-align: center;
}
.portfolio-items-home3 .portfolio-img {
    text-align: center;
}
.portfolio-items-home3 .project-plus,
.gallery2-items .project-plus,
.gallery3-items .project-plus{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.portfolio-items-home3 .project-plus a,
.gallery2-items .project-plus a,
.gallery3-items .project-plus a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #9f9f9f;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
}
.portfolio-items-home3 .project-plus a,
.gallery2-items .project-plus a, 
.gallery3-items .project-plus a {
    color: #53a92c;
}
.portfolio-items-home3 .project-plus a:hover,
.gallery2-items .project-plus a:hover,
.gallery3-items .project-plus a:hover{
    background: #fff;
}
.portfolio-items-home3 .item-inner:hover .project-plus a,
.gallery2-items .item-inner:hover .project-plus a,
.gallery3-items .item-inner:hover .project-plus a{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}


.portfolio-items-home3 .recent-project-content,
.gallery2-items .recent-project-content,
.gallery3-items .recent-project-content{
    width: 100%;
    position: absolute;
    top: 70%;
    text-align: center;
    z-index: 4;
    padding: 0;
    opacity: 0;
    border: none;
    margin-top: 30px;
}
.portfolio-items-home3 .recent-project-content p a,
.gallery2-items .recent-project-content p a,
.gallery3-items .recent-project-content p a{
    font-size: 18px;
    font-weight: 600;
    color: #fefefe;
    text-transform: capitalize;
    
}
.portfolio-items-home3 .recent-project-content p a:hover,
.gallery2-items .recent-project-content p a:hover,
.gallery3-items .recent-project-content p a:hover{
    color: #53a92c;
}
.portfolio-items-home3 .item-inner:hover .recent-project-content,
.gallery2-items .item-inner:hover .recent-project-content,
.gallery3-items .item-inner:hover .recent-project-content{
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}




/*========================
    End  portfolio items Section
=======================================*/



/*=============================================================Services Css =====================================*/

.services-video h3{
    padding-top: 21px;
}

/*=============================================================Teams Css =====================================*/

.bg-team-section{
    padding-top: 130px;
    padding-bottom: 100px;
}
.bg-single-team{
    padding: 118px 0 110px 0;
}
.single-team-details h3,
.single-team-content h3{
    font-size: 24px;
    font-weight: 700;
    color: #53a92c;
    text-transform: uppercase;
}
.single-team-details h5{
    font-size: 16px;
    font-weight: 400;
    color: #656565;
    padding: 3px 0 8px 0;
}
.single-team-details .social-icon-rounded{
    margin-top: 16px;
}
.team-address-box {
    margin-top: 3px;
}
.team-address-box .address .fa{
    background: transparent;
    border: 1px solid #f7f7f7;
}
.team-address-box .address li span{
    color: #696969;
}
.single-team-content{
    margin-top: 30px;
}
.single-team-content h3{
    padding-bottom: 6px;
}

/*=============================================================project Css =====================================*/

.bg-single-recent-project {
    padding: 117px 0 118px 0;
}
.load-more-option{
    text-align: center;
}
.load-more-option .btn-default{
    font-size: 15px;
    color: #fff;
    background: #53a92c;
    padding: 12.5px 32.5px;
    margin-top: 34px;
}
.load-more-option .btn-default:hover, 
.load-more-option .btn-default:focus, 
.load-more-option .btn-default.focus, 
.load-more-option .btn-default:active{
    color: #53a92c;
}
.load-more-option .btn-default:before, 
.load-more-option .btn-default:after{
    background: #fff;
}


/*================================================ Photo Gallery Css ============================*/

.photo-gallery{
    padding-top: 115px;
}
.bg-recent-project-home3 .photo-gallery{
    padding-top: 0;
}
.photo-gallery .load-more-option .btn-default {
    font-size: 14px;
    padding: 14.5px 19px;
    margin-top: 50px;
}


/*=================================================== Single Project Css ======================================*/

.single-project-area{
    padding: 60px 0 111px 0;
}
.single-pro-main-content{
    padding-top: 68px;
}
.single-left-content {
    list-style: none;
    padding: 0;
}
.single-left-content li{
    border: 1px solid #f7f7f7;
    padding: 18px 6px 11px 22px;
}
.single-left-content li h4 {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 0;
}
.single-left-content li p{
    font-size: 16px;
}
.single-project-content h3 {
    color: #010101;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 24px;
    margin: 0;
}
.single-project-content p{
    line-height: 32px;
}
.single-small-img li{
    padding: 15px 0;
}
.single-small-img li:first-child {
    padding-top: 0;
}
.single-small-img li:last-child {
    padding-bottom: 0;
}
.download-option{
    padding-top: 22px;
}
.download-option h4{
    padding-bottom: 20px;
}
.download-option .download-btn{
    margin-bottom: 30px;
}
.download-btn{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 26px 12px 40px;
    background: #53a92c;
    border-radius: 4px;
}
.download-btn .fa{
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
}
.download-btn span .fa{
    padding-left: 20px;
    padding-right: 0;
}
.download-btn:hover{
    background: #000;
    color: #fff;
}
.social-option{
    padding-top: 35px;
}
.social-option h4 {
    padding-bottom: 10px !important;
    margin-top: 0;
    margin-bottom: 5px;
}


/*============================================= Start Single Services ====================================*/

.download-service h4{
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
}

.bg-single-services{}
.single-services {
    padding: 120px 0 95px 0;
}
.single-services.hentry{
    margin: 0!important;
}
.single-services-content{
    padding-left: 30px;
}
.single-services-content img{
    padding-bottom: 10px;
}
.single-services-content h3 {
    color: #53a92c;
    text-transform: uppercase;
    padding: 26px 0 3px 0;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
}
.mark-txt {
    padding-top: 14px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.mark-txt li{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 4px 0;
}
.mark-txt li:first-child{
    padding-top: 0;
}
.mark-txt li:last-child{
    padding-bottom: 0;
}
.mark-txt .fa{
    color: #53a92c;
}
.single-left-services-list{}
.single-left-services-list .nav-tabs{
    border-bottom: none;
}
.single-left-services-list .nav-tabs>li{
    float: none;
    margin-bottom: 0;
}
.single-left-services-list .nav-tabs>li>a{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 15px;
    margin-right: 0;
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #f0f0f0;
}

.single-left-services-list .nav-tabs>li.active>a, 
.single-left-services-list .nav-tabs>li.active>a:focus, 
.single-left-services-list .nav-tabs>li.active>a:hover{
    color: #53a92c;
    cursor: default;
    background-color: #fff;
    border: 1px solid rgba(235, 235, 235, 0.57);
    border-bottom-color: rgba(235, 235, 235, 0.57);
    border-radius: 0;
}
.single-left-services-list [class^="flaticon-"]:before, 
.single-left-services-list [class*=" flaticon-"]:before, 
.single-left-services-list [class^="flaticon-"]:after, 
.single-left-services-list [class*=" flaticon-"]:after{
    font-size: 18px;
    margin-left: 0;
    margin-right: 5px;
}
.download-service{
    padding-top: 50px;
}
.download-service a{
    margin: 28px 0 0 0;
}


/*================================================= Start Event Page Css =================================*/

.bg-event-box{
    padding: 0 0 30px 0;
}
.event-search-box-option{
    padding: 23px 0 26px 31px;
    box-shadow: 1px 0px 14px 1px #ebebeb;
}
.event-box{}
.event-box label{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.event-box .form-control{
    height: 50px;
    padding-left: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: none;
}
.event-box .form-control:focus{
    border: 1px solid #53a92c;
}
.event-box .btn-default{
    background-color: #53a92c;
    color: #fff;
    margin: 42px 0 0 30px;
    padding: 13px 53.4px;
}
.event-box{}
.event-box .btn-default:hover:before {
    left: -17%;
}
.event-box .btn-default:hover:after {
    right: -14%;
}
.event-box .btn-default:before, 
.event-box .btn-default:after{
    background: #fff;
    color: #53a92c;
}
.event-box .btn-default:hover, 
.event-box .btn-default:focus, 
.event-box .btn-default.focus, 
.event-box .btn-default:active{
    color: #53a92c;
}
.pagination-option{
    text-align: center;
}
.pagination-option .pagination{
    margin: 0;
    text-align: center;
}
.pagination-option{
    padding-top: 45px;
}
.pagination-option .pagination>li>a{
    width: 40px;
    height: 40px;
    line-height: 29px;
    font-size: 16px;
    font-weight: 600;
    color: #53a92c;
    margin: 0 5px;
    border: 1px solid #65ac4c;
    border-radius: 4px;
}
.pagination-option .pagination>li>a:focus, 
.pagination-option .pagination>li>a:hover, 
.pagination-option .pagination>li>span:focus, 
.pagination-option .pagination>li>span:hover{
    background: #53a92c;
    color: #fff;
    border-color: #53a92c;
}
.pagination-option .pagination>li.active a{
    background: #53a92c;
    color: #fff;
    border-color: #53a92c;
} 

.upcoming-events .events-content h3{
    margin:0 0 5px 0;
}

.upcoming-events .events-content h3 a{
    color: #000;
}


/*================================================ Start Blog Page ======================================*/

.blog-page{
    padding-top: 120px;
}
.blog-page .pagination-option{
    padding-top: 30px;
}



/*============================================ Start Gallery Style 02 ====================================*/

.bg-gallery-style2{
    padding: 120px 0;
}
.gallery2-items .overlay-project {
    background: rgba(12, 6, 6, 0.81);
}
.gallery2-items .project-plus a,
.gallery3-items .project-plus a{
    width: 40px;
    height: 40px;
    line-height: 45px;
    box-shadow: 0px 0px 0px 5px rgba(67, 60, 57, 0.84);
}
.bg-gallery-style2 .load-more-option .btn-default {
    font-size: 14px;
    padding: 14.5px 19px;
    margin-top: 50px;
}


/*================================================= Gallery Style 03 =================================*/

.gallery3 .item{
    width: 20%;
}
.gallery3 .item-inner{
    margin: 0;
}
.gallery3 .item-inner:hover {
    box-shadow: none;
}


/*============================================= Start Contact Us =========================================*/

.bg-contact-us{
    padding: 118px 0 130px 0;
    background-color: #fff;
}
.contact-us{}
.contact-title{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 22px;
}
.contact-form{
    margin-top: 31px;
}
.contact-form .form-control {
    height: 50px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 25px;
    margin-bottom: 30px;
    background: #ffffff;
}
.contact-form input[type="text"]:focus, 
.contact-form input[type="email"]:focus, 
.contact-form input[type="url"]:focus, 
.contact-form input[type="password"]:focus, 
.contact-form input[type="search"]:focus, 
.contact-form input[type="tel"]:focus, 
.contact-form input[type="number"]:focus, 
.contact-form textarea:focus{
    border: 1px solid #53a92c;
}
.text-area {
    height: 150px;
    border-radius: 0;
    padding-top: 20px;
}
.contact-form .btn-default {
    background: #65ac4c;
    color: #fff;
    padding: 13px 27px;
    font-size: 15px;
    border: 2px solid #65ac4c;
}
.contact-form .btn-default:hover, .contact-form .btn-default:focus, .contact-form .btn-default.focus, .contact-form .btn-default:active {
    color: #53a92c !important;
    background-color: #ffffff !important;
    border: 2px solid #53a92c;
}

.contact-address li{
    border-bottom: 1px solid #eeeeee;
    padding: 18px 0;
    margin-top: 20px;
    overflow: hidden;
}
.contact-address li:first-child{
    padding-top: 0;
}
.contact-address li:last-child{
}
.contact-address [class^="fa"]:before, 
.contact-address [class*="fa"]:before, 
.contact-address [class^="fa"]:after, 
.contact-address [class*="fa"]:after{
    font-size: 30px;
    float: left;
    line-height: 45px;
    margin: 0;
    margin-right: 13px;
    color: #53a92c;
}

.contact-address img:before, 
.contact-address img:before, 
.contact-address img:after, 
.contact-address img:after{
    font-size: 30px;
    float: left;
    line-height: 45px;
    margin: 0;
    margin-right: 13px;
    color: #53a92c;
}
.contact-address .contact-content {
    display: table;
    width: calc(100% - 40px);
    float: left;
}
.contact-address .contact-content p{
    font-size: 14px;
    color: #696969;
}
.contact-social-icon{
    margin-top: 20px;
}
.contact-social-icon li{
    margin: 0 7px;
}
.contact-social-icon li a{
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.contact-social-icon li:nth-child(1) a{
    background: #3b5998;
    border: 2px solid #3b5998;
}
.contact-social-icon li:nth-child(2) a{
    background: #55acee;
    border: 2px solid #55acee;
}
.contact-social-icon li:nth-child(3) a{
    background: #dc4e41;
    border: 2px solid #dc4e41;
}
.contact-social-icon li:nth-child(4) a{
    background: #ff0084;
    border: 2px solid #ff0084;
}
.contact-social-icon li:nth-child(5) a{
    background: #cb2027;
    border: 2px solid #cb2027;
}
.contact-social-icon li:nth-child(6) a{
     font-size: 28px;
    line-height: 40px;
    background: #3b5998;
    border: 2px solid #3b5998;
}

.contact-social-icon li:nth-child(1) a:hover,
.contact-social-icon li:nth-child(2) a:hover,
.contact-social-icon li:nth-child(3) a:hover,
.contact-social-icon li:nth-child(4) a:hover,
.contact-social-icon li:nth-child(5) a:hover,
.contact-social-icon li:nth-child(6) a:hover{
    background: #53a92c;
    border: 2px solid #53a92c;
}

#map{
    width: 100%;
    height: 600px;
}



/*=========================================================Start Single Event Css ===========================*/

.bg-single-events{
    padding: 120px 0 145px 0;
}
.single-events{}
.single-event-item{}
.single-event-img{
    position: relative;
}
.single-event-content{
    border: 1px solid #f0f0f0;
    padding:  0 30px 30px 20px;
}
.single-event-content h3{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding: 30px 0 6px 0;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.single-event-content p{
    line-height: 28px;
}
.single-event-content{}
.single-event-content{}
.single-date-map{
    overflow: hidden;
}

.single-date-option, .single-map{
    width: 50%;
    float: left;
}
.single-date-map{
    padding-top: 30px;
}
.single-date {
    padding-top: 5px;
    list-style: none;
    margin: 0;
}
.single-date li {
    padding-bottom: 25px;
}
.single-date li .fa{
    float: left;
    font-size: 24px;
    color: #53a92c;
    margin-right: 14px;
}
.single-date-map .h-adress-content{
    display: table;
}
.single-date-map .h-adress-content{}
.single-date-map .h-adress-content h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 1px 0;
}
.single-date-map .h-adress-content p{
    font-size: 16px;
}
.single-date-map #map{
    width: 380px;
    height: 200px;
}

.event-single-bottom-option{
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 6px 20px;
    overflow: hidden;
}
.event-author-option{
    float: left;
}
.event-author-img {
    overflow: hidden;
    float: left;
    margin-right: 8px;
}

.event-author-img .fa{
    font-size: 18px;
    color: #84c168;
    padding: 9px 0 5px 0;
}

.event-author-name{
    display: table;
    padding: 7px 0;
}
.event-author-name p{
    font-size: 15px;
    color: #696969;
}
.event-author-name p a{
    font-size: 15px;
    font-weight: 600;
    color: #53a92c;
    text-transform: uppercase;
}
.event-author-name p a:hover{
    color: #696969;
}
.share-icon {
    padding: 4px 0;
    margin: 0;
}
.share-icon li>.fa{
    font-size: 16px;
    color: #53a92c;
    padding-right: 8px;
}
.share-icon li span{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.share-icon li:nth-child(2) a{
    color: #3b5998;
}
.share-icon li:nth-child(3) a{
    color: #db4437;
}
.share-icon li:nth-child(4) a{
    color: #e94c89;
}
.share-icon li:nth-child(5) a{
    color: #23b6ea;
}
.share-icon li:nth-child(6) a{
    color: #cb1f27;
}


/*============== Start Sidebar ========*/

.sidebar,
.shop-sidebar{
    border: 1px solid #f0f0f0;
    padding-bottom: 5px;
}

.sidebar-widget-title, .comments-title {
    position: relative;
    border-bottom: 4px solid #f0f0f0;
    padding: 10px 30px 16px 30px !important;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px -27px;
    margin-bottom: 20px;
}
.sidebar-widget-title:after,
.comments-title:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #65ac4c;
    bottom: -4px;
    left: 0;
}

.widget-content{
    padding: 20px 27px 25px 27px;
}
.right-widget.widget_search .sidebar-form,
.shop-widget-content .sidebar-form{
    padding-top: 30px;
}
.widget-content .form-group,
.shop-widget-content .form-group{
    position: relative;
}
.widget-content .form-group .form-control, .right-widget.widget_search .form-group .form-control {
    height: 50px;
    padding-left: 25px !important;
    border: 1px solid #f7f7f7;
    box-shadow: none;
    background: #fff;
}
.right-widget.widget_search .form-group .form-control:focus,
.shop-widget-content .form-group .form-control:focus{
    border: 1px solid #53a92c;
    box-shadow: none;
}

.right-widget.widget_search .form-group .fa, .shop-widget-content .form-group .fa {
    color: #7c7c7c;
    margin-top: -33px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
    float: right;
}
.catagories {
    padding-top: 22px;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.catagories li{
    border-bottom: 1px solid #f0f0f0;
    padding: 9px 0 14px 0;
}
.catagories li:first-child{
    padding-top: 0;
}
.catagories li:last-child{
    border-bottom: none;
}
.catagories li a{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    text-transform: capitalize;
}
.catagories li a span{
    float: right;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
}
.catagories li:hover{
    padding-left: 15px;
}
.catagories li:hover a{
    color: #65ac4c;
}
.catagories li:hover a span{
    background: #65ac4c;
    color: #fff;
}
.popular-news-option{
    overflow: hidden;
    padding-top: 32px;
}
.popular-news-option li{
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    overflow: hidden;
}
.popular-news-option li:first-child{
    padding-top: 0;
}
.popular-news-option li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.popular-news-img{
    float: left;
    margin-top: 4px;
    margin-right: 20px;
}
.popular-news-contant{
    display: table;
}
.popular-news-contant h5{
    margin-top: 0;
    margin-bottom: 5px;
}
.popular-news-contant h5 a {
    font-weight: 600;
    color: #000;
    line-height: 24px;
    font-size: 15px;
}
.popular-news-contant p{
    font-size: 14px;
}
.popular-news-option li:hover .popular-news-contant h5 a{
    color: #53a92c;
}
.gallery-instagram{
    overflow: hidden;
    padding-top: 23px;
}
.gallery-instagram a{
    float: left;
    margin: 2px 2px;
}
.tagcloud{
    margin-top: 30px;
}

.tagcloud a{
    font-size: 14px!important;
    font-weight: 600;
    color: #696969;
    text-transform: uppercase;
    border: 1px solid #f0f0f0;
    padding: 9px 20px;
    border-radius: 0;
    margin: 0px 3px 10px 0;
}
.tagcloud a:hover{
    background: #53a92c;
    color: #fff;
    border: 1px solid #53a92c;
}


/*===================================================== Start Blog Style 02 ================================*/

.boxed{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.boxed .menu-right-option{
    display: inline-block;
}
.boxed .menu-right-option .cart-icon{
        transform: translateY(8px);
}
.bg-blog-style-2{
    padding: 120px 0 92px 0;
}
.blog-style-2 .blog-items{
    margin-bottom: 40px;
}
.blog-style-2 .blog-content {
    padding: 31px 20px 0px 18px;
}
.blog-style-2 .blog-content-box{
    padding-bottom: 23px;
}
.blog-style-2 .blog-content p {
    padding: 10px 0 13px 0;
}
.blog-style-2 .blog-content>a{
    font-size: 14px;
    font-weight: 600;
    color: #53a92c;
    text-transform: capitalize;
}
.blog-style-2 .pagination-option{
    padding-top: 25px;
    text-align: left;
}

/*================================================ Start  Single Blog ==================================*/
.single-blog ul {
    padding-left: 30px;
}
.bg-single-blog,
.bg-single-campaign{
    padding: 120px 0 135px 0;
}
.single-blog .blog-content{
    padding: 31px 30px 25px 30px;
}

.single-blog .blog-content h2{
    text-transform: capitalize;
    font-size: 30px;
    padding-bottom: 10px;
}
.single-blog .blog-items:hover {
    box-shadow: none;
}
.single-blog .meta-box{
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 4.5px 30px;
}
.single-blog .meta-post{
    float: right;
    padding: 9px 0 5px 0;
}
.quate-para{
    position: relative;
    font-weight: 600;
    color: #53a92c;
    font-style: italic;
    padding: 0 30px;
    margin: 20px 0;
}
.quate-para:before{
    position: absolute;
    font-family: FontAwesome;
    content: "\f10d";
    top: 0;
    left: 0;
    
}
.quate-para:after{
    position: absolute;
    font-family: FontAwesome;
    content: "\f10e";
    bottom: 0;
    right: 23%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.quate-para p:before{
    position: absolute;
    
}
.single-blog-bottom{
    border-top:1px solid #f0f0f0;
    overflow: hidden;
}
.single-blog-bottom{
    padding: 10px 28px;
}
.single-blog-bottom .tags {
    float: left;
    margin: 0;
}
.single-blog-bottom .tags{
    padding: 6px 0;
}
.single-blog-bottom .tags li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0 8px;
}
.single-blog-bottom .tags li:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #696969;
    top: 12px;
    right: -6px;
}
.single-blog-bottom .tags li:first-child{
    padding-left: 0;
    padding-right: 0;
}
.single-blog-bottom .tags li:last-child{
    padding-right: 0;
}
.single-blog-bottom .tags li:first-child:after,
.single-blog-bottom .tags li:last-child:after{
    display: none;
}
.single-blog-bottom .tags li .fa{
    color: #53a92c;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    margin-right: 8px;
}
.single-blog-bottom .tags li a{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-transform: capitalize;
}
.single-blog-bottom .tags li a:hover{
    color: #53a92c;
}
.comments-option{}
.comments-title {
    padding: 0 0 18px 0 !important;
    margin: 0;
    margin-top: 50px;
}

.comments-items{
    border-bottom: 1px solid #f0f0f0;
    padding: 26px 0;
}
.comments-option .comments-items:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.comments-image {
    float: left;
    width: 60px;
    height: 60px;
    background: #ddd;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px;
}
.comments-content{
    margin-left: 72px;
}
.comments-author-title{
    overflow: hidden;
    padding-bottom: 5px;
}
.comments-author-name{
    float: left;
}

.comments-author-name h4{
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.comments-author-name h4{
    font-size: 18px;
}
.comments-author-name h4 a {
    font-size: 16px;
}
.comments-items .comments-author-name h4:hover a,
.reply-icon h6 a:hover{
    color: #53a92c;
}
.comments-author-name h4 small{
    font-size: 15px;
    color: #696969;
}
.reply-icon{
    float: right;
}

.reply-icon h6{
    margin-top: 0;
    margin-bottom: 5px;
}
.reply-icon h6 a{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 2px solid #a3a3a3;
    padding-bottom: 1px;
}
.reply-icon h6 a::before{
    content: "\f122";
    font-family: FontAwesome;
    color: #53a92c;
    padding-right: 10px;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom: 0px;
}

.reply-icon h6 .fa{
    color: #53a92c;
    padding-right: 10px;
}
.comments-form .form-control {
    height: 44px;
    line-height: 35px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding-left: 20px;
    box-shadow: none;
    background: #fff;
}
.comments-form .form-control:focus{
    border: 1px solid #53a92c;
    box-shadow: none;
}
.comments-form .comments-title{
    margin-bottom: 28px;
}
.comments-form .comments-textarea{
    height: 200px;
    margin-top: 16px;
}
.comments-form .btn-default{
    background: #53a92c;
    padding: 13px 23px;
    color: #fff;
    margin-top: 40px;
}
.comments-form .btn-default:before, 
.comments-form .btn-default:after{
    background: #fff;
}
.comments-form .btn-default:hover, 
.comments-form .btn-default:focus, 
.comments-form .btn-default.focus, 
.comments-form .btn-default:active{
    color: #53a92c;
}
.comments-form .btn-default:hover:before {
    left: -18%;
}
.btn-default:hover:after {
    right: -18%;
}


/*==================================================== Start  Campaign Section ===============================*/

.bg-campaing-section{
    padding: 118px 0 100px 0;
}

/*==================================================== Start Single Campaign Section ===============================*/

.campaign-single{}
.campaign-single .price-title{
    
}
.campaign-single .blog-content {
    padding: 26px 30px 25px 30px;
}

.blog-content p{
    margin-bottom: 30px;
    margin-top: 20px;
    display: block;
    overflow: hidden;
}
.campaign-single .progress{
    border-radius: 30px;
    padding: 2px 0 1px 2px;
    background: transparent;
    border: 1px solid #53a92c;
    margin: 12px 0 22px 0;
}
.campaign-single .progress-bar{
    border-radius: 30px;
}

/*================================================== Start Box Style ====================================*/

.home-box-style .logo-option{
    text-align: center;
    padding: 24px 0;
}
.home-box-style .bg-main-menu{
    border-top: 1px solid #f0f0f0;
}
.home-box-style .navbar-brand{
    display: none;
}
.home-box-style .main-menu .nav>li>a{
    padding: 20.5px 17px;
}
.home-box-style .cart-option {
    padding: 12px 22px 12px 22px;
}
.home-box-style .search-box{
    margin: 0px 0 12px 0;
}
.home-box-style .sub-menu {
    top: 100px;
}
.home-box-style .main-menu .nav>.dropdown:hover ul.sub-menu {
    top: 73px;
}
.home-box-style .cart-option:hover .cart-dropdown-menu {
    top: 65px;
}

.boxed .slider-content{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.boxed .slider-content h3{
    font-size: 30px;
}
.boxed .slider-content h2{
    font-size: 60px;
}
.boxed .slider-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    text-transform: none;
    padding: 12px 0;
}
.bg-homebox-video {
    background: url(../../assets/images/home01/bg-home-box-video-img.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 48% 100%;
}


/*============================================  Start Home One Page ================================*/

.bg-contact-home{
    padding-bottom: 138px;
    background-color: #fff;
}
.bg-contact-home .contact-form {
    margin-top: 0;
}
.bg-contact-home .contact-form .btn-default {
    margin-top: 10px;
}
.bg-contact-home #map{
    width: 100%;
    height: 400px;
}

.navbar-nav > .active a{
    color: #53a92c;
}

/*================================================= Start Shop Option ================================*/

.bg-shop-section{
    padding: 60px 0;
}
.shop-option{}
.shop-results-box{
    border: 1px solid #f0f0f0;
    padding: 15px 20px;
    overflow: hidden;
}
.results-number{
    float: left;
}
.results-number p{
    font-size: 16px;
}
.results-number p span{
    color: #53a92c;
}
.results-icon{
    float: right;
}
.results-icon .fa{
    color: #696969;
    padding-right: 3px;
}
.results-icon .fa:hover{
    color: #53a92c;
}
.shop-collection{}

.shop-sidebar{
    padding: 0 18px 55px 18px;
}
.shop-widget-title{
    margin: 40px 0 18px 0;
}

.shop-widget-content .sidebar-form {
    padding-top: 20px;
}
.shop-widget-content .form-group{
    position: relative;
}


.shop-widget-content .panel-group .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #f7f7f7;
}

.shop-widget-content .panel-group .panel-default>.panel-heading{
    background-color: transparent;
    padding: 10px 0px;
    border: none;
}


.shop-widget-content #headingSeven{
    border-bottom: none;
}

.shop-widget-content .panel-group .panel-title a{
    color: #53a92c;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
}
.shop-widget-content .panel-group .panel-title .collapsed{
    color: #696969;
}
.shop-widget-content .panel-group .panel-title:hover .collapsed{
    color: #53a92c;
}
.shop-widget-content .panel-group .panel-title span{
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    border: 1px solid #53a92c;
    background: #53a92c;
    color: #fff;
    border-radius: 100%;
    line-height: 31px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0px 9px;
}
.shop-widget-content .panel-group .panel-title .plus{
    display: none;
    
}
.shop-widget-content .panel-group .panel-title .collapsed .minus{
    display: none;
    
}
.shop-widget-content .panel-group .panel-title .collapsed .plus{
    display: block;
    background: transparent;
    color: #696969;
    border: 1px solid #fafafa;
}

.shop-widget-content .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
    padding: 0 0 10px 0;
}
.shop-widget-content .panel-group .panel+.panel{
    margin: 0px;
}
.shop-widget-content .panel-group .panel-body{
    padding: 0;
}
.shop-widget-content .panel-group .panel-body ul > li{
    display: block;
}
.shop-widget-content .panel-group .panel-body ul > li > a{
    display: block;
    color: #696969;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    padding: 2px 0;
}
.shop-widget-content .panel-group .panel-body ul > li > a .fa{
    font-size: 16px;
    padding: 0 3px 0 1px;
}
.shop-widget-content .panel-group .panel-body ul > li > a:hover{
    color: #53a92c;
}

.small-product-items{
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0;
    overflow: hidden;
    
}
.small-product-img{
    float: left;
    margin-right: 14px;
}
.small-product-content{
    display: table;
}
.small-product-content h5 {
    margin-bottom: 2px;
    margin-top: 0;
    font-size: 16px;
}
.small-product-content h5 a,
.small-product-content p{
    font-size: 16px;
    font-weight: 600;
    color: #696969;
}
.small-product-items:first-of-type{
    padding-top: 13px;
}
.small-product-items:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}
.small-product-items:hover .small-product-content h5 a{
    color: #53a92c;
}

.shop-widget-content .nstSlider{
    width: 100%;
    height: 10px;
    background: transparent;
    border: 1px solid #f7f7f7;
    margin-top: 28px;
}
.shop-widget-content .nstSlider .bar{
    background: #53a92c;
    top: 0;
}
.shop-widget-content .nstSlider .rightGrip, 
.shop-widget-content .nstSlider .leftGrip{
    width: 6px;
    height: 15px;
    background: #000;
    top: -4px;
}

.price-rang{
    margin-top: 34px;
}
.price,
.low-price span,
.high-price span{
    display: inline-block;
    float: left;
    font-weight: 600;
}

.price-rang .price{
    font-weight: 600;
    color: #696969;
    text-transform: uppercase;
    margin: 3px 6px 0 0;
}
.price-rang span{
    font-size: 14px;
    color: #53a92c;
}
.low-price{
    position: relative;
    top: 3px;
}
.low-price:after{
    font-family: fontAwesome;
    position: absolute;
    content: "\f068";
    top: 3px;
    padding: 0 6px;
    font-size: 10px;
}
.high-price{
    display: inline-block;
    margin: 3px 0 0 19px;
}
.price-rang .filter-btn{
    float: right;
}
.filter-btn{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #53a92c;
    border: 1px solid #53a92c;
    padding: 3.5px 10px;
    border-radius: 3px;
}
.filter-btn:hover{
    background: #fff;
    color: #53a92c;
}


/*====================================== Start Single Shop =========================================*/

/*======================
    Start Flex Slider
==================================*/

.flexslider{
    margin: 0 0 20px;
    border: none;
}
#carousel {
    padding: 0 35px;
}
.flex-direction-nav a{
    width: 26px;
    height: 66px;
    background: #53a92c;
    padding: 5px 0;
    outline: none;
}
.flex-direction-nav a:hover{
    background: #cbe0c3;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 28px;
  content: "\f104";
  color: #fff;
  padding-left: 7px;
 
}
.flex-direction-nav a:hover:before{
    color: #000;
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";
    padding-right: 7px;
}
.flex-direction-nav .flex-prev {
  left: 0px;
  opacity: 1;
}
.flex-direction-nav .flex-next {
  right: 0px;
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-disabled {
    opacity: 1!important;
    z-index: 1;
    cursor: pointer;
}
#carousel .flex-direction-nav a {
    height: 100%;
    top: 20px;
    outline: none;
    border-radius: 0 2px 2px 0;
    padding: 16px 0;
    overflow: hidden;
}

#carousel .slides li{
    cursor: pointer;
}
#carousel .flex-active-slide{
    border: 1px solid #f0f0f0;
    opacity: 0.5;
}




/*======================
    End Flex Slider
==================================*/

.about-product-datails{}
.about-product-datails h3{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.about-product-datails h4{
    font-size: 30px;
    color: #53a92c;
    padding: 3px 0 5px 0;
}
.about-product-datails{}
.about-product-datails{}
.about-product-datails{}

.select-option{
    margin-top: 18px;
    overflow: hidden;
}
.select-box{
    position: relative;
    float: left;
    margin: 0 28px 0 0;
}
.select-box select{
    padding: 7px 70px 7px 20px;
    border: 1px solid #f7f7f7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 3px;
    outline: 0;
    z-index: 1;
}
.select-icon{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 14px 1px 14px;
    font-size: 20px;
    background: #53a92c;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 3px;
    z-index: -1;
}
.product-counter-option{
    margin-top: 18px;
    overflow: hidden;
}
.product-count input{
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    margin: 0;
    outline: none;
    float: left;
    border: 1px solid #f7f7f7;
    color: #53a92c;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-count input[type="text"]{
    width: 55px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 23px;
    outline: none;
}
.product-count input:first-child{
    border-right: 0;
    border-radius: 3px 0 0px 3px;
}
.product-count input:last-child{
    border-left: 0;
    border-radius: 0 3px 3px 0;
}
.product-count input[type="submit"]:hover {
    background: #53a92c;
    color: #ffffff;
}
.add-cart-btn{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 12px 143.5px;
    background: #53a92c;
    border: 2px solid #53a92c;
    margin-top: 18px;
}
.add-cart-btn:hover{
    background: #fff;
    color: #53a92c;
}

/*============= Start Customer review Tabs ==========*/

.product-review{
    margin-top: 70px;
}

.product-review .nav-tabs {
    border-bottom: 4px solid #f7f7f7;
    margin-bottom: 38px;
}
.product-review>.nav-tabs>li{
    margin-right: 40px;
    margin-bottom: -4px;
    padding-bottom: 4px;
}
.product-review>.nav-tabs>li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 0;
    border: none;
}
.product-review>.nav-tabs>li a:first-child{
    padding-left: 0;
}
.product-review .nav .open>a, 
.product-review .nav .open>a:focus, 
.product-review .nav .open>a:hover, 
.product-review .nav>li>a:focus, 
.product-review .nav>li>a:hover {
    background-color: transparent;
    
}
.product-review>.nav-tabs>li.active>a, 
.product-review>.nav-tabs>li.active>a:focus, 
.product-review>.nav-tabs>li.active>a:hover {
    color: #53a92c;
    cursor: default;
    border: none;
}
.product-review>.nav-tabs>li.active{
    border-bottom: 4px solid #53a92c;
}

.description-title{
    margin-bottom: 30px;
}
.desc-content{
    border: 1px solid #f7f7f7;
    padding: 30px;
}
.costomer-review-items{}
.costomer-review-items{
    border-bottom: 1px solid #f0f0f0!important;
    padding: 30px 0!important;
}
.woocommerce #reviews #comments ol.commentlist li:last-child .costomer-review-items {
    border-bottom: none !important;
}
.costomer-review-items:first-of-type{
    padding-top: 0;
}

#comments ol li .costomer-review-items:last-child{
     border-bottom: transparent;
}
.customer-img{
    float: left;
    width: 80px;
    height: 80px;
    background: #ddd;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 14px;
}
.customer-content{
    display: table;
}
.customer-title{
    overflow: hidden;
    padding-bottom: 4px;
}
.customer-name{
    float: left;
}
.customer-name h4 a{
    font-size: 16px;
    font-weight: 600;
}
.customer-name h4 small{
    font-size: 14px;
    color: #696969;
    padding-left: 6px;
}
.rating{
    float: right;
}
.costomer-review-items:hover .customer-name h4 a{
    color: #53a92c;
}



.review-submit {
    margin-top: 68px;
}
.review-submit-title{
    position: relative;
    border-bottom: 4px solid #fafafa;
    padding: 14px 0;
}
.review-submit-title:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #53a92c;
    bottom: -4px;
    left: 0;
}
.review-submit .form-control{
    border-radius: 0;
    border: 1px solid #f0f0f0;
    height: 46px;
    padding: 20px;
    box-shadow: none;
}
.review-submit .form-control:focus{
    border: 1px solid #53a92c;
}
.review-submit .star-icon{
    margin-top: 10px;
}
.review-submit .star-icon li{
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}
.review-submit .star-icon li:first-child{
    padding-right: 6px;
}
.review-submit textarea{
    height: 130px!important;
}

.review-submit .form-group{
    margin-bottom: 30px;
}
.review-submit .btn-default{
    background: #65ac4c;
    color: #fff;
    padding: 13px 26.5px;
    border: 2px solid #65ac4c;
    margin-top: 40px;
}
.review-submit .btn-default:before, 
.review-submit .btn-default:after{
    background: #fff;
}
.review-submit .btn-default:hover, 
.review-submit .btn-default:focus, 
.review-submit .btn-default.focus, 
.review-submit .btn-default:active{
    color: #53a92c;
}
.review-submit .btn-default:hover:before {
    left: -18%;
}
.review-submit .btn-default:hover:after {
    right: -15%;
}


/*============================================== Start Cart Products Css =================================*/


.bg-product-cart-option {
    padding: 128px 0 134px 0;
}
.cart-products-table {
    width: 100%;
}
.cart-products-table>thead {
    font-size: 18px;
    color: #ffffff;
    background: #53a92c;
    text-transform: uppercase;
}
.cart-product{
    width: 40%;
}
.cart-price{
    width: 15%;
}
.cart-quantity{
    width: 25%
}
.cart-total{
    width: 15%;
}
.cart-edit{
    width: 5%;
}
.cart-products-table>thead>tr>th{
    padding: 14.5px 0;
}
.cart-products-table>thead>tr>th.cart-product {
    padding-left: 40px;
}
.cart-products-table>thead>tr>th.cart-quantity {
    padding-left: 20px;
}
.cart-products-table>tbody>tr>td.cart-product {
    padding-left: 30px;
}
.cart-products-table>tbody>tr>td.cart-edit{
    padding-left: 20px;
}
.cart-products-table>tbody>tr>td.cart-edit a{
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cart-products-table>tbody>tr>td.cart-edit a:hover{
    background: #53a92c;
    color: #fff;
}
.cart-products-table>tbody>tr>td {
    font-size: 18px;
    font-weight: 600;
    color: #000000!important;
    padding: 30px 0;
}
.cart-products-table>tbody>tr {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.product-cart-img {
    float: left;
    margin-right: 37px;
}
.product-cart-title {
    float: left;
    padding-top: 30px;
}
.product-cart-title h4 a {
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-cart-title h4 a:hover{
    color: #53a92c;
}
.cart-quantity .product-count input {
    color: #000;
    font-weight: 600;
}

.cart-checked-box{
    margin: 80px 0 90px 0;
    border: 1px solid #f1f1f1;
    padding: 30px;
    overflow: hidden;
}

.cart-coupon-code{
    float: left;
}
.cart-coupon-code input[type="text"],
.cart-coupon-code input[type="submit"]{
    border: 1px solid #f0f0f0;
    width: auto;
    margin: 0;
    padding: 8.5px 0px 8.5px 15px;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cart-coupon-code input[type="submit"],
.cart-update button{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    background: #000;
    padding: 13px 12.5px;
    margin-left: -5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cart-update{
    float: right;
}
.cart-update button{
    padding: 14px 33px;
    margin: 0;
    border-radius: 3px;
}
.cart-coupon-code input[type="submit"]:hover,
.cart-update button:hover{
    background: #53a92c;
    color: #fff;
}
.cart-update button:last-child{
    padding: 14px 21.3px;
    margin-left: 19px;
}




.chipping-box h4{
    margin-bottom: 30px;
}
.country-select{
    position: relative;
}
.chipping-box select{
    width: 100%;
    height: 47px;
    font-size: 14px;
    color: #707070;
    background: transparent;
    border: 1px solid #f0f0f0;
    padding: 2px 0 0 20px;
    margin-bottom: 20px;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    z-index: 1;
}
.country-select .select-icon{
    z-index: -1;
}
.shipping-form .form-control{
    height: 40px;
    border: 1px solid #f0f0f0;
    padding-left: 20px;
    box-shadow: none;
}
.shipping-form .form-control:focus{
    border: 1px solid #53a92c;
}
.shipping-form .btn-default{
    background: #53a92c;
    color: #fff;
    padding: 8px 28px;
    margin-top: 5px;
}
.shipping-form .btn-default:hover:before,
.page-error-option .btn-default:hover:before {
    left: -15%;
}
.shipping-form .btn-default:hover:after, 
.page-error-option .btn-default:hover:after {
    right: -16%;
}
.shipping-form .btn-default:hover:before,
.shipping-form .btn-default:hover:after,
.page-error-option .btn-default:before, 
.page-error-option .btn-default:after {
   background: #fff;
}
.shipping-form .btn-default:hover, 
.shipping-form .btn-default:focus, 
.shipping-form .btn-default.focus, 
.shipping-form .btn-default:active,
.page-error-option .btn-default:hover, 
.page-error-option .btn-default:focus, 
.page-error-option .btn-default.focus, 
.page-error-option .btn-default:active{
    color: #53a92c;
}
.total-cart li{
    font-size: 14px;
    color: #696969;
    border: 1px solid #f0f0f0;
    text-transform: capitalize;
    padding: 8px 20px;
    margin: 20px 0;
}
.total-cart li span{
    float: right;
    color: #53a92c;
    font-weight: 600;
}
.total-cart li:first-child{
    margin-top: 0;
}
.total-cart li:last-child{
    margin-bottom: 0;
}


/*========================================= Start 404 Page ====================================*/

.page-error-option{
    text-align: center;
    padding: 150px 0 200px 0;
}
.page-error-option img{
    display: inline-block;
    margin-bottom: 37px;
}
.page-error-option h2{
    color: #010101;
    line-height: 36px;
    text-transform: uppercase;
}
.page-error-option h2 span{
    color: #53a92c;
}
.page-error-option p{
    font-size: 18px;
    color: #010101;
}
.page-error-option .btn-default{
    padding: 13px 38px;
    background: #53a92c;
    color: #fff;
    margin-top: 25px;
}



/*==================================== Single Donate Css ================================*/

.bg-donate-section{
    padding: 120px 0;
}
.donate-form{}

.select-amount h3,
.information-form h3,
.paymeny-information h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.radio-select input[type="radio"] {
    display: none;
}
.radio-select {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 30px;
}
.radio-select label {
    position: relative;
    display: block;
    background: transparent;
    border: 1px solid #53a92c;
    border-radius: 5px;
    padding: 8px 20px;
    text-align: center;
    color: #53a92c;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.radio-select input[type="radio"]:checked+label {
     background: #53a92c;
    color: #ffffff;
}
.other-amount {
    margin-top: 52px;
}
.information-form,
.paymeny-information{
    margin-top: 60px;
}
.information-form label,
.paymeny-information label{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.information-form label span,
.paymeny-information label span{
    color: #53a92c;
}
.paymeny-information{}
.paymeny-card{
    overflow: hidden;
    margin-bottom: 20px;
}
.paymeny-card li{
    display: inline-block;
    margin-right: 6px;
}
.paymeny-card li img{
    border: 1px solid #f0f0f0;
}
.paymeny-information .select-option{
    margin-top: 3px;
}
.paymeny-information .select-box select{
    padding: 7px 90px 7px 40px;
    border-radius: 0;
}
.paymeny-information .select-box .select-icon{
    border-radius: 0;
    padding: 4px 14px 1px 14px;
}
.donate-form .contact-form .btn-default{
    margin-top: 14px;
}

.search_box .search-box .second_click {
    display: block !important;
}

.search_box .search-box .first_click {
    display: none !important;
}

/*====================================================*/
                    /*Customize CSS*/

.nav li ul li a{
    position: relative;
}

.nav li ul li a:before{
    content: "\f101"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    color:#fff;
    opacity: 0;
    transition: 0.3s ease;
}

.nav li ul li a:hover:before{
    
    opacity: 1;
}

.header-top-right .header-contact li .h-top-imag{
    float: left;
    padding: 10px 0 0 10px;
}

.header-top-right .header-contact li .h-top-imag img{
    width:100%;
}
.header-top .h-contact .h-top-imag img {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.header-top .h-contact li .h-top-imag{
   float: left;
   margin-right:10px;
}

li a i{
    cursor: pointer;
}

.widget_tefiti_photo_gallery h3{
    text-transform: uppercase;
}

.col-md-3.col-sm-6.widget_tefiti_photo_galleries img{
    width: 80px;
    height: 80px;
}

.col-md-3.col-sm-6.widget_tag_cloud .tagcloud a{
    border: 1px solid #505050;
}

ul li .children{
    margin-left: 30px;
}

.page-content .form-group >.form-control{
    padding-left: 20px;
    height:50px;
    margin-top:15px;
}

.page-content .form-group .fa {
    float: right;
    margin-top: -35px;
    margin-right: 15px;
    font-size: 20px;
}

.service-single.single-services{
    padding: 0;
}

.single-left-services-list li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}

.services-section .services-header h1 {
    color: #53a92c;
    font-size: 150px;
    font-weight: bold;
    margin-bottom: -40px;
}

.count-img{
    font-size:50px;
}

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


/** 
 Event Page Pagination 
*/

.pagination-option .page-numbers {
    margin: 0;
    text-align: center;
}

.page-numbers {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

.page-numbers > li {
    display: inline;
}

.pagination-option .page-numbers > li > a {
    width: 40px;
    height: 40px;
    line-height: 29px;
    font-size: 16px;
    font-weight: 600;
    color: #53a92c;
    padding: 6px 12px;
    margin: 0 5px;
    border: 1px solid #65ac4c;
    border-radius: 4px;
}

.pagination-option .page-numbers > li.active a {
    background: #53a92c;
    color: #fff;
    border-color: #53a92c;
}

.working-content h4 {
    margin: 30px 0 20px 0;
}

.event-share-option{
    float: right;
}


/*WOOCOMMERCE SHOP PAGE*/

.woocommerce .star-rating {
    display: inline-block;
    float:none;
    font-size: 14px;
    font-weight: 400;
    color: #53a92c;
}

.pagination-option .page-numbers {
    margin: 0;
    text-align: center;
}

.page-numbers {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-option .page-numbers > li > a {
    width: auto;
    height: 40px;
    line-height: 29px;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 600;
    color: #53a92c;
    margin: 0 2px;
    border: 1px solid #65ac4c;
    border-radius: 4px;
}

.pagination-option .page-numbers > li > .current{
    background: #53a92c;
    color: #fff;
    border-color: #53a92c;
    width: auto;
    height: 40px;
    line-height: 29px;
    font-size: 16px;
    padding: 7px 18px;
    font-weight: 600;
    margin: 0 2px;
    border-radius: 4px;
}

.pagination-option .page-numbers > li > a:focus, .pagination-option .page-numbers > li > a:hover, .pagination-option .page-numbers > li > span:focus, .pagination-option .page-numbers > li > span:hover, .pagination-option .page-numbers > li > span:active {
    background: #53a92c;
    color: #fff;
    border-color: #53a92c;
}

.woocommerce a.added_to_cart {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-top: 0;
    border-radius: 5px !important;
    background: none !important;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
     content: none; 
}

.woocommerce .woocommerce-result-count {
     margin: 0px!important; 
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #53a92c;
    left: -2%!important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: transparent;
    border: 1px solid #f7f7f7;
    height: 10px;
    border-radius: 10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 6px;
    height: 15px;
    background: #000;
    top: -4px;
    margin-left: -7px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #53a92c;
    border: 1px solid #53a92c;
    padding: 10px 15px !important;
    border-radius: 3px;
    float: right;
    margin: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
    color: #53a92c;
    background: #ffffff;
    border: 1px solid #53a92c;
}

.woocommerce .widget_price_filter .price_slider_amount {
   font-weight: 600;
    color: #696969;
    text-transform: uppercase;
    margin: 3px 6px 0 0;
    text-align: left;
}

.price_label span {
    font-size: 14px;
    color: #53a92c;
}

td.label{
    display:none;
}

table.variations tr {
    display: inline-block;
}

table.variations tr:first-child {
    display: inline-block;
    position: relative;
    float: left;
}

table.variations tr:last-child {
    display: inline-block;
    position: relative;
    float: right!important;
}

select#pa_size{
    float:left;
    height: 35px;
}

select#pa_color{
    float:right;
    height: 35px;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 40%;
    display: inline-block;    
    position: relative;
    padding: 7px 20px 7px 20px;
    border: 1px solid #f7f7f7;
    background: transparent;
    border-radius: 3px;
    outline: 0;
    z-index: 1;
}


.variations_form.cart{
    margin-top: 18px;
    overflow: hidden;
}

.woocommerce div.product form.cart .variations select {
     margin-right: 0; 
}

.shop-option .about-product-datails .single_add_to_cart_button {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff;
    padding: 12px 143.5px !important;
    background: #53a92c;
    border: 2px solid #53a92c;
    margin-top: 18px !important;
    border-radius: 3px !important;
    line-height: 1.42857143 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
}

.single_add_to_cart_button:hover {
    background: #fff!important;
    color: #53a92c;
}

.woocommerce button.button.disabled{
    opacity:none!important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt {
    color: #fff;
}

.quantity{
    overflow: hidden;
}

.woocommerce .quantity .qty {
    width: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    height: 40px !important;
}

.summary.entry-summary h3{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;

}

.summary.entry-summary h4 {
    font-size: 30px;
    color: #53a92c;
    padding: 3px 0 5px 0;

}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none!important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
     border: none!important; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
     background: none!important; 
}

.comment-form-rating span > a{
    color: #53a92c;
}

.form-group > input[type="text"]{
    padding: 10px!important;
}

label {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #696969;

}

.comment-form-rating span{
    margin-left: 10px;
}

.woocommerce p.stars a::before {
    top: 5px;
}

.comment-form-rating{
    margin-top: 10px;
}

.woocommerce #reviews #comment {
     height: auto; 
}

#comment{
    padding:12px;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    margin-top: 15px;
}
.comment-form > .form-submit > .submit {
    content: '';
    color: #fff;
    padding: 13px 26.5px;
    border: 2px solid #65ac4c;
    border-radius: 3px;
    margin-top: 40px;
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 20px;
}

.woocommerce #respond input#submit:hover, .woocommerce input.button:hover {
    color: #53a92c;
    text-decoration: none;
}
.woocommerce-product-gallery__wrapper{
    width:100%;
}

ol.flex-control-nav.flex-control-thumbs{
    margin-top: 20px;
    border: none;
    position: relative;
}

ol.flex-control-nav.flex-control-thumbs li{
   border: 1px solid #f0f0f0;
   opacity: 0.5;
   margin-right: 0px;
}


.flexslider {
     box-shadow: none; 
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: relative;
    width: 80px;
    height: 80px;
    background: #ddd;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 14px;
}

.customer-name h4{
    font-size: 16px;
    font-weight: 600;
}

.star-rating{
    float: none!important;
    padding-top: 5px;
}

#review_form_wrapper{
    margin-top: 68px;
}

.collection-items .collection-icon > li a{
    padding:0px;
}

.woocommerce table thead{
    font-size: 18px;
    color: #ffffff;
    background: #53a92c;
    text-transform: uppercase;
}

.product-cart-img img{
    max-width: 60%!important;
    height: auto;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 65px;
    box-shadow: none;
}

.woocommerce .cart-products-table tr td{
    padding: 30px 30px;
}

.product-name{
    text-transform: uppercase;
}

.woocommerce .cart-products-table tr td a{
 color: #000!important;
}

.woocommerce .cart-products-table tr td a:hover{
 color: #53a92c!important;
}

.woocommerce .cart-products-table tr td a.remove {
    color: #ffffff !important;
    background: #000000;
}

.woocommerce .woocommerce-cart-form tr td #coupon_code{
    width:200px;
    height: 45px;
    padding: 5px;
    margin: 0;
}

.woocommerce .woocommerce-cart-form .coupon .button{
   height: 45px;
   border-radius: 0px;
   border: 0px;
}

.woocommerce .woocommerce-cart-form .action .button{
   width:200px;
   height: 45px;
   border-radius: 0px;
   border: 0px;
   color:#fff!important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #53a92c;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #52a92c;
}

.cart_totals h4{
    margin-bottom: 30px;
}

.woocommerce table input[type="submit"]{
    background:#000000;
    color:#ffffff;
    border: 2px solid #000;
}

.woocommerce table input[type="submit"]:hover{
    background-color:  #53a92c;
}

span.woocommerce-Price-amount.amount{
    text-align: right!important;
}

.woocommerce-message::before {
    content: '\e015';
    color: #53a92c;
}

.woocommerce-message {
    border-top-color: #53a92c;
}

.woocommerce-message .button.wc-forward{
    background:#53a92c;
    color:#ffffff;
    padding:15px 20px;
    border:2px solid #53a92c;
    text-transform: uppercase;
}

.woocommerce-message .button.wc-forward:hover{
    background:#ffffff;
    color:#53a92c;
    border:2px solid #53a92c;
}

.product-remove .remove{
    margin-left: 7px;
}

.woocommerce-info {
    border-top-color: #53a92c;
}

.woocommerce-info::before {
    color: #53a92c;
}

.select2-container--default .select2-selection--single {
    height: 48px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 90%;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #53a92c;
}
.woocommerce form .form-row .required {
    color: #53a92c;
    font-weight: 700;
    border: 0;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #53a92c;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #53a92c;
    color: #fff;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 15px 30px;
}

.woocommerce #payment #place_order:hover {
    padding: 15px 30px;
    border: none;
    background: #5faf1f;
    color: #ffffff;
    border: 2px solid #5faf1f;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #000000;
}

.wc_payment_method.payment_method_paypal #payment_method_paypal{
   margin-top: 20px!important;
   margin-left: 5px!important;
}
.wc_payment_methods.payment_methods.methods #payment_method_cheque{
    margin-top: 9px;
    margin-left: 10px!important;
}

/* new style  */

.woocommerce #reviews #comments ol.commentlist li .meta {
    float: left !important;
}
strong.woocommerce-review__author {
    font-size: 20px;
}
.costomer-review-items .star-rating {
    float: right !important;
}
.customer-content {
    display: table;
    width: calc(100% - 100px);
}

.services-items img {
    float: left;
    margin-top: 19px;
    margin-right: 9px;
}

.woocommerce .return-to-shop .wc-backward{
    background: #53a92c;
    color: #ffffff;
    padding: 15px 20px;
    border: 2px solid #53a92c;
    text-transform: uppercase;
}

.woocommerce .return-to-shop .wc-backward:hover{
    background: #ffffff;
    color: #53a92c;
    border:2px solid #53a92c;
}

.woocommerce-cart-form .coupon .button:hover{
    background-color: #53a92c;
    color:#fff;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover{
    background: #53a92c;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
    background: #ffffff;
    border: 2px solid #53a92c;
    color: #53a92c;
}
.woocommerce button.button,
.woocommerce button.button:disabled[disabled]{
    height: 45px;
    border-radius: 0px;
    border: 0px;
    letter-spacing: 0.046875em;
}
.woocommerce .actions button.button {
    background-color: #000000;
    color: #fff;
}
.woocommerce .actions button.button:disabled[disabled] {
    background-color: #ebe9eb;
}
.woocommerce a.button.loading {
    padding-right: 0;
}
.woocommerce a.button.loading::after {
    top: 0;
    right: .6em;
}
.give-submit-button-wrap.give-clearfix #give-purchase-button {
    padding: 18px 15px;
    font-size: 16px;
    color: #ffffff;
}

.give-submit-button-wrap.give-clearfix #give-purchase-button:hover {
    background-color: #ffffff;
    color: #53a92c;
    padding: 16px 13px;
    border: 2px solid #53a92c;
}

#comments .form-submit #submit:hover {
    color: #53a92c;
    background: #ffffff;
}

#menu-main-menu{
    margin-top: 0px;
}

/*WordPress Unitest*/

.sticky .blog-content h4 a{
    color: #53a92c;
}

.widget-content ul{
    list-style: none;
}

.navbar-header h3 a{
    color:#ffffff;
}

#comments ul{
    list-style: none;
}
#comments > ul{
    padding-left: 0;
}
#comments ul.children{
    list-style: none;
}

#reviews #review_form_wrapper #review_form .comment-form .form-submit #submit{
    margin-top: 25px;
    background-color: #53a92c;
    border:2px solid #53a92c;
    color:#fff;
}

#reviews #review_form_wrapper #review_form .comment-form .form-submit #submit:hover{
    color: #53a92c;
    background-color: #ffffff;
    border:2px solid #53a92c;
}

.widget_archive ul li .children{
    border-bottom: none; 
    padding: 0; 
    margin-left: 20px;
}

.widget_archive ul.children li{
    border-top: none; 
    padding: 0; 
}

.widget-content .textwidget{
    margin:20px 0;
}

.widget-content form button {
    float: right;
    margin-top: -42px;
    z-index: 1000;
    position: relative;
    border-radius: 0px;
}

 .widget-content input[type="search"]{
    height: 43px;
}

.sidebar .right-widget.widget_search form button{
    float: right;
    margin-top: -42px;
    z-index: 1;
    position: relative;
    border-radius: 0px;
}

.sidebar .right-widget.widget_search input[type="search"]{
      height: 43px;
}
.contact-address li img,
.contact-address li i {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.widget-content ul.sub-menu{
    padding:0;
}

.collection-items ul.collection-icon {
    padding-left: 0;
}

.shop-widget-content input[type="search"]{
    margin: 40px 0 18px 0;
}

.shop-sidebar .shop-widget-content button {
    background: none;
    border-color: transparent;
    color: #7c7c7c;
    border: 0;
    float: right;
    margin-top: -62px;
    padding: 11px 20px;
    position: relative;
}

.shop-sidebar .shop-widget-content button fa{
    color: #7c7c7c;
}

.shop-sidebar .widget_price_filter .price_slider_amount .button{

}

.product-review .panel {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0) !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0) !important;
    border: none;
}

.logged-in.admin-bar .menu-scroll.menu-fixed {
    top: 32px;
}

.boxed .menu-scroll.menu-fixed {
    width: 1230px;
}

.contact-us .wpcf7-form .btn.btn-default:hover{
    background-color: #ffffff;
}

.header-style-2.one-page .h-adress-content {
    float: right;
}

.header-style-2.one-page .h-adress-content h6 {
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}

.header-top .h-contact li .h-top-imag {
    float: left;
    margin-top: 3px;
}

.reset_variations{
    display: none;
}
.sidebar .widget-content select{
    height: 35px;
}


.boxed .header-style-3 .bg-main-menu {
    max-width: 1230px;
}

.header-style-2.one-page .navbar-collapse{
    float: right!important;
}

.header-style-2.one-page .h-contact{
    margin-bottom: -15px!important;
}

.header-style-2.one-page .donate-option a{
    padding: 16px 28.5px;
}

.logged-in.boxed .header-style-2.one-page{
    margin-top: 0px;
}

.header-style-2.home-box-style .collapse.navbar-collapse{
    float: none;
}

.header-style-2.home-box-style .menu-right-option{
    display: inline-block;
}

.navbar-header h2 a {
    color: #ffffff;
}

.post-template-default .blog-content h2{
    font-size: 30px;
}

.comments-title #cancel-comment-reply-link{
    font-size: 16px;
    text-transform: none;
    margin-left: 8px;
    font-weight: normal;
}

#respond #commentform .logged-in-as{
    margin-top: 20px;
}

.header-style-1 .navbar-header h2{
    margin: 4px 0;
    display: inline-block;
}
.header-style-1 .navbar-header {
    padding: 10px 0;
    margin-right: 50px;
}
.header-style-1 .header-top .col-md-3 a {
    padding-top: 10px;
}
.no-results.not-found input[type="search"]{
    width:50%;
    margin-top: 10px;
    margin-right: 5px;
}

.no-results.not-found button{
    padding: 15px 30px;
}

.header-style-2 .bg-main-menu .navbar-header h2 a{
    color: #53a92c;
}

.events-content p{
    margin-top: 10px;
}

.header-style-2.one-page ul.h-contact{
    margin-top: 8px;
}

.header-style-2.one-page .bg-main-menu.menu-scroll{
    box-shadow: 0 0 0px 0 #ddd;
}

.main-menu .nav .sub-menu .sub-menu {
    left: 100% !important;
    right: auto;
    top: 60px;
    z-index: 9;
}

.navbar-nav li:last-child .sub-menu .sub-menu, .navbar-nav li:nth-child(7) .sub-menu .sub-menu  {
    right: 100% !important;
    left: auto !important;
}

.entry-content p{
    margin : 0 0 10px;
}

li.comment .comment-item .comments-author-name:hover > a {
    color: #53a92c;
}
li.comment .comment-item .comments-author-name:hover > h4 {
    color: #53a92c;
}
li.comment .children .comments-author-name h4 a {
    color: inherit;
}

.widget-content .textwidget p img{
    height: auto;
}

.bg-shop-section .shop-option .about-product-datails .single_add_to_cart_button:hover{
    color: #53a92c;
}

.body-padding {
    padding-top: 80px;
}
/*========= Mobile Menu ==============*/

.mobile-menu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-menu {
    position: absolute;
    width: 100%;
    top: 50px;
    text-align: center;
    transform: scaleY(0);
    transition: all 1s ease;
    transform-origin: top;
    overflow-y: auto;
    max-height: 100vh;    
}


.open-mobile-menu .mobile-menu-area {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.admin-bar.open-mobile-menu .mobile-menu-area {
    margin-top: 46px;
}
.mobile-menu {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-top: 20px;
}

.open-mobile-menu .mobile-menu ul {
    transform: scaleY(1);
}
.mobile-menu > ul.m-menu {
    padding: 50px;
}
.mobile-menu>ul {
    transform: scaleY(0);
    transition: all .3s ease;
    transform-origin: top;
    overflow-y: auto;
    max-height: 500px;    
}
.mobile-menu ul {
    list-style: none;
    margin-left: 0;
}
.mobile-menu li a {
    font-size: 20px;
    line-height: 38px;
    color: #141415;
     outline: none; 
    text-transform: uppercase;
}


.mobile-menu-area .mobile-logo {
    position: absolute;
    top: 16px;
    left: 30px;
}
.hs4 .mobile-menu-area .mobile-logo h2 {
    margin: 10px 15px;
}
.mobile-menu-area .mobile-logo h2{
    margin: 4px 0 0 0;
}
.mobile-menu-area  .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
    font-size: 25px;
    z-index: 999;
    opacity: 1;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}


.mobile-submenu{
    display: none;
}
.mobile-submenu li a{
    font-size: 17px;
}
.mobile-submenu ul li a{
    font-size: 14px;
}

 
================================
        update date 6-1-19
    ==================================

.section-header.style-2 {
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
}
.section-header.style-2 h2 {
    font-weight: 300;
}
.section-header.style-2 h2>span {
    font-weight: 700;
}
.section-header.style-3 {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 40px;
}
.section-header.style-3 .title {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.section-header.style-3 .title h2 {
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 46px;
}
.section-header.style-3 .title h2>span {
    font-weight: 700;
}
.section-header.style-3 .content {
    width: 80%;
    text-align: left;
}
.section-header.style-3 .content p{
    font-size: 18px;
}
.section-header.style-3 .donate {
    width: 20%;
    text-align: right;
}
.section-header.style-3 .donate .btn-default {
    border-width: 1px;
    border-color: #c44057;
    color: #000;
    padding: 12px 34px 10px 34px;
    font-size: 16px;
}
.section-header.style-3 .donate .btn-default:hover {
    border-color: #53a92c;
    color: #fff;
}
@media (min-width: 992px) {
    .section-header.style-3 {
        justify-content: space-between;
    }
    .section-header.style-3 .title {
        width: 35%;
        text-align: left;
        position: relative;
        margin-bottom: 0px;
    }
    .section-header.style-3 .title::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        right: 30px;
        background: #ededed;
    }
    .section-header.style-3 .content {
        width: 50%;
        text-align: left;
        margin-bottom: 0px;
    }
    .section-header.style-3 .donate {
        width: 15%;
        text-align: right;
    }
}
@media (max-width: 767px) {
    .section-header.style-3 .content {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .section-header.style-3 .donate {
        width: 100%;
        text-align: center;
    }
}
.padding-tb {
    padding: 120px 0;
}
.padding-60{
    padding: 60px 0;
}
/* header part */

.header-style-5 .logo {
    display: none;
}
.header-style-5 .main-menu {
    background: #53a92c;
}
.header-style-1.header-style-5 .navbar-header{
    margin-right: 0;
}
.header-style-5 .navbar-toggle .icon-bar {
    border: 1px solid #fff;
}
.header-style-5 .main-menu .nav>li>a {
    color: #000;
}
.header-style-5 .count-cart, .header-style-5 .donate-option {
    background: #c44057;
}
.header-style-5 .donate-option a:hover{
    color: #fff;
}
.header-style-5 .cart-icon .fa, .header-style-5 .search-box i {
    color: #000;
}
.header-style-5 .cart-option {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 2px solid #ededed;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    margin: 14px 14px 0px 0;
    cursor: pointer;
}
.header-style-5 .cart-option:hover .cart-dropdown-menu {
    top: 50px;
}
@media (max-width: 1199px) {
    .menu-right-option.pull-right {
        display: none;
    }
}
@media (min-width: 768px) {
    .header-style-5 .navbar-nav {
        padding-left: 30px;
    }
    .header-style-5 .main-menu {
        background: #fff;
    }
    .header-style-5 .logo {
        float: left;
        width: 160px;
        height: 70px;
        background: #53a92c;
        padding: 10px;
        font-size: 33px;
        line-height: 2;
        color: #fff;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .header-style-5 .bg-main-menu.menu-fixed {
        position: fixed;
        background: #fff;
        top: 0;
    }
}
@media (min-width: 1200px) {
    .header-style-5 .bg-main-menu {
        background: transparent !important;
        position: absolute;
        width: 100%;
        z-index: 9;
        top: 10px;
    }
    .admin-bar .header-style-5 .bg-main-menu {
        top: 42px;
    }
}
/* about section start here */
.about-section {

}
.about-section .section-header{
    max-width: 950px;
}

.about-section .section-header h2 {
    color: #fff;
    margin: 0 auto;
}
.about-section .section-wrapper {}
.about-section .post-item {}
.about-section .post-item:nth-child(odd) .post-item-inner{
    flex-direction: row-reverse;
}
.about-section .post-item-inner {
    display: flex;
    flex-wrap: wrap;
}
.about-section .post-thumb {
    width: calc(100% / 1);
}
.about-section .post-thumb img {
    width: 100%;
    height: 100%;
}
.about-section .post-content {
    width: calc(100% / 1);
    padding: 65px 45px;
    background: #fff;
}
.about-section .post-content h3 {
    font-size: 30px;
    color: #8464bb;
    font-weight: 700;
    line-height: 36px;
    margin: 0px 0px 5px 0;
}

.about-section .post-content h5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #000;
    margin: 0px 0px 5px 0;
}
.about-section .post-content p {
    margin-bottom: 20px;
    font-size: 16px;
}
.about-section .post-content .btn-default {
    background: #8464bb;
    color: #fff;
    border-color: #8464bb;
    border: none;
    padding: 11px 21px 9px 21px;
}
.about-section .post-content .btn-default:hover {
    border-color: #53a92c;
}

@media (max-width: 374px) {
    .about-section .post-content {
        padding: 40px 20px;
    }
}
@media (min-width: 992px) {
    .about-section .post-thumb {
        width: calc(100% / 2);
    }
    .about-section .post-content {
        width: calc(100% / 2);
    }
}
/* cause-section */
.cause-section {
    background: #f6faff;
}
.cause-section .cause-items .cause-thumb {
    position: relative;
}
.cause-section .cause-items .cause-thumb>a {
    display: block;
    overflow: hidden;
}
.cause-section .cause-items .cause-thumb img {
    width: 100%;
}
.cause-section .cause-content {
    background: #fff;
}
.cause-section .thumb-content {
    position: absolute;
    width: 95%;
    margin: 0 auto;
    bottom: 10px;
    background: #fff;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.skillbar {
    position: relative;
    display: block;
    margin-top: 5px;
    width: 100%;
    background: #f6faff;
    height: 10px;
    border-radius: 3px;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar div.after {
    position: absolute;
    content: "";
    top: -15px;
    right: 50%;
    transform: translateX(50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #e38041;
}
.skillbar-bar {
    height: 10px;
    width: 0px;
    background: #e38041;
    border-radius: 3px;
}

.skill-bar-percent {
    position: absolute;
    right: 50%;
    top: -30px;
    font-size: 11px;
    height: 22px;
    line-height: 24px;
    color: #fff;
    background: red;
    text-align: center;
    width: 30px;
    border-radius: 2px;
    transform: translateX(50%);
    z-index: 9;
}
.cause-section .cause-content .btn-default {
    background-color: #e38041;
    color: #fff;
    border: none;
    padding: 11px 21px 9px 21px;
}
@media (min-width: 1200px) {
    .cause-section .focus-cause {
        
    }
}
/* volunteers-section */
.volunteers-section {}
.volunteers-section .volunteers-items {
    padding: 0;
    text-align: left;
    overflow: hidden;
    border: none;
    margin-bottom: 20px;
}
.volunteers-section .volunteers-img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.volunteers-section .volunteers-img img {
    max-width: 100%;
}
.volunteers-section .volunteers-content {
    padding: 20px;
}
.volunteers-section .volunteers-items:hover .volunteers-content h4 a {
    color: #e23e57;
}
@media (min-width: 1200px) {
    .volunteers-section .volunteers-items {
        margin: 0 -7.5px;
    }
}
@media (min-width: 1200px) {
    .volunteers-section .volunteers-option {
        margin:  0 -7.5px;
    }
}
/* popular-project start here */
.popular-project {
    background: #06163a;
    padding-bottom: 35px;
}
.popular-project .section-header.style-3 h2 {
    color: #fff;
}
.popular-project .section-header.style-3 p {
    color: #fff;
}
.popular-project .section-header.style-3 .btn-default {
    color: #fff;
    border-color: #fff;
}
.popular-project .post-thumb {
    position: relative;
    overflow: hidden;
}
.popular-project .post-thumb::after {
    position: absolute;
    content: "";
    right: 0%;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all .5s ease;
}
.popular-project .post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: -100px;
    left: 0;
    transition: all .3s ease;
    z-index: 1;
}
.popular-project .post-content>a {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}
.popular-project .icon {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -60px;
    padding: 20px;
    transition: all .3s ease;
    z-index: 1;
}
.popular-project .icon i{
    color: #fff;
    font-size: 20px;
}
.popular-project .post-thumb:hover .post-content {
    top: 0;
}
.popular-project .post-thumb:hover .icon {
    left: 0;
}
.popular-project .post-thumb:hover::after {
    bottom: 0;
}
/* counter section start here */

.counter-section {
    background: #379ff4;
}
.counter-item-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.counter-thumb {
    margin-right: 10px;
}
.counter-content .number {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.counter-content .post-content {
    color: #fff;
}
@media screen and (min-width: 576px){
    .counter-section .section-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px){
    .counter-item {
        width: calc(100% / 3);
    }
    .counter-item-inner {
        margin: 10px;
    }
}
@media screen and (min-width: 1200px){
    .counter-item {
        width: calc(100% / 4);
    }
}


.about-support {
    background: #f7faff;
}
.about-support .section-header h2 {
    max-width: 800px;
    margin: 0 auto;
    color: #000;
    text-align: center;
}
.about-support .section-wrapper {}
.about-support .post-item {
    width: calc(100% / 1);
    text-align: center;
}
.about-support .post-item-inner {
    margin-bottom: 15px;
    padding: 40px 20px;
    background: #fff;
    transition: all .3s ease;
}
.about-support .post-thumb {
    padding-bottom: 20px;
}
.about-support .post-thumb img {
    transition: all .3s ease;
}
.about-support .post-content .title {
    margin-bottom: 15px;
}
.about-support .post-content .title h4 {
    text-transform: capitalize;
    margin: 0 0 5px 0;
    font-size: 20px;
}
.about-support .post-content {}
.about-support .post-item:nth-child(1) .post-content .title h4 {
    color: #e23e57;
}
.about-support .post-item:nth-child(2) .post-content .title h4 {
    color: #9064bf;
}
.about-support .post-item:nth-child(3) .post-content .title h4 {
    color: #379ff4;
}
.about-support .post-item:nth-child(4) .post-content .title h4 {
    color: #fe813a;
}
.about-support .post-item-inner:hover {
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.1);
}
.about-support .post-item-inner:hover .post-thumb img {
    transform: scale(1.2);
}
@media screen and (max-width: 575px){
    .section-heading h3 {
        font-size: 24px;
    }
}
@media screen and (min-width: 576px){
    .about-support .section-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .about-support .post-item-inner {
        margin: 5px;
    }
}
@media screen and (min-width: 768px){
    .about-support .post-item {
        width: calc(100% / 2);
    }
}
@media screen and (min-width: 1200px){
    .about-support .section-wrapper {
        margin: 0 -20px;
    }
    .about-support .post-item {
        width: calc(100% / 4);
    }
}

/* blog */
.blog-section.style-2 .section-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.blog-section.style-2 .post-item {
    width: calc(100% / 1);
}
.blog-section.style-2 .post-item-inner {
    margin: 15px 0;
}
.blog-section.style-2 .post-thumb a {
    display: block;
    outline: none;
}
.blog-section.style-2 .post-thumb a img {
    width: 100%;
}
.blog-section.style-2 .post-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.blog-section.style-2 .meta-post {
    text-align: right;
    width: 110px;
}
.blog-section.style-2 .meta-post .meta-icon {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    color: #fff;
    text-align: center;
    margin: 16px 0 20px 66px;
    background: #c44057;
}
.blog-section.style-2 .main-content {
    width: calc(100% - 110px);
    padding: 30px 20px;
    background: #fff;
}
.blog-section.style-2 .main-content h4 {
    margin: 0;
}
.blog-section.style-2 .main-content h4 a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    line-height: 28px;
}
.blog-section.style-2 .main-content p {
    margin: 10px 0 30px 0;
}
.blog-section.style-2 .main-content .btn-default {
    background: #c44057;
    border-color: #c44057;
    color: #fff;
}
.blog-section.style-2 .main-content .btn-default:hover {
    border-color: #53a92c;
}

.blog-section.style-2 .post-item:nth-child(2) .meta-icon{
    background: #8464bb;
}
.blog-section.style-2 .post-item:nth-child(2) .btn-default {
    background: #8464bb;
    border-color: #8464bb;
}
.blog-section.style-2 .post-item .meta-post a{
    display: block;
}
.blog-section.style-2 .post-item:nth-child(2) .btn-default:hover {
    border-color: #53a92c;
}
.blog-section.style-2 .post-item:nth-child(3) .meta-icon{
    background: #639ef1;
}
.blog-section.style-2 .post-item:nth-child(3) .btn-default {
    background: #639ef1;
    border-color: #639ef1;
}
.blog-section.style-2 .post-item:nth-child(3) .btn-default:hover {
    border-color: #53a92c;
}
.blog-section.style-2 .post-item:nth-child(4) .meta-icon{
    background: #e38041;
}
.blog-section.style-2 .post-item:nth-child(4) .btn-default {
    background: #e38041;
    border-color: #e38041;
}
.blog-section.style-2 .post-item:nth-child(4) .btn-default:hover {
    border-color: #53a92c;
}
@media screen and (max-width: 576px){
    .blog-section.style-2 .post-content {
        margin-top: 0;
    }
    .blog-section.style-2 .meta-post {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .blog-section.style-2 .meta-post .meta-icon {
        margin: 0;
        margin-right: 10px;
    }
    .blog-section.style-2 .meta-post a {
        margin: 0 5px;
    }
    .blog-section.style-2 .main-content {
        width: 100%;
    }
}
@media screen and (min-width: 992px){
    .blog-section.style-2 .post-item {
        width: calc(100% / 2);
    }
    .blog-section.style-2 .post-item-inner {
        margin: 0 30px;
        margin-bottom: 15px;
    }
    .blog-section.style-2 .section-wrapper {
        margin: 0 -30px;
    }
}


/* newevents section start here */
.new-event {
    background: #f6faff;
}
.new-event .section-wrapper {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 992px){
.new-event .section-wrapper {
    margin: 0 -15px;
}
.new-event .post-item {
    width: calc(100% / 1);
}
.new-event .post-item-inner {
    margin: 15px 0;
    background: #fff;
    transition: all .3s ease;
}
.new-event .post-item-inner:hover {
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.1);
}
.new-event .post-item:nth-child(1) .post-item-inner:hover .post-content h5 a {
    color: #c44057;
}
.new-event .post-item:nth-child(2) .post-item-inner:hover .post-content h5 a {
    color: #8464bb;
}
.new-event .post-item:nth-child(3) .post-item-inner:hover .post-content h5 a {
    color: #639ef1;
}
.new-event .post-item:nth-child(1) .post-item-inner:hover .btn-two {
    color: #c44057;
}
.new-event .post-item:nth-child(2) .post-item-inner:hover .btn-two {
    color: #8464bb;
}
.new-event .post-item:nth-child(3) .post-item-inner:hover .btn-two {
    color: #639ef1;
}
.new-event .post-thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.new-event .post-thumb img {
    width: 100%;
}
.post-thumb .post-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c44057;
    width: 70px;
    height: 70px;
    text-align: center;
}
.new-event .post-thumb .post-date h4 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    padding-top: 7px;
}
.new-event .post-thumb .post-date span {
    color: #fff;
}

.new-event .post-content {
    width: 100%;
    padding: 30px;
}
.new-event .post-content h5 {
    margin: 0;
    line-height: 1.5;
}
.new-event .post-content h5 a {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    max-width: 440px;
    margin-bottom: 10px;
}
.new-event .post-content p {
    margin-top: 10px;
}
.new-event .post-content .meta-post {
    display: flex;
    flex-wrap: wrap;
}
.new-event .post-content .meta-post li {
    margin-right: 20px;
    padding: 1px 0;
}
.new-event .post-content .meta-post li:last-child {
    margin-right: 0;
}
.new-event .post-content .meta-post li i {
    color: #e38041;
    padding-right: 5px;
}
.new-event .btn-two {
    color: #000;
    width: 100%;
    padding: 10px 30px;
    border-top: 1px solid #ededed
}
.new-event .post-item:nth-child(2) .post-date {
    background: #8464bb;
}
.new-event .post-item:nth-child(3) .post-date {
    background: #639ef1;
}
@media screen and (min-width: 600px){
    .new-event .post-item {
        width: calc(100% / 2);
    }
    .new-event .post-item-inner {
        margin: 15px;
    }
}
@media screen and (min-width: 992px){
    .new-event .post-thumb img {
        height: 100%;
    }
    .new-event .post-item {
        width: calc(100% / 3);
    }
}


/* Sponsors Section */
.sponsors-section .sponsors-container-2 {
    overflow: hidden
}
.sponsors-section .sopnsors-items {
    text-align: center;
}
.sponsors-section .sopnsors-items a {
    box-shadow: none;
}
/* footer-section */



.footer-section .bg-footer-top {
    background: url(../../assets/images/footer/bg-01.jpg);
}
.footer-section .address li .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #c44057;
}
.footer-section .address li:nth-child(2) .fa {
    background: #8464bb;
}
.footer-section .address li:nth-child(3) .fa {
    background: #639ef1;
}
.footer-section .latest-news li {
    padding: 0;
    padding-bottom: 3px;
    border: none;
}
.footer-section .footer-instagram a img {
    width: 117px;
    height: 117px;
}
.footer-section .copyright-txt {
    float: none;
    text-align: center;
}
