/*
** General Styles for HTML tags
*/


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    direction: ltr;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-weight: normal;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 15px;
}

h5,
h5 {
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a,
.btn,
button {
    /* transition: all 0.35s ease-in-out; */
    /* -webkit-transition: all 0.35s ease-in-out; */
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

a img,
iframe {
    border: none;
}

p {
    color: #232323;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #232323;
}

a {
    /* transition: all 0.35s ease-in-out; */
    /* -webkit-transition: all 0.35s ease-in-out; */
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

b,
strong {
    font-weight: 900;
}

.btn.active,
.btn:active {
    background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0;
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 36px;
}


/* Default CSS */

.container-half {
    margin: 0 auto;
    width: 60%;
    padding: 0 15px;
}

.container-full {
    padding: 0 15px;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #f3f6f8;
}

.bg-light {
    background-color: #f7f7f7;
}

.bg-theme {
    background-color: #93110a;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: #ffffff;
}

.shadow {
    position: relative;
    z-index: 1;
}

.shadow.dark::after {
    background: #000000 none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.dark-hard::after {
    background: #232323 none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.light::after {
    background: #ffffff none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme::after {
    background: #93110a none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme-hard::after {
    background: #93110a none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.default-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.default-padding-top {
    padding-top: 100px;
}

.default-padding-bottom {
    padding-bottom: 100px;
}

.default-padding.bottom-less {
    padding-top: 100px;
    padding-bottom: 70px;
}

.default-padding.bottom-30 {
    padding-top: 100px;
    padding-bottom: 30px;
}

.default-padding.bottom-20 {
    padding-top: 100px;
    padding-bottom: 20px;
}

.padding-xl {
    padding-top: 120px;
    padding-bottom: 120px;
}

.btn {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-weight: 700;
    overflow: hidden;
}

.btn.cirlce {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-md {
    padding: 10px 40px 10px;
}

.btn-sm {
    padding: 8px 35px;
    font-size: 12px;
}

.btn-x-sm {
    font-size: 10px;
    padding: 4px 20px;
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: #ffffff;
    color: #232323;
    border: 2px solid #ffffff;
}

.btn-dark {
    background-color: #232323;
    color: #ffffff;
    border: 2px solid #232323;
}

.btn-dark.border {
    background-color: transparent;
    color: #232323;
    border: 2px solid #232323;
}

.btn-dark.border:hover {
    background-color: #232323;
    color: #ffffff !important;
    border: 2px solid #232323;
}

.btn.btn-light {
    background: #ffffff none repeat scroll 100% 0;
    border: 2px solid #ffffff;
    color: #232323;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
    background: transparent none repeat scroll 100% 0;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
    background-color: #93110a;
    color: #ffffff !important;
    border: 2px solid #93110a;
}

.btn.btn-light.border {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn.btn-light.border:hover {
    background: #ffffff none repeat scroll 100% 0 !important;
    border: 2px solid #ffffff !important;
    color: #232323 !important;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #232323 !important;
    background: transparent;
}

.bg-dark {
    background: #15181d none repeat scroll 100% 0;
}

.btn-theme {
    background-color: #93110a;
    color: #ffffff !important;
    border: 2px solid #93110a;
}

.btn-theme.border {
    background-color: transparent;
    color: #93110a !important;
    border: 2px solid #93110a;
}

.btn-theme.border:hover {
    background-color: #93110a;
    color: #ffffff !important;
    border: 2px solid #93110a;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #93110a none repeat scroll 100% 0;
    border: 2px solid #93110a;
    color: #ffffff;
}

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.btn.border.btn-light.standard {
    padding-right: 20px;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.btn.border.btn-light.standard::after {
    background: #ffffff none repeat scroll 100% 0;
    content: "";
    height: 53px;
    position: absolute;
    left: -18px;
    top: -10px;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    width: 50px;
    z-index: -1;
}

.btn.standard {
    position: relative;
}

.btn.standard::before {
    color: #93110a;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    height: 100%;
    position: absolute;
    left: 0;
    width: 25px;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.oh {
    overflow: hidden;
}

.less-margin {
    margin: 0;
}

.cell-items .thumb,
.cell-items .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.cell-items .info {
    padding: 100px 50px;
}

header {
    position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-right: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #ffffff none repeat scroll 100% 0;
    bottom: -2px;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%;
}

.attr-nav .social.right li {
    margin-right: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}


/* ============================================================== 
     # Banner 
=================================================================== */

body,
.banner-area,
.banner-area div {
    height: 100%;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.banner-area {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.banner-area .content {
    overflow: hidden;
}

.banner-area.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-area.shadow-inner .content::after {
    background: #15181d none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .item h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-area .item h1 span {
    color: #93110a;
}

.banner-area .carousel.main-lower .item h1 {
    text-transform: inherit;
    font-weight: 700;
}

.banner-area .item .content h2 {
    display: inline-block;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.banner-area .carousel-inner.text-dark .item a,
.banner-area .carousel-inner.text-dark button {
    color: #232323;
}

.banner-area .item .content h2::before {
    background: #ffffff none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.banner-area .carousel.slide .item .content h1 {
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: none;
}

.banner-area .carousel.slide .carousel-inner.text-uppercase .item .content h1,
.banner-area .carousel.slide .carousel-inner.text-uppercase .item .content h2 {
    font-size: 50px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.banner-area .carousel.slide .carousel-inner.uppercase .item .content h1,
.banner-area .carousel.slide .carousel-inner.uppercase .item .content h2 {
    font-size: 50px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner-area.text-bg .carousel-inner.uppercase .item .content h1,
.banner-area.text-bg .carousel-inner.uppercase .item .content h2 {
    margin-bottom: 20px !important;
}

.banner-area .carousel.slide .item .content h3 {
    display: block;
    font-weight: 500;
    position: relative;
    text-transform: inherit;
    z-index: 1;
}

.banner-area .item h3 {
    display: inline-block;
    font-weight: 500;
    position: relative;
    text-transform: inherit;
    z-index: 1;
}

.banner-area .item p {
    font-size: 18px;
}

.banner-area .carousel-control {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    /* position: absolute; */
    top: 50%;
    width: 50px;
    margin-top: -25px;
    background: transparent;
    opacity: 1;
    z-index: 1;
}

.banner-area .item a {
    margin-left: 10px;
    margin-top: 15px;
}

.banner-area .carousel-control.left {
    right: -50px;
    transform: rotate(180deg);
}

.banner-area:hover .carousel-control.left {
    right: 0;
}

.banner-area .carousel-control.right {
    /* left: -50px; */
    transform: rotate(180deg);
}

.banner-area:hover .carousel-control.right {
    /* left: 0; */
    font-weight: 500 !important;
}

.banner-area .carousel.single-title .item h1 {
    font-size: 50px;
    font-weight: 900;
}

.banner-area .carousel.single-title .item h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.banner-area .carousel.single-title .item h1 span {
    color: #93110a;
}

.banner-area .text-uppercase .content h4 {
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.banner-area .text-uppercase .content h4::after {
    background: #93110a none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .uppercase .content h4 {
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    text-transform: inherit;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.banner-area.text-bg .item a {
    margin-top: 10px;
}

.banner-area .uppercase .content h4::after {
    background: #93110a none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


/* Animation delays */

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
    animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
    animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s;
}

.banner-area .item p {
    animation-delay: .5s;
}

.banner-area .item a,
.banner-area .item button {
    animation-delay: .7s;
}


/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Slider Zoom Effect */

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }
    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }
    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner .item>.slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}

.banner-area.title-theme .item h1 {
    color: #93110a;
    font-size: 45px;
    font-weight: 700;
}

.banner-area .carousel.single-title .carousel-inner .thumb,
.banner-area .carousel.single-title .carousel-inner .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.banner-area .carousel.single-title .carousel-inner .thumb img {
    margin-top: 50px;
}

.banner-area .carousel.item-bg .carousel-inner .item .content h2::after {
    background: #ffffff none repeat scroll 100% 0;
    opacity: 1;
}


/* ============================================================== 
     # Topbar 
=================================================================== */

.top-bar-area {
    padding: 5px 0;
    position: relative;
}

.top-bar-area.shadow::after {
    background: #93110a none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    margin-right: -10%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    width: 40%;
    z-index: -1;
}

.top-bar-area .top-address li {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    margin-left: 20px;
    text-transform: capitalize;
}

.top-bar-area.top-up {
    padding: 0;
    margin: 0;
}

.top-bar-area.top-up .top-address li {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding: 15px 0 15px 20px;
    margin-left: 20px;
}

.top-bar-area.top-up .top-address li:last-child {
    border: medium none;
    padding-left: 0;
    margin: 0;
}

.top-bar-area.bg-gray .top-address li,
.top-bar-area.bg-theme .top-address li {
    color: #232323;
}

.top-bar-area li,
.top-bar-area a {
    font-weight: 500;
}

.top-bar-area a {
    font-size: 16px;
}

.topbar-button a {
    font-size: 12px;
}

.top-bar-area.one-line .info li p span,
.top-bar-area.one-line .info li p i {
    display: table-cell;
    vertical-align: middle;
}

.top-bar-area.one-line .info li p span {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}

.top-bar-area.one-line .topbar-button {
    margin-top: 3px;
}

.top-bar-area.one-line .info li {
    margin-right: 15px;
}

.top-address li i {
    margin-left: 10px;
}

.topbar-social li {
    display: inline-block;
}

.top-bar-are .topbar-social li a {
    color: #ffffff;
}

.topbar-social li {
    margin-right: 20px;
}

.top-bar-area .info li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    margin-right: 20px;
    padding-right: 20px;
    margin-top: 5px;
}

.top-bar-area .logo {
    float: right;
    margin-left: 50px;
}

.top-bar-area.one-line .topbar-social {
    margin-top: 15px;
}

.top-bar-area .logo img {
    height: 50px;
}

.top-bar-area .info li:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.top-bar-area .info li i {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}

.top-bar-area.info-cell .info .icon i {
    color: #93110a;
}

.top-bar-area .info li p {
    font-weight: 600;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

.top-bar-area .info li p span {
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    color: #cccccc;
    margin-top: -3px;
}

.top-bar-area .info li .icon {
    display: table-cell;
    vertical-align: middle;
}

.top-bar-area .info li .info {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}

.top-bar-area .logo a {
    padding: 0;
}

.top-bar-area .topbar-social.big-info {
    margin-top: 15px;
}

.top-bar-area .logo,
.top-bar-area .info {
    display: inline-block;
}

.top-bar-area .info.double {
    margin-top: 3px;
}

.top-bar-area.info-cell .logo img {
    margin-top: 8px;
}

.top-bar-area .info.box {
    margin-top: 0px;
}

.top-bar-area .topbar-social {
    margin-top: 21px;
}

.topbar-social li a {
    font-size: 20px;
}

.top-bar-area .info.double .icon {
    background: white none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #333;
    height: 50px;
    line-height: 55px;
    text-align: center;
    width: 50px;
}

.top-bar-area.top-up .topbar-social {
    line-height: 55px;
}

.top-bar-area .language {
    display: inline-block;
}

.top-bar-area .language button {
    background: transparent none repeat scroll 100% 0;
    border: medium none;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

.top-bar-area .language button i {
    margin-right: 5px;
}

.top-bar-area .language li {
    display: block;
    margin: 0;
}

.top-bar-area .language ul {
    background: #93110a none repeat scroll 100% 0;
    border: medium none;
    border-radius: inherit;
    box-shadow: inherit;
    right: auto;
    min-width: auto;
    padding: 0;
    left: 0;
    text-align: center;
}

.top-bar-area .language li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .language li a:hover,
.top-bar-area .language li a:focus,
.top-bar-area .language li a.active {
    color: #333333;
    background: transparent;
}

.top-bar-area .language li:last-child a {
    border: medium none;
}

.topbar-button {
    margin-top: 13px;
}


/* Navbar */

nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-left: 30px;
    padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-left: 0;
    padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
    background: #93110a none repeat scroll 100% 0;
    border: 2px solid #93110a;
    color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-left: 30px;
    padding: 35px 0;
}

.site-heading h2 {
    color: #232323;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 0px;
    position: relative;
    text-transform: Ø°;
    margin-bottom: 0;
}

.site-heading p {
    margin: 0;
}


/* .site-heading h2::after {
    background: #93110a none repeat scroll 100% 0;
    bottom: 0;
    content: "";
    height: 2px;
    right: 50%;
    margin-right: -25px;
    position: absolute;
    width: 50px;
} */

.site-heading {
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 0px;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 100% 0;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
    background: #ececec none repeat scroll 100% 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb-area h1 {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
    color: #6d6d6d;
}

.breadcrumb-area .breadcrumb li.active {
    color: #93110a;
}

.breadcrumb>li+li::before {
    bottom: 3px;
    color: #8e8e8e;
    content: ". ";
    height: 5px;
    padding: 0 5px;
    position: relative;
}


/* ============================================================== 
     # Services
=================================================================== */

.service-carousel {
    top: -100px;
}

.service-item>i {
    background: transparent none repeat scroll 100% 0;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    color: #93110a;
    display: inline-block;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
    text-align: center;
    width: 100px;
}

.service-item h4 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 26px;
}

.service-item>a,
.service-item .info a {
    color: #93110a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.service-item>a:hover,
.service-item .info a:hover {
    color: #232323;
}

.service-item>a i {
    margin-right: 3px;
}

.services-area .owl-nav {
    margin: 0;
}

.services-area .owl-nav .owl-prev,
.services-area .owl-nav .owl-next {
    background: transparent none repeat scroll 100% 0;
    color: #232323;
    height: 40px;
    right: -60px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 40px;
    font-size: 30px;
}

.services-area .owl-nav .owl-prev:hover,
.services-area .owl-nav .owl-next:hover {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
}

.services-area .owl-nav .owl-next {
    right: auto;
    left: -60px;
}

.service-item img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.service-carousel .service-item {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
}

.service-item .info {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 30px;
    background-color: #ffffff;
}

.services-area .owl-stage-outer {
    margin: 0 -15px -15px;
    padding: 0 15px 15px;
}

.services-area .service-carousel .owl-dots {
    margin-bottom: -10px;
    margin-top: 30px !important;
}

.services-area .service-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 100% 0;
    border: 3px solid #232323;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    width: 15px;
}

.services-area .service-carousel .owl-dots .owl-dot.active span {
    border-color: #93110a;
}


/* ============================================================== 
     # Help Step
=================================================================== */

.help-step-area .info h2 {
    font-weight: 600;
    text-transform: capitalize;
}

.help-step-area .info h5 {
    color: #93110a;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: inherit;
    margin-bottom: 20px;
}

.help-step-area .info a {
    margin-top: 5px;
}

.help-step-area .items .item .content {
    position: relative;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.help-step-area .items .content .info {
    padding: 20px 30px;
}

.help-step-area .items .item .content h4 {
    font-weight: 600;
    line-height: 26px;
}

.help-step-area .items .item .content a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #93110a;
    margin: 0;
}

.help-step-area .items .item .content a:hover {
    color: #232323;
}

.help-step-area .items {
    padding-right: 35px;
}


/* ============================================================== 
     # Recent Causes 
=================================================================== */

.recent-causes-area.fixed-area .recent-causes-items {
    position: relative;
    top: -100px;
}

.recent-causes-area .item .col-md-6 {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 0;
}

.recent-causes-area ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.recent-causes-area ul li span {
    float: left;
}

.recent-causes-area ul li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.recent-causes-area ul {
    margin-bottom: 25px;
}

.recent-causes-area ul li span i {
    margin-left: 5px;
}

.recent-causes-area .progress-box {
    margin-top: 25px;
}

.recent-causes-area a {
    margin-top: 15px;
}

.recent-causes-area .info h2,
.recent-causes-area .info h3,
.recent-causes-area .info h4 {
    font-weight: 600;
    margin-bottom: 25px;
}

.recent-causes-area .info h4 {
    color: #93110a;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.recent-causes-area .item .col-md-6.info {
    background: #ffffff none repeat scroll 100% 0;
    padding: 30px 50px;
}

.recent-causes-area .progress-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #93110a;
}

.recent-causes-area .progress-box h5 span {
    color: #232323;
}

.recent-causes-area .progress .progress-bar {
    background: #93110a none repeat scroll 100% 0;
}

.recent-causes-area .owl-nav {
    margin: 0;
}

.recent-causes-area .owl-nav .owl-prev,
.recent-causes-area .owl-nav .owl-next {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
    height: 40px;
    right: -60px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 40px;
    font-size: 30px;
}

.recent-causes-area .owl-nav .owl-next {
    right: auto;
    left: -60px;
}

.recent-causes-area .owl-nav .owl-prev:hover,
.recent-causes-area .owl-nav .owl-next:hover {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
}

.recent-causes-area .progress {
    height: 10px;
}


/* ============================================================== 
     # Popular Causes
=================================================================== */

.popular-causes-items .info {
    background: #ffffff none repeat scroll 100% 0;
    padding: 20px;
    text-align: left;
}

.popular-causes-items .item {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.popular-causes-items .equal-height {
    margin-bottom: 30px;
}

.popular-causes-area .progress-box {
    margin-top: 25px;
}

.popular-causes-items .info h4 {
    font-weight: 600;
    margin-bottom: 25px;
}

.popular-causes-items .info ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.popular-causes-items .info ul li span {
    float: left;
}

.popular-causes-items .info ul li:last-child {
    border: medium none;
    margin-bottom: 20px;
    padding: 0;
}

.popular-causes-items .progress {
    height: 5px;
}

.popular-causes-items .progress .progress-bar {
    background: #93110a none repeat scroll 100% 0;
}

.popular-causes-items .progress-box h5 {
    color: #93110a;
    font-weight: 600;
}

.popular-causes-items .progress-box h5 span {
    color: #232323;
}

.popular-causes-items .info ul li span i {
    margin-left: 5px;
}

.popular-causes-items .info a {
    margin-top: 15px;
}

.popular-causes-area .popular-causes-items .item .thumb {
    overflow: hidden;
    position: relative;
}

.popular-causes-area .popular-causes-items .item .thumb img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popular-causes-area .popular-causes-items .item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* ============================================================== 
     # Video
=================================================================== */

.video-bg-live .info {
    padding: 50px;
    position: relative;
    z-index: 1;
}

.video-bg-live .info::after {
    background: #000000 none repeat scroll 100% 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.video-bg-live .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
}


/* ============================================================== 
     # Event
=================================================================== */

.event-area .event-items .pagi-area {
    margin-top: 0;
}

.event-area .event-items .item .col-md-6.info {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 30px 50px;
}

.event-area .event-items .item .col-md-6 {
    padding: 0;
}

.event-area .event-items .item .thumb {
    overflow: hidden;
}

.event-area .event-items .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.event-area .event-items .item:hover .thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.event-area .event-items .info h2 {
    font-weight: 600;
}

.event-area .event-items .info .meta li {
    display: block;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.event-area .event-items .info .meta li:last-child {
    margin: 0;
}

.event-area .event-items .info .meta {
    margin-bottom: 20px;
}

.event-area .event-items .info .meta li i {
    color: #93110a;
    margin-left: 5px;
}

.event-area .event-items .info a {
    margin-top: 5px;
}

.event-area .event-items .info>a {
    color: #93110a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.event-area .event-items .info>a:hover {
    color: #232323 !important;
}

.event-area .event-items .info a:hover {
    color: #93110a;
}

.event-area .event-items .owl-dots {
    margin-top: 30px !important;
    margin-bottom: -10px;
}

.event-area .event-items .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 100% 0;
    border: 3px solid #232323;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    width: 15px;
}

.event-area .event-items .owl-dots .owl-dot.active span {
    border-color: #93110a;
}

.event-area .item .info h2,
.event-area .item .info h3,
.event-area .item .info h4 {
    font-weight: 600;
    margin-top: 20px;
    text-transform: capitalize;
    border: none;
}

.event-area .event-items .info .meta .date,
.event-area .event-items .info .meta ul {
    display: table-cell;
    vertical-align: middle;
}

.event-area .event-items .info .meta .date {
    background: #93110a none repeat scroll 100% 0;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

.event-area .event-items .info .meta .date span {
    display: block;
}

.event-area .event-items .info .meta ul {
    padding-right: 15px;
}

.event-area .event-items.event-carousel-single .info .meta ul {
    padding-right: 0;
}

.event-items .item .info {
    background: #ffffff none repeat scroll 100% 0;
    padding: 30px;
    display: flex;
}

.event-items .item {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

.event-area .event-items .owl-stage-outer {
    margin: 0 -15px;
    padding: 0 15px 15px;
}

.event-area .event-items.event-carousel-single .owl-stage-outer {
    margin: 0;
    padding: 0 0 2px;
}

.event-area .event-items.event-carousel-single .item .thumb,
.event-area .event-items.event-carousel-single .item .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.event-area .event-items.event-list-full .item .thumb,
.event-area .event-items.event-list-full .item .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.event-area .event-items.event-carousel-single .item .info,
.event-area .event-items.event-list-full .item .info {
    box-shadow: inherit;
    border: 1px solid #e7e7e7;
}

.event-area .event-items.event-carousel-single .item,
.event-area .event-items.event-list-full .item {
    box-shadow: inherit;
}

.event-area .event-items.event-carousel-single .info .meta li,
.event-area .event-items.event-list-full .info .meta li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.event-area .event-items.event-carousel-single .info>a,
.event-area .event-items.event-list-full .info>a {
    color: #232323;
    margin-top: 5px;
}

.event-area .event-items.event-carousel-single .info>a:hover,
.event-area .event-items.event-list-full .info>a:hover {
    color: #ffffff !important;
}

.event-area .event-items.event-carousel-single .info .meta ul,
.event-area .event-items.event-list-full .info .meta ul {
    padding-right: 0;
}

.event-area .event-items.event-carousel-single .info .meta ul,
.event-area .event-items.event-list-full .info .meta ul {
    display: block;
}

.event-area .event-items.event-carousel-single .info .meta li:last-child,
.event-area .event-items.event-list-full .info .meta li:last-child {
    border: medium none;
    padding-bottom: 0;
}

.event-carousel.inner-cell .item .info .content,
.event-list.inner-cell .item .info .content {
    border-right: 1px solid #e7e7e7;
    padding-right: 25px;
    margin-right: 25px;
}

.event-carousel.inner-cell .item .info .date,
.event-list.inner-cell .item .info .date {
    color: #93110a;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    min-width: 100px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1;
}

.event-carousel.inner-cell .item .info .date span,
.event-list.inner-cell .item .info .date span {
    color: #232323;
    display: block;
    margin-top: 10px;
}

.event-items .item .info .content .meta ul {
    padding-right: 0;
}

.event-items .item .info .content h4 {
    margin-top: 0;
}

.event-items .item .info .content .meta li {
    margin-bottom: 5px;
}

.event-items .item .info .content .meta {
    margin-bottom: 10px;
}

.event-items.event-list .equal-height,
.event-items.event-list-full .equal-height {
    margin-bottom: 50px;
}

.event-items.event-list .single-item,
.event-items.event-list-full .single-item {
    margin-bottom: 50px;
}

.event-area .conetnt {
    padding-left: 35px;
}


/* Upcomming Event */

.upcomming-event-area .item {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    background-color: #ffffff;
}

.upcomming-event-area .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.upcomming-event-area .date,
.upcomming-event-area .info {
    display: table-cell;
    vertical-align: top;
}

.upcomming-event-area .info {
    border-right: 1px solid #e7e7e7;
    padding-right: 20px;
}

.upcomming-event-area .date {
    color: #93110a;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-left: 20px;
    text-align: center;
}

.upcomming-event-area .date span {
    color: #232323;
    display: block;
    margin-top: 5px;
}

.upcomming-event-area .info .meta li {
    display: block;
    padding-bottom: 5px;
}

.upcomming-event-area .info .meta li:last-child {
    padding: 0;
}

.upcomming-event-area .info h4 {
    font-weight: 600;
    margin-top: 15px;
    text-transform: capitalize;
}

.upcomming-event-area .info h4 a:hover {
    color: #93110a;
}

.upcomming-event-area .info .meta li i {
    color: #93110a;
    margin-left: 5px;
}

.upcomming-event-area .owl-nav {
    margin: 0;
}

.upcomming-event-area .owl-nav .owl-prev,
.upcomming-event-area .owl-nav .owl-next {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
    height: 40px;
    right: -60px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 40px;
    font-size: 30px;
}

.upcomming-event-area .owl-nav .owl-next {
    right: auto;
    left: -60px;
}

.upcomming-event-area .owl-nav .owl-prev:hover,
.upcomming-event-area .owl-nav .owl-next:hover {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
}

.event-area .col-md-8.content {
    padding-left: 35px;
}


/* Upcomming Event Sidebar */

.sidebar-info.upcomming-event h4 {
    margin-bottom: 15px;
    margin-top: 0 !important;
    padding: 0;
}

.sidebar-info.upcomming-event h4 a:hover {
    color: #93110a;
}

.sidebar-info.upcomming-event h4::after {
    display: none;
}

.sidebar-info.upcomming-event .meta li {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.sidebar-info.upcomming-event .meta li i {
    color: #93110a;
    margin-left: 5px;
}

.sidebar-info.upcomming-event .meta li:last-child {
    margin-bottom: 0;
}

.sidebar-info.upcomming-event p {
    margin: 0;
}

.upcomming-event.sidebar-info .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.upcomming-event.sidebar-info .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.upcomming-event.sidebar-info .item img {
    margin-bottom: 20px;
    width: 100%;
}


/* ============================================================== 
     # About
=================================================================== */

.about-area .info h2 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -8px;
    line-height: 1.4;
}

.about-area .item {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
    background: #ffffff none repeat scroll 100% 0;
}

.about-area .item .icon,
.about-area .item .content {
    display: table-cell;
    vertical-align: top;
}

.about-area .item .icon i {
    background: #93110a none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    display: inline-block;
}

.about-area .item .content {
    padding-right: 20px;
}

.about-area .item .content h4 {
    font-weight: 600;
}

.about-area .item .content a {
    color: #93110a;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.about-area .item .content a:hover {
    color: #232323;
}


/* ============================================================== 
     # Our Story 
=================================================================== */

.our-story-area .thumb,
.our-story-area .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.our-story-area .info {
    padding: 100px 80px;
}

.our-story-area .achivement-items {
    margin-top: 5px;
}

.our-story-area .achivement-items i {
    display: inline-block;
    text-align: center;
}

.our-story-area .achivement-items .timer {
    color: #232323;
}

.our-story-area .achivement-items .medium {
    color: #232323;
    text-transform: capitalize;
}

.our-story-area .achivement-items .fun-fact {
    background: #ffffff none repeat scroll 100% 0;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    text-align: center;
}

.achivement-items .item {
    margin-top: 30px;
}

.our-story-area a {
    margin-top: 30px;
}

.our-story-area .info h2 {
    font-weight: 600;
    text-transform: capitalize;
}

.our-story-area .info h5 {
    color: #93110a;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: inherit;
}

.our-story-area .info p {
    margin: 0;
}


/* ============================================================== 
     # Video Button Play
=================================================================== */

.video-info.reverse .video-info {
    float: left;
}

.video-info .video-info.thumb img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 18px 28px 18px 20px;
    color: #ffffff;
    font-size: 40px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    right: 50%;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #93110a repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #93110a repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

.video-play-button:hover,
.video-play-button:focus {
    color: #ffffff;
}

.video-play-button:hover:after {
    background-color: #93110a;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
}


/* ============================================================== 
     # What We Do
=================================================================== */

.we-do-area .info h2 {
    font-weight: 600;
}

.we-do-area .info .item i {
    background: #ffffff none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    color: #93110a;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    text-align: center;
    width: 100px;
}

.we-do-area .info .item {
    margin-top: 30px;
}

.we-do-area .info .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-do-area .info {
    padding: 0 50px 0 15px;
}

.we-do-area .item p {
    margin: 0;
}

.we-do-area .info p {
    margin: 0;
}


/* ============================================================== 
     # Our History 
=================================================================== */

.history-area .achivement-items .fun-fact i {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
    display: inline-block;
    height: auto;
    line-height: inherit;
    margin: 0;
    text-align: center;
    width: auto;
    font-size: 60px;
}

.history-area .achivement-items .fun-fact .timer {
    color: #232323;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.history-area .achivement-items .fun-fact .medium {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.history-area .info p {
    margin: 0;
}

.history-area .video-info,
.history-area .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.history-area .info {
    padding-right: 50px;
}

.history-area .info h2,
.history-area .info h3,
.history-area .info h4 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
}

.history-area .achivement-items .item {
    margin-top: 30px;
}

.history-area .achivement-items {
    margin-top: 10px;
}

.history-area .achivement-items .fun-fact {
    background: #ffffff none repeat scroll 100% 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    text-align: center;
}

.history-area .info h4 {
    color: #93110a;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
}


/* ============================================================== 
     # Our Mission
=================================================================== */

.our-mission .item {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 67px 40px 64px;
}

.our-mission .mission-items .owl-stage-outer {
    margin: 0 -15px;
    padding: 15px;
}

.our-mission .item>i {
    background: #93110a none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    text-align: center;
    width: 100px;
}

.our-mission .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.our-mission .item a {
    color: #93110a;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.our-mission .item a:hover {
    color: #232323;
}

.our-mission .mission-items .owl-dots {
    margin-top: 30px !important;
    margin-bottom: -10px;
}

.our-mission .mission-items .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 100% 0;
    border: 3px solid #232323;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    width: 15px;
}

.our-mission .mission-items .owl-dots .owl-dot.active span,
.our-mission .mission-items .owl-dots .owl-dot:hover span {
    border-color: #93110a;
}


/* ============================================================== 
     # Donation Form 
=================================================================== */

.donation-form .form {
    padding-left: 35px;
}

.donation-form h2 {
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-align: right;
    z-index: 1;
    margin-top: -5px;
}

.donation-form h2::after {
    background: #93110a none repeat scroll 100% 0;
    bottom: 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    width: 50px;
}

.donation-form .panel.panel-default {
    border: medium none;
    border-radius: inherit;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.donation-form .panel.panel-default .panel-heading {
    background: #93110a none repeat scroll 100% 0;
    border: medium none;
    border-radius: inherit;
    color: #ffffff;
    font-weight: 600;
}

.donation-form .panel.panel-default .panel-body {
    box-shadow: inherit;
}

.donation-form .panel.panel-default .panel-heading h3 {
    font-weight: 600;
    margin: 0;
}

.donation-form .panel.panel-default:last-child {
    margin: 0;
}

.donation-form .panel.panel-default button {
    margin-top: 15px;
}

.donation-form input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

.donation-form select {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    min-height: 50px;
}

.donation-form select option {
    padding: 5px 15px;
}

.donation-form .owl-dots {
    margin-top: 15px !important;
    text-align: center;
}

.donation-form .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 100% 0;
    border: 3px solid #232323;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    width: 15px;
}

.donation-form .owl-dots .owl-dot.active span {
    border-color: #93110a;
    background-color: #ffffff;
}

.donation-form .testimonial-items {
    padding: 35px 30px;
}

.donation-form .testimonial-items .item img {
    margin: auto auto 20px;
}


/* ============================================================== 
     # Faq Accordion 
=================================================================== */

.faq-content-area .panel-body {
    padding: 20px;
}

.acd-items .panel-heading .panel-title a {
    background: #ffffff none repeat scroll 100% 0;
    display: block;
    font-weight: 600;
    padding: 20px;
    padding-left: 30px;
    position: relative;
    color: #232323;
    text-align: left;
}

.acd-items .panel-heading {
    padding: 0;
}

.faq-items .acd-items .panel-group {
    margin-bottom: 0;
}

.acd-items .panel.panel-default {
    border-radius: inherit;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
    text-align: right;
    border: none;
}

.faq-content-area .acd-items .panel.panel-default:last-child {
    margin-bottom: 0;
}

.faq-area .panel-body p {
    margin: 0;
}

.faq-area .panel-body {
    padding: 20px;
}

.faq-area .panel-body {
    padding: 20px !important;
}

.faq-area .faq-items .acd-items .panel .panel-body {
    border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #93110a;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
    content: "\f01b" !important;
    font-size: 20px;
    position: absolute;
    left: auto;
    right: 10px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f01a" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq-area .faq-items .panel-group {
    margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonial-items {
    background: #ffffff none repeat scroll 100% 0;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.testimonials-area.bg-fixed .testimonial-items {
    background: transparent none repeat scroll 100% 0;
    position: relative;
    z-index: 1;
}

.testimonials-area.bg-fixed .testimonial-items::after {
    background: #ffffff none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.testimonial-items .item img {
    border: 5px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    height: 120px;
    width: 120px;
    margin: auto;
    margin-bottom: 10px;
}

.testimonial-items .item h4 {
    color: #93110a;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.testimonials-area .site-heading {
    margin-bottom: 30px;
}

.testimonial-items .item span {
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

.testimonials-area .testimonial-items .owl-dots {
    margin-top: 15px !important;
}

.testimonials-area .testimonial-items .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 100% 0;
    border: 5px solid #e7e7e7;
    height: 18px;
    width: 18px;
}

.testimonials-area .testimonial-items .owl-dots .owl-dot.active span {
    background: #93110a none repeat scroll 100% 0;
}

.testimonials-area .testimonial-items .item p {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.testimonials-area .testimonial-items .item p::after {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 80px;
    left: 29px;
    right: auto;
    letter-spacing: -35px;
    opacity: 0.09;
    position: absolute;
    top: -30px;
    /* transform: rotate(180deg); */
    /* -webkit-transform: rotate(180deg); */
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: scaleX(-1);
}


/* ============================================================== 
     # Portfolio 
=================================================================== */

.portfolio-area.default-padding {
    padding-bottom: 85px;
    padding-bottom: 0;
}

.hover-effect .pf-item {
    margin-bottom: 0;
}

.portfolio-area .mix-item-menu button {
    background: #ffffff none repeat scroll 100% 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    color: #232323;
    display: inline-block;
    float: right;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 0 5px;
    position: relative;
    text-transform: capitalize;
}


/* .portfolio-area .mix-item-menu button.active::after {
    background: #93110a none repeat scroll 100% 0;
    bottom: -10px;
    content: "";
    height: 10px;
    right: 50%;
    margin-top: -1px;
    position: absolute;
    width: 2px;
} */

.portfolio-items-area.inner-title .item-inner .view-list {
    margin-top: -40px;
}

.portfolio-items-area.inner-title .item-inner .view-list h4 {
    font-weight: 500;
}

.portfolio-area .mix-item-menu {
    display: flex;
    float: none;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.portfolio-area .mix-item-menu.item-space {
    margin-bottom: 35px;
}

.portfolio-area .mix-item-menu.active-theme button.active,
.portfolio-area .mix-item-menu.active-theme button:hover {
    background: #93110a none repeat scroll 100% 0;
    border: 1px solid transparent;
    color: #ffffff;
}

.portfolio-area .mix-item-menu.active-theme button,
.portfolio-area .mix-item-menu.active-dark button {
    padding: 4px 20px;
}

.portfolio-area .mix-item-menu.active-theme button.active,
.portfolio-area .mix-item-menu.active-theme button:hover {
    background: #93110a none repeat scroll 100% 0;
    color: #ffffff;
}

.portfolio-area .mix-item-menu.active-dark button.active,
.portfolio-area .mix-item-menu.active-dark button:hover {
    background: #232323;
    color: #93110a;
}

.portfolio-area .portfolio-items .pf-item {
    float: right;
    margin-bottom: 0;
    padding: 0;
    width: 25%;
}

.portfolio-area .pf-item .info {
    background: #ffffff none repeat scroll 100% 0;
    border: medium none;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
    float: right;
    padding: 30px;
    width: 100%;
    text-align: right;
}

.portfolio-area .pf-item .info h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.portfolio-area .pf-item .info a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #93110a;
    display: inline-block;
    font-weight: 500;
    margin-left: 0;
    padding-left: 10px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.portfolio-area .pf-item .info a::after {
    content: "/";
    position: absolute;
    left: 0;
    top: 1px;
}

.portfolio-area .pf-item .info li:last-child a::after {
    display: none;
}

.portfolio-area .pf-item li {
    display: inline-block;
}

.portfolio-area .portfolio-items.col-4 .pf-item {
    padding: 0px;
    width: 25%;
}

.portfolio-area .portfolio-items.col-3 .pf-item {
    padding: 15px;
    width: 33.33%;
}

.portfolio-area .portfolio-items.col-2 .pf-item {
    padding: 15px;
    width: 50%;
}

.portfolio-area .portfolio-items .pf-item.wide {
    width: 66.66%;
}

.portfolio-area .portfolio-items.pf-carousel .pf-item {
    float: none;
    width: auto;
}

.portfolio-effet {
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.portfolio-effet .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portfolio-effet .overlay {
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.portfolio-effet img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.portfolio-effet:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-effet a {
    background: #93110a none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #232323 !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 2px;
    width: 40px;
}

.portfolio-effet a,
.portfolio-effet h4 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
}

.portfolio-effet h4 {
    margin-bottom: 10px;
}

.portfolio-effet:hover a:hover {
    color: #93110a;
}

.portfolio-effet:hover a,
.portfolio-effet:hover h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-area .pf-item .thumb::after {
    background: #232323 none repeat scroll 100% 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0;
    outline: 1px solid #7d7d79;
    outline-offset: -15px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
}

.portfolio-effet:hover .thumb::after {
    opacity: .7;
}

.portfolio-area .owl-theme .owl-nav {
    margin-top: 0;
}

.portfolio-area .owl-nav .owl-next,
.portfolio-area .owl-nav .owl-prev {
    background: #ffffff none repeat scroll 100% 0;
    color: #93110a;
    height: 40px;
    right: 10px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    opacity: 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}

.portfolio-area .pf-carousel:hover .owl-nav .owl-next,
.portfolio-area .pf-carousel:hover .owl-nav .owl-prev {
    opacity: 1;
}

.portfolio-area .pf-carousel:hover .owl-nav .owl-next.disabled,
.portfolio-area .pf-carousel:hover .owl-nav .owl-prev.disabled {
    opacity: .5;
}

.portfolio-area .owl-nav .owl-next:hover,
.portfolio-area .owl-nav .owl-prev:hover {
    background: #93110a none repeat scroll 100% 0;
}

.portfolio-area .owl-nav .owl-next {
    right: auto;
    left: 10px;
}

.portfolio-details .owl-nav .owl-next,
.portfolio-details .owl-nav .owl-prev {
    color: #93110a;
    font-size: 30px;
    height: 40px;
    right: 0;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.portfolio-details .owl-nav .owl-next.disabled,
.portfolio-details .owl-nav .owl-prev.disabled {
    opacity: .5;
    cursor: inherit;
}

.item-inner {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.item-inner img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    filter: grayscale(100%);
}

.item-inner .overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* background: #545454bf; */
}

.item-inner .overlay::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: #000000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.item-inner .view-list,
.item-inner p,
.item-inner a {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.item-inner .view-list,
.item-inner a {
    word-spacing: -0.15em;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.item-inner:hover .overlay .view-list,
.item-inner:hover .overlay a {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.item-inner:hover .overlay::before {
    background: #ffffff00;
    border: none;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: .7;
}

.item-inner .view-list {
    font-weight: 300;
    margin-top: -20px;
    position: relative;
    text-transform: uppercase;
    top: 50%;
    transform: translate3d(0%, 50%, 0px);
    -webkit-transform: translate3d(0%, 50%, 0px);
    -moz-transform: translate3d(0%, 50%, 0px);
    -ms-transform: translate3d(0%, 50%, 0px);
    -o-transform: translate3d(0%, 50%, 0px);
    transition-delay: 0.3s;
    width: 100%;
    word-spacing: -0.15em;
    z-index: 1;
}

.portfolio-area .info p {
    margin: 0;
}

.no-title .item-inner .view-list {
    margin-top: -25px;
}

.portfolio-area .item-inner .view-list h4 {
    color: #ffffff;
}

.item-inner .view-list a {
    background: #ffffff none repeat scroll 100% 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #93110a;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    width: 40px;
}

.portfolio-area .item-inner .view-list h5 {
    color: #ffffff;
    font-weight: 600;
}

.portfolio-details .owl-nav .owl-next {
    right: auto;
    left: 0;
}

.portfolio-details .carousel {
    margin-bottom: 30px;
}

.portfolio-details h2,
.portfolio-details h3,
.portfolio-details h4 {
    font-weight: 500;
    margin-bottom: 20px;
}

.portfolio-details .conetnt>ul li {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-left: 10px;
    text-transform: uppercase;
}

.portfolio-details .conetnt li a {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio-details .conetnt>ul li i {
    color: #93110a;
    margin-left: 7px;
}

.portfolio-details .conetnt ul {
    margin-bottom: 15px;
}

.portfolio-details .bottom-info {
    border-top: 1px solid #e7e7e7;
    float: right;
    margin-top: 15px;
    padding-top: 30px;
    width: 100%;
}

.portfolio-details .bottom-info .tags,
.portfolio-details .bottom-info .share {
    float: right;
    width: 50%;
}

.portfolio-details .bottom-info .share {
    text-align: left;
}

.portfolio-details .bottom-info .tags li a {
    background: #f4f4f4 none repeat scroll 100% 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: capitalize;
}

.portfolio-details .bottom-info .tags li a:hover {
    border: 1px solid #93110a;
    background: #93110a;
    color: #ffffff;
}

.portfolio-details .bottom-info .share li a {
    background: #f4f4f4 none repeat scroll 100% 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.portfolio-details .related-projects h3 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.portfolio-details .related-projects h3::after {
    background: #232323 none repeat scroll 100% 0;
    bottom: 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    width: 50px;
}

.related-project-items .owl-stage-outer {
    margin: 0 -15px;
    padding: 15px;
}

.portfolio-details .related-projects .owl-dots .owl-dot span {
    background: transparent none repeat scroll 100% 0;
    border: 3px solid #93110a;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.portfolio-details .related-projects .owl-dots .owl-dot.active span,
.portfolio-details .related-projects .owl-dots .owl-dot:hover span {
    background: #93110a;
}

.portfolio-details .related-projects .owl-dots {
    margin-bottom: -10px;
}

.portfolio-details .bottom-info .share li a i {
    margin: 0;
}

.portfolio-details .bottom-info .share li a:hover {
    border: 1px solid #93110a;
    background: #93110a;
    color: #ffffff !important;
}

.portfolio-details .bottom-info ul {
    margin: 0;
}

.portfolio-details .info span {
    display: block;
    margin-bottom: 20px;
}

.portfolio-details .info span i {
    color: #93110a;
    margin-left: 7px;
}

.portfolio-details .col-md-4 .info li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.portfolio-area.related-projects .pf-item .info {
    background: #ffffff none repeat scroll 100% 0;
    border: medium none;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 30px;
    text-align: right;
    width: 100%;
}

.portfolio-details .info li span {
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

.portfolio-details .info li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.portfolio-details .info {
    background: #93110a none repeat scroll 100% 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-top: 10px;
    padding: 30px;
}

.portfolio-details .conetnt {
    padding-left: 50px;
}

.portfolio-details .info li a {
    color: #ffffff;
}

.portfolio-details .bottom-info li {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.portfolio-details .bottom-info li:first-child {
    font-size: 16px;
    margin-left: 7px;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 18px 28px 18px 20px;
    color: #ffffff;
    font-size: 40px;
    margin: 0 !important;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    right: 50%;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #93110a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}


/* ============================================================== 
    # Fun Factor 
=================================================================== */

.fun-fact i {
    background: #93110a none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 45px;
    height: 100px;
    line-height: 95px;
    margin-bottom: 20px;
    position: relative;
    width: 100px;
    z-index: 1;
}

.bg-dark .fun-fact i,
.bg-dark-hard .fun-fact i {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 100% 0;
}

.fun-fact .timer {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

.fun-fact span.medium {
    color: #ffffff;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
    font-weight: 600;
}


/* ============================================================== 
     # Blog 
=================================================================== */

.blog-area .blog-items .info {
    background: #ffffff none repeat scroll 100% 0;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.blog-area .blog-items .item .thumb {
    overflow: hidden;
    position: relative;
}

.blog-area .blog-items .item .thumb span.date {
    background: #93110a none repeat scroll 100% 0;
    bottom: 0;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    right: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
    z-index: 9;
}

.blog-area .blog-items .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.blog-area .blog-items .item:hover .thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-area .info .title-meta {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.blog-area.full-blog .info .title-meta .date {
    min-width: 65px;
    padding: 10px;
}

.blog-area.col-3 .blog-items .info .meta {
    margin-bottom: 0;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 10px;
}

.blog-area .blog-items .info span {
    color: #93110a;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog-area .blog-items .info span i {
    margin-left: 5px;
}

.blog-area .blog-items .info .meta li {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
}

.blog-area .blog-items .info .meta li::after {
    background: #c7c7c7 none repeat scroll 100% 0;
    content: "";
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    width: 1px;
}

.blog-area .blog-items .info .meta li:last-child::after {
    display: none;
}

.blog-area .blog-items .info .meta li:last-child {
    margin: 0;
    padding: 0;
}

.blog-area .blog-items .info .meta li {
    display: inline-block;
    font-weight: 400;
}

.blog-area .blog-items .info .meta li,
.blog-area .blog-items .info .meta li a {
    color: #909090;
}

.blog-area .blog-items .info .meta li a:hover {
    color: #93110a;
}

.blog-area .blog-items .info .meta li i {
    font-weight: 900;
    margin-left: 5px;
}

.blog-area .blog-items .info .meta li i {
    color: #93110a;
}

.blog-area .blog-items .info a {
    display: inline-block;
    font-weight: 500;
}

.blog-area .blog-items .info>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-area .blog-items .info a.btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 20px;
}

.blog-area .info .title-meta .date,
.blog-area .info .title-meta .title {
    display: table-cell;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    vertical-align: middle;
}

.blog-area .info .title-meta .title {
    padding-right: 0px;
}

.blog-area .info .title-meta .date {
    background: #93110a none repeat scroll 100% 0;
    color: #ffffff;
    text-align: center;
    width: 50px;
}

.blog-area .info .title-meta .date span {
    color: #ffffff;
    display: block;
    font-weight: 600;
}

.blog-area.full-blog .blog-items .info a.btn {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: uppercase;
}

.blog-area .blog-items .info a:hover {
    color: #93110a;
}

.blog-area.full-blog .blog-items .item-box {
    margin-bottom: 50px;
}

.blog-area.full-blog.grid-colum .blog-items .item-box {
    margin-bottom: 0;
}

.blog-area.full-blog.grid-colum .blog-items .equal-height {
    margin-bottom: 50px;
}

.blog-area.full-blog .blog-items .info {
    background: #ffffff none repeat scroll 100% 0;
    padding-top: 30px;
}

.blog-area.full-blog .blog-items .item {
    box-shadow: inherit;
}

.sidebar-item h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.sidebar-item.category .sidebar-info {
    margin-top: -15px;
}

.sidebar-item.recent-post ul {
    margin-top: -5px;
}

.sidebar-item.archives .sidebar-info {
    margin-top: -15px;
}

.sidebar-item.tags .sidebar-info {
    margin-top: -5px;
}

.sidebar-item h4::after {
    background: #93110a none repeat scroll 100% 0;
    bottom: -2px;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    width: 50px;
}

.sidebar-item {
    background: #ffffff none repeat scroll 100% 0;
    border: 1px solid #e7e7e7;
    margin-bottom: 50px;
    padding: 30px;
}

.blog-area.full-blog .sidebar {
    padding-right: 35px;
}

.sidebar-item:last-child {
    margin: 0;
}

.sidebar-item.newsletter input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

.sidebar-item.newsletter form .input-group-addon button {
    background: #93110a none repeat scroll 100% 0;
    border: medium none;
    box-shadow: inherit;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 15px;
}

.sidebar-item.newsletter form .input-group-addon {
    border: medium none;
    box-shadow: inherit;
    padding: 0;
}

.blog-area .sidebar-item.recent-post li a {
    color: #666666;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: inherit;
}

.blog-area .blog-items .item .thumb a {
    display: block;
    position: relative;
    z-index: 1;
}

.blog-area .blog-items .item .thumb a .overlay-icon {
    height: 100%;
    right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    background: rgba(208, 188, 63, 0.56);
}

.blog-area .blog-items .item .thumb:hover .overlay-icon {
    opacity: 1;
}

.blog-area .blog-items .item .thumb a .overlay-icon i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 35px;
    height: 80px;
    right: 50%;
    line-height: 78px;
    margin-right: -40px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80px;
}

.blog-area .blog-items .item .thumb:hover .overlay-icon::after {
    opacity: .7;
}

.blog-area .top-meta ul li,
.blog-area .top-meta ul li a {
    color: #666666 !important;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500 !important;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.blog-area .top-meta ul li::after {
    background: #666666 none repeat scroll 100% 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
}

.blog-area .top-meta ul li {
    margin-left: 8px;
    padding-left: 20px;
    letter-spacing: 0px;
}

.blog-area .top-meta ul li:last-child::after {
    display: none;
}

.blog-area .top-meta ul li:last-child {
    margin: 0;
    padding: 0;
}

.blog-area .blog-items .info .bottom-info ul {
    float: left;
}

.blog-area .blog-items .info .bottom-info ul li {
    display: inline-block;
}

.blog-area .blog-items .info .bottom-info ul li a {
    background: #f4f4f4 none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #232323;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

.blog-area .blog-items .info .bottom-info ul li a:hover {
    background: #93110a none repeat scroll 100% 0;
    color: #ffffff;
}

.blog-area .blog-items .info .bottom-info {
    border-top: 1px solid #e7e7e7;
    line-height: 40px;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 25px;
}

.blog-area .blog-items .info .bottom-info ul li,
.blog-area .blog-items .info .bottom-info a {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.blog-area .top-meta {
    margin-bottom: 10px;
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.sidebar-item.recent-post li a:hover {
    color: #93110a;
}

.sidebar-item.recent-post li a span {
    display: inline-block;
}

.sidebar-item.recent-post li span {
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-top: 10px;
    text-transform: uppercase;
}

.blog-area.full-blog .sidebar .info .meta-title {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
}

.blog-area.full-blog .sidebar .info .meta-title,
.blog-area.full-blog .sidebar .info .meta-title span,
.blog-area.full-blog .sidebar .info .meta-title a {
    color: #aeaeae;
}

.blog-area.full-blog .sidebar .info .meta-title a:hover {
    color: #93110a;
}

.sidebar-item.recent-post li {
    color: #666666;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.sidebar-item.recent-post li:last-child {
    margin: 0;
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
}

.sidebar-item.recent-post li .info {
    color: #cccccc;
    display: table-cell;
    line-height: 26px;
    padding: 0 20px 0 0 !important;
    vertical-align: top;
    box-shadow: inherit;
}

.sidebar-item.category ul li {
    display: block;
}

.sidebar-item.category ul li a {
    display: block;
    font-weight: 500;
    padding: 10px 20px 10px 0;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    color: #666666;
}

.sidebar-item.category ul li a::after {
    border: 1px solid #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 8px;
    right: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}

.sidebar-item.category ul li a span {
    float: left;
}

.sidebar-item.category ul li a:hover {
    color: #93110a;
}

.sidebar-item.archives ul li {
    display: block;
}

.sidebar-item.archives ul li a {
    display: block;
    font-weight: 500;
    padding: 10px 20px 10px 0;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    display: inline-block;
    color: #666666;
}

.sidebar-item.archives ul li a::after {
    border: 1px solid #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 8px;
    right: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}

.sidebar-item.archives ul li a:hover {
    color: #93110a;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
}

.sidebar-item.social-sidebar li a {
    background: #232323 none repeat scroll 100% 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 50px;
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3B5998 none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1DA1F2 none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #BD081C none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #DB4437 none repeat scroll 100% 0;
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077B5 none repeat scroll 100% 0;
}

.sidebar-item.tags ul li {
    display: inline-block;
}

.sidebar-item.tags ul li a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 8px;
    padding: 5px 20px;
    text-transform: capitalize;
}

.sidebar-item.tags ul li a:hover {
    background: #93110a;
    border: 1px solid #93110a;
    color: #ffffff;
}

.sidebar-item.search input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    width: 100%;
}

.sidebar-item.search form {
    position: relative;
}

.sidebar-item.search input[type="submit"] {
    background: #232323 none repeat scroll 100% 0;
    border: medium none;
    border-radius: inherit;
    color: #ffffff;
    font-weight: 600;
    padding: 0 20px;
    position: absolute;
    left: 0;
    text-transform: capitalize;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-family: 'Lato', sans-serif;
}

.sidebar-item.search input[type="submit"]:hover {
    background: #93110a;
    color: #ffffff;
}

.pagi-area {
    padding: 0;
    margin-bottom: -10px;
}

.blog-area.no-sidebar .pagi-area {
    padding: 0 15px;
}

.pagi-area.outer-page {
    margin-top: 20px;
    padding: 0 15px;
}

.pagi-area .pagination {
    margin: 0;
}

.pagi-area .pagination li a {
    color: #232323;
    margin: 15px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    line-height: 35px;
}

.pagi-area .pagination li.active a {
    background: #93110a none repeat scroll 100% 0;
    border: 1px solid #93110a;
    color: #ffffff;
}

.pagi-area .pagination li.active a:hover {
    color: #232323;
}

.pagi-area .pagination li a:hover {
    color: #93110a;
}

.blog-area.single-blog .blog-items .info h2 {
    font-weight: 600;
}

.blog-area .item blockquote {
    background: #f6f6f6 none repeat scroll 100% 0;
    border-right: 3px solid #93110a;
    color: #414141;
    font-size: 15px;
    padding: 30px 50px;
    position: relative;
    z-index: 1;
}

.blog-area .item blockquote footer {
    background: transparent none repeat scroll 100% 0;
    font-size: 14px;
}

.blog-area .item blockquote::after {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 60px;
    right: 20px;
    letter-spacing: -5px;
    opacity: 0.5;
    position: absolute;
    top: 50px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.blog-area.single-blog .post-pagi-area {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-top: 50px;
    overflow: hidden;
    padding: 15px 30px;
}

.blog-area.single-blog .post-pagi-area a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-area.single-blog .post-pagi-area a:hover {
    color: #93110a;
}

.blog-area.single-blog .post-pagi-area a:last-child {
    float: left;
}

.blog-area.single-blog .post-pagi-area a:first-child i {
    margin-left: 3px;
}

.blog-area.single-blog .post-pagi-area a:last-child i {
    margin-right: 3px;
}

.post-tags {
    display: block;
    padding-top: 50px;
    width: 100%;
}

.post-tags span {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
    text-transform: capitalize;
}

.post-tags a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #232323;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    padding: 3px 25px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.post-tags a:hover {
    color: #93110a;
}

.blog-area.full-blog.left-sidebar .blog-content {
    float: right;
}

.blog-area.full-blog.left-sidebar .sidebar {
    float: left;
    padding-left: 15px;
    padding-right: 30px;
}

.author-bio {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    display: block;
    margin-top: 45px;
    padding: 30px;
    width: 100%;
}

.author-bio .avatar {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}

.author-bio .avatar img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.author-bio .content {
    display: table-cell;
    padding: 0 30px 0 0;
    vertical-align: top;
}

.author-bio .content p {
    font-style: italic;
    margin: 0;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.author-bio .content p::after {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 50px;
    right: -5px;
    letter-spacing: -5px;
    opacity: 0.5;
    position: absolute;
    top: 18px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.author-bio .content h4 {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
    padding-right: 20px;
    text-transform: capitalize;
}

.blog-area.single-blog .blog-content .item-box {
    margin-bottom: 0;
}

.blog-area.single-blog .blog-content .item-box .form-group.submit {
    margin-bottom: 0;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.comments-list .commen-item .avatar {
    float: right;
    height: 80px;
    width: 80px;
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 60px;
    width: 60px;
}

.comments-list .commen-item {
    margin-bottom: 30px;
}

.comments-list .commen-item.reply {
    padding-right: 80px;
}

.comments-area {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-top: 50px;
    padding: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.comments-list .commen-item .content h5 {
    font-weight: 500;
    text-transform: capitalize;
}

.comments-info a {
    display: inline-block;
    margin-right: 14px;
}

.comments-info a:hover {
    color: #93110a;
}

.comments-info a i {
    margin-left: 10px;
}

.comments-form input,
.comments-form textarea {
    border: 1px solid #e2e2e2;
    border-radius: inherit;
    box-shadow: inherit;
}

.comments-form textarea {
    min-height: 150px;
}

.comments-form button {
    background-color: #232323;
    border: 1px solid #232323;
    color: #ffffff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    padding: 7px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
    color: #ffffff;
    background-color: #93110a;
    border: 1px solid #93110a;
}

.comments-area .commen-item .comments-info {
    margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    font-weight: 600;
    text-transform: capitalize;
}


/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area .testimonials-info h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: -5px;
    margin-bottom: 20px;
}

.testimonials-area .testimonials-info blockquote::before {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 180px;
    right: -7px;
    letter-spacing: -15px;
    opacity: 0.09;
    position: absolute;
    top: -50px;
}

.testimonials-area .testimonials-info blockquote {
    border: medium none;
    font-size: 15px;
    padding: 0 75px 0 0;
    position: relative;
}

.testimonials-area .testimonials-info span {
    color: #93110a;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    margin-top: 15px;
}

.testimonials-area .testimonials-info b {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.testimonials-area .info-items.owl-carousel .owl-dots {
    margin-top: 0;
}

.testimonials-area .info-items.owl-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 100% 0;
    border: 2px solid;
    height: 15px;
    margin: 0 7px;
    width: 15px;
}

.testimonials-area .info-items.owl-carousel .owl-dots .owl-dot.active span,
.testimonials-area .info-items.owl-carousel .owl-dots .owl-dot:hover span {
    background: #93110a none repeat scroll 100% 0;
}


/* ============================================================== 
     # Contact 
=================================================================== */

.contact-form-area .heading h2 {
    color: #232323;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.contact-form-area .heading h2,
.contact-form-area .heading h3,
.contact-form-area .heading h4,
.contact-form-area .heading h5 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact-form-area .heading h2::after {
    background: #93110a none repeat scroll 100% 0;
    bottom: 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    width: 50px;
}

.google-maps iframe {
    display: block;
    height: 100%;
    min-height: 450px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.contact-form-area .contact-form input,
.contact-form-area .contact-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-right-colors: none;
    -moz-border-left-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 100% 0;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
    padding: 0;
}

.contact-form-area .contact-form textarea {
    line-height: 40px;
    min-height: 180px;
}

.contact-form-area .contact-form button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 8px 35px;
    background-color: #93110a;
    border: 1px solid #93110a;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-top: 20px;
    color: #ffffff;
}

.contact-form-area .contact-form button i {
    margin-right: 5px;
}

.contact-form-area .contact-form button:hover {
    background-color: #93110a;
    border: 1px solid #93110a;
    color: #ffffff;
}

.contact-form-area .address-info li {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    padding: 30px;
}

.contact-form-area .address-info li:last-child {
    margin-bottom: 0;
}

.contact-form-area .address-info li i {
    color: #93110a;
    font-size: 50px;
    margin-bottom: 20px;
}

.contact-form-area .address-info li p {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 0;
}

.contact-form-area .address-info li p span {
    color: #93110a;
    display: block;
}

.contact-form-area .address-info {
    padding-right: 35px;
    direction: rtl;
}


/* contact form alert */

.contact-form .loader {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    top: 50%;
}

.alert {
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: red;
    font-weight: 400;
    margin-bottom: 0 !important;
    padding: 0;
    text-align: center;
}

.alert-msg {
    background: #ffffff none repeat scroll 100% 0;
    color: #685654;
    display: none;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    text-align: right;
    margin-top: 20px;
}

#message b {
    color: red;
}

.alert.alert-success {
    background: transparent none repeat scroll 100% 0;
}

.alert.alert-success>h3 {
    color: green;
    margin-bottom: 5px;
}

.alert.alert-success>p {
    color: #232323;
}

.alert-notification {
    padding: 0;
}


/* ============================================================== 
     # Team Members 
=================================================================== */

.team-carousel-items .item .info ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
}

.team-carousel-items .item .info ul li span {
    float: left;
}

.team-carousel-items .owl-nav {
    margin: 0;
}

.team-carousel-items .owl-nav .owl-prev,
.team-carousel-items .owl-nav .owl-next {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
    height: 40px;
    right: -60px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 40px;
    font-size: 30px;
}

.team-carousel-items .owl-nav .owl-next {
    right: auto;
    left: -60px;
}

.team-carousel-items .owl-nav .owl-prev:hover,
.team-carousel-items .owl-nav .owl-next:hover {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
}

.team-carousel-items .item .info .social li {
    border: medium none;
    display: inline-block;
    padding: 0;
}

.team-carousel-items .item .info .social li a {
    background: #93110a none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    text-align: center;
    width: 40px;
    color: #ffffff;
}

.team-carousel-items .item .info .social li a:hover {
    background: #232323 none repeat scroll 100% 0;
}

.team-carousel-items .item .info ul li:last-child {
    border: medium none;
    padding-bottom: 0;
}

.team-carousel-items .item .info ul li:first-child {
    padding-top: 0;
}

.team-member-info .social {
    margin-top: 25px;
}

.team-member-info .thumb,
.team-member-info .info {
    display: table-cell;
    float: none;
    padding: 0;
    vertical-align: middle;
}

.team-member-info .info {
    background: #ffffff none repeat scroll 100% 0;
    border: 1px solid #e7e7e7;
    padding: 30px;
}

.team-member-info .info h3 {
    font-weight: 600;
}

.team-member-info .info h5 {
    color: #93110a;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.team-member-info .info p {
    margin-top: 25px;
}

.owl-carousel.owl-theme .owl-nav .owl-next.disabled,
.owl-carousel.owl-theme .owl-nav .owl-prev.disabled {
    opacity: 0.5;
}


/* ============================================================== 
     # Clients 
=================================================================== */

.clients-ara.our-clients img {
    margin: auto;
    width: auto;
}

.clients-ara .clients .single-item {
    float: right;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 33.333%;
    z-index: 1;
}

.clients-items-area {
    overflow: hidden;
}

.clients-ara .info blockquote {
    line-height: 30px;
}

.clients-ara .clients .single-item::after {
    background: #e7e7e7 none repeat scroll 100% 0;
    content: "";
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    width: 1px;
}

.clients-ara .clients .single-item::before {
    background: #e7e7e7 none repeat scroll 100% 0;
    bottom: -1px;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    width: 100%;
}

.clients-ara .clients {
    overflow: hidden;
    padding: 0;
}

.clients-ara .info {
    padding-left: 50px;
}

.clients-ara .info h2 {
    font-weight: 600;
}

.clients-ara .info a {
    margin-top: 10px;
}

.clients-area .clients-items .owl-nav {
    margin: 0;
}

.clients-area .clients-items img {
    margin: auto;
    width: auto;
    filter: grayscale(1);
}

.clients-area .clients-items .owl-nav .owl-prev,
.clients-area .clients-items .owl-nav .owl-next {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
    font-size: 30px;
    height: 40px;
    right: -50px;
    line-height: 40px;
    margin-top: -20px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.clients-area .clients-items .owl-nav .owl-prev:hover,
.clients-area .clients-items .owl-nav .owl-next:hover {
    background: transparent none repeat scroll 100% 0;
    color: #93110a;
}

.clients-area .clients-items .owl-nav .owl-next {
    right: auto;
    left: -50px;
}

.partners-list .partner-items {
    overflow: hidden;
}

.partners-list .partner-items .item {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.partners-list .partner-items .item::after {
    background: #e7e7e7 none repeat scroll 100% 0;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
}

.partners-list .partner-items .item::before {
    background: #e7e7e7 none repeat scroll 100% 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
}


/* ============================================================== 
     # 404 
=================================================================== */

.error-page-area h1 {
    font-size: 150px;
    font-weight: 900;
    line-height: 120px;
    margin-bottom: 30px;
}

.error-page-area i {
    background: #93110a none repeat scroll 100% 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 80px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 30px;
    text-align: center;
    width: 150px;
}

.error-page-area h2 {
    font-weight: 600;
    text-transform: capitalize;
}

.error-page-area h1 span {
    color: #93110a;
}

.error-page-area a {
    margin-top: 15px;
}


/* ============================================================== 
     # Footer 
=================================================================== */

footer {
    background: #2b2b2b none repeat scroll 100% 0;
    padding-top: 25px;
}

footer .f-item h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 0px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-size: 16px;
}


/* 
footer .f-item h4::after {
    background: #93110a none repeat scroll 100% 0;
    bottom: -5px;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    width: 30px;
} */

footer .f-item p {
    color: #cccccc;
    font-size: 14px;
    line-height: 23px;
}

footer .f-item .address li {
    display: flex;
    margin-bottom: 4px;
}

footer .f-item .address li i {
    color: #93110a;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
}

footer .f-item .address li span {
    color: #cccccc;
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 22px;
}

footer .f-item .address li:last-child {
    margin: 0;
}

footer .f-item .address {
    margin-top: 0px;
}

footer .gallery li a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    float: right;
}

footer .gallery .overay {
    background: rgba(35, 35, 35, 0.8) none repeat scroll 100% 0;
    right: -100%;
    color: #ffffff;
    display: block;
    font-size: 12px;
    top: 0;
    height: 100%;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
}

footer .gallery .overay i {
    color: #ffffff;
    height: 30px;
    right: 50%;
    line-height: 30px;
    margin-right: -15px;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 30px;
}

footer .gallery li a:hover .overay {
    right: 0;
}

footer .gallery li a:hover .overay i {
    opacity: 1;
}

footer .f-item.gallery ul li {
    box-sizing: border-box;
    float: right;
    padding: 0 0 10px 10px;
    width: 33.333%;
    float: right;
}

footer .f-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}

footer .f-item.recent-post li a {
    color: #cccccc;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

footer .f-item.recent-post .info .meta-title {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

footer .f-item.recent-post li a:last-child {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

footer .f-item.recent-post li a:hover {
    color: #93110a;
}

footer .f-item.recent-post li a span {
    display: inline-block;
}

footer .f-item.recent-post li span {
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}

footer .f-item.recent-post li {
    color: #555555;
}

footer .f-item.recent-post li {
    border-bottom: 1px solid #41414a;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

footer .f-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

footer .f-item.recent-post li:last-child {
    margin: 0;
}

footer .f-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

footer .f-item .thumb img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

footer .f-item.recent-post li .info {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
    line-height: 26px;
    color: #cccccc;
}

.footer-bottom {
    background: #93110a none repeat scroll 100% 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 25px;
    padding: 5px 0;
}

.footer-bottom-social li {
    display: inline-block;
}

.footer-bottom-social li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    text-align: center;
}

.footer-bottom .col-md-6 {
    padding: 0;
}

.footer-bottom .logo img {
    height: 40px;
}

.footer-bottom .col-md-12 {
    line-height: 40px;
}

.footer-bottom p {
    color: #cccccc;
    font-size: 14px;
    margin: 0;
    line-height: 40px;
}

.footer-bottom-menu li {
    display: inline-block;
}

.footer-bottom-menu li a {
    color: #cccccc;
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
}

.footer-bottom-menu li a:hover {
    color: #93110a;
}

.f-item.business-hours li {
    border-bottom: 1px solid #2b2b34;
    color: #cccccc;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

footer .f-items .item {
    padding-left: 30px;
}

footer .f-items .item:last-child {
    padding-left: 15px;
}

.f-item.business-hours li span {
    float: left;
}

.f-item.business-hours li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding: 0;
}

.footer-bottom p a {
    color: #93110a;
    font-weight: 600;
}

.business-hours ul {
    margin-top: 30px;
}

.f-item>img {
    margin-bottom: 30px;
}

footer .f-item.link li {
    display: block;
    float: right;
    width: 50%;
}

footer .f-item.link.full li {
    width: 100%;
}

footer .f-item.link.full li {
    margin-bottom: 3px;
}

footer .f-item.link.full li a {
    margin: 0;
}

footer .f-item.link.full li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

footer .f-item.link li a {
    color: #cccccc;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

footer .f-item.link li a:hover {
    color: #93110a;
}

footer .f-item.link li a::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    left: 0;
    position: absolute;
    font-weight: 900;
    transform: rotate(180deg);
}

footer .f-item.newsletter form input {
    background: transparent none repeat scroll 100% 0;
    border: 1px solid #41414a;
    box-shadow: inherit;
    color: #ffffff;
}

footer .f-item .twitter-item a {
    color: #93110a;
    margin-right: 5px;
}

footer .f-item .twitter-item .twitter-context {
    color: #cccccc;
}

footer .f-item .twitter-item .twitter-context i {
    margin-left: 7px;
}

footer .f-item .twitter-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

footer .f-item .twitter-item:last-child {
    border: medium none;
    margin-bottom: 0;
    padding: 0;
}

footer .f-item .social li {
    display: inline-block;
}

footer .f-item .social li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 50px;
    position: relative;
    text-transform: capitalize;
}

footer .f-item p span {
    font-style: italic;
    display: block;
}

footer .f-item .subscribe form {
    background: transparent none repeat scroll 100% 0;
}

footer .f-item .subscribe {
    margin-top: 20px;
}

footer .f-item .subscribe form input {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 100% 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: inherit;
    color: #ffffff;
}

footer .f-item .subscribe form .input-group-addon {
    border: medium none;
    box-shadow: inherit;
    padding: 0;
}

footer .f-item .subscribe form .input-group-addon button {
    background: #93110a none repeat scroll 100% 0;
    border: medium none;
    box-shadow: inherit;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 15px;
}

footer .f-item .social li a span {
    display: block;
    font-size: 8px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%;
}

footer .f-item .social {
    display: block;
    margin-top: 20px;
}

footer .f-item .social li.facebook a {
    background: #3b5998 none repeat scroll 100% 0;
}

footer .f-item .social li.twitter a {
    background: #1da1f2 none repeat scroll 100% 0;
}

footer .f-item .social li.pinterest a {
    background: #bd081c none repeat scroll 100% 0;
}

footer .f-item .social li.g-plus a {
    background: #db4437 none repeat scroll 100% 0;
}

footer .f-item .social li.linkedin a {
    background: #0077b5 none repeat scroll 100% 0;
}

footer .f-item.newsletter form {
    margin-top: 30px;
}

footer .f-item.newsletter form .input-group-addon {
    background: #93110a none repeat scroll 100% 0;
    border: medium none;
    padding: 6px 15px;
}

footer .f-item.newsletter form .input-group-addon button {
    background: transparent none repeat scroll 100% 0;
    border: medium none;
    color: #ffffff;
}


/* ============================================================== 
     # Preloader 
=================================================================== */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    right: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/preloader.gif) center no-repeat #fff;
    text-align: center;
}


/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area .single-item {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.demo-area {
    background-color: #ffffff;
}

.demo-area .item {
    margin-bottom: 30px
}

.def-heading h2 {
    color: #ffffff;
    font-weight: 600;
}

.demo-area .single-item .info {
    background: #f3f6f8 none repeat scroll 100% 0;
    color: #333;
    padding: 15px 10px;
    text-align: center;
}

.demo-area .single-item .info h4 {
    color: #333;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.banner-area .demo-banner h1 {
    font-size: 40px;
}

.banner-area .demo-banner a {
    margin: 0;
}

.banner-area .demo-banner img {
    height: 80px;
    margin-bottom: 20px;
}

.demo-area .def-heading {
    margin-bottom: 30px;
}

.demo-area .def-heading h2 {
    color: #232323;
    display: inline-block;
    font-weight: 700;
    margin: 30px 0;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.demo-area .def-heading h2::after {
    background: #93110a none repeat scroll 100% 0;
    bottom: 0;
    content: "";
    height: 2px;
    right: 50%;
    margin-right: -25px;
    position: absolute;
    width: 50px;
}

.demo-footer .footer-bottom {
    margin-top: 0;
}

.breadcrumb-area {
    padding-top: 30px;
    padding-bottom: 10px;
}

.default-padding-bottom {
    padding-bottom: 100px;
}

.container-fluid {
    margin-left: 40px;
    margin-right: 40px;
}

.partners-items .item {
    /* border: 1px solid #f1f1f1; */
    /* background: #f5f5f5; */
    border-radius: 8px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin: 15px;
}

.testimonials-area .testimonial-items .item .bio::after {
    content: '' !important;
}

.testimonials-area .testimonial-items .item .bio {
    padding-right: 0 !important;
    margin-top: 10px;
}

.partners-items {
    padding: 0 !important;
    box-shadow: none !important;
}

.social-media-icons {
    margin-top: 20px;
}


/* Wrapper */

.icon-button {
    background-color: white;
    border-radius: 3.5rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    height: 3.5rem;
    line-height: 2.6rem;
    margin: 0 2px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.5rem;
    padding: 0;
}


/* Circle */

.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.icon-button:hover span {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 3.5rem;
    margin: -19px;
    margin-top: -19px;
}


/* Icons */

.icon-button i {
    background: none;
    color: white;
    height: 3.5rem;
    left: 0;
    line-height: 3.5rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 3.5rem;
    z-index: 10;
    font-size: 2rem;
}

.twitter span {
    background-color: #4099ff;
}

.facebook span {
    background-color: #3B5998;
}

.google-plus span {
    background-color: #db5a3c;
}

.tumblr span {
    background-color: #34526f;
}

.instagram span {
    background-color: #517fa4;
}

.youtube span {
    background-color: #bb0000;
}

.pinterest span {
    background-color: #cb2027;
}

.icon-button .fa-twitter {
    color: #4099ff;
}

.icon-button .fa-facebook-f {
    color: #3B5998;
}

.icon-button .fa-tumblr {
    color: #34526f;
}

.icon-button .icon-google-plus {
    color: #db5a3c;
}

.icon-button .fa-instagram {
    color: #517fa4;
}

.icon-button .fa-youtube {
    color: #bb0000;
}

.icon-button .fa-pinterest {
    color: #cb2027;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook-f,
.icon-button:hover .icon-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
    color: white;
}

@media all and (max-width: 680px) {
    .icon-button {
        border-radius: 4.5rem;
        font-size: 0.8rem;
        height: 4.5rem;
        line-height: 4.5rem;
        width: 4.5rem;
    }
    .icon-button:hover span {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 4.5rem;
        margin: -0.8rem;
    }
    /* Icons */
    .icon-button i {
        height: 4.5rem;
        line-height: 4.5rem;
        width: 4.5rem;
    }
    body {
        padding: 10px;
    }
    .pinterest {
        display: none;
    }
}

.top-bar-area.one-line.bg-dark.text-light {
    background: #ffffff;
}

.user-inside {
    display: flex;
    align-items: center;
    padding: 2px;
    background-color: #d5c358;
    border-radius: 4px;
    padding-right: 5px;
    padding-left: 5px;
}

.user-inside .avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-left: 0px;
    border-radius: 4px;
}

.user-inside .content h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

.user-inside .content p {
    margin-bottom: 0;
    color: #f7f7f7;
    font-size: 13px;
    line-height: 18px;
}

.md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: right;
    direction: rtl;
}

.md-checkbox.md-checkbox-inline {
    display: inline-block;
}

.md-checkbox label {
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
}

.md-checkbox label:not(:empty) {
    padding-right: 0.75em;
}

.md-checkbox label:before,
.md-checkbox label:after {
    content: "";
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
}

.md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 0.125em;
    cursor: pointer;
    transition: background .3s;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: right;
    font-size: inherit;
}

.md-checkbox input[type="checkbox"]:checked+label:before {
    background: #337ab7;
    border: none;
}

.md-checkbox input[type="checkbox"]:checked+label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
    margin-right: 7px;
}

.md-checkbox input[type="checkbox"]:disabled+label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked+label:before {
    background: rgba(0, 0, 0, 0.26);
}

.artist-card {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

.artist-main {
    display: flex;
    align-items: center;
}

.artist-image {
    width: 35%;
    margin-left: 15px;
}

.artist-image img {
    border-radius: 4px;
}

.artist-details {}

.artist-details h3 {
    margin-bottom: 0;
    font-size: 22px;
    color: #4c4c4c;
}

.artist-details p {
    margin-bottom: 0;
}

.artist-posts {
    padding-top: 15px;
    border-top: 1px solid #d2d2d2;
    margin-top: 15px;
}

.post-item {
    padding: 10px;
    background: whitesmoke;
    margin-bottom: 10px;
    border-radius: 4px;
}

.artist-section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.post-item.with-image {
    display: flex;
    align-items: center;
}

.p-image {
    width: 30%;
    margin-left: 15px;
}

.post-item h5 {
    margin-bottom: 0;
}

.p-content h5 {
    margin-bottom: 0;
}

.icon-link {
    width: 30px;
    height: 30px;
    background-color: #666;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    outline: none;
    margin: 2px;
    box-sizing: content-box;
    color: white;
}

.icon-link.fill.facebook {
    background-color: #3b5998;
}

.icon-link.fill.facebook:hover {
    background-color: #fff;
}

.icon-link.fill.facebook:hover .fa-facebook-f {
    color: #3b5998;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.tumblr {
    background-color: #32506d;
}

.icon-link.fill.tumblr:hover {
    background-color: #fff;
}

.icon-link.fill.tumblr:hover .fa-tumblr {
    color: #32506d;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.linkedin {
    background-color: #007bb6;
}

.icon-link.fill.linkedin:hover {
    background-color: #fff;
}

.icon-link.fill.linkedin:hover .fa-linkedin {
    color: #007bb6;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.twitter {
    background-color: #00aced;
}

.icon-link.fill.twitter:hover {
    background-color: #fff;
}

.icon-link.fill.twitter:hover .fa-twitter {
    color: #00aced;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.google-plus {
    background-color: #dd4b39;
}

.icon-link.fill.google-plus:hover {
    background-color: #fff;
}

.icon-link.fill.google-plus:hover .fa-google-plus {
    color: #dd4b39;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.reddit {
    background-color: #8bbbe3;
}

.icon-link.fill.reddit:hover {
    background-color: #fff;
}

.icon-link.fill.reddit:hover .fa-reddit {
    color: #8bbbe3;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.youtube {
    background-color: #df1c31;
}

.icon-link.fill.youtube:hover {
    background-color: #fff;
}

.icon-link.fill.youtube:hover .fa-youtube {
    color: #df1c31;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.pinterest {
    background-color: #b81621;
}

.icon-link.fill.pinterest:hover {
    background-color: #fff;
}

.icon-link.fill.pinterest:hover .fa-pinterest {
    color: #b81621;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.github {
    background-color: #444;
}

.icon-link.fill.github:hover {
    background-color: #fff;
}

.icon-link.fill.github:hover .fa-github {
    color: #444;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.envelope {
    background-color: #333;
}

.icon-link.fill.envelope:hover {
    background-color: #fff;
}

.icon-link.fill.envelope:hover .fa-envelope {
    color: #333;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.soundcloud {
    background-color: #f50;
}

.icon-link.fill.soundcloud:hover {
    background-color: #fff;
}

.icon-link.fill.soundcloud:hover .fa-soundcloud {
    color: #f50;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.brand {
    background-color: #fff;
}

.icon-link.brand .fa {
    color: #006fc2;
}

.icon-link.round {
    border-radius: 50%;
    margin: 2px;
    width: 30px;
    height: 30px;
}

.icon-link.round-corner {
    border-radius: 5px;
}

.icon-link:hover {
    -webkit-transition: none !important;
    transition: none !important;
    height: 26px;
    line-height: 26px;
    width: 26px;
    background-color: #fff;
    margin: 2px;
}

.icon-link:hover.facebook {
    border: 2px solid #3b5998;
}

.icon-link:hover.tumblr {
    border: 2px solid #32506d;
}

.icon-link:hover.linkedin {
    border: 2px solid #007bb6;
}

.icon-link:hover.twitter {
    border: 2px solid #00aced;
}

.icon-link:hover.google-plus {
    border: 2px solid #dd4b39;
}

.icon-link:hover.reddit {
    border: 2px solid #8bbbe3;
}

.icon-link:hover.youtube {
    border: 2px solid #df1c31;
}

.icon-link:hover.pinterest {
    border: 2px solid #b81621;
}

.icon-link:hover.github {
    border: 2px solid #444;
}

.icon-link:hover.envelope {
    border: 2px solid #333;
}

.icon-link:hover.soundcloud {
    border: 2px solid #f50;
}

.icon-link:hover .fa {
    line-height: 56px;
}

.icon-link:hover .fa-facebook {
    color: #3b5998;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-tumblr {
    color: #32506d;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-linkedin {
    color: #007bb6;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-twitter {
    color: #00aced;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-google-plus {
    color: #dd4b39;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-reddit {
    color: #8bbbe3;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-youtube {
    color: #df1c31;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-pinterest {
    color: #b81621;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-github {
    color: #444;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-envelope {
    color: #333;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-soundcloud {
    color: #f50;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link .fa {
    color: #fff;
    line-height: 60px;
    font-size: 36px;
}

.brand-icons {
    background-color: #ddd;
    padding: 10px 0;
}

.artist-details .profile-link {
    color: #0077B5;
}

.artist-details p {
    color: #5b5b5b;
}

.user-post-link:hover .post-item {
    background-color: #cdb93e;
}

.user-post-link:hover .post-item h5 {
    color: white;
}

.artist-card:hover {
    -webkit-box-shadow: 10px 10px 45px -21px rgba(0, 0, 0, 0.408);
    -moz-box-shadow: 10px 10px 45px -21px rgba(0, 0, 0, 0.408);
    box-shadow: 10px 10px 45px -21px rgba(0, 0, 0, 0.408);
    transition: 0.3s;
}

.profile-link:hover {
    color: #93110a;
}

.posts-title {
    color: #565656;
}

.user-profile-wrapper {
    padding: 15px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #efefef;
    border-radius: 4px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label i {
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 2%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 2%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.datepicker {
    float: right;
    direction: rtl;
    margin-right: 0;
    padding-right: 12px;
}

.datepicker.dropdown-menu {
    right: auto
}

.datepicker table {
    min-width: 280px;
}

.user-information {
    padding-top: 15px;
    border-top: 1px solid #ececec;
    margin-top: 20px;
}

.profile-section {
    padding-top: 20px;
    padding-bottom: 50px;
}

.user-interests {
    margin-bottom: 20px;
}

.user-talent {
    margin-bottom: 20px;
}

.user-interests h5 {
    font-size: 16px;
    font-weight: 600;
}

.user-talent h5 {
    font-size: 16px;
    font-weight: 600;
}

.user-information ul {
    list-style-type: disc;
    padding-right: 20px;
    margin-top: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    color: #6d6d6d;
}

.user-information h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #93110a;
}

.title-meta.profile {
    border-bottom: none !important;
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}

.profile-posts {
    background: white;
    padding: 15px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #efefef;
    border-radius: 4px;
}

.post-actions .btn:hover {
    color: white !important;
}

.thumb .overlay-video {
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    bottom: 50%;
}

.thumb .overlay-video a i {
    left: 9px;
}

.thumb .overlay-video a .fa-microphone {
    left: 3px;
}

.user-information p {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #6d6d6d;
}

.user-information p:last-child {
    border-bottom: none;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    direction: rtl;
    text-align: right;
}

.mfp-bg {}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

#player {
    position: relative;
    z-index: 2;
    max-width: 600px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1em;
    direction: rtl;
    align-items: flex-start;
}

#player img {
    position: absolute;
    right: 0;
    left: auto;
    top: 20px;
    border-radius: 10px;
}

#player .player-song {
    width: 100%;
    max-width: 370px;
    height: 100%;
    margin-right: 130px;
    direction: rtl;
    text-align: right;
}

#player .player-song .audio-title {
    color: #333;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
}

#player .player-song .artist {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

#player .player-song .timestamps {
    width: calc(100% - 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.4);
}

#player .player-song .actions {
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#player .player-song .actions .next,
#player .player-song .actions .prev {
    cursor: pointer;
}

#player .player-song .actions i {
    font-size: 18px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    color: #bbbbbb;
    -webkit-transition: .1s;
    transition: .1s;
}

#player .player-song .actions i:hover {
    color: #888888;
    -webkit-transition: .1s;
    transition: .1s;
}

progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 15px);
    height: 6px;
    border-radius: 50px;
    margin-top: 20px;
}

progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 50px;
}

progress[value]::-webkit-progress-value {
    border-radius: 50px;
    background-color: #333DDD;
}

.play-button {
    height: 16px;
    width: 16px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
}

.play-button:hover .left,
.play-button:hover .right {
    background-color: #888888;
}

.left {
    height: 100%;
    float: left;
    background-color: #bbbbbb;
    width: 36%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
}

.triangle-1 {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.triangle-2 {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.triangle-1,
.triangle-2 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    width: 0;
    height: 0;
    border-right: 16px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.right {
    height: 100%;
    float: right;
    width: 36%;
    background-color: #bbbbbb;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.paused .left {
    width: 50%;
}

.paused .right {
    width: 50%;
}

.paused .triangle-1 {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.paused .triangle-2 {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.centered-big {
    position: absolute;
    left: 50vw;
    top: 50vh;
    font-size: 30px
}

.contact-us-page {
    padding-top: 90px;
    padding-bottom: 90px;
}

.social-profiles.mian-page {
    margin-top: 7px;
}

.social-profiles.mian-page span {
    font-weight: 600;
    color: #7b7b7b;
    position: relative;
    margin-left: 15px;
}

.social-profiles.mian-page span:after {
    content: '';
    height: 36px;
    width: 1px;
    background: #e8e8e8;
    position: absolute;
    left: -10px;
}


/****** LOGIN MODAL ******/

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.6em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text],
input[type=password] {
    /* height: 44px; */
    /* font-size: 16px; */
    /* width: 100%; */
    /* margin-bottom: 10px; */
    /* -webkit-appearance: none; */
    /* background: #fff; */
    /* border: 1px solid #d9d9d9; */
    /* border-top: 1px solid #c0c0c0; */
    /* border-radius: 2px; */
    /* padding: 0 8px; */
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    /* border: 1px solid #b9b9b9; */
    /* border-top: 1px solid #a0a0a0; */
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    /* -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); */
    /* box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); */
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

.mfp-close {
    left: 0;
    right: auto;
    top: 13px;
}

.login-popup-content {
    max-width: 400px;
}

.login-popup-content h3 {
    margin-bottom: 0;
}

.brand-footer {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.brand-footer img {
    width: 60px;
    margin-right: 10px;
}

.brand-footer .brand-footer-content h5 {
    color: white;
    margin-bottom: 0;
}

.brand-footer .brand-footer-content p {
    color: white;
    margin-bottom: 0;
}

.working-hours i {
    color: #93110a;
    font-size: 22px;
}

.working-hours {
    display: flex;
    align-items: center;
}

.outline-red {
    background: transparent;
    border-color: white;
    color: #ffffff !important;
    border-radius: 20px;
    padding: 6px 12px;
    margin-top: 15px;
}

.subscribe-action input {
    border-radius: 26px;
    font-size: 12px;
}

.subscribe-action {
    position: relative;
}

.subscribe-action .subscribefooter-btn {
    position: absolute;
    right: -3px;
    left: auto;
    top: -3px;
    border-radius: 24px;
    padding: 10px 17px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input-header:focus {
    border-color: #fbfbfb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
}

.sticked .search-input-header:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.nawa-serices {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    flex-grow: 1;
    flex-wrap: wrap;
}

.services-info h4:after {
    content: '';
    background: #93110a;
    height: 2px;
    left: 0;
    right: auto;
    position: absolute;
    bottom: -11px;
    width: 70%;
}

.services-info h4 {
    color: #93110a;
    margin-bottom: 20px !important;
    position: relative;
    display: inline-block;
}

.nawa-services .item:hover img:after {
    content: '';
    position: absolute;
    background: red;
    width: 100%;
    height: 100%;
    top: 0;
}

.popular-causes-area .popular-causes-items .item .thumb:after {
    content: '';
    position: absolute;
    background: #565656b8;
    width: 100%;
    height: 100%;
    top: 0;
}

.popular-causes-area .popular-causes-items .item:hover .thumb:after {
    content: '';
    position: absolute;
    background: #ff000000;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.35s ease-in-out;
}

.popular-causes-area .popular-causes-items .item:hover .services-info {
    background: #93110a;
    transition: all 0.35s ease-in-out;
}

.bg-black {
    background: #444444;
}

.site-heading p {
    margin-bottom: 20px;
}

.bg-black h2 {
    color: white;
    margin-bottom: 15px;
}

.bg-black p {
    color: white;
}

.isotope .isotope-item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}

.item-inner:hover img {
    filter: none;
}

.clients-area .clients-items img:hover {
    filter: none;
}

.testinominal-card {
    background: #eaeaea;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.testinominal-content {
    text-align: center;
    margin-right: 0px;
}

.testinominal-card:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #dcdbdb transparent transparent;
    position: absolute;
    bottom: -17px;
    right: 49%;
    transform: rotate(-90deg);
}

.popular-causes-area .popular-causes-items .item:hover .services-info h4:after {
    transition: all 0.35s ease-in-out;
    width: 100%;
}

.calendar-with-background {
    background: url(../img/services/635437-POCUZE-996.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: cover;
    height: 500px;
    position: relative;
    background-position-x: right;
    width: 100%;
    display: flex;
}

.calendar-with-background:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(41, 41, 41);
    background: -moz-linear-gradient(90deg, rgba(41, 41, 41, 0.908000700280112) 0%, rgba(0, 0, 0, 0.8015581232492998) 35%, rgba(70, 70, 70, 0.9836309523809523) 66%, rgba(110, 109, 109, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(41, 41, 41, 0.908000700280112) 0%, rgba(0, 0, 0, 0.8015581232492998) 35%, rgba(70, 70, 70, 0.9836309523809523) 66%, rgba(110, 109, 109, 1) 100%);
    background: linear-gradient(90deg, rgba(41, 41, 41, 0.908000700280112) 0%, rgba(0, 0, 0, 0.8015581232492998) 35%, rgba(70, 70, 70, 0.9836309523809523) 66%, rgba(110, 109, 109, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#292929", endColorstr="#6e6d6d", GradientType=1);
    right: 0;
    z-index: 2;
}

.ads {
    /* padding: 20px; */
    padding-left: 0;
    padding-bottom: 0px;
    padding-top: 0;
}

.adv-item h5 {
    margin-bottom: 2px;
}

.adv-item {
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.adv-item:last-child {
    position: relative;
    padding-right: 30px;
    border-bottom: none;
    padding-bottom: 0px;
}

.adv-item:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 85%;
    background: #bbbbbb;
    left: 0;
}

.adv-item p {
    color: #828282;
    font-size: 13px;
}

.adv-item:hover h5 {
    color: #93110a;
    transition: all 0.35s ease-in-out;
}

.adv-item:hover:before {
    background: #93110a;
    transition: all 0.35s ease-in-out;
}

.books-search {
    background: 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.search-inputb {
    position: relative;
    width: 75%;
    margin-left: 100px;
}

.search-inputb i {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #a5a5a5;
    font-size: 20px;
}


/* Estrutura */

.input-container {
    position: relative;
}

.material-input {
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    background: transparent;
    padding-right: 48px;
    color: white;
}

.material-label {
    top: -8px;
    left: 0;
    right: 48px;
    color: #cacaca;
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    background: transparent;
}

.material-input,
.material-label {
    width: 100%;
    height: 3rem;
    font-size: 1.6rem;
    background: transparent;
}


/* Interation */

.material-input:valid,
.material-input:focus {
    border-bottom: 1px solid #a9a9a9;
}

.material-input:valid+.material-label,
.material-input:focus+.material-label {
    color: #b7b7b7;
    top: -20px;
    pointer-events: none;
}

.search-section {
    padding: 22px;
    background: rgb(167, 92, 33);
    background: -moz-linear-gradient(90deg, rgba(167, 92, 33, 1) 0%, rgba(167, 92, 33, 1) 35%, rgba(99, 63, 40, 1) 66%, rgba(54, 44, 44, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(167, 92, 33, 1) 0%, rgba(167, 92, 33, 1) 35%, rgba(99, 63, 40, 1) 66%, rgba(54, 44, 44, 1) 100%);
    background: linear-gradient(90deg, rgba(167, 92, 33, 1) 0%, rgba(167, 92, 33, 1) 35%, rgba(99, 63, 40, 1) 66%, rgba(54, 44, 44, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a75c21", endColorstr="#362c2c", GradientType=1);
    position: relative;
}

.books-search h4 {
    color: white;
    font-size: 22px;
    padding-top: 5px;
    width: 25%;
}

.search-section:after {
    width: 390px;
    height: 143px;
    top: -26px;
    left: 100px;
    position: absolute;
    z-index: 2;
    content: "";
    background: url(../img/books.png) no-repeat content-box;
    background-position: left;
    background-size: 180px;
}

.advanced-calendar {
    padding-bottom: 0px;
}

.jalendar {
    position: relative;
    width: 100% !important;
    margin: 10px auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: inline-block;
    top: 0;
    right: 0;
    z-index: 99;
}

.jalendar .jalendar-container .jalendar-pages {
    background-color: transparent !important;
    background: transparent !important;
}

.calendar-right {
    width: 50%;
    position: relative;
}

.jalendar .jalendar-container .jalendar-pages .days .day.this-month span {
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
    opacity: 1;
}

.calendar-right:after {
    content: '';
    position: absolute;
    background: #ffffff61;
    width: 1px;
    height: 90%;
    top: 5%;
    z-index: 44;
}

.calendar-left {
    flex: 1;
    padding: 40px;
    position: relative;
    z-index: 3;
}

.calendar-left p {
    color: #ffffffd9;
    text-align: center;
}

.event-opjects {
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
}

.event-object {
    width: 33.33%;
    color: white;
    position: relative;
}

.event-top {
    /* display: flex; */
    text-align: center;
}

.event-top i {
    margin-left: 8px;
}

.event-top h3 {
    color: #ffffff;
    text-align: center !important;
    font-size: 16px;
}

.event-object:after {
    content: '';
    right: 0;
    width: 1px;
    height: 80%;
    top: 0;
    background: #f1f1f14a;
    position: absolute;
    left: auto;
}

.event-description {
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f736;
}

.event-object:last-child:after {
    height: 0;
}

.event-object:nth-child(2):after {
    content: '';
    right: -10px;
    width: 1px;
    height: 80%;
    top: 0;
    background: #f1f1f14a;
    position: absolute;
    left: auto;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 4s;
    transition-timing-function: linear;
    width: 100%;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    width: 100%;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    width: 100%;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  now override the 3.3 new styles for modern browsers & apply opacity
  */

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.video-top {
    position: relative;
    height: 650px;
}

.video-top .video-info.bg-cover {
    height: inherit;
}

.video-top .video-info .overlay-video i {
    left: 9px;
    top: 2px;
}

.custom-breadcrumb {
    padding-top: 0;
    background: #ececec;
    padding-bottom: 0;
}

.room-item {
    position: relative;
    border: 1px solid #d4d4d4;
    display: block;
}

.ads-title h3 {
    padding-right: 20px;
}

.room-image img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.room-content {
    background: white;
    position: relative;
    width: 100%;
    min-height: 200px;
}

.service-item {
    position: relative;
    height: 400px;
    border-radius: 6px;
}

.services-wrapper {
    padding-top: 40px;
}

.service-content {
    bottom: 0;
    padding: 20px;
    background: #0000007a;
    height: 90px;
    position: absolute;
    border-radius: 0px 0px 6px 6px;
}

.service-content h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.service-content p {
    color: white;
    opacity: 0;
}

.library-services {
    padding-bottom: 50px;
}

.service-item:hover .service-content {
    height: inherit;
    border-radius: 6px;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-align: left;
}

.service-item:hover .service-content p {
    opacity: 1;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.library-rooms {
    position: relative;
    background: white;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.library-rooms .owl-nav {
    top: 58%;
    position: absolute;
    right: 66px;
}

.library-rooms .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.alkheder-story {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #6d6d6d26;
}

.bg-contain {
    background-position: center right;
    background-size: contain;
}

.beer-slider {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 0;
    direction: ltr;
}

.story-content {
    display: flex;
    align-items: center;
}

.story-text {
    padding-right: 90px;
    width: 60%;
}

.beer-reveal[data-beer-label]:after {
    left: 1.5rem;
    content: '' !important;
    display: none;
}

.beer-slider[data-beer-label]:after {
    right: 1.5rem;
    content: '' !important;
    display: none;
}

.story-slider {
    width: 40%;
    position: relative;
}

.library-rooms .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    border-radius: 8px !important;
}

.library-rooms .owl-nav .owl-next {
    padding: 4px 15px !important;
    background: #a74f4f;
}

.library-rooms .owl-nav .owl-next:hover {
    padding: 4px 15px !important;
    background: #a54343;
}

.library-rooms .owl-nav .owl-prev {
    padding: 4px 15px !important;
}

.story-slider .owl-nav .owl-next {
    padding: 4px 15px !important;
    background: #a74f4f;
    left: -50px;
    position: absolute;
}

.story-slider .owl-nav .owl-prev {
    padding: 4px 15px !important;
    right: -50px;
    position: absolute;
}

.story-slider .owl-nav .owl-prev:hover {
    padding: 4px 15px !important;
    background: #a54343;
}

.story-slider .owl-nav .owl-next:hover {
    padding: 4px 15px !important;
    background: #a54343;
}

.library-rooms .owl-nav .owl-prev:hover {
    padding: 4px 15px !important;
    background: #a54343;
}

.library-rooms .owl-dots .owl-dot.active span {
    background: #93110a;
}

.story-slider .owl-nav {
    margin: auto;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.video-item {
    padding: 0;
    position: relative;
    margin-bottom: 32px;
}

.video-thumb {
    position: relative;
}

.video-thumb p {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    z-index: 4;
    background: #4c4c4c;
    padding: 4px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.video-thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.video-content p {
    color: #8c8c8c;
    margin-bottom: 0;
}

.video-content h4 {
    margin-bottom: 4px;
    font-size: 16px;
}

.video-content h4:hover {
    color: #93110a;
}

.video-content {
    /* background: whitesmoke; */
    padding: 10px;
}

.video-thumb {
    cursor: pointer;
}

.video-thumb .overlay-video {
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.video-thumb:hover .overlay-video {
    opacity: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.video-thumb:hover:after {
    content: '';
    background: #efefef91;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
}

.video-thumb .overlay-video .video-play-button:after {
    width: 50px;
    height: 50px;
}

.video-thumb .overlay-video .video-play-button:before {
    width: 50px;
    height: 50px;
}

.video-thumb .overlay-video .video-play-button i {
    font-size: 25px;
    top: 10px;
}

.videos-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn-default {
    color: #6b6b6b;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #f9f9f9 !important;
    border-color: #d4d4d4 !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.btn-default:hover {
    color: #333 !important;
    background-color: #f9f9f9 !important;
    border-color: #e0e0e0 !important;
}

.block-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.block-content {
    width: 50%;
    text-align: center;
    flex: 1;
    padding: 20px;
}

.block-image {
    flex: 1;
}

.block-content p {
    color: white;
}

.block-content h3 {
    color: white;
    position: relative;
    display: inline-block;
}

.block-image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.bg-color-gray {
    background-color: #444444;
}

.bg-color-blue {
    background-color: #246190;
}

.bg-color-red {
    background-color: #c44b38;
}

.block-content h3:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: white;
    bottom: -10px;
    content: '';
    right: 0;
}

.block-item:hover {
    background: #93110a;
    cursor: pointer;
}

.block-content h3:hover {
    color: #00BCD4;
}

.block-content h3:hover:after {
    background: #00BCD4;
}

.nawa-services-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f3f3f3;
}

.services-title h3 {
    color: #93110a;
}

.popular-causes-items .item:hover .services-info h4 {
    color: white;
}

.popular-causes-items .item:hover .services-info h4:after {
    background: white;
}

.popular-causes-items .item:hover .services-info p {
    color: white;
}

.nawa-serices .owl-nav {
    position: absolute;
    width: 100%;
    top: 46%;
}

.nawa-serices .owl-nav .owl-prev {
    position: absolute;
    right: -40px;
    background: transparent;
}

.nawa-serices .owl-nav .owl-next {
    position: absolute;
    left: -40px;
    background: transparent;
}

.nawa-serices .owl-nav .owl-next,
.owl-prev i {
    color: #93110a;
    font-size: 30px !important;
}

.nawa-serices .owl-nav .owl-next:hover,
.owl-prev:hover {
    background: transparent;
}

.nawa-serices .owl-nav .owl-prev:hover {
    background: transparent;
}

.nawa-serices .owl-nav .owl-next:hover,
.owl-prev:hover i {
    color: #93110a;
}

.block-image.success-story {
    width: 250px !important;
    flex: none;
}

.block-image.success-story img {
    height: 280px;
}

.block-content.success-story-content {
    text-align: left;
}

.success-story-content:hover h3 {
    color: #93110a;
}

.success-story-content:hover h3:after {
    background: #93110a;
}

.success-story-bg {
    background: #ececec;
}

.block-content.success-story-content:hover .btn {
    background: #93110a;
    border-color: #93110a;
    color: white;
}

.btn-success-story:hover {
    background: #93110a !important;
    border-color: #93110a !important;
    color: white !important;
}

.success-story-content h3 {
    color: #545454;
}

.success-story-content h3:after {
    background: #545454;
}

.success-story-content p {
    color: #545454;
}

.block-item.success-story-bg:hover {
    background: #ececec;
}

body.search-active {
    overflow: hidden;
}

body.search-active .search-input {
    opacity: 1;
    transform: none;
    pointer-events: all;
    display: flex;
    align-items: center;
}

body.search-active .icon-close {
    opacity: 1;
    transform: rotate(-90deg);
    font-size: 10px;
    font-weight: 100;
}

body.search-active .control {
    cursor: default;
}

body.search-active .control .btn-material {
    transform: scale(18);
}

body.search-active .control .icon-material-search {
    opacity: 0;
}


/* Close Icon */

.icon-close {
    position: fixed;
    top: 0px;
    right: 620px;
    color: #ffffff;
    cursor: pointer;
    font-size: 70px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.material-icons svg {
    width: 2.5rem;
    height: auto;
}

.icon-close:hover {
    transform: rotate(0);
}


/* Search Input */
.adv-more-button {
    text-align: center;
}
.search-input {
    height: 55px;
    position: absolute;
    top: -16px;
    right: 97px;
    margin-top: 0;
    pointer-events: none;
    opacity: 0;
    /* transform: translate(40px, 0); */
    /* transition: all 0.3s ease-in-out; */
    /* right: 0; */
    width: 420px;
}

.search-input input {
    color: #fff;
    font-size: 16px;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    font-weight: 200;
    width: 70%;
    border-bottom: 1px solid white;
    margin-right: 10px;
    border: 1px solid white;
    padding-left: 20px;
    border-radius: 4px;
}


.search-button {
    background: #ff000000;
    border: 1px solid #ffffff;
    color: white;
}


.search-button:hover {
    color: white;
}

.search-input ::-webkit-input-placeholder {
    color: #EEE;
}

.search-input :-moz-placeholder {
    color: #EEE;
    opacity: 1;
}

.search-input ::-moz-placeholder {
    color: #EEE;
    opacity: 1;
}

.search-input :-ms-input-placeholder {
    color: #EEE;
}


/* Control btn */

.control {
    cursor: pointer;
}

.control .btn-material {
    width: 40px;
    height: 40px;
    /* left: 60px; */
    border-radius: 100%;
    box-sizing: border-box;
    background: #93110a;
    outline: 0;
    margin: 0 5px 0 0 ;
    /* transform-origin: 50%; */
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.control .btn-material:hover {
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
}

.control .icon-material-search {
    color: #ffffff;
    position: absolute;
    /* transition: opacity 0.3s ease-in-out; */
    top: 10px;
    right: 16px;
    font-size: 18px;
}

.albums-content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: auto;
    flex-wrap: wrap;
    /* background: #f7f7f7; */
    /* padding-top: 20px; */
}


/* 
.albums-content .album{
    margin: 1rem;
    position: relative;
}

.albums-content .album img {
    padding: 12px;
    background: #f1f1f1;
}

.albums-content .album img:first-child {
    position: absolute;
    top: -10px;
    transform: rotate(-8deg);
}

.albums-content .album img:last-child {
    position: absolute;
    top: -10px;
    transform: rotate(8deg);
} */

.albums-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.photo-stack {
    position: relative;
    margin: 1.7rem;
    height: 314px;
    flex: 1 0 21%;
    /* explanation below */
}

.photo-stack>p {
    position: absolute;
    width: 100%;
    bottom: -23px;
    left: 0;
    color: #8e8e8e;
}

.photo-stack a {
    position: absolute;
    top: 0;
    left: 0;
    border: 8px solid white;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .5);
    transition: all 0.3s ease-out;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.photo-stack a img {
    position: absolute;
    top: 0;
    left: 0;
    border: 8px solid white;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .5);
    transition: all 0.3s ease-out;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.photo-stack a:nth-child(1) img {
    z-index: 4;
    width: 100%;
}

.photo-stack a:nth-child(2) img {
    transform: rotate3d(0, 0, 1, 3deg);
    object-fit: cover;
}

.photo-stack a:nth-child(3) img {
    transform: rotate3d(0, 0, 1, -3deg);
}

.photo-stack:hover a:nth-child(2) img {
    transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 3deg);
}

.photo-stack:hover a:nth-child(3) img {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -3deg);
}

.photo-stack:hover h4 {
    color: #93110a;
}

.photo-stack h4 {
    position: absolute;
    bottom: 0;
}

.photo-stack h4:hover {
    color: #93110a;
}


/* .photo-stack:hover:after {
    position: absolute;
    z-index: 5;
    right: 45%;
    top: 34%;
    background: #93110a;
    color: white;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 30px !important;
    letter-spacing: 10px;
    content: "\f065";
    font: normal normal normal 14px/1 FontAwesome;
    cursor: pointer;
} */

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

.details-wrapper {
    max-width: 800px;
    margin: auto;
    padding: 0px;
    /* background: #f7f7f7; */
}

.details-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.details-wrapper h1 {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #93110a;
    text-align: center;
}

.details-wrapper .post-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.post-image {
    margin-bottom: 20px;
}

.post-details p {
    font-size: 15px;
    text-align: left;
}

.popular-causes-area .popular-causes-items .item .thumb.related:after {
    background: #ffffff00;
}

.services-title.details-related h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}

* {
    box-sizing: border-box;
}

.share-buttons {
    position: absolute;
    width: 200px;
    padding-left: 75px;
    top: 50%;
    margin-top: 0px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-flow: column;
}

.share-buttons .share-button {
    float: left;
    margin-top: 15px;
}

.share-buttons .share-button:first-child {
    margin-top: 0;
}

.share-buttons .share-button:after {
    clear: both;
    display: table;
}

.share-button {
    display: block;
    position: relative;
    height: 30px;
}

.share-button:hover {
    cursor: pointer;
}

.share-button:hover .share-button-primary {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}

.share-button:hover .share-button-secondary-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.share-button-primary {
    position: absolute;
    background: #93110a;
    width: 35px;
    height: 35px;
    border-radius: 34px;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.share-button-icon {
    display: block;
    color: #ffffff;
    position: absolute;
    width: 35px;
    line-height: 30px !important;
    font-size: 16px !important;
    margin-top: 3px;
    text-align: center;
}

.share-button-secondary {
    overflow: hidden;
    margin-left: 15px;
    height: 35px;
}

.share-button-secondary-content {
    font-size: .75em;
    background: #93110a;
    display: block;
    height: 35px;
    text-align: left;
    padding-left: 24px;
    padding-right: 18px;
    line-height: 30px;
    color: #ffffff;
    border-radius: 0px 25px 25px 0px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 175ms ease;
    transition: -webkit-transform 175ms ease;
    transition: transform 175ms ease;
    transition: transform 175ms ease, -webkit-transform 175ms ease;
}

.share-buttons p {
    margin-bottom: 0;
}

.share-button-primary.twitter {
    background: #1da1f2;
}

.share-button-primary.facebook {
    background: #3b5999;
}

.share-button-primary.pinterest {
    background: #e60023;
}

.share-button-primary.tumblr {
    background: #36465d;
}

.share-button-primary.google-plus {
    background: #dd4b39;
}

.share-button-secondary-content.twitter {
    background: #1da1f2;
}

.share-button-secondary-content.facebook {
    background: #3b5999;
}

.share-button-secondary-content.pinterest {
    background: #e60023;
}

.share-button-secondary-content.tumblr {
    background: #36465d;
}

.share-button-secondary-content.google-plus {
    background: #dd4b39;
}


.btn-material.search-opened {
    margin-top: -259px;
    margin-left: -334px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.heading-other {
    color: #93110a;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.block-news .block-content h3:after {
    display: none;
}

.block-news {
    margin-bottom: 20px;
}

.block-news .block-image {
    width: 25% !important;
}

.news-info {
    background: transparent !important;
    padding: 12px;
}

.news-group .item {
    background: #989898;
    margin-left: 1.5rem;
}

.news-group .item:last-child {
    margin-left: 0rem;
}

.news-group .item:nth-child(even) {
    background: #444444;
}

.news-info a h4:after {
    display: none;
}

.news-info a h4 {
    margin-bottom: 5px !important;
    color: white;
    font-size: 16px;
}

.news-info p {
    color: white;
}

.news-group .item:hover {
    background: #93110a;
    cursor: pointer;
}

.help-data {
    display: flex;
}

.date-post {
    width: 50%;
    margin-bottom: 0;
}

.post-views {
    width: 50%;
    text-align: right;
    margin-bottom: 0;
}

.date-post.one {
    width: unset;
    margin-right: 20px;
}

.post-views.one {
    width: unset;
}

.block-news h3 {
    font-size: 22px;
    font-weight: 600;
}

.last-block-news {
    display: flex;
    flex-wrap: wrap;
    background: #fafafa;


}

.last-block-news .news-item {
    width: 30%;
    flex-grow: 1;
    margin: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.news-item .video-thumb:hover:after {
    background: #5d5d5d91;
}

.news-item .video-thumb {
    /* width: 100%; */
    background: #757575;
}

.news-item .video-duration .help-data {
    width: 100%;
    display: flex;
}

.news-item .video-thumb p {
    position: inherit;
}

.news-item .video-content {
    padding-left: 0;
}

.benif-item-txt {
    padding: 20px;
    background: #f6f6f6;

}

.tab-containers .nav-tabs {
    border-bottom: 0;
    margin-bottom: 15px;
}

.tab-containers .nav-tabs li a {
    font-weight: 600;
    font-size: 16px;
}

.tab-containers .nav-tabs li a:hover {
    background-color: transparent;
    border: none;
    color: #93110a;
    border-bottom: 2px solid transparent;
}

.tab-containers .nav-tabs li a:focus {
    background-color: transparent;
    border: none;
    color: #93110a;
    border-bottom: 2px solid transparent;
}

.benif-image-main {
    position: relative;
}

.benif-image-main:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    background: rgb(246,246,246);
    background: -moz-linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(246,246,246,0.7931547619047619) 37%, rgba(246,246,246,0.5634628851540616) 66%, rgba(246,246,246,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(246,246,246,0.7931547619047619) 37%, rgba(246,246,246,0.5634628851540616) 66%, rgba(246,246,246,0) 100%);
    background: linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(246,246,246,0.7931547619047619) 37%, rgba(246,246,246,0.5634628851540616) 66%, rgba(246,246,246,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#f6f6f6",GradientType=1);
}

.tab-containers .nav-tabs .active a {
    border: 0;
    border-bottom: 2px solid #93110a;
    font-weight: 600;
    color: #93110a;
    font-size: 16px;
    background-color: transparent;
}

.benif-item img {
    width: 100%;
    object-fit: cover;
    height: 550px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.benif-item {
    border: 1px solid #e4e4e4;
    margin-bottom: 60px;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.1), 0 8px 10px 1px rgba(0,0,0,.07), 0 3px 14px 2px rgba(0,0,0,.06);

}

.benif-image-main:hover img {
    /* opacity: 0.9; */
}

.benif-item:hover{
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.1), 0 16px 24px 2px rgba(0,0,0,.07), 0 6px 30px 5px rgba(0,0,0,.06);
    cursor: pointer;
}

.benif-item-txt h2 {
    font-weight: 600;
    font-size: 26px;
}


.benifits{
    padding-top: 40px;
    padding-bottom: 40px;

}

.team-member-section{
    padding-top: 40px;
    padding-bottom: 40px;
}

.ads-content {
    height: 500px;
    background: #f2f2f2;
    padding: 15px;
    overflow: hidden;
    position: absolute;
    margin-right: 15px;
    
}

.adv-item:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.ads-content .ps-scrollbar-y-rail{
    height: 500px;
}

.member-item{
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.sub-member-item{
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    text-align: right;
    margin-bottom: 30px;
}


.member-top {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 15px;
}

.member-top img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #93110a;
    padding: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.member-top:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.member-bio {
    position: relative;
    padding-left: 32px;
    height: 100px;
}

.member-bio:after {
    content: "،،";
    font-family: "Times New Roman";
    font-size: 60px;
    left: 7px;
    letter-spacing: -32px;
    opacity: 0.09;
    position: absolute;
    top: -4px;
    /* transform: rotate(-180deg); */
    /* -webkit-transform: rotate(180deg); */
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.member-top h4 {
    color: #93110a;
    margin-bottom: 5px;
}

.member-item h4, .member-item h6 {
    color: #93110a;
    margin-bottom: 4px;
}

.main-team-members {
    margin-top: 30px;
}


.padding-15{
    padding: 15px;
}

.partner-logo{
    height: 80px;
    object-fit: cover;
}

.details-wrapper.new {
    max-width: 1000px;
}

.contact-card {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}


.contact-image {
    position: relative;
}

.contact-image h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #3f3f3f;
    margin-bottom: 0;
    padding: 8px;
    color: white;
    font-size: 20px;
}

.contacts-details {
    padding: 20px;
}

.contacts-details p {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 0;
}


.contacts-details ul li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contacts-details ul li:first-child {
    padding-top: 0px;
}

.contacts-details ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-image img {
    width: 100%;
    height: 228px;
    object-fit: cover;
}


.contact-form {
    padding: 30px;
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}


.contact-form h3{
    text-align: center;
}

.contact-form p{
    text-align: center;
}


.contact-card:hover h3 {
    background: #93110a;
}


.contact-form h3 {
    margin-bottom: 5px;
    color: #93110a;
}

.ads-content.new{
    height: initial;
    width: 100%;
    position: inherit;
    background: white;
}

.col-offset-1-5 {
   
margin-left: 12.33333333%;
}

.services-title.centers h3{
    text-align: center;
    font-weight: 600;
    margin-bottom: 31px;
}


.benif {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.benif-contents {
    width: 50%;
    padding: 100px;
    padding-top: 130px;
}

.benifits-section-centers {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/benef-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: -50px;
    height: 720px;
}

.benif-image {
    width: 480px;
    margin-right: 50px;
    position: relative;
    z-index: 2;
}

.benif-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.benif-image:hover:before {
    content: '';
    width: 110%;
    height: 110%;
    position: absolute;
    left: -16px;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #93110a;
    top: -38px;
}

.benif-image img {
    width: 480px;
    height: 480px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


.benif-numbers {
    position: absolute;
    width: 166px;
    height: 161px;
    bottom: 0;
    background: white;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.cont {
    width: 100%;
}

.benif-numbers:after {
    content: '';
    width: 80%;
    height: 80%;
    background: none;
    position: absolute;
    border-radius: 50%;
    left: 10%;
    border: 1px dashed #cdcdcd;
}

.cont b {
    font-size: 40px;
    color: #93110a;
}

.cont h6 {
    font-size: 16px;
    color: #606060;
}

.benif-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 6px;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #93110a;
    top: -13px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.benif-image:after {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    border: 18px solid #ffffff57;
    top: 24%;
    left: 24%;
}

.benif-contents h3 {
    font-weight: 600;
    font-size: 26px;
    color: #353535;
}

.nawa-services-section.centers{
    background-color: white;
}

.advanced-calendar.default-padding.rooms {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.room-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.room-elements {
    position: absolute;
    top: -50px;
    background: white;
    padding: 20px;
    margin-left: 50px;
    margin-right: 50px;
    right: 0;
    left: 0;
    text-align: left;
}

.nawa-serices .owl-nav .owl-next, .owl-next i {
    font-size: 30px !important;
}

.library-rooms .owl-nav .owl-prev:hover i {
    color: white;
}

.rooms-cards .ads-title h3 {
    text-align: center;
    font-weight: 600 !important;
    color: #4b4b4b !important;
    margin-bottom: 30px;
}

img.availablility {
    width: 170px !important;
    margin: auto;
    height: auto;
}

.advanced-calendar.default-padding.rooms:before {
    content: '';
    background: whitesmoke;
    width: 100%;
    height: 70%;
    position: absolute;
    top: 15%;
}


.rooms-cards {
    padding-top: 50px;
    padding-bottom: 50px;
}

.story-text h3 {
    font-weight: 600;
    color: #93110a;
}

.news-group {
    display: flex;
    align-items: center;
    justify-content: center;

}


.news-group .item .thumb img {
    height: 180px;
    width: 300px;
    object-fit: cover;
}

.custom-details-centers h3 {
    color: #93110a;
}

.custom-details-centers {
    text-align: center;
    padding: 20px;
    background: #f6f6f6;
    margin-top: 50px;
}


.round {
    border-radius: 50%;
  }
  
  .faba {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 56px;
    height: 56px;
    background-color: #93110a;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    right: 30px;
    bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: white;
    font-size: 2em;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    z-index: 4;
  }
  
  .faba i {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    will-change: transform;
  }
  
  .inner-fabs .faba {
    width: 40px;
    height: 40px;
    right: 38px;
    bottom: 23px;
    font-size: 1.5em;
    will-change: bottom;
  }
  
  .inner-fabs.show .faba:nth-child(1) {
    bottom: 80px;
  }
  
  .inner-fabs.show .faba:nth-child(2) {
    bottom: 130px;
  }
  
  .inner-fabs.show .faba:nth-child(3) {
    bottom: 180px;
  }
  
  .inner-fabs.show .faba:nth-child(4) {
    bottom: 230px;
  }
  
  .inner-fabs.show .faba:nth-child(5) {
    bottom: 280px;
  }
  
  .inner-fabs.show .faba:nth-child(6) {
    bottom: 330px;
  }
  .inner-fabs.show .faba:nth-child(7) {
    bottom: 380px;
  }
  
  .inner-fabs.show + .faba i {
    -webkit-transform: rotate(135deg);
    transform: rotate(-35deg);
  }
  
  .faba:before {
    content: attr(data-tooltip);
    -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #ececec;
    right: 50px;
    top: 25%;
    background-color: rgba(70, 70, 70, 0.9);
    font-size: 0.5em;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    padding: 6px 8px;
    max-width: 200px;
    font-weight: bold;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  
  .inner-fabs.show .faba:hover:before {
    content: attr(data-tooltip);
    visibility: visible;
    opacity: 1;
  }

  .material-icons img {
    width: 20px;
}
  
.theme-white {
    background: white;
    border: 1px solid #dbdbdb;
}

.theme-white i {
    color: #000099;
}

.theme-blue{
    background: #66ccff;
}

.theme-blue i {
    color: #000099;
}

.theme-hivis{
    background: #000000;

}

.theme-hivis i {
    color: #ffff00;
}

.theme-yellow{
    background: #cccc99;

}

.theme-yellow i{
    color: #000099;

}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-left: 36px;
    padding-right: 0;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.other-members {
display: flex;
align-items: center;
}

.other-members h3 {
width: 50%;
}


.other-members .filter-members {width: 50%;text-align: right;}

.details-wrapper ul {
        list-style-type: disc;
    padding-right: 35px;
    }
    .post-details ul {
        list-style-type: disc;
        padding-left: 35px;
        padding-right: 0;
        font-size: 15px;
    }
 .related-item p {
    height: 120px;
}
 .program-item {
    height: 300px !important;
}
.news-item {
    height: 280px !important;
}
.services-info {
    height: 300px;
}
.contacts-details ul {
    list-style: none;
    padding-right: 0;
}
.contacts-details {
    padding: 20px;
    height: 200px;
}
.news-item-content {
    height: 430px !important;
}


.owl-carousel.owl-rtl {
    direction: ltr !important;
}


/* Professional network section*/

.professional-network {
    padding-bottom: 50px;
}

.professional-image {
    width: 45%;
    max-width: 100%;
    position: relative;
}

.professional-image img {
    border-radius: 6px 0px 0px 6px;
    max-width: 100%;
    object-fit: cover;
}

.professional-content {
    display: flex;
    align-items: flex-start;
    background: #ffcd45;
    border-radius: 10px 6px 6px 10px;
}

.professional-text {
    width: 55%;
    padding: 50px;
    background: #ffcd45;
}

.professional-text h4 {
    font-size: 24px;
    color: #54565b;
}

.professional-text h4 span {
    font-weight: 600;
}

.professional-text p {
    color: #54565b;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

/*End professional network section*/


/*Section quality control*/

.quality-control {
    position: relative;
    margin-top: 80px;
}

.quality-control .professional-content {
    background: transparent;
    
}

.quality-control .professional-text {
    background: transparent;
    padding-top: 0;
}


.quality-control:after {
    background: #93130b;
    width: 25%;
    height: 85%;
    position: absolute;
    right: 0;
    top: 12.5%;
    z-index: -1;
}

.quality-control p {
    margin-bottom: 10px;
}

.quality-control img {
    border-radius: 0;
    width: 100%;
    height: 400px;
    object-fit: cover;
}


.quality-control h4 {
    padding-left: 16%;
    margin-top: 25px;
    font-size: 24px;
    color: #93130b;
    margin-bottom: 18px;
    position: relative;
}

.quality-control h4 span {
    font-weight: 600;
}

.quality-control .btn {
    margin-top: 15px;
}

.professional-image:after {
    content: '';
    background: #93130b;
    width: 40%;
    height: 130%;
    position: absolute;
    left: -10%;
    top: -15%;
    z-index: -1;
}


/*End section quality control*/


.column-reverse .professional-content {
    flex-direction: column-reverse;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a {
    float: left;
    padding-left: 20px;
    padding-right: 0;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a:before {
    left: 0;
    right: auto;
}


.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:before {
    left: -20px;
    right: auto;

}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single {
    direction: ltr;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events h3 {
    text-align: left;
}

i.fas.fa-phone {
    transform: rotate(180deg);
    transform: scaleX(-1);
}


/* New updates 25/07/2020 */

.logo-text h4 {
    margin-bottom: 0;
}

.events {
    overflow: hidden;
    position: absolute;
    margin-right: 15px;
    height: 150px;
}


.top-slogan {
    background: white;
    color: white;
    border-bottom: 1px solid #f2f2f2;
}

.top-slogan p {
    color: #93130b;
    margin-bottom: 0;
    padding-top: .8rem;
    padding-bottom: 0.8rem;
    font-size: 1.8rem;
}

.recent-causes-items .owl-stage-outer .owl-stage {
    display: flex;
    /* flex-direction: row-reverse; */
}


.french-page a {
    display: flex;
    align-items: center;
}

.french-page a img {
    margin-right: 0.6rem;
    margin-top: 0;

}
