html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/

body {
    font: 13px/23px "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #777777;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
    border: 0;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

.top-header .right-header ul.social-icons,
.main-header .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#services,
#templatemo_events,
#portfolio,
#about,
#contact {
    padding-top: 120px;
}


/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/

.top-header {
    background: #185F82;
    color: white;
    padding: 10px 0;
}

.top-header .left-header span {
    display: inline-block;
    margin: 6px 30px 0 0;
    font-size: 16px;
}

.top-header .left-header span a {
    color: white;
}

.top-header .left-header span a:hover {
    color: #e3722e;
}

.top-header .left-header span i {
    margin-right: 10px;
}

.top-header .right-header ul.social-icons li {
    display: inline-block;
}

.top-header .right-header ul.social-icons li a {
    color: white;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid white;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 0 5px;
}

.top-header .right-header ul.social-icons li a:hover {
    background-color: white;
    color: #e3722e;
}

.main-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 22px 0 0px 0;
    background: white;
    -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-header .logo {
    margin-top: 5px;
}

.main-header .logo img {
    width: 100%;
    top: -15px;
    position: relative;
}

.main-header .logo h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-header .logo h1 a {
    color: #444444;
}

.main-header .menu {
    margin-top: 13px;
}

.main-header .menu ul li {
    display: inline-block;
    margin-left: -3px;
}

.main-header .menu ul li a {
    text-transform: uppercase;
    color: #777777;
    font-size: 16px;
    padding: 0px 30px 0px 30px;
    /* -webkit-border-radius: 3px; */
    /* border-radius: 3px;*/
}

.main-header .menu ul li a.current {
    background: #e3722e;
    background: repeat-x url(../images/banner_bg.jpg) 0 -94px;
    transition-duration: .5s;
    color: white;
}

.main-header .menu ul li a,
.main-header .menu ul li a:focus {
    padding-top: 36px;
    padding-bottom: 35px;
    color: #000;
    background: repeat-x url("../images/banner_bg.jpg") 0 -94px;
    transition-duration: .5s;
}

.main-header .menu ul li a:hover,
.main-header .menu ul li a.current {
    background-position: 0 0px;
    background-color: transparent;
    color: #ffffff;
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}

.main-header-shrink {
    padding: 25px 0 0px 0;
    top: 0;
}

.responsive-menu {
    position: relative;
    top: -32px;
}

.responsive-menu .toggle-menu {
    font-size: 24px;
    color: #e3722e;
}

.responsive-menu .menu {
    display: none;
    position: absolute;
    top: 52px;
    width: 100%;
    background-color: #e3722e;
}

.responsive-menu .menu ul li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #d1601c;
    margin: 0;
}

.responsive-menu .menu ul li:last-child {
    border-bottom: 0;
}

.responsive-menu .menu ul li a {
    color: white;
    padding: 15px 20px;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.responsive-menu .menu ul li a.current {
    background-color: #444444;
}


/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/

.title-section {
    margin-bottom: 80px;
}

.title-section h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.title-section span {
    display: block;
    width: 70px;
    height: 4px;
    background: #e3722e;
    margin: 0 auto;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.mainBtn {
    background-color: #e3722e;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mainBtn:hover {
    background-color: #444444;
}


/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/

#services .service-item .service-header {
    padding-bottom: 20px;
    clear: both;
}

#services .service-item .service-header i {
    color: #e3722e;
    font-size: 24px;
    float: left;
    margin-right: 25px;
}

#services .service-item .service-header h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}


/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/

#portfolio {
    padding-bottom: 80px;
    /* margin-top: 100px; */
    background: #F6F6F6;
}

#portfolio .title-section h2 {}

#portfolio .portfolio-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

#portfolio .portfolio-thumb img {
    width: 100%;
    height: auto;
}

#portfolio .portfolio-thumb .overlay {
    opacity: 0;
    visibility: visible;
    background: rgba(227, 114, 46, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#portfolio .portfolio-thumb .overlay .inner {
    position: absolute;
    padding: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

#portfolio .portfolio-thumb .overlay .inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

#portfolio .portfolio-thumb .overlay .inner h4 a {
    color: white;
}

#portfolio .portfolio-thumb .overlay .inner span {
    font-weight: 300;
    color: white;
}

#portfolio .portfolio-thumb:hover .overlay {
    opacity: 1;
    visibility: visible;
}


/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/

#about .progess-bars li .progress {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #e6e6e6;
    height: 30px;
    margin-bottom: 15px;
}

#about .progess-bars li .progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 30px;
    background: #e3722e;
    text-transform: uppercase;
}

#about .our-team {
    margin-top: 80px;
}

#about .our-team .team-member {
    overflow: hidden;
}

#about .our-team .team-member .member-img {
    width: 100%;
    position: relative;
}

#about .our-team .team-member .member-img img {
    width: 100%;
    height: auto;
}

#about .our-team .team-member .member-img .overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#about .our-team .team-member .member-img .overlay .social {
    position: absolute;
    top: 0;
    left: 0;
}

#about .our-team .team-member .member-img .overlay .social li {
    display: inline-block;
    float: left;
    margin-right: 1px;
}

#about .our-team .team-member .member-img .overlay .social li a {
    display: block;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#about .our-team .team-member .member-img .overlay .social li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

#about .our-team .team-member .member-img:hover .overlay {
    opacity: 1;
    visibility: visible;
}

#about .our-team .team-member .inner-content {
    background: whitesmoke;
    border: 1px solid #d6d6d6;
    border-top: 0;
    padding: 20px;
}

#about .our-team .team-member .inner-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #e3722e;
    margin-bottom: 10px;
}

#about .our-team .team-member .inner-content span {
    color: #9d9d9d;
    margin-bottom: 15px;
    display: block;
}


/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/

#contact .contact-form .full-row {
    width: 100%;
    margin-bottom: 20px;
}

#contact .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

#contact .lead {
    font-size: 15px;
}

.message-box {
    background: #000 url(../images/bg-contact-form.png);
    background-size: cover;
}

.contact-form {
    padding: 3em 3em 6em 3em;
    position: relative;
    z-index: 2;
}

#contact .contact-form input,
#contact .contact-form textarea {
    /* outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777; */
}

#contact .contact-form label {
    display: block;
    margin-bottom: 5px;
}

#contact .contact-form input.mainBtn {
    display: inline-block;
    width: auto;
    border: 0;
    padding: 10px 15px;
    color: white;
}

#contact .map-holder {
    /* padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6; */
}

#contact .contact-info {
    margin-top: 30px;
}

#contact .contact-info span {
    margin-top: 20px;
    display: block;
    font-size: 14px;
}

#contact .contact-info span i {
    color: #e3722e;
    font-size: 16px;
    margin-right: 12px;
}

.flexslider {
    margin-top: 92px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
}

.flex-direction-nav a {
    color: #ffffff;
    width: 40px;
    height: 40px;
    background-color: #F58533;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: -20px 0 0 0;
    text-align: center;
    line-height: 40px;
}

.flex-direction-nav a:hover {
    color: #ffffff;
    width: 40px;
    height: 40px;
    background-color: #185F82;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: -20px 0 0 0;
    text-align: center;
    line-height: 40px;
}

.flex-caption {
    position: absolute;
    top: 39%;
    width: 100%;
    text-align: center;
    z-index: 999;
    color: white;
}

.flex-caption h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin-bottom: 45px;
}

.flex-caption p {
    font-size: 18px;
    font-family: 'Droid Serif', serif;
    line-height: 28px;
}

.flex-caption span {
    background: url(../images/slider-dec.png) no-repeat;
    width: 60px;
    height: 9px;
    display: block;
    margin: 30px auto;
}


/*------------------------------------------------------
.about-us-sec{
--------------------------------------------------------*/

.about-us-sec {
    padding-bottom: 80px;
    padding-top: 8em !important;
    padding-bottom: 8em;
    background: #F58533;
}

.about-us-sec .title-section {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
}

.about-us-sec .title-section span {
    display: block;
    width: 70px;
    height: 4px;
    background: #ffffff;
    margin: 0 auto;
}

.about-us-sec .title-section h2 {
    color: white;
}

.about-text {}

.about-text p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: justify;
}

.container_wapper {
    width: 100%;
    background: #c0c0c0;
}

.about-us-sec1 {
    padding-bottom: 80px;
    padding-top: 0em !important;
    padding-bottom: 0em !important;
    background: #F58533;
    margin-top: -20px;
}

.u-section-2 .u-sheet-1 {
    min-height: 841px;
}

.u-section-2 .u-layout-wrap-1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.u-section-2 .u-layout-cell-1 {
    min-height: 781px;
}

.u-section-2 .u-container-layout-1 {
    padding: 30px;
}

.u-section-2 .u-image-1 {
    width: 556px;
    height: 556px;
    background-image: url("../images/about-img.jpg");
    background-position: 50% 50%;
    margin: 0 auto 0 0;
}

.u-text-palette-2-base svg,
.u-text-hover-palette-2-base:hover svg,
.u-button-style:hover>.u-text-hover-palette-2-base svg,
.u-button-style.u-button-style.active>.u-text-active-palette-2-base svg,
.u-text-hover-palette-2-base:focus svg {
    fill: #478ac9 !important;
}

.u-section-2 .u-shape-1 {
    width: 120px;
    height: 120px;
    margin: -528px auto 0 0;
    color: #478ac9 !important;
}

.u-section-2 .u-shape-2 {
    width: 90px;
    height: 90px;
    margin: 25px 20px 0px auto;
    color: #478ac9 !important;
}

.u-section-2 .u-shape-3 {
    width: 120px;
    height: 60px;
    margin: 184px 56px 60px auto;
    color: #478ac9 !important;
}

.u-section-2 .u-layout-cell-2 {
    min-height: 781px;
}

.u-section-2 .u-container-layout-2 {
    padding: 30px;
}

.u-section-2 .u-text-1 {
    font-size: 3.75rem;
    line-height: 66px;
    margin: 0;
}

.u-section-2 .u-text-2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    margin: 20px 0 0;
    color: #fff;
    line-height: 28px;
}

.u-section-2 .u-text-3 {
    margin: 20px 0 0;
}

.u-section-2 .u-btn-1 {
    border-style: none none solid;
    font-weight: 400;
    padding: 0;
}

.u-section-2 .u-btn-2 {
    border-style: solid;
    text-transform: uppercase;
    font-weight: 600;
    margin: 46px auto 0 0;
    padding: 10px 63px 10px 62px;
}

@media (max-width: 1199px) {
    .u-section-2 .u-sheet-1 {
        min-height: 704px;
    }
    .u-section-2 .u-layout-cell-1 {
        min-height: 644px;
    }
    .u-section-2 .u-image-1 {
        width: 461px;
        height: 461px;
    }
    .u-section-2 .u-shape-1 {
        width: 148px;
        height: 148px;
        margin-top: -511px;
    }
    .u-section-2 .u-shape-2 {
        width: 88px;
        height: 88px;
        margin-top: 37px;
    }
    .u-section-2 .u-shape-3 {
        margin-top: 143px;
        margin-right: 30px;
        margin-bottom: -32px;
    }
    .u-section-2 .u-layout-cell-2 {
        min-height: 644px;
    }
}

@media (max-width: 991px) {
    .u-section-2 .u-sheet-1 {
        min-height: 519px;
    }
    .u-section-2 .u-layout-cell-1 {
        min-height: 493px;
    }
    .u-section-2 .u-container-layout-1 {
        padding-right: 20px;
        padding-left: 15px;
    }
    .u-section-2 .u-image-1 {
        width: 366px;
        height: 366px;
        margin-right: 31px;
        margin-left: auto;
    }
    .u-section-2 .u-shape-1 {
        width: 137px;
        height: 137px;
        margin-top: -416px;
    }
    .u-section-2 .u-shape-2 {
        width: 76px;
        height: 76px;
        margin-top: -4px;
    }
    .u-section-2 .u-shape-3 {
        width: 134px;
        height: 60px;
        margin-top: 147px;
        margin-right: 31px;
        margin-bottom: -50px;
    }
    .u-section-2 .u-layout-cell-2 {
        min-height: 100px;
    }
    .u-section-2 .u-container-layout-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .u-section-2 .u-text-1 {
        line-height: 1;
        font-size: 2.75rem;
    }
}

@media (max-width: 767px) {
    .u-section-2 .u-sheet-1 {
        min-height: 1013px;
    }
    .u-section-2 .u-layout-cell-1 {
        min-height: 616px;
    }
    .u-section-2 .u-container-layout-1 {
        padding: 15px 10px;
    }
    .u-section-2 .u-image-1 {
        width: 450px;
        height: 450px;
        margin-right: auto;
        margin-left: 18px;
    }
    .u-section-2 .u-shape-1 {
        width: 153px;
        height: 153px;
        margin-top: -500px;
        margin-left: 9px;
    }
    .u-section-2 .u-shape-2 {
        width: 101px;
        height: 101px;
        margin-top: 21px;
    }
    .u-section-2 .u-shape-3 {
        width: 179px;
        height: 80px;
        margin-top: 102px;
        margin-right: 9px;
        margin-bottom: -7px;
    }
    .u-section-2 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .u-section-2 .u-text-1 {
        font-size: 3.75rem;
    }
}

@media (max-width: 575px) {
    .u-section-2 .u-sheet-1 {
        min-height: 485px;
    }
    .u-section-2 .u-layout-cell-1 {
        min-height: 430px;
    }
    .u-section-2 .u-image-1 {
        width: 320px;
        height: 320px;
        margin-top: 58px;
        margin-left: 0;
    }
    .u-section-2 .u-shape-1 {
        width: 119px;
        height: 119px;
        margin-top: -370px;
        margin-left: 0;
    }
    .u-section-2 .u-shape-2 {
        width: 65px;
        height: 65px;
        margin-top: -49px;
    }
    .u-section-2 .u-shape-3 {
        width: 143px;
        height: 64px;
        margin-top: 186px;
        margin-bottom: -50px;
    }
    .u-section-2 .u-text-1 {
        font-size: 2.75rem;
    }
}


/*events*/

#templatemo_events {
    background: #3989C7;
    float: left;
    overflow: hidden;
    padding-top: 8em !important;
    padding-bottom: 8em;
}

#templatemo_events .title-section h2 {
    color: #ffffff;
}

#templatemo_events .title-section span {
    display: block;
    width: 70px;
    height: 4px;
    background: #ffffff;
    margin: 0 auto;
}

#templatemo_events .lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    padding-top: 30px;
}

#templatemo_events h1 {
    color: #fff;
}

#templatemo_events .event_box_wap {
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}

#templatemo_events .event_box_wap .event_box_img {
    position: relative;
    top: 0;
}

#templatemo_events .event_box_wap .event_box_caption {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding-bottom: 5px;
    background: #0000007d;
    width: 100%;
    border-top: 3px solid #f58533;
}

#templatemo_events .event_box_wap h1,
#templatemo_events .event_box_wap p {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}

#templatemo_events .event_box_wap p {
    padding: 5px 20px 15px 20px;
}

#templatemo_events .event_box_wap h1 {
    padding: 15px 20px 15px 20px;
    font-size: 22px;
    line-height: 24px;
}

.auto-container {
    position: static;
    max-width: 1370px;
    padding: 0px 20px;
    margin: 0 auto;
}

.widget {
    position: relative;
    z-index: 2;
}


/*about our organization*/

#services {
    background: #000000;
    float: left;
    padding-bottom: 80px;
    padding-top: 8em;
}

#services .about_icon img {
    width: 100%;
}

#services .about_icon h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 16px;
    margin-top: 5px;
}

#services .about_icon .imgwap {
    text-align: center;
    border-radius: 100px;
}

#services .about_icon .imgwap img {
    width: 100px;
    top: 12px;
    position: relative;
}

#services .about_icon p {
    text-align: center;
    font: normal normal normal 14px/23px 'Century Gothic', sans-serif;
}

#services .mission {
    background-color: #EF7F19;
    color: #f5bd48;
}

#services .mission::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* background: #ffee10; */
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}

#services .mission:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 35px #EF7F19;
}

#services .mission:hover {
    color: #EF7F19;
    box-shadow: 0 0 35px #EF7F19;
    text-shadow: 0 0 35px #EF7F19;
}

#services .product {
    background-color: #334d5c;
    color: #f5bd48;
}

#services .testimonial {
    background-color: #efc84a;
    color: #ab4921;
}

#services .statistic {
    background-color: #334d5c;
    color: #efc84a;
}

.about_icon {
    position: relative;
    z-index: 2;
}

#mission {
    background: #357DAD url(../images/bg_mission.png) no-repeat scroll center 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 32em 0em 9em 0em;
    /* background: #357DAD url(../images/bg_mission.png);
  padding-top: 112em !important;
  padding-bottom: 8em; */
    position: static;
    z-index: 2;
}

#mission .title-section {
    margin-bottom: 40px;
}

#mission .title-section h2 {
    color: #ffffff;
}

#mission .title-section span {
    display: block;
    width: 70px;
    height: 4px;
    background: #ffffff;
    margin: 0 auto;
}

#mission ul {
    margin: 0;
    padding: 0;
}

#mission ul li {
    color: #ffffff;
    margin: 24px 0px 25px 0px;
    font-size: 17px;
}

#mission ul li .fa {
    color: #357dad;
    margin-right: 5px;
    font-size: 14px;
    background-color: aliceblue;
    padding: 5px;
    border-radius: 3px;
}


/* ==============================
  41. Footer Page3
============================== */

.footer-bg3 {
    background: #133564 url(../images/bg.png) no-repeat center center;
    padding: 59px 0;
    min-height: 408px;
    background-size: cover;
}

.footer-bg3 h4.widget_title {}

.footer-bg3 .widget-links {
    padding: 0 80px;
}

.footer-bg3 .widget-services {
    padding: 0 80px;
}

.footer-bottom3 {
    padding: 33px 0;
}

.footer-bottom3 .fo-txt p {
    margin: 0;
}

.footer-bottom3 .fo-txt p a {
    color: #454d54;
}


/* ==============================
  14. Footer styles
============================== */

#footer {
    background: #19242a;
}

.sec-padding {
    padding-top: 6em;
    padding-bottom: 4.3em;
}

.widget.about-us-widget a {
    color: #e3722e;
    margin-top: 1.4em;
}

.widget.about-us-widget p {
    color: #ffffff;
    margin-top: 2em;
    /* font-size: 1.1em; */
    font-size: 16px;
    line-height: 28px;
}

.widget.about-us-widget ul {
    margin: 0;
    padding: 0;
}

.widget.about-us-widget ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 9px;
}

.widget.about-us-widget ul li:first-child {
    padding-left: 0px;
}

.widget.about-us-widget ul li a {
    padding: 0;
    color: #7c7c7c;
}

.widget.about-us-widget ul li a:hover {
    background: none;
    color: #11adc6;
}

.widget.about-us-widget ul li a i {
    font-size: 1.5em;
}

.widget.about-us-widget img {
    max-width: 100%;
}

.widget-services h4,
.widget-contact h4,
.get-in-touch h4,
.widget-links h4 {
    font: 600 20px "Open Sans", sans-serif;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 24px;
    left: -20px;
    position: relative;
}

.widget-services h4:after,
.widget-contact h4:after,
.get-in-touch h4:after,
.widget-links h4:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #e3722e;
    display: block;
    margin-top: 13px;
}

.widget-contact-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-contact-list ul li a {
    color: #ffffff;
    text-transform: none;
    line-height: 39px;
    font-size: 16px;
}

.widget-contact-list ul li a:hover {
    color: #e3722e;
}

.widget-contact-list ul li i {
    float: left;
    font-size: 25px;
    color: #ffffff;
    width: 34px;
    padding-top: 13px;
    line-height: 18px;
}

.widget.widget-contact ul li .fleft {
    float: left;
    color: #ffffff;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 28px;
}

.location_address h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 8px;
}

.widget.widget-contact ul li .fleft span {
    color: #e3722e;
}

.widget.widget-contact ul li i.fa-map-marker {
    padding-top: 24px;
}

.widget.widget-contact ul li i.fa-phone {
    font-size: 21px;
    /* line-height: 41px; */
}

.widget.widget-contact ul li i.fa-envelope-o {
    font-size: 18px;
    /* line-height: 41px; */
}

.widget.widget-contact ul li i.icon-Timer {
    font-size: 20px;
    /* line-height: 35px; */
}

.footer-bottom {
    background: #141d22;
    color: #555759;
    padding: 2em 0;
}

.footer-bottom .fo-txt p {
    color: #555759;
    font: 400 1em/1em "Open Sans", sans-serif;
}

.footer-bottom .fo-txt p a {
    color: #1d8898;
}

.footer-bottom .fo-txt p a:hover {
    color: #f6ba18;
}

.get-in-touch {
    position: relative;
}

.get-in-touch ul {
    margin: 0;
    padding: 0;
}

.get-in-touch ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left;
}

.get-in-touch ul li img {
    margin: 0 3px 3px 0;
    width: 84px;
    height: 68px;
}


/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/

.site-footer {
    /* margin-top: 100px; */
    background-color: #000000;
    color: white;
    padding: 12px 0;
}

.site-footer p {
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.site-footer a {
    color: white;
    text-align: center;
    /* display: block; */
    position: relative;
    z-index: 2;
}

.site-footer .go-top {
    float: right;
    text-transform: uppercase;
}

.site-footer .go-top i {
    display: block;
}


/********************************
IPAD LANDSCAPE (1024x768)
********************************/


/********************************
IPAD PORTRAIT (768x1024)
********************************/

@media only screen and (max-width: 960px) {
    .flexslider {
        margin-top: 100px;
    }
    .main-header {
        padding: 15px 0;
    }
    .main-header .logo {
        margin-top: 20px;
    }
    .service-item,
    .team-member {
        margin-bottom: 50px;
    }
    .our-skills {
        margin-top: 60px;
    }
    .flex-caption {
        top: 20%;
    }
    .flex-caption h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .flex-caption p {
        font-size: 14px;
        width: 70%;
        margin: 0 auto;
    }
    .left-header,
    .right-header {
        text-align: center;
    }
}


/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/

@media only screen and (max-width: 760px) {
    .flex-caption {
        display: none !important;
    }
    .contact-form {
        margin-bottom: 60px;
    }
    .main-header {
        height: 60px;
    }
    .main-header .logo {
        margin: 0;
    }
    .flexslider {
        margin-top: 60px;
    }
    .responsive-menu .menu {
        top: 32px;
    }
}


/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/


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


/** Basic START **/


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

.pa-0 {
    padding: 0px !important;
}

.pa-5 {
    padding: 5px !important;
}

.pa-10 {
    padding: 10px !important;
}

.pa-15 {
    padding: 15px !important;
}

.pa-20 {
    padding: 20px !important;
}

.pa-25 {
    padding: 25px !important;
}

.pa-30 {
    padding: 30px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

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

.ma-5 {
    margin: 5px !important;
}

.ma-10 {
    margin: 10px !important;
}

.ma-15 {
    margin: 15px !important;
}

.ma-20 {
    margin: 20px !important;
}

.ma-25 {
    margin: 25px !important;
}

.ma-30 {
    margin: 30px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

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

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.no-float {
    float: none !important;
}

.overflow-hide {
    overflow: hidden !important;
}

.clearfix {
    overflow: hidden;
    clear: both;
    float: none;
}

.preloader-it {
    background: #fff;
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

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

.text-left {
    text-align: left !important;
}

.bg-green {
    background: #2ecd99 !important;
}

.bg-grey {
    background: #878787 !important;
}

.bg-yellow {
    background: #f0c541 !important;
}

.bg-red {
    background: #ed6f56 !important;
}

.bg-blue {
    background: #4e9de6 !important;
}

.bg-pink {
    background: #f1a1c7 !important;
}

.bg-light {
    background: #fff !important;
}

.bg-dark {
    background: #212121 !important;
}

.bg-twitter {
    background: #00aced !important;
}

.txt-dark {
    color: #212121 !important;
}

.txt-light {
    color: #fff !important;
}

.txt-grey {
    color: #878787 !important;
}

.txt-light-grey {
    color: #dedede !important;
}

.txt-info,
.text-info {
    color: #f1a1c7 !important;
}

.txt-warning,
.text-warning {
    color: #f0c541 !important;
}

.txt-primary,
.text-primary {
    color: #4e9de6 !important;
}

.txt-success,
.text-success {
    color: #2ecd99 !important;
}

.txt-danger,
.text-danger {
    color: #ed6f56 !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
    width: 22px !important;
    padding-top: 9px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.head-font {
    font-family: "Poppins", sans-serif !important;
}

.main-font {
    font-family: "Poppins", sans-serif !important;
}

.capitalize-font {
    text-transform: capitalize !important;
}

.uppercase-font {
    text-transform: uppercase !important;
}

.nonecase-font {
    text-transform: none !important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.table-struct {
    display: table !important;
}

.table-cell {
    display: table-cell !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.full-width {
    width: 100% !important;
}

.half-width {
    width: 50% !important;
}

.auto-width {
    width: auto !important;
}

.relative {
    position: relative !important;
}

.border-none {
    border: none !important;
}

small {
    color: #878787;
    padding-left: 5px;
}

.text-muted {
    color: #878787;
}

.truncate {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-only-view {
    display: none !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 35px;
    border-top: 1px solid #2ecd99;
}

hr.light-grey-hr {
    border-top: 1px solid #dedede;
}

.seprator-block {
    margin-bottom: 80px;
}


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


/** Basic END **/


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


/* End Testimonials Area css
============================================================================================ */


/*---------------------------------------------------- */


/*----------------------------------------------------*/


/* Our Chef Area css
============================================================================================ */

.our_chef_area {
    background: #3989C7;
    padding-top: 8em !important;
    padding-bottom: 11em;
}

.our_chef_area .title-section h2 {
    color: #ffffff;
}

.our_chef_inner {
    margin-bottom: -50px;
}

.chef_text_item .main_title p {
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    font-style: normal;
}

.chef_item {
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(40 40 40 / 8%);
    box-shadow: 0px 0px 15px 0px rgb(40 40 40 / 8%);
    text-align: center;
    /* padding-bottom: 30px; */
    margin-bottom: 28px;
}

.chef_item:hover {
    background: red;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(40 40 40 / 8%);
    box-shadow: 0px 0px 15px 0px rgb(40 40 40 / 8%);
    text-align: center;
    /* padding-bottom: 30px; */
    margin-bottom: 28px;
}


/* .chef_item .chef_img {
  overflow: hidden;
  position: relative;
} */


/* .chef_item .chef_img img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.chef_item .chef_img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
} */


/* .chef_item .chef_img:before {
  content: "";
  background: rgba(98, 195, 231, 0.9);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
} */

.chef_item .chef_img .list_style {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 2;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.chef_item .chef_img .list_style li {
    display: inline-block;
    margin-right: 20px;
}

.chef_item .chef_img .list_style li:last-child {
    margin-right: 0px;
}

.chef_item .chef_img .list_style li a {
    color: #fff;
    font-size: 24px;
}

.chef_item h4 {
    font-size: 18px;
    font-weight: bold;
    color: #e3722e;
    margin-top: 18px;
    text-transform: uppercase;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.chef_item h4:hover {
    color: #F58533;
}

.chef_item h5 {
    font-size: 16px;
    color: #797979;
    font-style: italic;
    margin-bottom: 0px;
}

.chef_item:hover .chef_img:before {
    opacity: 1;
}

.chef_item:hover .chef_img .list_style {
    bottom: 30px;
    opacity: 1;
}

:root {
    --theme-color: #ed6221;
    --theme-color-two: #ffbf00;
    --theme-color-three: #d40032;
    --theme-color-four: #02c06d;
    --theme-color-five: #18bec2;
    --dark-color: #302c51;
    --dark-color-two: #302c51;
    --rubik: 'Rubik', sans-serif;
    --prata: 'Prata', serif;
    --anim-menu-btn-size: 30px;
    --anim-menu-btn-icon-size: 28px;
    --anim-menu-btn-icon-stroke: 2px;
    --fs-search-btn-size: 3em;
    --fs-search-border-bottom-width: 2px;
}


/*** 

====================================================================
  Causes Section Two
====================================================================

***/

.causes-section-two {
    background: #3989C7;
    padding-top: 14em !important;
    padding-bottom: 11em;
}

.causes-section-two .title-section h2 {
    color: #fff;
}

.causes-section-two .cause-wrapper {
    position: relative;
    margin-top: -110px;
}

.cause-block-two {
    position: relative;
    margin-bottom: 30px;
    padding: 0 13px;
}

.cause-block-two .inner-box {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.cause-block-two .inner-box:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 25px rgb(5 37 62);
    box-shadow: 0px 4px 25px rgb(5 37 62);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.cause-block-two .inner-box {
    position: relative;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    padding: 2px;
    background-color: #fff;
}


/* .cause-block-two .inner-box:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border: 2px solid #e3722e;
	border-radius: 6px;
	opacity: 0;
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transition-delay: .4s;
	     -o-transition-delay: .4s;
	        transition-delay: .4s;
} */

.cause-block-two .inner-box:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.cause-block-two .image {
    position: relative;
}

.cause-block-two .image img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.cause-block-two .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.cause-block-two .inner-box:hover .image .overlay {
    opacity: 1;
}

.cause-block-two .image .overlay:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: .8;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    -webkit-transform: scaleY(.6);
    -ms-transform: scaleY(.6);
    transform: scaleY(.6);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.cause-block-two .inner-box:hover .image .overlay:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.cause-block-two .lower-content {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
    box-shadow: 0px 20px 20px 0px rgba(89, 83, 76, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.progress-levels.style-two .progress-box {
    margin-top: -51px;
    padding-top: 45px;
}

.progress-levels.style-two .progress-box .bar .bar-fill {
    background: var(--theme-color-two);
}

.progress-levels.style-two .progress-box .percent {
    background: var(--theme-color-two);
    padding: 1px 7px 0;
    line-height: 27px;
    border-radius: 6px;
    top: -43px;
}

.progress-levels.style-two .progress-box .percent:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -5px;
    height: 10px;
    width: 10px;
    bottom: -10px;
    background: var(--theme-color-two);
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0);
}

.progress-levels.style-two .progress-box .bar {
    background: transparent;
}

.cause-block-two .wrapper-box {
    padding: 0px 20px 10px;
}

.cause-block-two h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #e3722e;
    font-weight: 600;
}

.cause-block-two h4 a {
    color: var(--dark-color);
}

.cause-block-two .info-box a {
    position: relative;
    font-size: 15px;
    color: var(--theme-color-two);
}

.cause-block-two .info-box a+a {
    padding-left: 20px;
    margin-left: 6px;
}

.cause-block-two .info-box a+a:before {
    position: absolute;
    content: '//';
    font-size: 15px;
    left: 0;
    top: -4px;
}

.cause-block-two .info-box a span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.flicker-feed>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.3333%;
    z-index: 1;
}

.flicker-feed.gutter>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 32%;
    z-index: 1;
    margin: 1px;
}

.flicker-feed>a:before {
    background-color: #e3722ec2;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flicker-feed>a:hover:before,
.flicker-feed>a:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flicker-feed>a:after {
    color: #fff;
    font-family: FontAwesome;
    content: "\f00e";
    font-size: 42px;
    position: absolute;
    top: 45%;
    left: 45%;
    margin-top: -7px;
    margin-left: -7px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul:not(.u-unstyled) {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.ag-snow:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../images/snow.png), url(../images/snow2.png), url(../images/snow3.png);
    /* background-image: url(../images/snow.png), url(../images/snow2.png), url(../images/snow3.png); */
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    will-change: background-position;
    -webkit-animation: an-snow 20s linear infinite;
    -moz-animation: an-snow 20s linear infinite;
    -o-animation: an-snow 20s linear infinite;
    animation: an-snow 20s linear infinite;
    z-index: 1;
}

@-webkit-keyframes an-snow {
    100% {
        background-position: 500px 1000px, 300px 300px, -400px 400px;
    }
}

@-moz-keyframes an-snow {
    100% {
        background-position: 500px 1000px, 300px 300px, -400px 400px;
    }
}

@-o-keyframes an-snow {
    100% {
        background-position: 500px 1000px, 300px 300px, -400px 400px;
    }
}

@keyframes an-snow {
    100% {
        background-position: 500px 1000px, 300px 300px, -400px 400px;
    }
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}