/*
@File: Walrus Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Navbar CSS
** - Main Banner CSS
** - Features CSS
** - About CSS
** - CTA CSS
** - Services CSS
** - Who We Are CSS
** - Skill CSS
** - Why We Different CSS
** - Portfolio CSS
** - Fun Facts CSS
** - Team CSS
** - Story CSS
** - Pricing CSS
** - Testimonial CSS
** - Call To Action CSS
** - FAQ CSS
** - Blog CSS
** - Partner CSS
** - Subscribe CSS
** - Contact CSS
** - Page Title CSS
** - Pagination CSS
** - Sidebar CSS
** - Blog Details CSS
** - 404 Error CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@font-face {
    font-family: 'ArabFontMedium';
    src: url('ArbFONTS-PNU-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


body {
    padding: 0;
    font-family: 'ArabFontMedium', sans-serif !important;
    margin: 0;
    font-size: 15px;
}

[type=email], [type=file], [type=number], [type=password], [type=tel], [type=url], code, samp, var {
    text-align: right;
    direction: rtl;
}

a {
    display: block;
    outline: 0 !important;
    text-decoration: none !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'ArabFontMedium', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #3f3e40;
    margin-bottom: 15px;
    font-family: 'ArabFontMedium', sans-serif !important;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #3f3e40;
    font-family: 'ArabFontMedium', sans-serif !important;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}
select,option,button{
    font-family: 'ArabFontMedium', sans-serif !important;
}

.mt-30 {
    margin-top: 30px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

/*btn btn-primary*/
.btn {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
    box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
    border: none;
    padding: 15px 30px;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-primary {
    color: #ffffff;
    background: #3f3e40;
    position: relative;
    z-index: 1;
}

.btn-primary::before, .btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    width: 51%;
    background: #efcb0b;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-primary::before {
    right: 0;
}

.btn-primary::after {
    left: 0;
}

.btn-primary:hover::before, .btn-primary:hover::after, .btn-primary:focus::before, .btn-primary:focus::after {
    width: 0;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus {
    background: #efcb0b;
    color: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background: rgba(192, 160, 64, 0.85);
    color: #ffffff;
}

.btn-primary.disabled, .btn-primary:disabled {
    opacity: 1;
    background: #3f3e40;
}

/*form-control*/
.form-control {
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #cecccc;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control:hover, .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #efcb0b;
}

/*section-title*/
.section-title {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.section-title span {
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #efcb0b;
}

.section-title h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 500;
}

.section-title h2 b {
    font-weight: 600 !important;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #efcb0b));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #efcb0b80%);
    background-size: 90px 75px !important;
}

.section-title p {
    max-width: 520px;
    font-size: 16px;
    margin: 25px auto 0;}

/*================================================
Preloader CSS
=================================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    background: #3f3e40;
}

.preloader .loader {
    display: block;
    position: relative;
    right: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    margin: -80px -75px 0 0;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #efcb0b;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

.preloader .loader::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin-reverse .6s linear infinite;
    animation: spin-reverse .6s linear infinite;
}

.preloader .loader::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #efcb0b;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/*================================================
Navbar CSS
=================================================*/
.navbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: auto;
}

.navbar.is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bg-light {
    background-color: #ffffff !important;
}

.navbar-brand img {
    max-width: 350px !important;
}

.navbar-brand img:last-child {
    display: none;
}

.navbar-light .navbar-nav .nav-item {
    padding-left: 13px;
    padding-right: 13px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #404040;
    padding: 0;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #efcb0b;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:focus, .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #efcb0b;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover::before, .navbar-light .navbar-nav .nav-item .nav-link:focus::before, .navbar-light .navbar-nav .nav-item .nav-link.active::before {
    bottom: -13px;
    opacity: 1;
    visibility: visible;
}

.navbar-light .navbar-nav .nav-item:last-child {
    padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:first-child {
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #efcb0b;
}

.navbar-light .navbar-nav .nav-item.active .nav-link::before {
    bottom: -13px;
    opacity: 1;
    visibility: visible;
}

.navbar-light.is-sticky .navbar-brand img:last-child {
    display: block;
}

.navbar-light.is-sticky .navbar-brand img:first-child {
    display: none;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
    color: #404040;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link::before {
    bottom: auto;
    top: 0;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link:hover, .navbar-light.is-sticky .navbar-nav .nav-item .nav-link:focus, .navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active {
    color: #efcb0b;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link:hover::before, .navbar-light.is-sticky .navbar-nav .nav-item .nav-link:focus::before, .navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active::before {
    bottom: auto;
    top: -10px;
}

.navbar-light.is-sticky .navbar-nav .nav-item.active .nav-link {
    color: #efcb0b;
}

.navbar-light.is-sticky .navbar-nav .nav-item.active .nav-link::before {
    bottom: auto;
    top: -10px;
}

/*================================================
Revolution CSS
=================================================*/
#main-banner .fontbold {
    font-weight: 800;
}

.tparrows {
    background: rgba(0, 0, 0, .5);
    width: 50px;
    height: 50px;
}

.tparrows.tp-leftarrow::before {
    content: "\ea5d";
}

.tparrows.tp-rightarrow::before {
    content: "\ea5c";
}

.tparrows.tp-rightarrow::before,
.tparrows.tp-leftarrow::before {
    font-family: IcoFont !important;
    font-weight: 900;
    line-height: 50px;
    font-size: 30px;
}

.tp-bullet {
    height: 12px;
    width: 12px;
    background: #787981;
}

.tp-bullet:hover, .tp-bullet:focus,
.tparrows:hover, .tparrows:focus,
.tp-bullet::before {
    background: #efcb0b;
}

.tp-bannertimer {
    visibility: hidden !important;
}

.tp-bullet::before {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.tp-bullet.selected::before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-overlay::after {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .39);
}

@media (min-width: 992px) {
    .tp-bgimg {
        background-position: center center !important;
    }
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner::before {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(13, 15, 20, 0.75);
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
}

.video-banner {
    overflow: hidden;
}

.video-banner .video-background {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -2;
}

.ripple-effect.main-banner::before {
    z-index: 1;
}

.ripple-effect.main-banner .main-banner-content {
    position: relative;
    z-index: 2;
}

.item-bg1 {
    background-image: url(../../uploads/about3.jpg);
}

.item-bg2 {
    background-image: url(../../uploads/backgraounds/main-banner2.jpg);
}

.item-bg3 {
    background-image: url(../../uploads/backgraounds/main-banner3.jpg);
}

.item-bg4 {
    background-image: url(../../uploads/backgraounds/main-banner4.jpg);
}

.item-bg5 {
    background-image: url(../../uploads/backgraounds/main-banner5.jpg);
}

.item-bg6 {
    background-image: url(../../uploads/backgraounds/main-banner6.jpg);
}

.item-bg7 {
    background-image: url(../../uploads/backgraounds/main-banner7.jpg);
}

.item-bg8 {
    background-image: url(../../uploads/backgraounds/main-banner8.jpg);
}

.main-banner-content {
    max-width: 700px;
    position: relative;
    z-index: 3;
    margin: 60px 0 0;
}

.main-banner-content.text-center {
    margin: 60px auto 0;
}

.main-banner-content.text-center p {
    margin-right: auto;
    margin-left: auto;
}

.main-banner-content span {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    opacity: .88;
}

.main-banner-content h1 {
    color: #ffffff;
    margin: 18px 0 28px;
    font-size: 55px;
    font-family: 'ArabFontMedium', sans-serif !important;
    font-weight: 300;
}

.main-banner-content h1 b {
    background: -webkit-gradient(linear, right top, right bottom, color-stop(95%, rgba(0, 0, 0, 0)), color-stop(80%, #efcb0b));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #efcb0b80%);
    background-size: 100px 90px !important;
    font-weight: 700;
    font-family: 'ArabFontMedium', sans-serif !important;
}

.main-banner-content h1 .typewrite {
    background: -webkit-gradient(linear, right top, right bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #efcb0b));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #efcb0b80%);
    background-size: 100px 1em !important;
    font-weight: 700;
    font-family: 'ArabFontMedium', sans-serif !important;
    display: inline-block;
}

.main-banner-content h1 .typewrite span {
    text-transform: capitalize;
    margin: 0;
    opacity: 1;
    display: inline;
    letter-spacing: 0;
    font-size: 55px;
}

.main-banner-content p {
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 580px;
    opacity: .88;
}

.main-banner-content .btn-box span {
    display: inline-block;
    letter-spacing: 0;
    margin: 0 15px;
    font-weight: 700;
    font-size: 14px;
}

.main-banner-content .btn-box .video-btn {
    color: #dddddd;
    display: inline-block;
    font-weight: 600;
}

.main-banner-content .btn-box .video-btn i {
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 52px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 5px;
    z-index: 1;
    color: #efcb0b;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-banner-content .btn-box .video-btn i::after {
    z-index: -1;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.main-banner-content .btn-box .video-btn:hover, .main-banner-content .btn-box .video-btn:focus {
    color: #ffffff;
}

.main-banner-content .btn-box .video-btn:hover i, .main-banner-content .btn-box .video-btn:focus i {
    background-color: #efcb0b;
    color: #ffffff;
}

.main-banner.main-banner-with-form {
    height: 840px;
}

.main-banner.main-banner-with-form .main-banner-content {
    margin-top: 0;
    max-width: 100%;
}

.banner-form {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px 25px;
    position: relative;
}

.banner-form::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #ffffff;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 3px;
}

.banner-form form .form-control {
    border: 1px solid #eeeeee;
    font-size: 14px;
    border-radius: 2px;
}

.banner-form form label {
    color: #828893;
    margin-bottom: 8px;
    font-size: 15px;
}

.banner-form form select.form-control {
    height: 50px;
    cursor: pointer;
}

.banner-form form .btn {
    margin-top: 10px;
}

.banner-video {
    position: relative;
    text-align: center;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.banner-video::before {
    background: -webkit-gradient(linear, right top, right bottom, from(#0975bc), color-stop(#0d5b93), color-stop(#0d426d), color-stop(#092b48), to(#041527));
    background: linear-gradient(to bottom, #0975bc, #0d5b93, #0d426d, #092b48, #041527);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    opacity: .70;
    z-index: 1;
}

.banner-video img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner-video .video-btn {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    left: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    line-height: 72px;
    border-radius: 50%;
    margin-top: -30px;
    color: #ffffff;
    font-size: 20px;
    background-color: #efcb0b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner-video .video-btn::before {
    z-index: -1;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(148, 107, 255, 0.5);
}

.banner-video .video-btn:hover, .banner-video .video-btn:focus {
    color: #efcb0b;
    background-color: #ffffff;
}

.banner-video:hover img, .banner-video:focus img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.text-animation-home .main-banner-content h1 {
    margin-bottom: 15px;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#particles-js-bubble {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#particles-js-star {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#particles-js-big-bubble {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#particles-js-small-bubble {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slideshow-banner .slideshow {
    z-index: -2;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.slideshow-banner .slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -2;
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s;
}

.slideshow-banner .slideshow li:nth-child(1) span {
    background-image: url(../../uploads/backgraounds/main-banner8.jpg);
}

.slideshow-banner .slideshow li:nth-child(2) span {
    background-image: url(../../uploads/backgraounds/main-banner2.jpg);
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow-banner .slideshow li:nth-child(3) span {
    background-image: url(../../uploads/backgraounds/main-banner5.jpg);
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow-banner .slideshow li:nth-child(4) span {
    background-image: url(../../uploads/backgraounds/main-banner7.jpg);
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

.clip-path-banner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 90%);
}

.clip-path-banner .main-banner-content {
    margin-top: 0;
}

.clip-path-banner-two {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
}

.clip-path-banner-two .main-banner-content {
    margin-top: 0;
}

.creative-banner .creative-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.creative-banner .main-banner-content {
    margin-top: 0;
}

.gradient-banner.main-banner::before {
    background: -webkit-gradient(linear, left top, right bottom, from(#292e49), color-stop(#303d55), color-stop(#394b61), color-stop(#455a6b), to(#536976));
    background: linear-gradient(to right bottom, #292e49, #303d55, #394b61, #455a6b, #536976);
    opacity: .90;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
    line-height: .01;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    right: 50px;
    top: 50%;
    width: 60px;
    height: 60px;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    opacity: 0;
    visibility: hidden;
    line-height: 60px;
    background-color: #3f3e40;
    border-radius: 0;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: .7;
    margin-top: -50px;
    font-size: 28px;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: auto;
    left: 50px;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #efcb0b;
    color: #ffffff;
    opacity: 1;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-], .home-slides.owl-theme:focus .owl-nav [class*=owl-] {
    opacity: 1;
    right: 10px;
    visibility: visible;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .home-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    right: auto;
    left: 10px;
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    12.5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    12.5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.no-cssanimations .slideshow li span {
    opacity: 1;
}

.shape1 {
    position: absolute;
    right: 70px;
    bottom: 70px;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .6;
}

.shape2 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    z-index: -1;
    opacity: .6;
}

.shape3 {
    position: absolute;
    right: 70px;
    top: 70px;
    z-index: -1;
    opacity: .6;
}

.shape4 {
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: -1;
    opacity: .6;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*================================================
Features CSS
=================================================*/
.features-area {
    position: relative;
    padding-bottom: 70px;
    z-index: 1;
}

.features-area.bg-image {
    background-image: url(../../uploads/backgraounds/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-features {
    max-width: 350px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 35px 25px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.5s;
}

.single-features .icon {
    font-size: 45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #efcb0b;
}

.single-features h3 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-features p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-features:hover, .single-features:focus {
    background-color: #efcb0b;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-features:hover .icon, .single-features:focus .icon {
    color: #ffffff;
}

.single-features:hover h3, .single-features:focus h3 {
    color: #ffffff;
}

.single-features:hover p, .single-features:focus p {
    color: #ffffff;
    opacity: .88;
}

.single-features.active {
    background-color: #efcb0b;
}

.single-features.active .icon {
    color: #ffffff;
}

.single-features.active h3 {
    color: #ffffff;
}

.single-features.active p {
    color: #ffffff;
    opacity: .88;
}

/*================================================
About CSS
=================================================*/
.about-area {
    position: relative;
    z-index: 1;
}

.about-area.bg-image {
    background-image: url(../../uploads/backgraounds/bg2.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-area.bg-image2 {
    background-image: url(../../uploads/backgraounds/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-image .col-lg-6:first-child .image img {
    border-radius: 0 25px 0 0;
}

.about-image .col-lg-6:nth-child(2) .image img {
    border-radius: 25px 0 0 0;
}

.about-image .col-lg-6:nth-child(3) .image img {
    border-radius: 0 0 25px 0;
}

.about-image .col-lg-6:last-child .image img {
    border-radius: 0 0 0 25px;
}

.about-image .image img {
    height: 250px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about-image .image img:hover, .about-image .image img:focus {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.about-content {
    padding-right: 10px;
}

.about-content span {
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #efcb0b;
}

.about-content h2 {
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 500;
}

.about-content h2 b {
    font-weight: 600 !important;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #efcb0b));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #efcb0b80%);
    background-size: 90px 70px !important;
}

.about-content ul {
    padding: 0;
    margin: 18px 0 0;
    list-style-type: none;
}

.about-content ul li {
    color: #3f3e40;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-right: 17px;
    position: relative;
}

.about-content ul li:last-child {
    margin-bottom: 0;
}

.about-content ul li::before {
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #efcb0b;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.about-content p {
    margin-bottom: 0;
    margin-top: 18px;
}

/*================================================
CTA CSS
=================================================*/
.cta-area {
    position: relative;
    z-index: 1;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    padding-top: 70px;
    padding-bottom: 70px;
}

.cta-area::before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    content: '';
    opacity: .85;
}

.cta-area .cta-content h3 {
    text-transform: capitalize;
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 500;
}

.cta-area .cta-content h3 b {
    font-weight: 600 !important;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #ffffff));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #ffffff 80%);
    background-size: 90px 72px !important;
}

.cta-area .cta-content span {
    text-transform: capitalize;
    display: block;
    color: #efcb0b;
    opacity: 1;
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
}

.cta-area .btn {
    border-radius: 5px !important;
    overflow: hidden;
    color: #3f3e40;

}

.cta-area .btn:hover, .cta-area .btn:focus {
    color: #ffffff;
}

.cta-area .btn::before, .cta-area .btn::after {
    background: #ffffff;
}

/*================================================
Services CSS
=================================================*/
.services-area {
    position: relative;
    padding-bottom: 70px;
    z-index: 1;
}

.single-services {
    max-width: 350px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-services .services-image {
    overflow: hidden;
    position: relative;
}

.single-services .services-image::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3f3e40;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services .services-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services .services-image .icon {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 60px;
    opacity: 0;
    visibility: hidden;
    height: 60px;
    line-height: 58px;
    background: #efcb0b;
    color: #ffffff;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services .services-content {
    padding: 30px 20px;
}

.single-services .services-content h3 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
}

.single-services .services-content p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services:hover, .single-services:focus {
    background: #3f3e40;
}

.single-services:hover .services-image img, .single-services:focus .services-image img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.single-services:hover .services-image::before, .single-services:focus .services-image::before {
    opacity: .70;
    visibility: visible;
}

.single-services:hover .services-image .icon, .single-services:focus .services-image .icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.single-services:hover .services-content h3, .single-services:hover .services-content p, .single-services:focus .services-content h3, .single-services:focus .services-content p {
    color: #ffffff;
}

/*================================================
Who We Are CSS
=================================================*/
.who-we-are {
    position: relative;
    padding-bottom: 70px;
    z-index: 1;
}

.who-we-are.bg-image {
    background-image: url(../../uploads/backgraounds/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.who-we-are .section-title {
    text-align: right;
    margin-bottom: 0;
}

.who-we-are .section-title p {
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
}

.who-we-are .content p {
    margin-bottom: 0;
}

.who-we-are .content ul {
    padding: 0;
    list-style-type: none;
    margin: 10px 0 0;
    overflow: hidden;
}

.who-we-are .content ul li {
    color: #828893;
    margin-top: 10px;
    float: right;
    width: 45%;
    padding-right: 17px;
    font-weight: 600;
    position: relative;
}

.who-we-are .content ul li::before {
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #efcb0b;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/*================================================
Skill CSS
=================================================*/
.skill-image {
    width: 100%;
    height: 100%;
    background-image: url(../../uploads/about3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.skill-image img {
    display: none;
}

.skill-content {
    background-color: #efcb0b;
    padding-right: 100px;
    padding-left: 100px;
}

.skill-content .section-title {
    text-align: right;
    margin-bottom: 35px;
}

.skill-content .section-title span {
    color: #ffffff;
    opacity: .95;
}

.skill-content .section-title h2 {
    color: #ffffff;
}

.skill-content .section-title h2 b {
    background: -webkit-gradient(linear, right top, right bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #3f3e40));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #3f3e40 80%);
}

.skill-content .section-title p {
    margin-right: 0;
    margin-left: 0;
    color: #ffffff;
    opacity: .95;
}

.skill-content .skills {
    position: relative;
}

.skill-content .skills .skill-item {
    position: relative;
    margin-bottom: 25px;
}

.skill-content .skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 10px;
}

.skill-content .skills .skill-item .skill-header .skill-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}

.skill-content .skills .skill-item .skill-header .skill-percentage {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.skill-content .skills .skill-item:last-child {
    margin-bottom: 0;
}

.skill-content .skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
}

.skill-content .skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    border-top: 3px solid #3f3e40;
    border-bottom: 3px solid #3f3e40;
    border-radius: 30px;
}

.skill-content .skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 6px;
    background: #ffffff;
    -webkit-transition: all 2000ms ease;
    transition: all 2000ms ease;
    border-radius: 30px;
    margin-top: -3px;
}

/*================================================
Why We Different CSS
=================================================*/
.why-we-different {
    position: relative;
    z-index: 1;
}

.why-we-different.bg-image {
    background-image: url(../../uploads/backgraounds/bg2.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tab .tabs {
    list-style-type: none;
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}

.tab .tabs li {
    display: inline-block;
    margin: 0 5px;
}

.tab .tabs li a {
    color: #3f3e40;
    padding: 15px 30px;
    background: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 600;
}

.tab .tabs li a:hover, .tab .tabs li a:focus {
    background: #efcb0b;
    color: #ffffff;
    border-color: #efcb0b;
}

.tab .tabs li.current a {
    background: #efcb0b;
    color: #ffffff;
    border-color: #efcb0b;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.tab .tabs_item .tabs_item_content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tab .tabs_item .tabs_item_content p {
    margin-bottom: 0;
}

.tab .tabs_item .tabs_item_content ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
    overflow: hidden;
}

.tab .tabs_item .tabs_item_content ul li {
    color: #3f3e40;
    font-size: 18px;
    margin-bottom: 10px;
    float: right;
    width: 45%;
    padding-right: 17px;
    font-weight: 600;
    position: relative;
}

.tab .tabs_item .tabs_item_content ul li:last-child {
    margin-bottom: 0;
}

.tab .tabs_item .tabs_item_content ul li::before {
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #efcb0b;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/*================================================
Portfolio CSS
=================================================*/
.portfolio-area {
    position: relative;
    padding-bottom: 70px;
    z-index: 1;
}

.portfolio-area.bg-image {
    background-image: url(../../uploads/backgraounds/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shorting-menu {
    text-align: center;
    margin-bottom: 40px;
}

.shorting-menu .filter {
    border: none;
    margin: 0 15px;
    position: relative;
    font-weight: 600;
    outline: 0 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.shorting-menu .filter::before {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #bbbbbb;
    content: '';
    position: absolute;
    right: -22px;
    top: 50%;
    width: 10px;
    margin-top: -4px;
    height: 10px;
}

.shorting-menu .filter::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 2px;
    z-index: -1;
    background: #3f3e40;
    right: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.shorting-menu .filter:first-child::before {
    display: none;
}

.shorting-menu .filter:hover, .shorting-menu .filter:focus, .shorting-menu .filter.active {
    color: #efcb0b;
}

.shorting-menu .filter:hover::after, .shorting-menu .filter:focus::after, .shorting-menu .filter.active::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
}

.shorting .mix {
    display: none;
}

.single-work {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.single-work a.popup-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.single-work .work-image {
    position: relative;
}

.single-work .work-image img {
    height: 350px;
    width: 100% !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-work .work-image .work-overlay {
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.single-work .work-image .work-overlay::before {
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50%;
    background: rgba(0, 0, 0, 0.8);
    left: -100%;
}

.single-work .work-image .work-overlay::after {
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    height: 50%;
    width: 100%;
    right: -100%;
}

.single-work .work-image .work-overlay h3 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 30px;
    text-align: center;
    right: 25px;
    margin: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
    font-weight: 600;
    z-index: 2;
}

.single-work .work-image .work-overlay h3::before {
    content: '';
    background: #3f3e40;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 100%;
    top: 0;
    left: auto;
}

.single-work .work-image .work-overlay span {
    color: transparent;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 62px;
    display: block;
    right: 25px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

.single-work .work-image .work-overlay span::before {
    content: '';
    background: #ffffff;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 100%;
}

.single-work:hover .work-image img, .single-work:focus .work-image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single-work:hover .work-image .work-overlay::before, .single-work:focus .work-image .work-overlay::before {
    left: 0;
    opacity: 1;
    width: 100%;
    height: 50%;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.single-work:hover .work-image .work-overlay::after, .single-work:focus .work-image .work-overlay::after {
    right: 0;
    opacity: 1;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.single-work:hover .work-image .work-overlay span, .single-work:focus .work-image .work-overlay span {
    color: #ffffff;
}

.single-work:hover .work-image .work-overlay span::before, .single-work:focus .work-image .work-overlay span::before {
    left: -100%;
}

.single-work:hover .work-image .work-overlay h3, .single-work:focus .work-image .work-overlay h3 {
    color: #ffffff;
}

.single-work:hover .work-image .work-overlay h3::before, .single-work:focus .work-image .work-overlay h3::before {
    right: -100%;
}

/*================================================
Fun Facts CSS
=================================================*/
.funfacts-area {
    position: relative;
    z-index: 1;
}

.funfacts-area.bg-image {
    background-image: url(../../uploads/backgraounds/overlay.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.funfacts-area .section-title {
    margin-bottom: 0;
    text-align: right;
}

.funfacts-area .section-title p {
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
}

.counter-wrap .single-counter {
    padding-right: 125px;
    position: relative;
    margin-right: 40px;
    margin-bottom: 30px;
}

.counter-wrap .single-counter h2 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 45px;
    font-weight: 600;
    color: #efcb0b;
    margin: 0;
    background: #404040;
    padding: 10px;
}

.counter-wrap .single-counter h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.counter-wrap .single-counter p {
    margin-bottom: 0;
}

.counter-wrap .single-counter:last-child {
    margin-bottom: 0;
}

.counter-wrap .odometer-formatting-mark {
    display: none;
}

/*funfacts-style-two*/
.funfacts-area-two {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(../../uploads/backgraounds/funfacts-bg.jpg);
}

.funfacts-area-two::before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3f3e40;
    position: absolute;
    content: '';
    opacity: .80;
}

.single-funfact {
    text-align: center;
}

.single-funfact i {
    color: #efcb0b;
    font-size: 40px;
}

.single-funfact .odometer-formatting-mark {
    display: none;
}

.single-funfact h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 25px 0 6px;
    display: block !important;
    color: #ffffff;
}

.single-funfact p {
    color: #ffffff;
    opacity: .88;
}

/*================================================
Team CSS
=================================================*/
.team-area {
    position: relative;
    z-index: 1;
}

.team-area.bg-image {
    background-image: url(../../uploads/backgraounds/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-box {
    max-width: 350px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: hidden;
    position: relative;
}

.team-box::before {
    content: "";
    display: block;
    border: 10px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.team-box::after {
    content: "";
    display: block;
    border: 5px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.team-box img {
    width: 100%;
    height: 500px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}


.team-box .box-content {
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-box .box-content .box-inner-content {
    width: 100%;
    padding: 20px;
    opacity: 0;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-box .box-content .box-inner-content .title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.team-box .box-content .box-inner-content .post {
    display: block;
    margin-top: 6px;
    color: #efcb0b;
}

.team-box .box-content .box-inner-content ul {
    padding: 0;
    list-style-type: none;
    margin: 15px 0 0;
}

.team-box .box-content .box-inner-content ul li {
    display: inline-block;
    margin: 0 1px;
}

.team-box .box-content .box-inner-content ul li a {
    width: 40px;
    height: 40px;
    line-height: 39px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    color: #828893;
}

.team-box .box-content .box-inner-content ul li a:hover, .team-box .box-content .box-inner-content ul li a:focus {
    background-color: #efcb0b;
    color: #ffffff;
    border-color: #efcb0b;
}

.team-box:hover::before, .team-box:focus::before {
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.team-box:hover::after, .team-box:focus::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.team-box:hover img, .team-box:focus img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.team-box:hover .box-content, .team-box:focus .box-content {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
}

.team-box:hover .box-content .box-inner-content, .team-box:focus .box-content .box-inner-content {
    opacity: 1;
}

.team-slides.owl-theme .owl-nav {
    margin-top: 0;
    line-height: .01;
}

.team-slides.owl-theme .owl-nav [class*=owl-] ,.diaper-features-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    margin: 0;
    font-size: 20px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 40px;
    opacity: 0;
    visibility: hidden;
    height: 40px;
    background-color: #828893;
    line-height: 40px;
    color: #ffffff;
}

.team-slides.owl-theme .owl-nav [class*=owl-].owl-next ,.diaper-features-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: auto;
    left: 0;
}

.team-slides.owl-theme .owl-nav [class*=owl-]:hover, .team-slides.owl-theme .owl-nav [class*=owl-]:focus,.diaper-features-slides.owl-theme .owl-nav [class*=owl-]:hover, .diaper-features-slides.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: #efcb0b;
    color: #ffffff;
}

.team-slides.owl-theme:hover .owl-nav [class*=owl-], .team-slides.owl-theme:focus .owl-nav [class*=owl-] ,.diaper-features-slides.owl-theme:hover .owl-nav [class*=owl-], .diaper-features-slides.owl-theme:focus .owl-nav [class*=owl-] {
    right: -25px;
    opacity: 1;
    visibility: visible;
}

.team-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .team-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next ,.diaper-features-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .diaper-features-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    right: auto;
    left: -25px;
}

/*================================================
Story CSS
=================================================*/
.story-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.story-area::before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    content: '';
    opacity: .77;
}

.story-content {
    max-width: 520px;
    margin: 0 auto;
}

.story-content .section-title {
    margin-bottom: 0;
}

.story-content .section-title h2 {
    color: #ffffff;
    line-height: 48px;
    margin-bottom: 35px;
}

.story-content .video-btn {
    display: inline-block;
}

.story-content .video-btn i {
    width: 70px;
    display: inline-block;
    height: 70px;
    line-height: 72px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    color: #efcb0b;
    font-size: 25px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.story-content .video-btn i::after {
    z-index: -1;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.story-content .video-btn:hover i, .story-content .video-btn:focus i {
    background-color: #efcb0b;
    color: #ffffff;
}

/*================================================
Pricing CSS
=================================================*/
.tab-slider-nav {
    text-align: center;
    margin-bottom: 40px;
}

.tab-slider-nav .tab-slider-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-slider-nav .tab-slider-tabs .tab-slider-trigger {
    font-weight: 600;
    font-size: 14px;
    color: #828893;
    text-transform: uppercase;
    background-color: #ffffff;
    margin: 0 -2px;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    border-bottom: 3px solid #efcb0b;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tab-slider-nav .tab-slider-tabs .tab-slider-trigger.active, .tab-slider-nav .tab-slider-tabs .tab-slider-trigger:hover, .tab-slider-nav .tab-slider-tabs .tab-slider-trigger:focus {
    color: #ffffff;
    background: #efcb0b;
}

.pricing-table {
    text-align: center;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.pricing-table .pricing-header {
    padding: 30px 20px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
}

.pricing-table .pricing-header::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #efcb0b;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: hidden;
}

.pricing-table .price {
    font-size: 40px;
    font-weight: 900;
    color: #efcb0b;
    margin-top: 25px;
    margin-bottom: 25px;
}

.pricing-table .price sup {
    font-size: 22px;
    top: -20px;
}

.pricing-table .pricing-features {
    padding: 0;
    margin: 0 0 35px;
    list-style-type: none;
}

.pricing-table .pricing-features li {
    color: #828893;
    margin-bottom: 13px;
}

.pricing-table .pricing-features li:last-child {
    margin-bottom: 0;
}

.pricing-table.active .pricing-header, .pricing-table:hover .pricing-header {
    border-color: #efcb0b;
    color: #ffffff;
}

.pricing-table.active .pricing-header::before, .pricing-table:hover .pricing-header::before {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

/*================================================
Testimonial CSS
=================================================*/
.testimonial-area {
    position: relative;
    z-index: 1;
}

.testimonial-area.bg-image {
    background-image: url(../../uploads/backgraounds/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-item {
    max-width: 540px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    border-right: 3px solid #3f3e40;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 30px 125px 30px 20px;
    margin-bottom: 30px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.testimonial-item::after, .testimonial-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -17px;
    border-top: 25px solid #efcb0b;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}

.testimonial-item::before {
    bottom: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.testimonial-item::after {
    top: -4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.testimonial-item .client-image {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 20px;
}

.testimonial-item .client-image img {
    border-radius: 50%;
}

.testimonial-item .testimonial-content .client-info {
    margin-top: 20px;
}

.testimonial-item .testimonial-content .client-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.testimonial-item .testimonial-content .client-info span {
    display: block;
    color: #efcb0b;
    margin-top: 7px;
}

.testimonial-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
    line-height: .01;
}

.testimonial-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border: 1px solid #dfdfdf;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    position: relative;
}

.testimonial-slides.owl-theme .owl-dots .owl-dot:hover, .testimonial-slides.owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.testimonial-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonial-slides.owl-theme .owl-dots .owl-dot:focus span {
    background: #efcb0b;
    border-color: #efcb0b;
}

.testimonial-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #efcb0b;
    border-color: #efcb0b;
}

/*================================================
Call To Action CSS
=================================================*/
.call-to-action {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(../../uploads/backgraounds/call-to-action-bg.jpg);
}

.call-to-action::before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3f3e40;
    position: absolute;
    content: '';
    opacity: .77;
}

.call-to-action-content {
    max-width: 520px;
    margin: 0 auto;
}

.call-to-action-content .section-title {
    margin-bottom: 0;
}

.call-to-action-content .section-title h2 {
    color: #ffffff;
    line-height: 48px;
}

.call-to-action-content p {
    color: #ffffff;
}

.call-to-action-content .btn {
    background-color: #ffffff;
    margin-top: 25px;
}

.call-to-action-content .btn:hover, .call-to-action-content .btn:focus, .call-to-action-content .btn.active {
    background-color: #ffffff;
    color: #3f3e40;
}

/*================================================
FAQ CSS
=================================================*/
.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.accordion .accordion-item {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    display: block;
    margin-bottom: 15px;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-title {
    display: block;
    color: #3f3e40;
    padding: 12px 35px 12px 15px;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}

.accordion .accordion-item .accordion-title:hover, .accordion .accordion-item .accordion-title.active, .accordion .accordion-item .accordion-title:focus {
    color: #ffffff;
    background-color: #efcb0b;
}

.accordion .accordion-item .accordion-title i {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .accordion-item .accordion-title.active i::before {
    content: "\ef9a";
}

.accordion .accordion-content {
    display: none;
    padding: 15px;
}

.accordion .accordion-content.show {
    display: block;
}

.faq-image {
    width: 100%;
    height: 100%;
    background-image: url(../../uploads/faq.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-image img {
    display: none;
}

/*================================================
Blog CSS
=================================================*/
.blog-area {
    position: relative;
    z-index: 1;
}

.blog-area.bg-image {
    background-image: url(../../uploads/backgraounds/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-blog-post {
    max-width: 350px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
    background-color: #f6f6f6;
}

.single-blog-post .blog-image {
    position: relative;
    overflow: hidden;
}

.single-blog-post .blog-image a {
    display: block;
}

.single-blog-post .blog-image a img {
    height: 250px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-post .blog-image .post-tag {
    position: absolute;
    right: 0;
    top: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-post .blog-image .post-tag a {
    background: #efcb0b;
    color: #ffffff;
    padding: 9px 28px;
}

.single-blog-post .blog-post-content {
    padding: 25px;
}

.single-blog-post .blog-post-content .date {
    color: #efcb0b;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-post .blog-post-content h3 {
    margin-top: 13px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 600;
}

.single-blog-post .blog-post-content h3 a {
    color: #3f3e40;
}

.single-blog-post .blog-post-content h3 a:hover, .single-blog-post .blog-post-content h3 a:focus {
    color: #efcb0b;
}

.single-blog-post .blog-post-content p {
    margin-bottom: 18px;
}

.single-blog-post .read-more-btn {
    position: relative;
    font-weight: 500;
    color: #efcb0b;
    margin-right: 70%;
}

.single-blog-post .read-more-btn:hover {
    color: #efcb0b;
    letter-spacing: 1px;
}

.single-blog-post:hover .blog-image a img, .single-blog-post:focus .blog-image a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-blog-post:hover .blog-image .post-tag, .single-blog-post:focus .blog-image .post-tag {
    top: 50px;
}

.single-blog-post:hover .blog-image .post-tag a, .single-blog-post:focus .blog-image .post-tag a {
    background: #efcb0b;
    color: #ffffff;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
    line-height: .01;
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border: 1px solid #dfdfdf;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    position: relative;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover, .blog-slides.owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover span, .blog-slides.owl-theme .owl-dots .owl-dot:focus span {
    background: #efcb0b;
    border-color: #efcb0b;
}

.blog-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #efcb0b;
    border-color: #efcb0b;
}

/*================================================
Partner CSS
=================================================*/
.partner-area {
    background-color: #ffffff;
}

.partner-item {
    max-width: 198px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    background: #f6f6f6;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 5px !important;
}

.partner-item::before, .partner-item::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.partner-item::before {
    border-right: 3px solid #efcb0b;
    border-top: 3px solid #efcb0b;
    right: 0;
    top: 0;
}

.partner-item::after {
    border-left: 3px solid #efcb0b;
    border-bottom: 3px solid #efcb0b;
    left: 0;
    bottom: 0;
}



.partner-item img {
    
    
    height: 130px !important;
    display: inline-block !important;
    width: 100% !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.partner-item:hover::after, .partner-item:hover::before, .partner-item:focus::after, .partner-item:focus::before {
    width: 40px;
    height: 40px;
    opacity: 1;
    visibility: visible;
}

.partner-item:hover a img, .partner-item:focus a img {
    opacity: .66;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
    background-image: url(../../uploads/backgraounds/pattern.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
    text-align: center;
}

.newsletter {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
}

.newsletter h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 500;
}

.newsletter h2 b {
    font-weight: 600 !important;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #efcb0b));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #efcb0b80%);
    background-size: 90px 1.5em !important;
}

.newsletter form {
    position: relative;
}

.newsletter form .form-control {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
    height: 75px;
    border-radius: 50px;
    padding-right: 20px;
    font-size: 17px;
}

.newsletter form button {
    position: absolute;
    left: 7px;
    border-radius: 30px;
    top: 7px;
    height: 60px;
    width: 175px;
    background: #efcb0b;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.newsletter form button:hover, .newsletter form button:focus {
    background-color: #3f3e40;
    color: #ffffff;
}

.newsletter form .validation-danger {
    margin-top: 20px;
    color: red;
}

.newsletter form .validation-success {
    margin-top: 20px;
}

/*================================================
Contact CSS
=================================================*/
.contact-area {
    position: relative;
    z-index: 1;
}

.contact-area.bg-image {
    background-image: url(../../uploads/backgraounds/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#map {
    height: 282px;
    width: 100%;
}

.contact-info {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 30px;
    border-top: 3px solid #efcb0b;
    border-bottom: 3px solid #efcb0b;
}

.contact-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.contact-info ul li {
    position: relative;
    padding-right: 60px;
    font-weight: 600;
    margin-bottom: 34px;
    color: #828893;
}

.contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-info ul li a {
    color: #828893;
}

.contact-info ul li a:hover, .contact-info ul li a:focus {
    color: #efcb0b;
}

.contact-info ul li i {
    position: absolute;
    right: 0;
    top: 50%;
    color: #efcb0b;
    font-size: 19px;
    background: #f6f6f6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-info ul li:hover i, .contact-info ul li:focus i {
    background-color: #efcb0b;
    color: #ffffff;
}

.contact-form {
    border-top: 3px solid #efcb0b;
    border-bottom: 3px solid #efcb0b;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background-color: #ffffff;
    padding: 35px 25px;
}

.contact-form h2 {
    margin-bottom: 27px;
    font-size: 22px;
    font-weight: 600;
}

.contact-form .btn {
    margin-top: 12px;
}

.contact-form .has-error ul {
    padding: 0;
    margin: 10px 0 0;
    list-style-type: none;
}

.contact-form .has-error ul li {
    color: red;
}

.contact-form #msgSubmit {
    margin: 0;
}

.contact-form .text-danger {
    margin: 15px 0 0 !important;
    font-size: 20px;
    font-weight: 600;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 120px;
}

.page-title-area::before {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(13, 15, 20, 0.75);
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
}

.page-title-area h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
    margin-top: 30px;
}

.pagination-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pagination-area ul li a {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 0 !important;
    text-align: center;
    line-height: 40px;
    color: #3f3e40;
    font-size: 17px;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border: none;
}

.pagination-area ul li a.active, .pagination-area ul li a:hover, .pagination-area ul li a:focus {
    background: #efcb0b;
    color: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

/*================================================
Sidebar CSS
=================================================*/
.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.sidebar .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: #efcb0b;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sidebar .widget:hover .widget-title::before, .sidebar .widget:focus .widget-title::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar .widget.widget_search {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    padding: 15px;
}

.sidebar .widget.widget_search form {
    position: relative;
}

.sidebar .widget.widget_search form .form-control {
    background: transparent;
}

.sidebar .widget.widget_search form button {
    position: absolute;
    left: 5px;
    top: 0;
    height: 100%;
    border: none;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: transparent;
    color: #efcb0b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sidebar .widget.widget_search form button:hover, .sidebar .widget.widget_search form button:focus {
    color: #3f3e40;
}

.sidebar .widget.widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar .widget.widget_categories ul li {
    position: relative;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
}

.sidebar .widget.widget_categories ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #efcb0b;
    margin-top: -5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sidebar .widget.widget_categories ul li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_categories ul li a {
    color: #828893;
}

.sidebar .widget.widget_categories ul li a:hover {
    color: #efcb0b;
}

.sidebar .widget.widget_categories ul li:hover::before {
    border-radius: 50%;
}

.sidebar .widget.widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar .widget.widget_recent_entries ul li {
    position: relative;
    padding-right: 100px;
    margin-bottom: 15px;
}

.sidebar .widget.widget_recent_entries ul li a {
    display: block;
}

.sidebar .widget.widget_recent_entries ul li a img {
    position: absolute;
    right: 0;
    top: 3px;
    height: 65px;
}

.sidebar .widget.widget_recent_entries ul li h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 3px;
}

.sidebar .widget.widget_recent_entries ul li h5 a {
    color: #3f3e40;
    display: inline-block;
}

.sidebar .widget.widget_recent_entries ul li h5 a:hover, .sidebar .widget.widget_recent_entries ul li h5 a:focus {
    color: #efcb0b;
}

.sidebar .widget.widget_recent_entries ul li p {
    font-size: 14px;
}

.sidebar .widget.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
    font-size: 15px !important;
    border: 1px dashed #eeeeee;
    padding: 7px 20px;
    margin-top: 6px;
    color: #828893;
    display: inline-block;
}

.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background: #efcb0b;
    color: #ffffff;
    border-color: #efcb0b;
}

.sidebar .widget.widget_archive ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar .widget.widget_archive ul li {
    position: relative;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
}

.sidebar .widget.widget_archive ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #efcb0b;
    margin-top: -5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sidebar .widget.widget_archive ul li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_archive ul li a {
    color: #828893;
    display: inline-block;
}

.sidebar .widget.widget_archive ul li a:hover {
    color: #efcb0b;
}

.sidebar .widget.widget_archive ul li:hover::before {
    border-radius: 50%;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details .post-image {
    margin-bottom: 35px;
}

.blog-details h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}

.blog-details .blog-meta ul {
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}

.blog-details .blog-meta ul li {
    display: inline-block;
    position: relative;
    color: #828893;
    font-size: 14px;
    margin-right: 9px;
    margin-left: 9px;
}

.blog-details .blog-meta ul li i {
    margin-left: 4px;
    color: #efcb0b;
}

.blog-details .blog-meta ul li::before {
    width: 2px;
    height: 14px;
    background: #828893;
    right: -10px;
    top: 50%;
    position: absolute;
    content: '';
    margin-top: -6px;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
}

.blog-details .blog-meta ul li a {
    display: inline-block;
    color: #828893;
}

.blog-details .blog-meta ul li a:hover, .blog-details .blog-meta ul li a:focus {
    color: #efcb0b;
}

.blog-details .blog-meta ul li:last-child {
    margin-left: 0;
}

.blog-details .blog-meta ul li:first-child {
    margin-right: 0;
}

.blog-details .blog-meta ul li:first-child::before {
    display: none;
}

.blog-details p {
    margin-top: 15px;
    margin-bottom: 0;
}

.blog-details p:last-child {
    margin-bottom: 0;
}

.blog-details blockquote, .blog-details .blockquote {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 35px 100px 35px 20px;
    position: relative;
    border-right: 5px solid #efcb0b;
    margin-top: 25px;
    margin-bottom: 25px;
}

.blog-details blockquote::before, .blog-details .blockquote::before {
    font-family: IcoFont !important;
    position: absolute;
    content: "\efcd";
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 55px;
    color: #efcb0b;
}

.blog-details blockquote p, .blog-details .blockquote p {
    color: #3f3e40;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.post-tag-media {
    background-color: #f5f7fb;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.post-tag-media ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.post-tag-media ul li {
    display: inline-block;
}

.post-tag-media ul li span {
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
}

.post-tag-media ul li a {
    color: #828893;
    margin-left: 4px;
}

.post-tag-media ul li a:hover, .post-tag-media ul li a:focus {
    color: #efcb0b;
}

.post-tag-media ul.social-share {
    text-align: left;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.comments-area .comment-reply-title {
    margin-bottom: 8px;
}

.comments-area ol, .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area ol li ol li, .comments-area ol li ul li, .comments-area ul li ol li, .comments-area ul li ul li {
    margin-top: 15px;
    margin-right: 35px;
    margin-bottom: 15px;
}

.comments-area ol li .comment-body, .comments-area ul li .comment-body {
    background: #f7f7ff;
    padding: 25px 20px;
    position: relative;
}

.comments-area ol li .comment-body .comment-meta, .comments-area ul li .comment-body .comment-meta {
    position: relative;
    padding-right: 85px;
    padding-top: 8px;
}

.comments-area ol li .comment-body .comment-meta .comment-author img, .comments-area ul li .comment-body .comment-meta .comment-author img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    max-width: 68px;
}

.comments-area ol li .comment-body .comment-meta .comment-author .fn, .comments-area ul li .comment-body .comment-meta .comment-author .fn {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.comments-area ol li .comment-body .comment-meta .comment-author .says, .comments-area ul li .comment-body .comment-meta .comment-author .says {
    display: none;
}

.comments-area ol li .comment-body .comment-meta .comment-metadata a, .comments-area ul li .comment-body .comment-meta .comment-metadata a {
    display: inline-block;
    color: #828893;
    font-size: 14px;
}

.comments-area ol li .comment-body .comment-meta .comment-metadata a:hover, .comments-area ol li .comment-body .comment-meta .comment-metadata a:focus, .comments-area ul li .comment-body .comment-meta .comment-metadata a:hover, .comments-area ul li .comment-body .comment-meta .comment-metadata a:focus {
    color: #efcb0b;
}

.comments-area ol li .comment-body .comment-content, .comments-area ul li .comment-body .comment-content {
    margin-top: 25px;
}

.comments-area ol li .comment-body .reply, .comments-area ul li .comment-body .reply {
    position: absolute;
    left: 30px;
    top: 30px;
}

.comments-area ol li .comment-body .reply a, .comments-area ul li .comment-body .reply a {
    display: inline-block;
    background: #3f3e40;
    padding: 5px 15px;
    color: #ffffff;
}

.comments-area ol li .comment-body .reply a:hover, .comments-area ol li .comment-body .reply a:focus, .comments-area ul li .comment-body .reply a:hover, .comments-area ul li .comment-body .reply a:focus {
    background: #efcb0b;
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-notes {
    font-size: 14px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment input, .comments-area .comment-respond .comment-form-comment textarea, .comments-area .comment-respond .comment-form-author input, .comments-area .comment-respond .comment-form-author textarea, .comments-area .comment-respond .comment-form-email input, .comments-area .comment-respond .comment-form-email textarea, .comments-area .comment-respond .comment-form-url input, .comments-area .comment-respond .comment-form-url textarea {
    display: block;
    width: 100%;
    height: 45px;
    outline: 0 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #eeeeee;
    padding: 15px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comments-area .comment-respond .comment-form-comment input:focus, .comments-area .comment-respond .comment-form-comment textarea:focus, .comments-area .comment-respond .comment-form-author input:focus, .comments-area .comment-respond .comment-form-author textarea:focus, .comments-area .comment-respond .comment-form-email input:focus, .comments-area .comment-respond .comment-form-email textarea:focus, .comments-area .comment-respond .comment-form-url input:focus, .comments-area .comment-respond .comment-form-url textarea:focus {
    border-color: #efcb0b;
}

.comments-area .comment-respond .comment-form-comment textarea, .comments-area .comment-respond .comment-form-author textarea, .comments-area .comment-respond .comment-form-email textarea, .comments-area .comment-respond .comment-form-url textarea {
    height: auto;
}

.comments-area .comment-respond .form-submit input {
    display: inline-block;
    background: #efcb0b;
    border: none;
    color: #ffffff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 600;
    outline: 0 !important;
    margin-top: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
    background: #3f3e40;
    -webkit-box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
    box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
}

/*================================================
404 Error CSS
=================================================*/
.error-content {
    margin: 0 auto;
    max-width: 650px;
}

.error-content .search-form {
    position: relative;
    margin-top: 45px;
}

.error-content .search-form .search-field {
    display: block;
    width: 100%;
    height: 50px;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-right: 15px;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid #eeeeee;
}

.error-content .search-form .search-submit {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 110px;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: none;
    background: #efcb0b;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.error-content .search-form .search-submit:hover, .error-content .search-form .search-submit:focus {
    background-color: #3f3e40;
    color: #ffffff;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
    background-color: #3f3e40;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-area p {
    color: #ffffff;
    font-family: 'ArabFontMedium', sans-serif !important;
    font-weight: 500;
}

.footer-area p .icofont-heart {
    color: red;
}

.footer-area p a {
    display: inline-block;
    color: #ffffff;
}

.footer-area p a:hover, .footer-area p a:focus {
    color: #efcb0b;
}

.footer-area ul {
    text-align: left;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.footer-area ul li {
    display: inline-block;
    margin-right: 2px;
}

.footer-area ul li a {
    height: 40px;
    font-size: 16px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #3f3e40;
    border-radius: 50%;
    background: #ffffff;
}

.footer-area ul li a:hover, .footer-area ul li a:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #efcb0b;
    color: #ffffff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    left: 15px;
    font-size: 25px;
    color: #ffffff;
    background-color: #3f3e40;
    z-index: 4;
    display: none;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background: #efcb0b;
}
/*fixed quote*/
#fixed-quote {
    background: #efcb0b;
    color: #ffffff;
    top: 101px;
    font-family: 'Cairo', sans-serif !important;
    padding: 5px;
    position: fixed;
    left: -400px;
    transition: all 1s ease 0s;
    z-index: 999;
    width: 400px;
    text-align: center;
}

#fixed-quote:hover {
    left: 0
}

#fixed-quote:hover > #quote-box {
    left: 400px
}

#quote-box {
    color: #ffffff;
    background: transparent !important;
    top:501px;
    position: fixed;
    left: -60px;
    text-align: center;
    transition: all 1s ease 0s;
    width: 150px;
    z-index: 999;
}

#quote-box i {
    margin: 19px auto;
    font-size: 1.5rem;
}
/*# sourceMappingURL=style-rtl.css.map */
/*================================================
Page Title CSS
=================================================*/
.page-title-area {
    /*padding-top: 250px;*/
    padding-bottom: 1px;
    z-index: 1;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
    margin-top:100px;
}

.page-title-area::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background:rgba(0, 0, 0, 0.75);
    opacity: .75;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-title-area h1 {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

.page-title-area h1::before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    background: #efcb0b;
    width: 66px;
    height: 100%;
    z-index: -1;
    -webkit-clip-path: polygon(0 90%, 0 10%, 110% 0%, 100% 100%);
    clip-path: polygon(0 90%, 0 10%, 110% 0%, 100% 100%);
}

.page-title-area ul {
    padding: 0;
    font-size: 18px;
    margin: 75px 0 0;
    list-style-type: none;
    text-align: right;
}

.page-title-area ul li {

    background: #3f3e40;
    border-radius: 15px 0 0;
    padding: 0px 10px 5px 15px;
    display: inline-block;
    margin-left: 15px;
    color: #efcb0b;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.page-title-area ul li a {
    display: block;
    color: #ffffff;
}

.page-title-area ul li a:hover, .page-title-area ul li a:focus {
    color: #efcb0b;
}

.page-title-area ul li a i {
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.page-title-area ul li a i::before {
    font-size: 12px;
}

.page-title-area ul li::before {
    content: '';
    position: absolute;
    right: -11px;
    top: 4px;
    width: 2px;
    height: 14px;
    background: #ffffff;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
}

.page-title-area ul li:first-child::before {
    display: none;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-area {
    position: relative;
    background-color: #f7f7f7 !important;
}

.blog-details-area .blog-details .article-img {
    position: relative;
    border-bottom: 1px solid #eee;
}

.blog-details-area .blog-details .article-img .date {
    position: absolute;
    bottom: 15px;
    width: auto;
    right: 15px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    background: #efcb0b;
    color: #ffffff;
    border-radius: 5px;
    line-height: 0px;
    padding: 1rem;
}

.blog-details-area .post-controls-buttons {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #eee;
}

.blog-details-area .post-controls-buttons .btn {
    font-size: 13px;
}

/* Widget Sidebar */
.sidebar {
    padding-right: 15px;
}

.sidebar .widget {
    margin-top: 30px;
}

.sidebar .widget:first-child {
    margin-top: 0;
}

.sidebar .widget {
    padding: 30px 25px;
    border: 1px solid #eee;
}

.sidebar .widget .widget-title {
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}

.sidebar .widget .widget-title a {
    color: #0d1028;
}

.sidebar .widget .widget-title::before {
    content: '';
    background-color: #efcb0b;
    height: 20px;
    right: -26px;
    width: 2px;
    position: absolute;
}

.sidebar .widget ul {
    padding-right: 17px;
    list-style-type: none;
    margin: 0;
}

.sidebar .widget ul li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.8;
}

.sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget ul li::before {
    background-color: #efcb0b;
    height: 7px;
    width: 7px;
    content: '';
    right: -17px;
    top: 9px;
    position: absolute;
}

.sidebar .widget ul li a {
    color: #484848;
}

.sidebar .widget ul li a:hover {
    color: #efcb0b;
}

.sidebar .widget ul li a:hover .post_count {
    border: 1px solid #efcb0b;
}

.sidebar .widget ul li a .post_count {
    position: absolute;
    left: 0;
    border: 1px solid #eee;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

.sidebar .nice-select {
    height: 45px;
    padding: 12px 15px 10px;
    font-size: 14px;
}

.sidebar .nice-select .list {
    padding: 0;
}

.sidebar .nice-select .list .option {
    min-height: 25px;
    text-transform: capitalize;
}

.sidebar select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    color: #484848;
    font-size: 15px;
    padding: 8px 15px;
}

.sidebar .widget_categories ul li a {
    text-transform: capitalize;
}

.sidebar .widget_categories ul li .children {
    margin-top: 5px;
}

.sidebar .widget_pages ul li.page_item_has_children > a {
    margin-bottom: 10px;
    display: inline-block;
}

.sidebar .widget_pages ul li a {
    text-transform: capitalize;
}

.sidebar .widget_rss ul li {
    margin-bottom: 20px;
}

.sidebar .widget_rss ul li::before {
    top: 10px;
}

.sidebar .widget_rss ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget_rss ul li .rsswidget {
    display: block;
    color: #222222;
    font-weight: 600;
    font-size: 15px;
}

.sidebar .widget_rss ul li .rss-date {
    color: #efcb0b;
    font-size: 13px;
    margin: 3px 0 10px;
    display: block;
}

.sidebar .widget_rss ul li .rssSummary {
    color: #484848;
    line-height: 25px;
    font-size: 14px;
}

.sidebar .widget_rss ul li cite {
    font-weight: 500;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #222;
}

.sidebar .tagcloud a {
    border: 1px solid #eee;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px !important;
    color: #555;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    text-transform: capitalize;
}

.sidebar .tagcloud a:hover {
    background-color: #efcb0b;
    color: #fff;
}

.sidebar .widget_text p img {
    margin: 10px 0;
}

.sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 13px;
}

.sidebar .calendar_wrap table {
    margin: 0;
    text-align: center;
}

.sidebar .calendar_wrap table #prev a, .sidebar .calendar_wrap table #next a {
    text-decoration: underline;
    color: #efcb0b;
}

.sidebar .calendar_wrap table #prev a:hover, .sidebar .calendar_wrap table #next a:hover {
    text-decoration: none;
}

.sidebar .calendar_wrap table th, .sidebar .calendar_wrap table td {
    padding: 8px 5px;
}

.sidebar .calendar_wrap table th a, .sidebar .calendar_wrap table td a {
    color: #efcb0b;
}

.sidebar .calendar_wrap table th a:hover, .sidebar .calendar_wrap table td a:hover {
    color: #000;
}

.sidebar .calendar_wrap table td#today {
    background: #efcb0b;
    color: #fff;
}

.sidebar .calendar_wrap table td#today a {
    color: #fff;
}

.sidebar .calendar_wrap caption {
    padding-top: 0;
    color: #6c757d;
    caption-side: top;
    font-weight: 600;
}

.sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

.sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: 500;
    font-size: 14px;
}

.sidebar .widget_recent_comments .recentcomments a {
    font-weight: 500;
}

.sidebar .widget_media_gallery .gallery {
    margin: 0;
}

.sidebar .widget_media_gallery .gallery .gallery-item {
    margin: 0;
}

.sidebar .widget_recent_entries ul li a {
    font-weight: 500;
}

.sidebar .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #767676;
}

.sidebar .widget_induxpro_posts_thumbs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar .widget_induxpro_posts_thumbs ul .padiing-0 {
    padding-right: 0 !important;
}

.sidebar .widget_induxpro_posts_thumbs ul li {
    position: relative;
    padding-right: 100px;
    margin-bottom: 15px;
}

.sidebar .widget_induxpro_posts_thumbs ul li::before {
    display: none;
}

.sidebar .widget_induxpro_posts_thumbs ul li .date {
    font-size: 13px;
    line-height: 1;
    margin-top: 8px;
}

.sidebar .widget_induxpro_posts_thumbs ul li a {
    display: block;
}

.sidebar .widget_induxpro_posts_thumbs ul li a img {
    position: absolute;
    right: 0;
    top: 3px;
    width: 85px;
    height: 65px;
}

.sidebar .widget_induxpro_posts_thumbs ul li h5 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2px;
}

.sidebar .widget_induxpro_posts_thumbs ul li h5 a {
    color: #0d1028;
    display: inline-block;
}

.sidebar .widget_induxpro_posts_thumbs ul li h5 a:hover, .sidebar .widget_induxpro_posts_thumbs ul li h5 a:focus {
    color: #efcb0b;
}

.sidebar .widget_induxpro_posts_thumbs ul li:last-child {
    margin-bottom: 0;
}

.sidebar .post-count {
    float: left;
}

/* End Widget sidebar */
.diaper-feature-box{
    text-align: center !important;
}
.diaper-feature-box img {
    width: 100px !important;
    text-align: center !important;
    border-radius: 100%;
    height: 100px;
    margin: auto !important;
}
/* slider */
.rev_slider .tp-caption{
    background: rgba(0, 0, 0, 0.75);
    padding: 10px !important;
    border: 2px solid #efcb0b!important;
}
.rev_slider .tp-caption h1{
    color: #efcb0b !important;
}
.rev_slider .tp-caption h3 ,.rev_slider .tp-caption p{
    color: #ffffff;
}

/* form */
@media only screen and (max-width: 767px){
    #fixed-quote{
        width: 100%;
    }

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link:hover::before, .navbar-light.is-sticky .navbar-nav .nav-item .nav-link:focus::before, .navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active::before {
    top: auto;
    bottom: -13px;
}
}