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

Template Name: Blogxer | 
Template URL: 
Description: 
Author: Radiustheme.com
Author URL: http://www.radiustheme.com 
Version: 1.0 

===================   
CSS INDEX
===================

1. Typography
2. Bootstrap Overwrite
    2.1 Grid
    2.2 Media Object
3. Vendor Custom Style
    3.1 Owl Carousel Nav Style
4. Page layout
    4.1 Content
    4.2 Footer
    4.3 Global
    4.4 Header Menu
    4.5 Heading Title
    4.6 Pagination
    4.7 Widget
5. Blogxer Style
    5.1 About
    5.2 Blog
    5.3 Coming Soon Page
    5.4 Contact Page Style
    5.5 Error Page Style
    5.6 Instagram Feed Style 
    5.7 News Letter Style  
    5.8 Progress Style 
    5.9 Slider
6. Hepler Classes
    6.1 Background
    6.2 Border
    6.3 Misc
    6.4 Padding
    6.5 Position
    
/*=======================================================================
01. Typography 
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700|Roboto:300,400,500,700,900);

@font-face {
    font-family: "IRANSansDN";
    src: url('../font/iransansdn.ttf') format('truetype');
}

html {
    height: 100%;
    font-size: 62.5%;
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 60%;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 55%;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size: 45%;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 40%;
    }
}

body {
    direction: rtl;
    font-size: 16px;
    font-family: 'IRANSansDN', 'Roboto', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 28px;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #ffffff;
}

p {
    margin: 0 0 20px 0;
    color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'IRANSansDN', 'Poppins', sans-serif;
    margin: 0 0 20px 0;
    color: #111111;
}

h1,
h2 {
    line-height: 36px;
}

h3,
h4,
h5 {
    line-height: 30px;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 28px;
    }
}

h2 {
    font-size: 28px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 22px;
}

@media only screen and (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}
/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/
/*------------------- 2.1 Grid -------------------*/
@media only screen and (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1440px) {
    .container-xl .container {
        max-width: 1400px;
    }
}

@media only screen and (min-width: 1400px) {
    .box-layout .box-layout-child {
        max-width: 1370px;
        margin: 0 auto;
        padding: 0 80px;
        box-shadow: 0px 15px 20px 0px rgba(222, 222, 222, 0.75);
    }
}

.full-width-container .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row.gutters-1 {
    padding-left: 14.5px;
    padding-right: 14.5px;
}

    .row.gutters-1 > [class^="col-"] {
        padding-left: 0.5px;
        padding-right: 0.5px;
    }

.row.gutters-2 {
    padding-left: 14px;
    padding-right: 14px;
}

    .row.gutters-2 > [class^="col-"] {
        padding-left: 1px;
        padding-right: 1px;
    }

.row.gutters-3 {
    padding-left: 13.5px;
    padding-right: 13.5px;
}

    .row.gutters-3 > [class^="col-"] {
        padding-left: 1.5px;
        padding-right: 1.5px;
    }

.row.gutters-4 {
    padding-left: 13px;
    padding-right: 13px;
}

    .row.gutters-4 > [class^="col-"] {
        padding-left: 2px;
        padding-right: 2px;
    }

.row.gutters-5 {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

    .row.gutters-5 > [class^="col-"] {
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

.row.gutters-6 {
    padding-left: 12px;
    padding-right: 12px;
}

    .row.gutters-6 > [class^="col-"] {
        padding-left: 3px;
        padding-right: 3px;
    }

.row.gutters-7 {
    padding-left: 11.5px;
    padding-right: 11.5px;
}

    .row.gutters-7 > [class^="col-"] {
        padding-left: 3.5px;
        padding-right: 3.5px;
    }

.row.gutters-8 {
    padding-left: 11px;
    padding-right: 11px;
}

    .row.gutters-8 > [class^="col-"] {
        padding-left: 4px;
        padding-right: 4px;
    }

.row.gutters-9 {
    padding-left: 10.5px;
    padding-right: 10.5px;
}

    .row.gutters-9 > [class^="col-"] {
        padding-left: 4.5px;
        padding-right: 4.5px;
    }

.row.gutters-10 {
    padding-left: 10px;
    padding-right: 10px;
}

    .row.gutters-10 > [class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.row.gutters-11 {
    padding-left: 9.5px;
    padding-right: 9.5px;
}

    .row.gutters-11 > [class^="col-"] {
        padding-left: 5.5px;
        padding-right: 5.5px;
    }

.row.gutters-12 {
    padding-left: 9px;
    padding-right: 9px;
}

    .row.gutters-12 > [class^="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

.row.gutters-13 {
    padding-left: 8.5px;
    padding-right: 8.5px;
}

    .row.gutters-13 > [class^="col-"] {
        padding-left: 6.5px;
        padding-right: 6.5px;
    }

.row.gutters-14 {
    padding-left: 8px;
    padding-right: 8px;
}

    .row.gutters-14 > [class^="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }

.row.gutters-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

    .row.gutters-15 > [class^="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

.row.gutters-20 {
    padding-left: 5px;
    padding-right: 5px;
}

    .row.gutters-20 > [class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

@media only screen and (min-width: 992px) {
    .row.gutters-40 {
        margin-left: -20px;
        margin-right: -20px;
    }

        .row.gutters-40 > [class^="col-"] {
            padding-left: 20px;
            padding-right: 20px;
        }

    .row.gutters-50 {
        margin-left: -25px;
        margin-right: -25px;
    }

        .row.gutters-50 > [class^="col-"] {
            padding-left: 25px;
            padding-right: 25px;
        }
}

@media only screen and (min-width: 992px) and only screen and (max-width: 991px) {
    .row.gutters-50 {
        margin-left: -15px;
        margin-right: -15px;
    }

        .row.gutters-50 > [class^="col-"] {
            padding-left: 15px;
            padding-right: 15px;
        }
}
/*------------------- 2.2 Media Object -------------------*/
.media-body {
    margin-right: 3rem;
}

    .media-body.space-xl {
        margin-left: 50px;
    }

    .media-body.space-lg {
        margin-left: 40px;
    }

    .media-body.space-md {
        margin-right: 20px;
    }

    .media-body.space-sm {
        margin-left: 15px;
    }

    .media-body.space-xs {
        margin-left: 10px;
    }

    .media-body.media-body-box {
        padding: 20px 20px 20px 3rem;
        margin-left: 0;
    }

        .media-body.media-body-box p {
            margin-bottom: 0;
        }

@media only screen and (max-width: 1199px) {
    .media-none--lg {
        display: block;
    }

        .media-none--lg > div {
            width: 100%;
        }

        .media-none--lg img {
            width: 100%;
        }

            .media-none--lg img.media-img-auto {
                width: auto;
            }

        .media-none--lg .media-body,
        .media-none--lg .media-body.space-xl,
        .media-none--lg .media-body.space-lg,
        .media-none--lg .media-body.space-md,
        .media-none--lg .media-body.space-sm,
        .media-none--lg .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none--lg .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media only screen and (max-width: 991px) {
    .media-none--md {
        display: block;
    }

        .media-none--md > div {
            width: 100%;
        }

        .media-none--md img {
            width: 100%;
        }

            .media-none--md img.media-img-auto {
                width: auto;
            }

        .media-none--md .media-body,
        .media-none--md .media-body.space-xl,
        .media-none--md .media-body.space-lg,
        .media-none--md .media-body.space-md,
        .media-none--md .media-body.space-sm,
        .media-none--md .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none--md .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media only screen and (max-width: 767px) {
    .media-none--sm {
        display: block;
    }

        .media-none--sm > div {
            width: 100%;
        }

        .media-none--sm img {
            width: 100%;
        }

            .media-none--sm img.media-img-auto {
                width: auto;
            }

        .media-none--sm .media-body,
        .media-none--sm .media-body.space-xl,
        .media-none--sm .media-body.space-lg,
        .media-none--sm .media-body.space-md,
        .media-none--sm .media-body.space-sm,
        .media-none--sm .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none--sm .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media only screen and (max-width: 575px) {
    .media-none--xs {
        display: block;
    }

        .media-none--xs > div {
            width: 100%;
        }

        .media-none--xs img {
            width: 100%;
        }

            .media-none--xs img.media-img-auto {
                width: auto;
            }

        .media-none--xs .media-body,
        .media-none--xs .media-body.space-xl,
        .media-none--xs .media-body.space-lg,
        .media-none--xs .media-body.space-md,
        .media-none--xs .media-body.space-sm,
        .media-none--xs .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none--xs .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media only screen and (max-width: 479px) {
    .media-none-mb {
        display: block;
    }

        .media-none-mb > div {
            width: 100%;
        }

        .media-none-mb img {
            width: 100%;
        }

            .media-none-mb img.media-img-auto {
                width: auto;
            }

        .media-none-mb .media-body,
        .media-none-mb .media-body.space-xl,
        .media-none-mb .media-body.space-lg,
        .media-none-mb .media-body.space-md,
        .media-none-mb .media-body.space-sm,
        .media-none-mb .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-mb .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .media-none-lg {
        display: block;
    }

        .media-none-lg > div {
            width: 100%;
        }

        .media-none-lg img {
            width: 100%;
        }

            .media-none-lg img.media-img-auto {
                width: auto;
            }

        .media-none-lg .media-body,
        .media-none-lg .media-body.space-xl,
        .media-none-lg .media-body.space-lg,
        .media-none-lg .media-body.space-md,
        .media-none-lg .media-body.space-sm,
        .media-none-lg .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-lg .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media (min-width: 768px) and (max-width: 991px) {
    .media-none-md {
        display: block;
    }

        .media-none-md > div {
            width: 100%;
        }

        .media-none-md img {
            width: 100%;
        }

            .media-none-md img.media-img-auto {
                width: auto;
            }

        .media-none-md .media-body,
        .media-none-md .media-body.space-xl,
        .media-none-md .media-body.space-lg,
        .media-none-md .media-body.space-md,
        .media-none-md .media-body.space-sm,
        .media-none-md .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-md .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media (min-width: 576px) and (max-width: 767px) {
    .media-none-sm {
        display: block;
    }

        .media-none-sm > div {
            width: 100%;
        }

        .media-none-sm img {
            width: 100%;
        }

            .media-none-sm img.media-img-auto {
                width: auto;
            }

        .media-none-sm .media-body,
        .media-none-sm .media-body.space-xl,
        .media-none-sm .media-body.space-lg,
        .media-none-sm .media-body.space-md,
        .media-none-sm .media-body.space-sm,
        .media-none-sm .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-sm .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}

@media (min-width: 480px) and (max-width: 575px) {
    .media-none-xs {
        display: block;
    }

        .media-none-xs > div {
            width: 100%;
        }

        .media-none-xs img {
            width: 100%;
        }

            .media-none-xs img.media-img-auto {
                width: auto;
            }

        .media-none-xs .media-body,
        .media-none-xs .media-body.space-xl,
        .media-none-xs .media-body.space-lg,
        .media-none-xs .media-body.space-md,
        .media-none-xs .media-body.space-sm,
        .media-none-xs .media-body.space-xs {
            margin-top: 20px;
            margin-left: 0;
        }

            .media-none-xs .media-body.media-body-box {
                margin-top: 0;
                margin-left: 0;
                padding: 3rem;
            }
}
/*=======================================================================
3. Vendor Custom Style
=========================================================================*/
/*------------------- 3.1 Owl Carousel Nav Style -------------------*/
.nav-control-layout1 .owl-nav {
    margin-top: 0;
}

    .nav-control-layout1 .owl-nav > button {
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #111111;
        background: #ffffff !important;
        height: 6rem;
        width: 6rem;
        border-radius: 45px;
        border: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

@media only screen and (max-width: 575px) {
    .nav-control-layout1 .owl-nav > button {
        top: 30%;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}

.nav-control-layout1 .owl-nav > button i {
    margin-top: 3px;
    font-size: 20px;
}

    .nav-control-layout1 .owl-nav > button i:before {
        font-size: 20px;
        font-weight: 600;
    }

.nav-control-layout1 .owl-nav > button:hover {
    background: #111111 !important;
    color: #ffffff;
}

.nav-control-layout1 .owl-nav > button:focus {
    outline: none;
}

.nav-control-layout1 .owl-nav .owl-prev {
    left: 5%;
}

@media only screen and (max-width: 767px) {
    .nav-control-layout1 .owl-nav .owl-prev {
        left: 0;
    }
}

.nav-control-layout1 .owl-nav .owl-next {
    right: 5%;
}

@media only screen and (max-width: 767px) {
    .nav-control-layout1 .owl-nav .owl-next {
        right: 0;
    }
}

.nav-control-layout2 .owl-nav {
    margin-top: 0;
}

    .nav-control-layout2 .owl-nav > button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #111111;
        background: #ffffff !important;
        border: 1px solid #ffffff !important;
        height: 6rem;
        width: 6rem;
        border-radius: 45px;
        border: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .nav-control-layout2 .owl-nav > button i:before {
            font-size: 22px;
        }

        .nav-control-layout2 .owl-nav > button:hover {
            background: transparent !important;
            color: #ffffff;
        }

        .nav-control-layout2 .owl-nav > button:focus {
            outline: none;
        }

    .nav-control-layout2 .owl-nav .owl-prev {
        left: 28%;
    }

    .nav-control-layout2 .owl-nav .owl-next {
        right: 28%;
    }

.nav-control-layout2:hover .owl-nav button {
    visibility: visible;
    opacity: 1;
}

.nav-control-layout3 .owl-nav {
    margin-top: 0;
}

    .nav-control-layout3 .owl-nav > button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #111111;
        background: #ffffff !important;
        border: 1px solid #ffffff !important;
        height: 6rem;
        width: 6rem;
        border-radius: 45px;
        border: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .nav-control-layout3 .owl-nav > button i:before {
            font-size: 22px;
        }

        .nav-control-layout3 .owl-nav > button:hover {
            background: transparent !important;
            color: #ffffff;
        }

        .nav-control-layout3 .owl-nav > button:focus {
            outline: none;
        }

    .nav-control-layout3 .owl-nav .owl-prev {
        left: 5%;
    }

    .nav-control-layout3 .owl-nav .owl-next {
        right: 5%;
    }

.nav-control-layout4 .owl-nav {
    margin-top: 0;
}

    .nav-control-layout4 .owl-nav > button {
        position: absolute;
        top: 37%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #111111;
        background: #ffffff !important;
        height: 4.5rem;
        width: 5rem;
        border-radius: 4px;
        border: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .nav-control-layout4 .owl-nav > button i {
            font-size: 18px;
            font-weight: 600;
        }

        .nav-control-layout4 .owl-nav > button:hover {
            background: #111111 !important;
            color: #ffffff;
        }

        .nav-control-layout4 .owl-nav > button:focus {
            outline: none;
        }

    .nav-control-layout4 .owl-nav .owl-prev {
        left: 5%;
    }

@media only screen and (max-width: 767px) {
    .nav-control-layout4 .owl-nav .owl-prev {
        left: 5px;
    }
}

.nav-control-layout4 .owl-nav .owl-next {
    right: 5%;
}

@media only screen and (max-width: 767px) {
    .nav-control-layout4 .owl-nav .owl-next {
        right: 5px;
    }
}

.nav-control-layout5 .owl-nav {
    margin-top: 0;
}

    .nav-control-layout5 .owl-nav > button {
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #ffffff !important;
        border: 1px solid #111111 !important;
        background: #111111 !important;
        box-shadow: 0px 8px 24px 0px rgba(185, 185, 185, 0.75);
        height: 6rem;
        width: 6rem;
        border-radius: 45px;
        border: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .nav-control-layout5 .owl-nav > button i:before {
            font-size: 22px;
        }

        .nav-control-layout5 .owl-nav > button:hover {
            color: #ffffff;
        }

        .nav-control-layout5 .owl-nav > button:focus {
            outline: none;
        }

    .nav-control-layout5 .owl-nav .owl-prev {
        left: 15px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nav-control-layout5 .owl-nav .owl-next {
        right: 15px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.nav-control-layout5:hover .owl-prev {
    left: -15px;
    opacity: 1;
}

.nav-control-layout5:hover .owl-next {
    right: -15px;
    opacity: 1;
}

.nav-control-layout6 .owl-nav {
    margin-top: 0;
}

    .nav-control-layout6 .owl-nav > button {
        position: absolute;
        bottom: 2px;
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #000000 !important;
        border: 1px solid #ffffff !important;
        background: #ffffff !important;
        height: 6rem;
        width: 6rem;
        border: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .nav-control-layout6 .owl-nav > button i:before {
            font-size: 22px;
        }

        .nav-control-layout6 .owl-nav > button:hover {
            background: #111111 !important;
            color: #ffffff !important;
        }

        .nav-control-layout6 .owl-nav > button:focus {
            outline: none;
        }

    .nav-control-layout6 .owl-nav .owl-prev {
        left: 61px;
    }

    .nav-control-layout6 .owl-nav .owl-next {
        left: 0;
    }

.nav-control-layout7 .owl-nav {
    margin-top: 0;
}

    .nav-control-layout7 .owl-nav > button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #111111 !important;
        border: 1px solid #ffffff !important;
        background: #ffffff !important;
        height: 6rem;
        width: 6rem;
        border-radius: 45px;
        border: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .nav-control-layout7 .owl-nav > button i:before {
            font-size: 22px;
        }

        .nav-control-layout7 .owl-nav > button:hover {
            color: #ffffff !important;
            background: #111111 !important;
            border: 1px solid #111111 !important;
        }

        .nav-control-layout7 .owl-nav > button:focus {
            outline: none;
        }

    .nav-control-layout7 .owl-nav .owl-prev {
        left: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nav-control-layout7 .owl-nav .owl-next {
        right: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.nav-control-layout7:hover .owl-prev {
    left: 5px;
    opacity: 1;
    visibility: visible;
}

.nav-control-layout7:hover .owl-next {
    right: 5px;
    opacity: 1;
    visibility: visible;
}

.nav-control-layout8 .owl-nav {
    margin-top: 0;
}

    .nav-control-layout8 .owl-nav > button {
        position: absolute;
        top: 30%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #111111 !important;
        border: 1px solid #ffffff !important;
        background: #ffffff !important;
        height: 6rem;
        width: 6rem;
        border-radius: 45px;
        border: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .nav-control-layout8 .owl-nav > button i:before {
            font-size: 22px;
        }

        .nav-control-layout8 .owl-nav > button:hover {
            color: #ffffff !important;
            background: #111111 !important;
            border: 1px solid #111111 !important;
        }

        .nav-control-layout8 .owl-nav > button:focus {
            outline: none;
        }

    .nav-control-layout8 .owl-nav .owl-prev {
        left: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nav-control-layout8 .owl-nav .owl-next {
        right: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.nav-control-layout8:hover .owl-prev {
    left: 5px;
    opacity: 1;
    visibility: visible;
}

.nav-control-layout8:hover .owl-next {
    right: 5px;
    opacity: 1;
    visibility: visible;
}

.nav-control-layout9 .owl-nav {
    margin-top: 0;
}

    .nav-control-layout9 .owl-nav > button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #111111;
        background: #ffffff !important;
        height: 6rem;
        width: 6rem;
        border-radius: 45px;
        border: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .nav-control-layout9 .owl-nav > button i {
            font-size: 16px;
        }

            .nav-control-layout9 .owl-nav > button i:before {
                font-size: 16px;
                font-weight: 600;
            }

        .nav-control-layout9 .owl-nav > button:hover {
            background: #111111 !important;
            color: #ffffff;
        }

        .nav-control-layout9 .owl-nav > button:focus {
            outline: none;
        }

    .nav-control-layout9 .owl-nav .owl-prev {
        left: 5%;
    }

@media only screen and (max-width: 767px) {
    .nav-control-layout9 .owl-nav .owl-prev {
        left: -15px;
    }
}

.nav-control-layout9 .owl-nav .owl-next {
    right: 5%;
}

@media only screen and (max-width: 767px) {
    .nav-control-layout9 .owl-nav .owl-next {
        right: -15px;
    }
}

.dot-control-layout1 {
    position: relative;
    text-align: center;
}

    .dot-control-layout1 .owl-dots {
        position: absolute;
        bottom: 17px;
        left: 0;
        right: 0;
    }

        .dot-control-layout1 .owl-dots button {
            height: 14px;
            width: 14px;
            padding: 0;
            margin: 0 3px;
            background-color: #dddddd;
            border: none;
            border-radius: 50%;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .dot-control-layout1 .owl-dots button:focus {
                outline: none;
            }

            .dot-control-layout1 .owl-dots button.active {
                background-color: #111111;
            }

.dot-control-layout2 {
    position: relative;
    text-align: center;
}

    .dot-control-layout2 .owl-dots button {
        height: 14px;
        width: 14px;
        padding: 0;
        margin: 0 3px;
        background-color: #e3e3e3;
        border: none;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .dot-control-layout2 .owl-dots button:focus {
            outline: none;
        }

        .dot-control-layout2 .owl-dots button.active {
            background-color: #646464;
        }
/*=======================================================================
4. Page layout
=========================================================================*/
/*------------------- 4.1 Content -------------------*/
.loadmore-btn-layout1 {
    margin-top: 28px;
    text-align: center;
}

    .loadmore-btn-layout1 .item-btn {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        color: #646464;
        background-color: #ffffff;
        border-radius: 4px;
        letter-spacing: 1px;
        padding: 12px 35px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(224, 224, 224, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(224, 224, 224, 0.75);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .loadmore-btn-layout1 .item-btn:hover {
            -webkit-box-shadow: 0px 15px 21px 0px #e5e5e5;
            box-shadow: 0px 15px 21px 0px #e5e5e5;
        }

.loadmore-btn-layout2 {
    margin-top: 28px;
    text-align: center;
}

    .loadmore-btn-layout2 .item-btn {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        color: #646464;
        background-color: #f6f6f6;
        border-radius: 4px;
        letter-spacing: 1px;
        padding: 12px 35px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(224, 224, 224, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(224, 224, 224, 0.75);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .loadmore-btn-layout2 .item-btn:hover {
            -webkit-box-shadow: 0px 15px 21px 0px #e5e5e5;
            box-shadow: 0px 15px 21px 0px #e5e5e5;
        }

.inner-page-banner {
    display: block;
    /*padding: 12rem 0;*/
    padding: 3rem 0;
    background-color: #e5e5e5;
}

    .inner-page-banner .breadcrumbs-area {
        position: relative;
        z-index: 1;
    }

        .inner-page-banner .breadcrumbs-area h1 {
            font-size: 36px;
            font-weight: 600;
            text-transform: capitalize;
            color: #111111;
            margin-bottom: 22px;
        }

@media only screen and (max-width: 991px) {
    .inner-page-banner .breadcrumbs-area h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-page-banner .breadcrumbs-area h1 {
        margin-bottom: 10px;
        font-size: 32px;
    }
}

.inner-page-banner .breadcrumbs-area ul li {
    display: inline-block;
    color: #646464;
    font-size: 16px;
    position: relative;
    margin-left: 13px;
    padding-left: 5px;
}

    .inner-page-banner .breadcrumbs-area ul li:before {
        content: "/";
        position: absolute;
        font-size: 18px;
        left: -11px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
        color: #cccccc;
    }

    .inner-page-banner .breadcrumbs-area ul li a {
        color: #111111;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .inner-page-banner .breadcrumbs-area ul li a:hover {
            color: #444444;
        }

    .inner-page-banner .breadcrumbs-area ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

        .inner-page-banner .breadcrumbs-area ul li:last-child:before {
            display: none;
        }

.entry-meta.meta-color-light {
    direction: rtl;
    margin-bottom: 10px;
}

    .entry-meta.meta-color-light li {
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        margin-left: 10px;
    }

        .entry-meta.meta-color-light li:last-child {
            margin-right: 0;
        }

            .entry-meta.meta-color-light li:last-child:after {
                display: none;
            }

        .entry-meta.meta-color-light li i {
            font-size: 12px;
            color: #ffffff;
            margin-left: 8px;
        }

        .entry-meta.meta-color-light li a {
            color: #ffffff;
            font-weight: 500;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .entry-meta.meta-color-light li a:hover {
                color: #cccccc;
            }

.entry-meta.meta-color-light2 {
    margin-bottom: 10px;
}

    .entry-meta.meta-color-light2 li {
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        margin-right: 10px;
    }

@media only screen and (max-width: 991px) {
    .entry-meta.meta-color-light2 li {
        color: #a5a5a5;
    }
}

.entry-meta.meta-color-light2 li:last-child {
    margin-right: 0;
}

    .entry-meta.meta-color-light2 li:last-child:after {
        display: none;
    }

.entry-meta.meta-color-light2 li i {
    font-size: 12px;
    color: #ffffff;
    margin-right: 8px;
}

@media only screen and (max-width: 991px) {
    .entry-meta.meta-color-light2 li i {
        color: #646464;
    }
}

.entry-meta.meta-color-light2 li a {
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .entry-meta.meta-color-light2 li a {
        color: #a5a5a5;
    }
}

.entry-meta.meta-color-light2 li a:hover {
    color: #cccccc;
}

.entry-meta.meta-color-dark {
    direction: rtl;
    margin-bottom: 10px;
}

    .entry-meta.meta-color-dark li {
        display: inline-block;
        font-size: 14px;
        color: #a5a5a5;
        margin-left: 10px;
    }

        .entry-meta.meta-color-dark li:last-child {
            margin-right: 0;
        }

            .entry-meta.meta-color-dark li:last-child:after {
                display: none;
            }

        .entry-meta.meta-color-dark li i {
            font-size: 12px;
            color: #646464;
            margin-left: 8px;
        }

        .entry-meta.meta-color-dark li a {
            color: #a5a5a5;
            font-weight: 500;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .entry-meta.meta-color-dark li a:hover {
                color: #111111;
            }

#preloader {
    background: #ffffff url('img/preloader.gif') no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.scrollup {
    overflow: hidden;
    position: fixed;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 45px;
    bottom: -50px;
    right: 20px;
    text-align: center;
    z-index: 9999;
    background-color: rgba(17, 17, 17, 0.8);
    display: block;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

    .scrollup i {
        display: inline-block;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .scrollup:hover,
    .scrollup:focus {
        color: #ffffff;
    }

        .scrollup:hover i,
        .scrollup:focus i {
            -webkit-animation: toBottomFromTop 0.5s forwards;
            animation: toBottomFromTop 0.5s forwards;
        }

    .scrollup.back-top {
        bottom: 20px;
    }

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}
/*------------------- 4.2 Footer -------------------*/
.footer-wrap-layout1 {
    /*padding: 7rem 2rem;*/
    padding: 2rem 2rem 1rem 2rem;
    background-color: #111111;
}

.footer-wrap-layout2 {
    background-color: #111111;
    padding: 6.5rem 0;
}

.footer-wrap-layout3 {
    padding: 7rem 0 7.5rem;
}

.footer-box-layout1 {
    margin: 10px 0;
}

@media only screen and (max-width: 991px) {
    .footer-box-layout1 {
        text-align: center;
    }
}

.footer-box-layout1 .copyright {
    text-align: right;
    color: #b0b0b0;
}

.footer-box-layout1 .footer-logo {
    text-align: center;
}

    .footer-box-layout1 .footer-logo a {
        display: inline-block;
    }

.footer-box-layout1 .footer-social {
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .footer-box-layout1 .footer-social {
        text-align: center;
    }
}

.footer-box-layout1 .footer-social li {
    display: inline-block;
    margin-right: 8px;
}

    .footer-box-layout1 .footer-social li:last-child {
        margin-right: 0;
    }

    .footer-box-layout1 .footer-social li a {
        display: block;
        padding: 5px;
        color: #b0b0b0;
        font-size: 16px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .footer-box-layout1 .footer-social li a:hover {
            color: #ffffff;
        }

.footer-box-layout2 {
    text-align: center;
}

    .footer-box-layout2 .footer-logo {
        padding: 10px;
        margin-bottom: 25px;
    }

        .footer-box-layout2 .footer-logo a {
            display: block;
        }

    .footer-box-layout2 .footer-social {
        margin-bottom: 20px;
    }

        .footer-box-layout2 .footer-social li {
            margin-left: 20px;
            display: inline-block;
            position: relative;
        }

            .footer-box-layout2 .footer-social li:after {
                content: ".";
                color: #b0b0b0;
                position: absolute;
                bottom: 0;
                left: -12px;
            }

            .footer-box-layout2 .footer-social li:last-child {
                margin-right: 0;
            }

                .footer-box-layout2 .footer-social li:last-child:after {
                    display: none;
                }

            .footer-box-layout2 .footer-social li a {
                font-size: 13px;
                font-weight: 500;
                color: #b0b0b0;
                padding: 5px;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .footer-box-layout2 .footer-social li a i {
                    font-size: 16px;
                    color: #bababa;
                    margin-left: 12px;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                .footer-box-layout2 .footer-social li a:hover {
                    color: #ffffff;
                }

                    .footer-box-layout2 .footer-social li a:hover i {
                        color: #ffffff;
                    }

    .footer-box-layout2 .copyright {
        color: #b0b0b0;
    }

.footer-box-layout3 {
    text-align: center;
}

    .footer-box-layout3 .footer-logo {
        padding: 10px;
        margin-bottom: 25px;
    }

        .footer-box-layout3 .footer-logo a {
            display: block;
        }

    .footer-box-layout3 .footer-social {
        margin-bottom: 20px;
    }

        .footer-box-layout3 .footer-social li {
            margin-right: 20px;
            display: inline-block;
            position: relative;
        }

            .footer-box-layout3 .footer-social li:after {
                content: ".";
                color: #b0b0b0;
                position: absolute;
                bottom: 0;
                right: -12px;
            }

            .footer-box-layout3 .footer-social li:last-child {
                margin-right: 0;
            }

            .footer-box-layout3 .footer-social li a {
                font-size: 13px;
                font-weight: 500;
                color: #b0b0b0;
                padding: 5px;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .footer-box-layout3 .footer-social li a i {
                    font-size: 16px;
                    color: #bababa;
                    margin-right: 12px;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                .footer-box-layout3 .footer-social li a:hover {
                    color: #111111;
                }

                    .footer-box-layout3 .footer-social li a:hover i {
                        color: #111111;
                    }

    .footer-box-layout3 .copyright {
        color: #b0b0b0;
    }
/*------------------- 4.3 Global -------------------*/
a {
    text-decoration: none;
}

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

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
    margin-top: 10px;
    margin-bottom: 0;
}

    .form-response .alert-danger p,
    .form-response .alert.alert-info p,
    .form-response .alert.alert-success p {
        margin-bottom: 0;
    }
/*------------------- 4.4 Header Menu -------------------*/
header.header {
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    header.has-mobile-menu {
        display: none;
    }
}

.logo-area a {
    display: block;
}

.header-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .header-menu:after {
        clear: both;
        content: "";
        display: block;
    }

    .header-menu nav.template-main-menu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .header-menu nav.template-main-menu > ul > li > a {
            transition: all 0.5s ease-out;
        }

            .header-menu nav.template-main-menu > ul > li > a:hover {
                animation: toBottomFromTop10 0.3s forwards;
            }

nav.template-main-menu {
    font-family: 'IRANSansDN', 'Poppins', sans-serif;
}

    nav.template-main-menu > ul > li {
        position: relative;
    }

        nav.template-main-menu > ul > li > a {
            text-transform: uppercase;
            font-weight: 500;
            line-height: 1;
            display: block;
            font-size: 15px;
        }

        nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
            text-align: right;
            border-top: 1px solid #111111;
            background-color: #ffffff;
            width: 250px;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 100%;
            right: 0;
            -webkit-transform: translateY(15px);
            -moz-transform: translateY(15px);
            -ms-transform: translateY(15px);
            -o-transform: translateY(15px);
            transform: translateY(15px);
            -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
                font-size: 15px;
                text-transform: capitalize;
                color: #111111;
                padding: 8px 15px;
                display: block;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
                    color: #ffffff;
                    background-color: #111111;
                }

            nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:last-child a {
                padding-bottom: 15px;
            }

        nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
            text-align: right;
            display: flex;
            align-items: center;
            border-top: 1px solid #111111;
            background-color: #ffffff;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 100%;
            right: 0;
            -webkit-transform: translateY(15px);
            -moz-transform: translateY(15px);
            -ms-transform: translateY(15px);
            -o-transform: translateY(15px);
            transform: translateY(15px);
            -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li {
                min-width: 200px;
            }

                nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a {
                    font-size: 15px;
                    text-transform: capitalize;
                    color: #111111;
                    padding: 8px 15px;
                    display: block;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:hover {
                        color: #ffffff;
                        background-color: #111111;
                    }

                    nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:last-child {
                        padding-bottom: 15px;
                    }

        nav.template-main-menu > ul > li .third-level {
            border-top: 1px solid #111111;
            background-color: #ffffff;
            width: 250px;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 0;
            left: 100%;
            transform: translateY(15px);
            -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            nav.template-main-menu > ul > li .third-level li a {
                font-size: 15px;
                text-transform: capitalize;
                color: #111111;
                padding: 12px 15px;
                display: block;
            }

                nav.template-main-menu > ul > li .third-level li a:hover {
                    color: #ffffff;
                    background-color: #3c70fa;
                }

        nav.template-main-menu > ul > li .template-mega-menu {
            text-align: right;
            background-color: #ffffff;
            border-top: 1px solid #111111;
            position: absolute;
            width: 100%;
            left: 0;
            right: 0;
            z-index: 10;
            opacity: 0;
            visibility: hidden;
            top: 100%;
            padding: 20px 0 0;
            transform: translateY(15px);
            -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            nav.template-main-menu > ul > li .template-mega-menu .menu-ctg-title {
                font-size: 16px;
                font-weight: 500;
                color: #111111;
                margin-bottom: 15px;
            }

            nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu {
                margin-bottom: 20px;
            }

                nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li {
                    margin-bottom: 5px;
                    padding-bottom: 7px;
                    border-bottom: 1px solid #ebebeb;
                }

                    nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li:last-child {
                        border-bottom: 0;
                        margin-bottom: 0;
                        padding-bottom: 0;
                    }

                    nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
                        font-size: 15px;
                        text-transform: capitalize;
                        color: #111111;
                        padding: 5px 30px 5px 15px;
                        display: block;
                        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        position: relative;
                    }

                        nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a i {
                            color: #444444;
                            position: absolute;
                            right: 0;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            -moz-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            -o-transform: translateY(-50%);
                            transform: translateY(-50%);
                            -webkit-transition: all 0.3s ease-out;
                            -moz-transition: all 0.3s ease-out;
                            -ms-transition: all 0.3s ease-out;
                            -o-transition: all 0.3s ease-out;
                            transition: all 0.3s ease-out;
                        }

                        nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
                            color: #111111;
                            padding: 5px 35px 5px 15px;
                        }

                            nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover i {
                                color: #111111;
                                animation: toRightFromLeft10 0.5s;
                            }

        nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
            opacity: 1;
            visibility: visible;
            transform: translatey(0);
        }

        nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
            opacity: 1;
            visibility: visible;
            transform: translatey(0);
        }

        nav.template-main-menu > ul > li:hover .template-mega-menu {
            opacity: 1;
            visibility: visible;
            transform: translatey(0);
        }

        nav.template-main-menu > ul > li > ul > li {
            position: relative;
        }

            nav.template-main-menu > ul > li > ul > li a.third-level-arrow:after {
                position: absolute;
                content: "\f105";
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                opacity: 0.8;
                font-size: 20px;
                z-index: 8;
                right: 30px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #111111;
                -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
                -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
                -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
                -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
                transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
            }

            nav.template-main-menu > ul > li > ul > li:hover .third-level-arrow:after {
                right: 15px;
            }

            nav.template-main-menu > ul > li > ul > li:hover ul.third-level {
                opacity: 1;
                visibility: visible;
                transform: translatey(0);
            }

.header-menu.box-layout-child {
    box-shadow: none;
}

.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 36px 20px;
}

@media only screen and (max-width: 1199px) {
    .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
        padding: 36px 10px;
    }
}

.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 28px 20px;
}

@media only screen and (max-width: 1199px) {
    .header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
        padding: 28px 10px;
    }
}

.header-menu.menu-layout3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
    .header-menu.menu-layout3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.header-menu.menu-layout5 nav.template-main-menu > ul > li > a {
    padding: 42px 20px;
}

@media only screen and (max-width: 1199px) {
    .header-menu.menu-layout5 nav.template-main-menu > ul > li > a {
        padding: 42px 10px;
    }
}

.header-action-items {
    display: flex;
    align-items: center;
}

    .header-action-items ul {
        display: inline-flex;
        align-items: center;
    }

        .header-action-items ul li {
            margin-left: 15px;
        }

            .header-action-items ul li:last-child {
                margin-right: 0;
            }

    .header-action-items .user-icon a i:before {
        font-size: 26px;
        font-weight: 500;
    }

    .header-action-items .header-search-box a i:before {
        font-size: 24px;
    }

    .header-action-items .cart-wrap .cart-info {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .header-action-items .cart-wrap .cart-info:after {
            position: absolute;
            top: 0;
            right: 0;
            content: "";
            height: 50px;
            width: 58px;
            background-color: transparent;
            z-index: 5;
        }

        .header-action-items .cart-wrap .cart-info i:before {
            margin-right: 6px;
            font-size: 26px;
        }

        .header-action-items .cart-wrap .cart-info .cart-amount {
            font-size: 20px;
        }

    .header-action-items .cart-wrap .cart-items {
        border-top: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        background-color: #ffffff;
        padding: 10px;
        position: absolute;
        z-index: 900;
        left: 0;
        top: 50px;
        min-width: 385px;
        color: #111111;
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -15deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .header-action-items .cart-wrap .cart-items .cart-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 5px;
            padding-bottom: 5px;
            border-bottom: 1px solid #ffffff;
        }

            .header-action-items .cart-wrap .cart-items .cart-item:last-child {
                border-bottom: 0;
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .header-action-items .cart-wrap .cart-items .cart-item > div {
                margin-left: 20px;
            }

                .header-action-items .cart-wrap .cart-items .cart-item > div:last-child {
                    margin-right: 0;
                }

            .header-action-items .cart-wrap .cart-items .cart-item .cart-title {
                text-align: right;
            }

                .header-action-items .cart-wrap .cart-items .cart-item .cart-title a {
                    color: #111111;
                    margin-bottom: 7px;
                    display: block;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    .header-action-items .cart-wrap .cart-items .cart-item .cart-title a:hover {
                        color: #111111;
                    }

                .header-action-items .cart-wrap .cart-items .cart-item .cart-title span {
                    display: block;
                    font-size: 14px;
                }

            .header-action-items .cart-wrap .cart-items .cart-item .cart-trash a {
                color: #111111;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .header-action-items .cart-wrap .cart-items .cart-item .cart-trash a:hover {
                    color: #ff0600;
                }

            .header-action-items .cart-wrap .cart-items .cart-item .cart-btn {
                width: 100%;
                padding: 10px 10px 0 10px;
                justify-content: center;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
            }

                .header-action-items .cart-wrap .cart-items .cart-item .cart-btn a.item-btn {
                    margin: 0 5px;
                    display: inline-block;
                    padding: 10px 20px;
                    border: 1px solid;
                    border-color: #111111;
                    background-color: #111111;
                    color: #ffffff;
                    font-size: 14px;
                    border-radius: 4px;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    .header-action-items .cart-wrap .cart-items .cart-item .cart-btn a.item-btn:hover {
                        background-color: transparent;
                        color: #111111;
                    }

    .header-action-items .cart-wrap:hover .cart-items {
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

    .header-action-items .item-subscribe {
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        letter-spacing: 1px;
    }

        .header-action-items .item-subscribe i:before {
            font-size: 20px;
            margin-left: 10px;
        }

    .header-action-items .item-social-layout1 {
        font-size: 13px;
        display: inline-flex;
        align-items: center;
        margin-left: 10px;
        padding-left: 15px;
        font-weight: 500;
        position: relative;
    }

        .header-action-items .item-social-layout1:after {
            content: ".";
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
        }

        .header-action-items .item-social-layout1:last-child {
            margin-right: 0;
            padding-right: 0;
        }

            .header-action-items .item-social-layout1:last-child:after {
                display: none;
            }

        .header-action-items .item-social-layout1 i {
            font-size: 16px;
            margin-left: 6px;
        }

        .header-action-items .item-social-layout1 span {
            font-size: 12px;
            margin-right: 6px;
        }

    .header-action-items .item-social-layout2 {
    }

        .header-action-items .item-social-layout2 a {
            display: block;
            line-height: 1;
            padding: 5px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.header-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.5s ease-in-out;
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

    .header-search .header-search-form {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

        .header-search .header-search-form input[type="search"] {
            width: 60%;
            color: #ffffff;
            font-size: 24px;
            text-align: right;
            border: none;
            margin: 0px auto;
            padding: 25px 10px 25px 30px;
            outline: none;
            background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.5), transparent);
        }

@media only screen and (max-width: 575px) {
    .header-search .header-search-form input[type="search"] {
        width: 75%;
    }
}

.header-search .header-search-form .search-btn {
    padding: 24px 10px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .header-search .header-search-form .search-btn i:before {
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        margin-left: 0;
    }

    .header-search .header-search-form .search-btn:focus {
        box-shadow: none;
        outline: none;
    }

.header-search .close {
    position: fixed;
    top: 15px;
    left: 15px;
    color: #111111;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    opacity: 1;
    visibility: visible;
    padding: 3px 15px 5px;
    font-size: 36px;
    font-weight: 300;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in-out;
}

    .header-search .close:focus {
        box-shadow: none;
        border: none;
        outline: none;
    }

    .header-search .close:hover {
        background-color: #ffffff;
    }

.header-search.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.box-layout-child.bg--light.rt-sticky,
.header-menu.menu-layout1.rt-sticky,
.header-menu.menu-layout2.rt-sticky,
.rt-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 4px 0px 0px rgba(34, 34, 34, 0.03);
    z-index: 100;
    left: 0;
    right: 0;
}

    .box-layout-child.bg--light.rt-sticky nav.template-main-menu > ul > li > a,
    .header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a,
    .header-menu.menu-layout2.rt-sticky nav.template-main-menu > ul > li > a,
    .rt-sticky nav.template-main-menu > ul > li > a {
        padding: 28px 20px;
    }

@media only screen and (max-width: 1199px) {
    .box-layout-child.bg--light.rt-sticky nav.template-main-menu > ul > li > a,
    .header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a,
    .header-menu.menu-layout2.rt-sticky nav.template-main-menu > ul > li > a,
    .rt-sticky nav.template-main-menu > ul > li > a {
        padding: 28px 10px;
    }
}

.header-menu.menu-layout3.rt-sticky {
    padding: 10px 0;
}

.header-menu.menu-layout5.rt-sticky {
    background-color: rgba(0, 0, 0, 0.9);
}

    .header-menu.menu-layout5.rt-sticky nav.template-main-menu > ul > li > a {
        padding: 28px 20px;
    }

@media only screen and (max-width: 1199px) {
    .header-menu.menu-layout5.rt-sticky nav.template-main-menu > ul > li > a {
        padding: 28px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .hide-on-mobile-menu {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .hide-on-desktop-menu {
        display: none !important;
    }
}

.mean-container .mean-bar {
    background: transparent !important;
    float: none;
    padding: 0 !important;
    position: fixed !important;
    top: 0;
    z-index: 7;
}

    .mean-container .mean-bar:after {
        content: "";
        clear: both;
        display: block;
    }

    .mean-container .mean-bar a.logo-mobile-menu {
        width: 100%;
        background-color: rgba(222, 222, 222, 0.95);
        box-sizing: border-box;
    }

    .mean-container .mean-bar .mobile-menu-nav-back {
        padding-left: 15px;
        border-bottom: 1px solid #b2b2b2;
        position: relative;
        text-align: center;
        height: 50px;
        display: flex;
        align-items: center;
    }

        .mean-container .mean-bar .mobile-menu-nav-back:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            background-color: rgba(248, 248, 248, 0.95);
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
        }

.mean-container .mean-nav {
    float: none !important;
    background: transparent !important;
}

    .mean-container .mean-nav > ul {
        overflow-y: scroll;
        height: 100vh;
    }

        .mean-container .mean-nav > ul:after {
            content: '';
            display: block;
            clear: both;
        }

        .mean-container .mean-nav > ul li a {
            font-size: 14px;
            color: #111111;
            font-weight: 700;
            background-color: #ebebeb;
            transition: all 0.5s ease-out;
        }

            .mean-container .mean-nav > ul li a:hover {
                color: #111111;
            }

        .mean-container .mean-nav > ul li:hover > a {
            color: #111111;
            background-color: #ffffff;
        }

        .mean-container .mean-nav > ul li li a {
            color: #111111;
            opacity: 1;
            font-weight: 400;
            padding: 0.5em 10%;
        }

            .mean-container .mean-nav > ul li li a:hover {
                background-color: #ffffff;
            }

        .mean-container .mean-nav > ul li a.mean-expand {
            background-color: transparent;
            margin-top: 0;
            height: 20px;
            line-height: 27px;
            width: 100%;
            text-align: left;
            font-size: 14px;
            padding: 12px 20px 12px 12px !important;
            right: auto;
            left: 0px;
        }

            .mean-container .mean-nav > ul li a.mean-expand:hover {
                background-color: transparent;
            }

.mean-container a.meanmenu-reveal {
    float: none !important;
    position: absolute;
    top: 0;
    transition: unset;
    padding: 16px 14px 12px;
    left: 0px !important;
    right: auto !important;
}

.mean-container #wrapper {
    padding-top: 50px;
}

@media only screen and (max-width: 991px) {
    .hide-on-mobile-menu {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .hide-on-desktop-menu {
        display: none !important;
    }
}

.bg--light .template-main-menu > ul > li > a {
    color: #111111;
}

    .bg--light .template-main-menu > ul > li > a:hover {
        color: #111111;
    }

.bg--light .item-subscribe {
    color: #444444;
}

    .bg--light .item-subscribe i:before {
        color: #a5a5a5;
    }

.bg--light .item-social-layout1 {
    color: #111111;
}

    .bg--light .item-social-layout1:after {
        color: #646464;
    }

    .bg--light .item-social-layout1 i {
        color: #bababa;
    }

    .bg--light .item-social-layout1 span {
        color: #646464;
    }

.bg--light .user-icon a i:before {
    color: #646464;
}

.bg--light .btn-icon-wrap > span {
    background-color: #444444;
}

.bg--light .header-search-box a i:before {
    color: #444444;
}

.bg--light .cart-wrap .cart-info i:before {
    color: #444444;
}

.bg--light .cart-wrap .cart-info .cart-amount {
    color: #444444;
}

.bg--light .divider-style-border:after {
    background-color: #acacac;
}

.bg--light .item-social-layout2 a {
    color: #444444;
}

    .bg--light .item-social-layout2 a:hover {
        color: #000000;
    }

.bg--dark2 .template-main-menu > ul > li > a,
.bg--dark .template-main-menu > ul > li > a {
    color: #ffffff;
}

    .bg--dark2 .template-main-menu > ul > li > a:hover,
    .bg--dark .template-main-menu > ul > li > a:hover {
        color: #ffffff;
    }

.bg--dark2 .item-subscribe ul li,
.bg--dark .item-subscribe ul li {
    color: #ffffff;
}

    .bg--dark2 .item-subscribe ul li i:before,
    .bg--dark .item-subscribe ul li i:before {
        color: #ffffff;
    }

.bg--dark2 .item-social-layout1 ul li,
.bg--dark .item-social-layout1 ul li {
    color: #ffffff;
}

    .bg--dark2 .item-social-layout1 ul li:after,
    .bg--dark .item-social-layout1 ul li:after {
        color: #ffffff;
    }

    .bg--dark2 .item-social-layout1 ul li i,
    .bg--dark .item-social-layout1 ul li i {
        color: #ffffff;
    }

    .bg--dark2 .item-social-layout1 ul li span,
    .bg--dark .item-social-layout1 ul li span {
        color: #ffffff;
    }

.bg--dark2 .user-icon a i:before,
.bg--dark .user-icon a i:before {
    color: #ffffff;
}

.bg--dark2 .btn-icon-wrap > span,
.bg--dark .btn-icon-wrap > span {
    background-color: #ffffff;
}

.bg--dark2 .header-search-box:after,
.bg--dark .header-search-box:after {
    background-color: #c0c0c0;
}

.bg--dark2 .header-search-box a i:before,
.bg--dark .header-search-box a i:before {
    color: #c0c0c0;
}

.bg--dark2 .cart-wrap .cart-info i:before,
.bg--dark .cart-wrap .cart-info i:before {
    color: #c0c0c0;
}

.bg--dark2 .cart-wrap .cart-info .cart-amount,
.bg--dark .cart-wrap .cart-info .cart-amount {
    color: #ffffff;
}

.bg--dark2 .divider-style-border:after,
.bg--dark .divider-style-border:after {
    background-color: #c0c0c0;
}

.bg--dark2 .item-social-layout2 a,
.bg--dark .item-social-layout2 a {
    color: #c0c0c0;
}

    .bg--dark2 .item-social-layout2 a:hover,
    .bg--dark .item-social-layout2 a:hover {
        color: #ffffff;
    }

.bg--transparent .template-main-menu > ul > li > a {
    color: #ffffff;
}

    .bg--transparent .template-main-menu > ul > li > a:hover {
        color: #ffffff;
    }

.bg--transparent .item-subscribe ul li {
    color: #ffffff;
}

    .bg--transparent .item-subscribe ul li i:before {
        color: #ffffff;
    }

.bg--transparent .item-social-layout1 ul li {
    color: #ffffff;
}

    .bg--transparent .item-social-layout1 ul li:after {
        color: #ffffff;
    }

    .bg--transparent .item-social-layout1 ul li i {
        color: #ffffff;
    }

    .bg--transparent .item-social-layout1 ul li span {
        color: #ffffff;
    }

.bg--transparent .user-icon a i:before {
    color: #ffffff;
}

.bg--transparent .btn-icon-wrap > span {
    background-color: #ffffff;
}

.bg--transparent .header-search-box:after {
    background-color: #ffffff;
}

.bg--transparent .header-search-box a i:before {
    color: #ffffff;
}

.bg--transparent .cart-wrap .cart-info i:before {
    color: #ffffff;
}

.bg--transparent .cart-wrap .cart-info .cart-amount {
    color: #ffffff;
}

.bg--transparent .divider-style-border:after {
    background-color: #ffffff;
}

.bg--transparent .item-social-layout2 a {
    color: #ffffff;
}

    .bg--transparent .item-social-layout2 a:hover {
        color: #c0c0c0;
    }

.offcanvas-menu-trigger-wrap {
    position: relative;
    z-index: 100;
    display: inline-flex;
}

    .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn {
        border: none;
        background-color: transparent;
        box-shadow: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        padding: 0;
    }

        .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn:focus {
            outline: none;
        }

        .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn .btn-icon-wrap {
            display: block;
            width: 24px;
            position: relative;
            height: 52px;
        }

            .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn .btn-icon-wrap span {
                position: absolute;
                height: 2px;
                left: 0;
                z-index: 2;
                transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
            }

        .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn.menu-status-open .btn-icon-wrap span {
            width: 100%;
        }

            .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn.menu-status-open .btn-icon-wrap span:nth-child(1n) {
                animation: open_first_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
            }

            .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn.menu-status-open .btn-icon-wrap span:nth-child(2n) {
                animation: open_second_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
            }

            .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn.menu-status-open .btn-icon-wrap span:nth-child(3n) {
                animation: open_third_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
            }

        .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn.menu-status-close .btn-icon-wrap span {
            width: 94%;
        }

            .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(1n) {
                animation: close_first_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
            }

            .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(2n) {
                animation: close_second_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
            }

            .offcanvas-menu-trigger-wrap button.offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(3n) {
                animation: close_third_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
            }

@keyframes open_first_bar {
    0% {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    50% {
        top: 50%;
        transform: translateY(-50%);
    }

    to {
        top: 65%;
        transform: translateY(-50%);
    }
}

@keyframes close_first_bar {
    0% {
        top: 65%;
        transform: translateY(-50%);
    }

    50% {
        top: 50%;
        transform: translateY(-50%);
    }

    to {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
}

@keyframes open_second_bar {
    0%, 50% {
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
    }

    51%, to {
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
    }
}

@keyframes close_second_bar {
    0%, 50% {
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
    }

    51%, to {
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
    }
}

@keyframes open_third_bar {
    0% {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

    50% {
        top: 50%;
        transform: translateY(-50%);
    }

    to {
        top: 35%;
        transform: translateY(-50%);
    }
}

@keyframes close_third_bar {
    0% {
        top: 35%;
        transform: translateY(-50%);
    }

    50% {
        top: 50%;
        transform: translateY(-50%);
    }

    to {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
}

.offcanvas-menu-wrap.open {
    transform: translateX(0);
}

@media only screen and (max-width: 767px) {
    .offcanvas-menu-wrap.open {
        transform: translateX(-100%);
    }
}

.offcanvas-menu-wrap {
    width: 300px;
    position: fixed;
    transform: translateX(100%);
    top: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
    box-shadow: 0px 5px 16px 0px rgba(202, 202, 202, 0.75);
    z-index: 200;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .offcanvas-menu-wrap[data-position='right'] {
        right: auto;
        left: 0;
        transform: translateX(-100%);
    }

    .offcanvas-menu-wrap .close-btn {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 18px;
        font-weight: 500;
        color: #111111;
        padding: 10px;
    }

@media only screen and (min-width: 768px) {
    .offcanvas-menu-wrap .close-btn {
        display: none;
    }
}

.offcanvas-menu-wrap .offcanvas-content {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 0 5.5rem;
}

    .offcanvas-menu-wrap .offcanvas-content .offcanvas-logo {
        /*  @media only screen and (max-width: 767px) {
                display: none;
            } */
    }

        .offcanvas-menu-wrap .offcanvas-content .offcanvas-logo a {
            display: block;
        }

    .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu {
        text-align: center;
    }

        .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item {
            margin-bottom: 20px;
        }

            .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a {
                font-size: 15px;
                font-weight: 500;
                color: #111111;
                padding: 10px;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a:hover {
                    color: #444444;
                }

    .offcanvas-menu-wrap .offcanvas-content .offcanvas-footer {
        text-align: center;
    }

        .offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .item-title {
            font-size: 15px;
            color: #acacac;
            margin-bottom: 14px;
        }

        .offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li {
            display: inline-block;
            margin-left: 6px;
        }

            .offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li:last-child {
                margin-right: 0;
            }

            .offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a {
                color: #444444;
                padding: 5px;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a:hover {
                    color: #111111;
                }

div#wrapper.open > .offcanvas-mask {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 150;
    transition: all 0.5s ease-in-out;
}

.page-content-wrap {
    margin-right: 300px;
    padding: 50px;
}

@media only screen and (max-width: 767px) {
    .page-content-wrap {
        margin-left: 0;
        padding: 30px;
    }
}

.menu-layout4 {
    background-color: #ffffff;
    padding: 20px 30px;
}

    .menu-layout4 .header-menu-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .menu-layout4 .header-menu-content .header-logo a {
            display: block;
        }

@media only screen and (min-width: 768px) {
    .menu-layout4 {
        display: none;
    }
}
/*------------------- 4.5 Heading Title -------------------*/
.section-heading {
    text-align: right;
    margin-bottom: 30px;
    padding-bottom: 22px;
    position: relative;
}

    .section-heading:before {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        background-color: #444444;
        height: 2px;
        width: 50px;
    }

    .section-heading .item-heading {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
    }

@media only screen and (max-width: 767px) {
    .section-heading .item-heading {
        font-size: 18px;
    }
}

.section-heading-2 {
    margin-bottom: 30px;
    padding-bottom: 22px;
    position: relative;
}

    .section-heading-2 .item-heading {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
    }

.section-heading-3 {
    text-align: center;
    margin-bottom: 50px;
}

    .section-heading-3 h2 {
        font-size: 40px;
        color: #111111;
        font-weight: 600;
        margin-bottom: 24px;
    }

@media only screen and (max-width: 991px) {
    .section-heading-3 h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading-3 h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .section-heading-3 h2 {
        font-size: 30px;
    }
}

.section-heading-3 p {
    width: 80%;
    margin: 20px auto;
}

.section-heading-4 {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 40px;
    padding-bottom: 22px;
    position: relative;
}

    .section-heading-4:before {
        position: absolute;
        content: "";
        bottom: -2px;
        right: 0;
        background-color: #444444;
        height: 3px;
        width: 50px;
    }

    .section-heading-4 .item-heading {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
    }

.section-heading-5 {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 40px;
    padding-bottom: 22px;
    position: relative;
    text-align: center;
}

    .section-heading-5:before {
        position: absolute;
        content: "";
        bottom: -2px;
        left: 0;
        right: 0;
        background-color: #444444;
        height: 3px;
        width: 50px;
        margin: 0 auto;
    }

    .section-heading-5 .item-heading {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
    }

.heading-dark .item-heading {
    color: #111111;
}

.heading-light .item-heading {
    color: #ffffff;
}
/*------------------- 4.6 Pagination -------------------*/
.pagination-layout1 {
    text-align: center;
    padding: 3rem 0 5rem;
}

    .pagination-layout1 ul li {
        margin-right: 5px;
        display: inline-block;
    }

        .pagination-layout1 ul li:last-child {
            margin-right: 0;
        }

        .pagination-layout1 ul li a {
            display: block;
            font-size: 18px;
            color: #111111;
            background-color: #f2f2f2;
            padding: 8px 18px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .pagination-layout1 ul li a:hover {
                background-color: #111111;
                color: #ffffff;
            }

        .pagination-layout1 ul li.active a {
            background-color: #111111;
            color: #ffffff;
        }
/*------------------- 4.7 Widget -------------------*/
@media only screen and (max-width: 991px) {
    .sidebar-break-md {
        margin-top: 5rem;
    }
}

.sidebar-widget-area {
    margin-bottom: 3rem;
}

    .sidebar-widget-area .widget {
        margin-bottom: 4rem;
    }

        .sidebar-widget-area .widget:last-child {
            margin-bottom: 0 !important;
        }

.widget-about {
    text-align: center;
}

    .widget-about figure.author-figure {
        margin-bottom: 30px;
    }

        .widget-about figure.author-figure img {
            border-radius: 50%;
        }

    .widget-about figure.author-signature {
        margin-bottom: 30px;
    }

.widget-about-2 {
    background-color: #f8f8f8;
    padding: 50px 45px 32px;
    text-align: center;
}

    .widget-about-2 figure.author-figure {
        margin-bottom: 30px;
    }

        .widget-about-2 figure.author-figure img {
            border-radius: 50%;
        }

    .widget-about-2 figure.author-signature {
        margin-bottom: 20px;
    }

.widget-about-3 {
    margin-bottom: -75px;
}

@media only screen and (max-width: 991px) {
    .widget-about-3 {
        margin-bottom: 0;
    }
}

.widget-about-3 .item-img {
    text-align: center;
}

.widget-about-3 .item-content {
    text-align: center;
    position: relative;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    width: 92%;
    margin: 0 auto;
    padding: 25px;
}

@media only screen and (max-width: 991px) {
    .widget-about-3 .item-content {
        position: inherit;
        bottom: 0;
        width: auto;
        margin: 0;
        padding: 25px 0 0;
    }
}

.widget-about-3 .item-content .item-sign {
    margin-bottom: 16px;
    display: block;
}

.widget-follow-us ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5px;
    margin-left: -2.5px;
}

    .widget-follow-us ul li.single-item {
        display: inline-block;
        margin-bottom: 5px;
        max-width: 20%;
        flex: 0 0 20%;
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

        .widget-follow-us ul li.single-item a {
            padding: 16px 5px;
            font-size: 14px;
            width: 100%;
            height: 100%;
            background-color: #ebebeb;
            color: #646464;
            border-radius: 2px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .widget-follow-us ul li.single-item a:hover {
                background-color: #111111;
                color: #ffffff;
            }

.widget-follow-us-2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5px;
    margin-left: -2.5px;
}

    .widget-follow-us-2 ul li.single-item {
        display: inline-block;
        margin-bottom: 5px;
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

@media only screen and (max-width: 575px) {
    .widget-follow-us-2 ul li.single-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.widget-follow-us-2 ul li.single-item a {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    color: #646464;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget-follow-us-2 ul li.single-item a {
        display: grid;
        text-align: center;
        padding: 15px 5px 8px;
    }
}

.widget-follow-us-2 ul li.single-item a:hover {
    background-color: #111111;
    color: #ffffff;
}

.widget-follow-us-2 ul li.single-item a i {
    margin-left: 15px;
    font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget-follow-us-2 ul li.single-item a i {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.widget-follow-us-3 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
}

    .widget-follow-us-3 ul li.single-item {
        text-align: center;
        display: inline-block;
        margin-bottom: 5px;
        max-width: 33.33%;
        flex: 0 0 33.33%;
        padding-left: 2px;
        padding-right: 2px;
    }

        .widget-follow-us-3 ul li.single-item a {
            padding: 18px 15px 12px;
            font-size: 13px;
            font-weight: 600;
            width: 100%;
            height: 100%;
            background-color: #f9f9f9;
            color: #9b9b9b;
            border-radius: 2px;
            display: block;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .widget-follow-us-3 ul li.single-item a span {
                display: block;
                font-size: 15px;
                font-weight: 600;
                color: #111111;
            }

            .widget-follow-us-3 ul li.single-item a i {
                color: #444444;
                font-weight: 500;
                font-size: 20px;
            }

            .widget-follow-us-3 ul li.single-item a:hover {
                background-color: #444444;
                color: #ffffff;
            }

                .widget-follow-us-3 ul li.single-item a:hover span {
                    color: #ffffff;
                }

                .widget-follow-us-3 ul li.single-item a:hover i {
                    color: #ffffff;
                }

.widget-latest ul.block-list .single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .widget-latest ul.block-list .single-item:last-child {
        margin-bottom: 0;
    }

    .widget-latest ul.block-list .single-item .item-img {
        margin-left: 15px;
        margin-top: 5px;
        position: relative;
        overflow: hidden;
    }

        .widget-latest ul.block-list .single-item .item-img a {
            display: block;
        }

            .widget-latest ul.block-list .single-item .item-img a img {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        .widget-latest ul.block-list .single-item .item-img .count-number {
            color: #ffffff;
            font-size: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            right: 10px;
            bottom: 4px;
            z-index: 3;
        }

    .widget-latest ul.block-list .single-item .item-content {
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .widget-latest ul.block-list .single-item .item-content .entry-meta {
            margin-bottom: 5px;
        }

        .widget-latest ul.block-list .single-item .item-content .item-title {
            font-weight: 500;
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 0;
            color: #111111;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

            .widget-latest ul.block-list .single-item .item-content .item-title a {
                color: #111111;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .widget-latest ul.block-list .single-item .item-content .item-title a:hover {
                    color: #111111;
                }

    .widget-latest ul.block-list .single-item:hover .item-img a img {
        transform: scale(1.2);
    }

.widget-popular .post-box {
    border-bottom: 1px solid #e1e1e1;
}

    .widget-popular .post-box:last-child {
        border-bottom: none;
    }

        .widget-popular .post-box:last-child .item-content {
            padding-bottom: 0;
        }

    .widget-popular .post-box .item-img {
        text-align: center;
    }

        .widget-popular .post-box .item-img a {
            display: block;
        }

            .widget-popular .post-box .item-img a img {
                border-radius: 4px;
            }

    .widget-popular .post-box .item-content {
        padding: 20px 0 14px;
    }

    .widget-popular .post-box .item-title {
        font-size: 18px;
        font-weight: 500;
    }

        .widget-popular .post-box .item-title a {
            color: #111111;
        }

.widget-ad {
    text-align: center;
}

    .widget-ad a {
        display: block;
    }

.widget-instagram ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

    .widget-instagram ul li {
        padding-left: 3px;
        padding-right: 3px;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 6px;
    }

        .widget-instagram ul li .item-box {
            position: relative;
            z-index: 3;
        }

            .widget-instagram ul li .item-box:after {
                content: "";
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                right: 0;
                z-index: 1;
                background-color: rgba(17, 17, 17, 0.8);
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .widget-instagram ul li .item-box .item-icon {
                display: block;
                position: absolute;
                top: 60%;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
                -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
                transform: translateX(-50%) translateY(-50%) scale(1.2);
                z-index: 2;
                color: #ffffff;
                line-height: 1;
                padding: 5px 10px;
                font-size: 22px;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .widget-instagram ul li .item-box:hover:after {
                opacity: 1;
                visibility: visible;
            }

            .widget-instagram ul li .item-box:hover .item-icon {
                opacity: 1;
                visibility: visible;
                top: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
                -ms-transform: translateX(-50%) translateY(-50%) scale(1);
                transform: translateX(-50%) translateY(-50%) scale(1);
            }

.widget-categories ul li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

    .widget-categories ul li:after {
        content: "";
        height: 1px;
        width: 0%;
        background-color: #111111;
        position: absolute;
        right: 0;
        bottom: -1px;
        z-index: 1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .widget-categories ul li a {
        text-align: right;
        position: relative;
        display: block;
        color: #646464;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 30px;
        font-size: 15px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .widget-categories ul li a span {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            z-index: 2;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .widget-categories ul li:hover a {
        color: #111111;
    }

    .widget-categories ul li:first-child a {
        padding-top: 0;
    }

    .widget-categories ul li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

        .widget-categories ul li:last-child a {
            padding-bottom: 0;
        }

    .widget-categories ul li:hover:after {
        width: 100%;
    }

.widget-categories-2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5px;
    margin-left: -1.5px;
}

    .widget-categories-2 ul li {
        margin-bottom: 3px;
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 1.5px;
        padding-right: 1.5px;
        display: grid;
    }

        .widget-categories-2 ul li a {
            background-color: #f6f6f6;
            display: block;
            padding: 40px 10px;
            text-align: center;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .widget-categories-2 ul li a .item-title {
                font-size: 17px;
                color: #444444;
                font-weight: 500;
                margin-bottom: 2px;
            }

            .widget-categories-2 ul li a .item-subtitle {
                color: #646464;
                font-size: 14px;
            }

            .widget-categories-2 ul li a:hover {
                background-color: #111111;
            }

                .widget-categories-2 ul li a:hover .item-title {
                    color: #ffffff;
                }

                .widget-categories-2 ul li a:hover .item-subtitle {
                    color: #ffffff;
                }

.widget-newsletter-subscribe {
    background-color: #f0f0f0;
    text-align: center;
    padding: 23px 30px;
}

    .widget-newsletter-subscribe h3 {
        color: #111111;
        font-weight: 600;
        margin-bottom: 2px;
        font-size: 18px;
    }

    .widget-newsletter-subscribe p {
        font-size: 14px;
    }

    .widget-newsletter-subscribe .newsletter-subscribe-form {
        text-align: center;
    }

        .widget-newsletter-subscribe .newsletter-subscribe-form .form-group {
            border-radius: 3px;
        }

            .widget-newsletter-subscribe .newsletter-subscribe-form .form-group input {
                text-align: center;
                color: #111111;
                background-color: #ffffff;
                padding: 5px 30px;
                height: 50px;
                font-size: 16px;
                border: none;
                border-radius: 3px;
            }

        .widget-newsletter-subscribe .newsletter-subscribe-form input:focus {
            outline-width: 0;
            outline: none;
            box-shadow: none;
            border-color: transparent;
        }

        .widget-newsletter-subscribe .newsletter-subscribe-form input::-webkit-input-placeholder {
            color: #646464;
        }

        .widget-newsletter-subscribe .newsletter-subscribe-form input::-moz-placeholder {
            color: #646464;
        }

        .widget-newsletter-subscribe .newsletter-subscribe-form input:-ms-input-placeholder {
            color: #646464;
        }

        .widget-newsletter-subscribe .newsletter-subscribe-form .item-btn {
            background-color: #111111;
            padding: 13px 15px 11px;
            box-shadow: none;
            border: 1px solid #111111;
            border-radius: 3px;
            color: #ffffff;
            width: 100%;
            letter-spacing: 2px;
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .widget-newsletter-subscribe .newsletter-subscribe-form .item-btn:focus {
                outline-width: 0;
                outline: none;
                box-shadow: none;
            }

            .widget-newsletter-subscribe .newsletter-subscribe-form .item-btn:hover {
                background-color: #444444;
            }

.widget-newsletter-subscribe-dark {
    background-color: #222222;
    text-align: center;
    padding: 32px 45px 30px;
}

    .widget-newsletter-subscribe-dark h3 {
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 2px;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .widget-newsletter-subscribe-dark p {
        font-size: 14px;
        color: #969696;
    }

    .widget-newsletter-subscribe-dark .newsletter-subscribe-form {
        text-align: center;
    }

        .widget-newsletter-subscribe-dark .newsletter-subscribe-form .form-group {
            border-radius: 3px;
        }

            .widget-newsletter-subscribe-dark .newsletter-subscribe-form .form-group input {
                text-align: center;
                color: #ffffff;
                background-color: #585858;
                padding: 5px 30px;
                height: 50px;
                font-size: 16px;
                border: none;
                border-radius: 3px;
            }

        .widget-newsletter-subscribe-dark .newsletter-subscribe-form input:focus {
            outline-width: 0;
            outline: none;
            box-shadow: none;
            border-color: transparent;
        }

        .widget-newsletter-subscribe-dark .newsletter-subscribe-form input::-webkit-input-placeholder {
            color: #b4b4b4;
        }

        .widget-newsletter-subscribe-dark .newsletter-subscribe-form input::-moz-placeholder {
            color: #b4b4b4;
        }

        .widget-newsletter-subscribe-dark .newsletter-subscribe-form input:-ms-input-placeholder {
            color: #b4b4b4;
        }

        .widget-newsletter-subscribe-dark .newsletter-subscribe-form .item-btn {
            background-color: #ffffff;
            padding: 13px 15px 11px;
            box-shadow: none;
            border: 1px solid #ffffff;
            border-radius: 3px;
            color: #111111;
            width: 100%;
            letter-spacing: 2px;
            cursor: pointer;
            font-weight: 500;
            font-size: 14px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .widget-newsletter-subscribe-dark .newsletter-subscribe-form .item-btn:focus {
                outline-width: 0;
                outline: none;
                box-shadow: none;
            }

.widget-newsletter-subscribe-dark-2 {
    background-color: #111111;
    padding: 32px 45px 40px;
    border-radius: 4px;
}

@media only screen and (max-width: 575px) {
    .widget-newsletter-subscribe-dark-2 {
        padding: 25px 30px 35px;
    }
}

.widget-newsletter-subscribe-dark-2 .item-title {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 18px;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
}

    .widget-newsletter-subscribe-dark-2 .item-title:after {
        content: "";
        width: 50px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.widget-newsletter-subscribe-dark-2 .newsletter-subscribe-form .form-group {
    border-radius: 3px;
    margin-bottom: 20px;
}

    .widget-newsletter-subscribe-dark-2 .newsletter-subscribe-form .form-group input {
        color: #ffffff;
        background-color: #333333;
        padding: 5px 30px;
        height: 58px;
        font-size: 16px;
        border: none;
        border-radius: 4px;
    }

.widget-newsletter-subscribe-dark-2 .newsletter-subscribe-form input:focus {
    outline-width: 0;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.widget-newsletter-subscribe-dark-2 .newsletter-subscribe-form input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.widget-newsletter-subscribe-dark-2 .newsletter-subscribe-form input::-moz-placeholder {
    color: #b4b4b4;
}

.widget-newsletter-subscribe-dark-2 .newsletter-subscribe-form input:-ms-input-placeholder {
    color: #b4b4b4;
}

.widget-newsletter-subscribe-dark-2 .newsletter-subscribe-form .item-btn {
    background-color: #ffffff;
    padding: 10px 30px;
    box-shadow: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #111111;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .widget-newsletter-subscribe-dark-2 .newsletter-subscribe-form .item-btn:focus {
        outline-width: 0;
        outline: none;
        box-shadow: none;
    }

.widget-newsletter-subscribe-2 .subscribe-form .input-group {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    align-items: center;
    padding: 0 12px;
}

    .widget-newsletter-subscribe-2 .subscribe-form .input-group .form-control {
        height: 58px;
        border: none;
        font-size: 14px;
        color: #111111;
    }

        .widget-newsletter-subscribe-2 .subscribe-form .input-group .form-control:focus {
            border: none;
            box-shadow: none;
        }

    .widget-newsletter-subscribe-2 .subscribe-form .input-group input::-webkit-input-placeholder {
        color: #929292;
    }

    .widget-newsletter-subscribe-2 .subscribe-form .input-group input::-moz-placeholder {
        color: #929292;
    }

    .widget-newsletter-subscribe-2 .subscribe-form .input-group input:-ms-input-placeholder {
        color: #929292;
    }

    .widget-newsletter-subscribe-2 .subscribe-form .input-group .input-group-addon button {
        background-color: #000000;
        border: 1px solid #000000;
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        padding: 5px 17px;
        border-radius: 4px;
        letter-spacing: 1px;
        cursor: pointer;
        -webkit-box-shadow: 0px 5px 21px 0px rgba(208, 208, 208, 0.75);
        box-shadow: 0px 5px 21px 0px rgba(208, 208, 208, 0.75);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .widget-newsletter-subscribe-2 .subscribe-form .input-group .input-group-addon button:hover {
            background-color: transparent;
            color: #111111;
        }

        .widget-newsletter-subscribe-2 .subscribe-form .input-group .input-group-addon button:focus {
            outline: none;
        }

.widget-featured-feed {
    margin-bottom: -20px;
}

    .widget-featured-feed .featured-box-layout1 .item-content {
        text-align: center;
        width: 92%;
        margin: 0 auto;
        position: relative;
        bottom: 30px;
        left: 0;
        right: 0;
        z-index: 5;
        background-color: #ffffff;
        padding: 20px;
    }

        .widget-featured-feed .featured-box-layout1 .item-content .post-date {
            font-size: 13px;
            color: #a5a5a5;
        }

        .widget-featured-feed .featured-box-layout1 .item-content .item-title {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 12px;
        }

            .widget-featured-feed .featured-box-layout1 .item-content .item-title a {
                color: #111111;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .widget-featured-feed .featured-box-layout1 .item-content .item-title a:hover {
                    color: #444444;
                }

    .widget-featured-feed .featured-box-layout2 {
        margin-bottom: -30px;
    }

        .widget-featured-feed .featured-box-layout2 .item-img {
            overflow: hidden;
            text-align: center;
        }

            .widget-featured-feed .featured-box-layout2 .item-img a {
                display: block;
            }

                .widget-featured-feed .featured-box-layout2 .item-img a img {
                    transform: scale(1);
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

        .widget-featured-feed .featured-box-layout2 .item-content {
            text-align: center;
            width: 90%;
            margin: 0 auto;
            position: relative;
            bottom: 30px;
            left: 0;
            right: 0;
            z-index: 5;
            background-color: #ffffff;
            padding: 20px 20px 5px;
        }

            .widget-featured-feed .featured-box-layout2 .item-content .item-title {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 8px;
            }

                .widget-featured-feed .featured-box-layout2 .item-content .item-title a {
                    color: #111111;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    .widget-featured-feed .featured-box-layout2 .item-content .item-title a:hover {
                        color: #444444;
                    }

        .widget-featured-feed .featured-box-layout2:hover .item-img a img {
            transform: scale(1.1);
        }

    .widget-featured-feed .featured-box-layout3 {
        border-top: 1px solid #e4e4e4;
    }

        .widget-featured-feed .featured-box-layout3 .item-content {
            text-align: center;
            width: 90%;
            margin: 0 auto;
            background-color: #ffffff;
            padding: 20px 20px 5px;
        }

            .widget-featured-feed .featured-box-layout3 .item-content .item-title {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 8px;
            }

                .widget-featured-feed .featured-box-layout3 .item-content .item-title a {
                    color: #111111;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    .widget-featured-feed .featured-box-layout3 .item-content .item-title a:hover {
                        color: #444444;
                    }

.widget-featured-post .featured-post-box-1 {
    text-align: right;
    margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .widget-featured-post .featured-post-box-1 {
        text-align: center;
    }
}

.widget-featured-post .featured-post-box-1 .item-img {
    margin-bottom: 20px;
}

.widget-featured-post .featured-post-box-1 .item-content .item-title {
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .widget-featured-post .featured-post-box-1 .item-content .item-title a {
        color: #111111;
    }

.widget-featured-post .featured-post-box-2 {
    text-align: right;
    background-color: #f8f8f8;
    padding: 22px 30px 2px;
    margin-bottom: 3px;
}

@media only screen and (max-width: 991px) {
    .widget-featured-post .featured-post-box-2 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .widget-featured-post .featured-post-box-2 {
        padding: 22px 15px 2px;
    }
}

.widget-featured-post .featured-post-box-2 .item-content .item-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .widget-featured-post .featured-post-box-2 .item-content .item-title a {
        color: #111111;
    }

.widget-featured-post .featured-post-box-2 .item-content P {
    color: #111111;
}

.widget-post-tab .tab-nav-list {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 22px;
    margin-bottom: 38px;
}

    .widget-post-tab .tab-nav-list .nav-item {
        margin-left: 30px;
    }

        .widget-post-tab .tab-nav-list .nav-item:last-child {
            margin-right: 0;
        }

        .widget-post-tab .tab-nav-list .nav-item a {
            font-family: 'IRANSansDN','Poppins', sans-serif;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 1px;
            color: #111111;
            padding-bottom: 22px;
            position: relative;
        }

            .widget-post-tab .tab-nav-list .nav-item a:after {
                content: "";
                height: 2px;
                width: 100%;
                background-color: #444444;
                position: absolute;
                bottom: -2px;
                left: 0;
                visibility: hidden;
                opacity: 1;
            }

            .widget-post-tab .tab-nav-list .nav-item a.active:after {
                visibility: visible;
                opacity: 1;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

.widget-post-tab .tab-content .tab-pane .post-list .post-item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

    .widget-post-tab .tab-content .tab-pane .post-list .post-item .item-img {
        margin-left: 15px;
        overflow: hidden;
        margin-top: 8px;
    }

        .widget-post-tab .tab-content .tab-pane .post-list .post-item .item-img a {
            display: block;
        }

            .widget-post-tab .tab-content .tab-pane .post-list .post-item .item-img a img {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    .widget-post-tab .tab-content .tab-pane .post-list .post-item .item-content {
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .widget-post-tab .tab-content .tab-pane .post-list .post-item .item-content .entry-meta {
            margin-bottom: 5px;
        }

        .widget-post-tab .tab-content .tab-pane .post-list .post-item .item-content .item-title {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0;
            line-height: 1.7;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

            .widget-post-tab .tab-content .tab-pane .post-list .post-item .item-content .item-title a {
                color: #111111;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .widget-post-tab .tab-content .tab-pane .post-list .post-item .item-content .item-title a:hover {
                    color: #444444;
                }

    .widget-post-tab .tab-content .tab-pane .post-list .post-item:hover .item-img a img {
        transform: scale(1.2);
    }
/*=======================================================================
5. Blogxer Style
=========================================================================*/
/*------------------- 5.1 About -------------------*/
.about-wrap-layout1 {
    padding: 7.4rem 0 4.4rem;
}

@media only screen and (max-width: 1199px) {
    .about-box-layout1 {
        margin-bottom: 40px;
    }
}

.about-box-layout1 .item-img {
    text-align: center;
    position: relative;
}

    .about-box-layout1 .item-img img {
        border-radius: 4px;
    }

    .about-box-layout1 .item-img:after {
        content: "";
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .about-box-layout1 .item-img .item-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 2;
    }

        .about-box-layout1 .item-img .item-content .item-title {
            position: relative;
            padding-bottom: 30px;
            margin-bottom: 25px;
        }

            .about-box-layout1 .item-img .item-content .item-title:after {
                content: "";
                height: 2px;
                width: 40px;
                background-color: #ffffff;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                margin: 0 auto;
            }

        .about-box-layout1 .item-img .item-content p {
            color: #ffffff;
            width: 70%;
            margin: 0 auto 35px;
        }

.about-box-layout2 {
    padding-right: 30px;
    margin-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
    .about-box-layout2 {
        margin-bottom: 50px;
    }
}

.about-box-layout2 .item-subtitle {
    font-size: 30px;
    color: #111111;
    margin-bottom: 20px;
}

.about-box-layout2 .item-title {
    font-size: 30px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 28px;
}

    .about-box-layout2 .item-title span {
        font-weight: 400;
    }

.about-box-layout2 .item-social {
    margin-top: 38px;
}

    .about-box-layout2 .item-social li {
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 5px;
    }

        .about-box-layout2 .item-social li:last-child {
            margin-right: 0;
        }

        .about-box-layout2 .item-social li a {
            background-color: #f2f2f2;
            color: #444444;
            font-size: 16px;
            width: 6rem;
            height: 6rem;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .about-box-layout2 .item-social li a:hover {
                background-color: #111111;
                color: #ffffff;
            }

.about-box-layout3 {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px;
    position: relative;
    margin-bottom: 3rem;
}

    .about-box-layout3:after {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #eeeeee;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: rotate(-5deg);
        z-index: -1;
    }

    .about-box-layout3 .play-btn {
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        height: 60px;
        width: 60px;
        line-height: 60px;
        background-color: rgba(255, 21, 21, 0.8);
        border-radius: 50%;
    }

        .about-box-layout3 .play-btn i:before {
            color: #ffffff;
            font-size: 26px;
            margin-left: 8px;
        }
/*------------------- 5.2 Blog -------------------*/
.blog-wrap-layout1 {
    padding: 1rem 0 1.5rem;
}

.blog-wrap-layout2 {
    border-bottom: 1px solid #e1e1e1;
}

.blog-wrap-layout4 {
    padding: 5rem 0 1rem;
}

.blog-wrap-layout5 {
    padding-bottom: 10px;
}

.blog-wrap-layout6 {
    padding-bottom: 15px;
}

.blog-wrap-layout8 {
    padding: 5rem 0 0;
    border-bottom: 1px solid #e1e1e1;
}

.blog-wrap-layout9 {
    padding: 5rem 0;
    background-color: #f7f8fa;
}

.blog-wrap-layout10 {
    background-color: #f8f8f8;
    padding: 5rem 0 1.2rem;
}

.blog-wrap-layout11 {
    padding: 5rem 0 0;
}

.blog-wrap-layout12 {
    padding: 5rem 0 1.4rem;
}

.blog-wrap-layout14 {
    padding: 5rem 0 2rem;
}

.blog-wrap-layout15 {
    padding: 5rem 0 4.5rem;
}

.blog-wrap-layout17 {
    padding: 1rem 0;
}

.blog-wrap-layout18 {
    padding: 5rem 0;
}

.blog-wrap-layout19 {
    padding: 5rem 0 0;
}

.blog-wrap-layout20 {
    padding: 5rem 0 0;
}

.blog-wrap-layout21 {
    background-color: #f8f8f8;
    padding: 5rem 0 1.5rem;
}

.blog-wrap-layout22 {
    padding: 5rem 0 0;
}

.blog-wrap-layout23 {
    padding: 5rem 0 0;
}

.blog-wrap-layout24 {
    padding: 5rem 0;
}

.blog-box-layout1 {
    text-align: center;
    margin-bottom: 35px;
}

.blog-wrap-layout100 {
    background-color: #f8f8f8;
}

.blog-box-layout1 .item-img {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

    .blog-box-layout1 .item-img img {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .blog-box-layout1 .item-img a {
        display: block;
    }

    .blog-box-layout1 .item-img .play-btn {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        color: #ffffff;
        font-size: 24px;
        height: 60px;
        width: 60px;
        line-height: 60px;
        background-color: rgba(255, 21, 21, 0.8);
        border-radius: 50%;
    }

        .blog-box-layout1 .item-img .play-btn i {
            margin-left: 7px;
        }

.blog-box-layout1 .item-content .item-title {
    text-align: right;
    font-weight: 600;
    margin-bottom: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .blog-box-layout1 .item-content .item-title a {
        color: #111111;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-box-layout1 .item-content .item-title a:hover {
            color: #444444;
        }

.blog-box-layout1 .item-content .item-title-lg {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 991px) {
    .blog-box-layout1 .item-content .item-title-lg {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-box-layout1 .item-content .item-title-lg {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-box-layout1 .item-content .item-title-lg {
        font-size: 22px;
    }
}

.blog-box-layout1 .item-content .item-title-lg a {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-box-layout1 .item-content .item-title-lg a:hover {
        color: #444444;
    }

.blog-box-layout1 .item-content h3.item-title {
    text-align: right;
    font-size: 20px;
}

.blog-box-layout1 .item-content p {
    text-align: right;
    margin: 0 auto 15px;
}

.blog-box-layout1 .item-content .item-btn {
    display: inline-block;
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-box-layout1 .item-content .item-btn i {
        color: #cccccc;
        font-size: 12px;
        margin-right: 8px;
    }

    .blog-box-layout1 .item-content .item-btn:hover {
        color: #111111;
    }

        .blog-box-layout1 .item-content .item-btn:hover i {
            animation: headShake 0.5s;
        }

.blog-box-layout1:hover .item-img img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.blog-box-layout1:hover .item-img.item-video img {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.blog-box-layout2 {
    text-align: right;
    margin-bottom: 32px;
}

    .blog-box-layout2 .item-img {
        margin-bottom: 14px;
        overflow: hidden;
    }

        .blog-box-layout2 .item-img a {
            display: block;
        }

            .blog-box-layout2 .item-img a img {
                -webkit-transform: scale(1) rotate(0);
                -ms-transform: scale(1) rotate(0);
                transform: scale(1) rotate(0);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    .blog-box-layout2 .item-content .item-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #222222;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .blog-box-layout2 .item-content .item-title a {
            color: #111111;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .blog-box-layout2 .item-content .item-title a:hover {
                color: #444444;
            }

    .blog-box-layout2:hover .item-img a img {
        -webkit-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
        transform: scale(1.1) rotate(2deg);
    }

.blog-box-layout3 {
    text-align: right;
    margin-bottom: 30px;
}

    .blog-box-layout3 .item-img {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }

        .blog-box-layout3 .item-img a {
            display: block;
        }

            .blog-box-layout3 .item-img a img {
                -webkit-transform: scale(1) rotate(0);
                -ms-transform: scale(1) rotate(0);
                transform: scale(1) rotate(0);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        .blog-box-layout3 .item-img .play-btn {
            text-align: center;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            height: 70px;
            width: 70px;
            line-height: 70px;
            background-color: rgba(255, 21, 21, 0.8);
            border-radius: 50%;
        }

            .blog-box-layout3 .item-img .play-btn i:before {
                margin-left: 7px;
                color: #ffffff;
                font-size: 28px;
            }

    .blog-box-layout3 .item-content .item-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

@media only screen and (max-width: 991px) {
    .blog-box-layout3 .item-content .item-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-box-layout3 .item-content .item-title {
        font-size: 20px;
    }
}

.blog-box-layout3 .item-content .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-box-layout3 .item-content .item-title a:hover {
        color: #444444;
    }

.blog-box-layout3 .item-content p {
    margin: 0 auto 13px;
}

.blog-box-layout3 .item-content .action-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .blog-box-layout3 .item-content .action-area .item-btn {
        display: inline-block;
        color: #444444;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        padding: 5px 5px 5px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-box-layout3 .item-content .action-area .item-btn i {
            color: #cccccc;
            font-size: 12px;
            margin-right: 8px;
        }

        .blog-box-layout3 .item-content .action-area .item-btn:hover {
            color: #111111;
        }

            .blog-box-layout3 .item-content .action-area .item-btn:hover i {
                animation: headShake 0.5s;
            }

    .blog-box-layout3 .item-content .action-area .response-area li {
        display: inline-block;
        margin-left: 15px;
    }

        .blog-box-layout3 .item-content .action-area .response-area li:last-child {
            margin-right: 0;
        }

        .blog-box-layout3 .item-content .action-area .response-area li a {
            font-size: 16px;
            color: #444444;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .blog-box-layout3 .item-content .action-area .response-area li a i {
                font-size: 18px;
                color: #a5a5a5;
                margin-left: 7px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .blog-box-layout3 .item-content .action-area .response-area li a:hover {
                color: #111111;
            }

                .blog-box-layout3 .item-content .action-area .response-area li a:hover i {
                    color: #111111;
                }

.blog-box-layout3:hover .item-img a img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.blog-box-layout4 {
    text-align: right;
    margin-bottom: 40px;
    display: flex;
    align-items: start;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-box-layout4 {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .blog-box-layout4 {
        display: block;
    }
}

.blog-box-layout4 .item-img {
    width: 50%;
    margin-left: 40px;
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-box-layout4 .item-img {
        margin-right: 0;
        margin-bottom: 20px;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .blog-box-layout4 .item-img {
        margin-right: 0;
        margin-bottom: 20px;
        width: auto;
    }
}

.blog-box-layout4 .item-img img {
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-box-layout4 .item-content {
    width: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-box-layout4 .item-content {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .blog-box-layout4 .item-content {
        width: auto;
    }
}

.blog-box-layout4 .item-content .item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 991px) {
    .blog-box-layout4 .item-content .item-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-box-layout4 .item-content .item-title {
        font-size: 20px;
    }
}

.blog-box-layout4 .item-content .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-box-layout4 .item-content .item-title a:hover {
        color: #444444;
    }

.blog-box-layout4 .item-content p {
    margin: 0 auto 13px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-box-layout4 .item-content .action-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .blog-box-layout4 .item-content .action-area .item-btn {
        display: inline-block;
        color: #444444;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        padding: 5px 5px 5px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-box-layout4 .item-content .action-area .item-btn i {
            color: #cccccc;
            font-size: 12px;
            margin-right: 8px;
        }

        .blog-box-layout4 .item-content .action-area .item-btn:hover {
            color: #111111;
        }

            .blog-box-layout4 .item-content .action-area .item-btn:hover i {
                animation: headShake 0.5s;
            }

    .blog-box-layout4 .item-content .action-area .response-area li {
        display: inline-block;
        margin-right: 26px;
    }

        .blog-box-layout4 .item-content .action-area .response-area li:last-child {
            margin-right: 0;
        }

        .blog-box-layout4 .item-content .action-area .response-area li a {
            font-size: 16px;
            color: #444444;
        }

            .blog-box-layout4 .item-content .action-area .response-area li a i {
                font-size: 18px;
                color: #a5a5a5;
                margin-left: 10px;
            }

.blog-box-layout4:hover .item-img img {
    transform: scale(1.1) rotate(2deg);
}

.blog-box-layout5 {
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(224, 224, 224, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(224, 224, 224, 0.75);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-box-layout5 .item-img {
        position: relative;
    }

        .blog-box-layout5 .item-img a {
            display: block;
        }

            .blog-box-layout5 .item-img a img {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                border-radius: 4px 4px 0 0;
            }

        .blog-box-layout5 .item-img .hover-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            padding: 10px;
            z-index: 2;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .blog-box-layout5 .item-img .hover-icon span {
                display: inline-block;
                height: 8px;
                width: 8px;
                background-color: #ffffff;
                border-radius: 50%;
                margin-right: 2px;
                transform: scale(2);
                opacity: 0;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        .blog-box-layout5 .item-img:after {
            content: "";
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            border-radius: 4px 4px 0 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .blog-box-layout5 .item-content {
        background-color: #ffffff;
        padding: 20px 25px 15px;
        border-radius: 0 0 4px 4px;
    }

        .blog-box-layout5 .item-content .item-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 1.5;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

@media only screen and (max-width: 767px) {
    .blog-box-layout5 .item-content .item-title {
        font-size: 18px;
    }
}

.blog-box-layout5 .item-content .item-title a {
    color: #444444;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-box-layout5 .item-content .item-title a:hover {
        color: #000000;
    }

.blog-box-layout5:hover {
    -webkit-box-shadow: 0px 15px 21px 0px #e5e5e5;
    box-shadow: 0px 15px 21px 0px #e5e5e5;
}

    .blog-box-layout5:hover .item-img:after {
        visibility: visible;
        opacity: 1;
    }

    .blog-box-layout5:hover .item-img .hover-icon span {
        opacity: 1;
        transform: scale(1);
    }

        .blog-box-layout5:hover .item-img .hover-icon span:nth-child(1n) {
            transition-delay: 0.2s;
        }

        .blog-box-layout5:hover .item-img .hover-icon span:nth-child(2n) {
            transition-delay: 0.3s;
        }

        .blog-box-layout5:hover .item-img .hover-icon span:nth-child(3n) {
            transition-delay: 0.4s;
        }

.blog-box-layout6 {
    text-align: center;
    margin-bottom: -38px;
}

@media only screen and (max-width: 991px) {
    .blog-box-layout6 {
        margin-bottom: -20px;
    }
}

.blog-box-layout6 .item-img {
    overflow: hidden;
}

    .blog-box-layout6 .item-img a {
        display: block;
    }

        .blog-box-layout6 .item-img a img {
            transform: scale(1);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.blog-box-layout6 .item-content {
    padding: 14px 20px;
    background-color: #ffffff;
    position: relative;
    transform: translateY(-38px);
    margin: 0 30px;
    border-radius: 4px;
}

    .blog-box-layout6 .item-content .item-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .blog-box-layout6 .item-content .item-title a {
            color: #111111;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .blog-box-layout6 .item-content .item-title a:hover {
                color: #444444;
            }

    .blog-box-layout6 .item-content p {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.blog-box-layout6:hover .item-img img {
    transform: scale(1.1);
}

.blog-box-layout7 {
    margin-bottom: 30px;
}

    .blog-box-layout7 .media .item-img {
        overflow: hidden;
        width: 37%;
    }

@media only screen and (max-width: 1199px) {
    .blog-box-layout7 .media .item-img {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .blog-box-layout7 .media .item-img {
        width: 30%;
    }
}

.blog-box-layout7 .media .item-img a {
    display: block;
}

    .blog-box-layout7 .media .item-img a img {
        transform: scale(1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.blog-box-layout7 .media .media-body .item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

    .blog-box-layout7 .media .media-body .item-title a {
        color: #444444;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-box-layout7 .media .media-body .item-title a:hover {
            color: #000000;
        }

.blog-box-layout7 .media .media-body p {
    margin-bottom: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

.blog-box-layout7:hover .media .item-img img {
    transform: scale(1.1);
}

.blog-box-layout8 {
    text-align: center;
    margin-bottom: -27px;
}

    .blog-box-layout8 .item-img {
        overflow: hidden;
    }

        .blog-box-layout8 .item-img a {
            display: block;
        }

            .blog-box-layout8 .item-img a img {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    .blog-box-layout8 .item-content {
        padding: 14px 20px;
        background-color: #ffffff;
        position: relative;
        transform: translateY(-27px);
        margin: 0 25px;
        border-radius: 4px;
    }

@media only screen and (max-width: 767px) {
    .blog-box-layout8 .item-content {
        margin: 0 10px;
        padding: 15px;
    }
}

.blog-box-layout8 .item-content .item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

    .blog-box-layout8 .item-content .item-title a {
        color: #111111;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-box-layout8 .item-content .item-title a:hover {
            color: #444444;
        }

.blog-box-layout8:hover .item-img img {
    transform: scale(1.1);
}

.blog-box-layout9 {
    margin-bottom: 30px;
}

    .blog-box-layout9 .item-img {
        margin-bottom: 14px;
        overflow: hidden;
    }

        .blog-box-layout9 .item-img a {
            display: block;
        }

            .blog-box-layout9 .item-img a img {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    .blog-box-layout9 .item-content {
        text-align: center;
        padding: 0 10px;
    }

        .blog-box-layout9 .item-content .item-title {
            font-weight: 600;
            font-size: 18px;
        }

            .blog-box-layout9 .item-content .item-title a {
                color: #111111;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .blog-box-layout9 .item-content .item-title a:hover {
                    color: #444444;
                }

    .blog-box-layout9:hover .item-img img {
        transform: scale(1.1);
    }

.blog-box-layout10 .item-img {
    overflow: hidden;
}

    .blog-box-layout10 .item-img img {
        transform: scale(1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.blog-box-layout10 .item-content {
    padding: 18px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .blog-box-layout10 .item-content {
        padding: 18px 0;
    }
}

.blog-box-layout10 .item-content .item-title {
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .blog-box-layout10 .item-content .item-title a {
        color: #111111;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-box-layout10 .item-content .item-title a:hover {
            color: #444444;
        }

.blog-box-layout10 .item-content p {
    margin: 0 auto 20px;
}

.blog-box-layout10 .item-content .response-area {
    margin-bottom: 20px;
}

    .blog-box-layout10 .item-content .response-area li {
        display: inline-block;
        margin-right: 26px;
    }

        .blog-box-layout10 .item-content .response-area li:last-child {
            margin-right: 0;
        }

        .blog-box-layout10 .item-content .response-area li a {
            font-size: 16px;
            color: #444444;
        }

            .blog-box-layout10 .item-content .response-area li a i {
                font-size: 18px;
                color: #a5a5a5;
                margin-left: 10px;
            }

.blog-box-layout10 .item-content .item-btn {
    display: inline-block;
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-box-layout10 .item-content .item-btn i {
        color: #cccccc;
        font-size: 12px;
        margin-right: 8px;
    }

    .blog-box-layout10 .item-content .item-btn:hover {
        color: #111111;
    }

        .blog-box-layout10 .item-content .item-btn:hover i {
            animation: headShake 0.5s;
        }

.blog-box-layout10:hover .item-img img {
    transform: scale(1.1);
}

.blog-box-layout11 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 4rem;
}

@media only screen and (max-width: 1199px) {
    .blog-box-layout11 {
        display: block;
    }
}

.blog-box-layout11 .item-img {
    margin-right: 20px;
    overflow: hidden;
    width: 50%;
}

@media only screen and (max-width: 1199px) {
    .blog-box-layout11 .item-img {
        margin-right: 0;
        width: auto;
    }
}

.blog-box-layout11 .item-img a {
    display: block;
}

    .blog-box-layout11 .item-img a img {
        transform: scale(1) rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.blog-box-layout11 .item-content {
    width: 50%;
    padding: 18px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .blog-box-layout11 .item-content {
        padding: 18px 0 0;
        width: auto;
    }
}

.blog-box-layout11 .item-content .item-title {
    font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .blog-box-layout11 .item-content .item-title a {
        color: #111111;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-box-layout11 .item-content .item-title a:hover {
            color: #444444;
        }

.blog-box-layout11 .item-content p {
    margin: 0 auto 20px;
}

.blog-box-layout11 .item-content .response-area {
    margin-bottom: 22px;
}

    .blog-box-layout11 .item-content .response-area li {
        display: inline-block;
        margin-left: 13px;
    }

        .blog-box-layout11 .item-content .response-area li:last-child {
            margin-right: 0;
        }

        .blog-box-layout11 .item-content .response-area li a {
            font-size: 16px;
            color: #444444;
        }

            .blog-box-layout11 .item-content .response-area li a i {
                font-size: 18px;
                color: #a5a5a5;
                margin-left: 10px;
            }

.blog-box-layout11 .item-content .item-btn {
    display: inline-block;
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-box-layout11 .item-content .item-btn i {
        color: #cccccc;
        font-size: 12px;
        margin-right: 8px;
    }

    .blog-box-layout11 .item-content .item-btn:hover {
        color: #111111;
    }

        .blog-box-layout11 .item-content .item-btn:hover i {
            animation: headShake 0.5s;
        }

.blog-box-layout11:hover .item-img a img {
    transform: scale(1.1) rotate(2deg);
}

.blog-box-layout12 {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(189, 189, 189, 0.75);
    box-shadow: 0px 4px 24px 0px rgba(189, 189, 189, 0.75);
}

    .blog-box-layout12 .item-img {
        position: relative;
        overflow: hidden;
    }

        .blog-box-layout12 .item-img img {
            border-radius: 4px;
        }

        .blog-box-layout12 .item-img:after {
            content: "";
            height: 70%;
            width: 100%;
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
            background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
            background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
            background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
            border-radius: 4px;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .blog-box-layout12 .item-img .play-btn {
            display: inline-block;
            text-align: center;
            height: 70px;
            width: 70px;
            line-height: 70px;
            background-color: #ff0000;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            z-index: 2;
        }

            .blog-box-layout12 .item-img .play-btn i:before {
                color: #ffffff;
                font-size: 28px;
                margin-left: 8px;
            }

        .blog-box-layout12 .item-img .item-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px 35px;
            z-index: 2;
        }

@media only screen and (max-width: 575px) {
    .blog-box-layout12 .item-img .item-content {
        padding: 0 20px;
    }
}

.blog-box-layout12 .item-img .item-content .item-title {
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .blog-box-layout12 .item-img .item-content .item-title a {
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog-box-layout12 .item-img .item-content .item-title a:hover {
            color: #e6e6e6;
        }

.blog-box-layout12:hover .item-img:after {
    height: 110%;
}

.blog-box-layout13 {
    margin-bottom: 6px;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(189, 189, 189, 0.75);
    box-shadow: 0px 4px 24px 0px rgba(189, 189, 189, 0.75);
}

    .blog-box-layout13 .item-img {
        position: relative;
        overflow: hidden;
    }

        .blog-box-layout13 .item-img img {
            border-radius: 4px;
        }

        .blog-box-layout13 .item-img:after {
            content: "";
            height: 100%;
            width: 100%;
            background-color: rgba(17, 17, 17, 0.4);
            border-radius: 4px;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .blog-box-layout13 .item-img .item-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px 40px;
            z-index: 2;
        }

            .blog-box-layout13 .item-img .item-content .item-title {
                font-weight: 600;
            }

                .blog-box-layout13 .item-img .item-content .item-title a {
                    color: #ffffff;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                    .blog-box-layout13 .item-img .item-content .item-title a:hover {
                        color: #f2f2f2;
                    }

.blog-box-layout14 {
    margin-bottom: 30px;
}

    .blog-box-layout14 .item-content {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 2px;
        margin-bottom: 22px;
    }

        .blog-box-layout14 .item-content:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .blog-box-layout14 .item-title {
        font-size: 18px;
        font-weight: 600;
    }

        .blog-box-layout14 .item-title a {
            color: #111111;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .blog-box-layout14 .item-title a:hover {
                color: #444444;
            }

.blog-box-layout15 {
    margin-bottom: 35px;
}

    .blog-box-layout15 .item-img {
        overflow: hidden;
        margin-bottom: 22px;
        border-radius: 4px;
    }

        .blog-box-layout15 .item-img a {
            display: block;
        }

            .blog-box-layout15 .item-img a img {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                border-radius: 4px;
            }

    .blog-box-layout15 .item-content .item-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 14px;
        line-height: 1.5;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .blog-box-layout15 .item-content .item-title a {
            color: #111111;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .blog-box-layout15 .item-content .item-title a:hover {
                color: #444444;
            }

    .blog-box-layout15:hover .item-img a img {
        transform: scale(1.1);
    }

.blog-box-layout16 {
    margin-bottom: 40px;
}

    .blog-box-layout16 .item-img {
        position: relative;
    }

        .blog-box-layout16 .item-img:after {
            content: "";
            height: 70%;
            width: 100%;
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
            background: -webkit-linear-gradient(top, transparent, #000000);
            background: -o-linear-gradient(top, transparent, #000000);
            background: linear-gradient(to bottom, transparent, #000000);
            position: absolute;
            bottom: -1px;
            right: 0;
            left: 0;
        }

        .blog-box-layout16 .item-img .item-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 18px 42px;
            z-index: 2;
        }

            .blog-box-layout16 .item-img .item-content .item-title {
                font-weight: 600;
                margin-bottom: 16px;
            }

                .blog-box-layout16 .item-img .item-content .item-title a {
                    color: #ffffff;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                    .blog-box-layout16 .item-img .item-content .item-title a:hover {
                        color: #eeeeee;
                    }

            .blog-box-layout16 .item-img .item-content p {
                color: #dddddd;
            }

.blog-box-layout17 {
    margin-bottom: 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 10px 0px #e5e5e5;
    box-shadow: 0px 1px 10px 0px #e5e5e5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-box-layout17 .item-img {
        overflow: hidden;
    }

        .blog-box-layout17 .item-img a {
            display: block;
        }

            .blog-box-layout17 .item-img a img {
                transform: scale(1) rotate(0deg);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                border-radius: 4px 4px 0 0;
            }

    .blog-box-layout17 .item-content {
        text-align: center;
        background-color: #ffffff;
        padding: 24px 30px 10px;
        border-radius: 0 0 4px 4px;
    }

        .blog-box-layout17 .item-content .item-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 14px;
            line-height: 1.5;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

            .blog-box-layout17 .item-content .item-title a {
                color: #111111;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .blog-box-layout17 .item-content .item-title a:hover {
                    color: #444444;
                }

    .blog-box-layout17:hover {
        -webkit-box-shadow: 0px 15px 21px 0px #e5e5e5;
        box-shadow: 0px 15px 21px 0px #e5e5e5;
    }

        .blog-box-layout17:hover .item-img a img {
            transform: scale(1.1) rotate(2deg);
        }

.blog-box-layout18 .item-img {
    position: relative;
    overflow: hidden;
}

    .blog-box-layout18 .item-img:after {
        content: "";
        height: 70%;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
        background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .blog-box-layout18 .item-img .item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 35px;
        z-index: 2;
    }

        .blog-box-layout18 .item-img .item-content .item-title {
            font-weight: 600;
        }

            .blog-box-layout18 .item-img .item-content .item-title a {
                color: #ffffff;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .blog-box-layout18 .item-img .item-content .item-title a:hover {
                    color: #f2f2f2;
                }

.blog-box-layout18:hover .item-img:after {
    height: 110%;
}

.blog-box-layout19 {
    background-color: #ffffff;
    height: 100%;
    padding: 20px;
    position: relative;
    z-index: 1;
}

    .blog-box-layout19:after {
        content: url('img/figure/quote.jpg');
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: 0;
        z-index: -1;
    }

    .blog-box-layout19 .item-title {
        font-weight: 600;
        color: #111111;
        margin-bottom: 25px;
    }

    .blog-box-layout19 .item-subtitle {
        font-weight: 600;
        color: #111111;
        font-size: 18px;
    }

.single-blog-wrap-layout1 {
    padding: 0 0 5rem;
}

.single-blog-banner-layout1 {
    margin-bottom: 4.5rem;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .single-blog-banner-layout1 {
        margin-bottom: 3rem;
    }
}

.single-blog-banner-layout1 .banner-img {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .single-blog-banner-layout1 .banner-img {
        margin-bottom: 40px;
    }
}

.single-blog-banner-layout1 .banner-img:after {
    content: "";
    height: 60%;
    width: 100%;
    background: linear-gradient(to top, #000000, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.single-blog-banner-layout1 .banner-content {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .single-blog-banner-layout1 .banner-content {
        bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .single-blog-banner-layout1 .banner-content {
        position: inherit;
        bottom: 0;
    }
}

.single-blog-banner-layout1 .banner-content .item-title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 70%;
    margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
    .single-blog-banner-layout1 .banner-content .item-title {
        color: #111111;
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-banner-layout1 .banner-content .item-title {
        font-size: 26px;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .single-blog-banner-layout1 .banner-content .item-title {
        font-size: 22px;
    }
}

.single-blog-banner-layout1 .banner-content .item-social {
    margin-bottom: 16px;
}

    .single-blog-banner-layout1 .banner-content .item-social li {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 10px;
    }

        .single-blog-banner-layout1 .banner-content .item-social li:last-child {
            margin-right: 0;
        }

        .single-blog-banner-layout1 .banner-content .item-social li a {
            display: block;
            border-radius: 4px;
            color: #ffffff;
            padding: 2px 10px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .single-blog-banner-layout1 .banner-content .item-social li a i {
                font-size: 14px;
                margin-left: 10px;
            }

            .single-blog-banner-layout1 .banner-content .item-social li a:hover {
                background-color: #000000;
                color: #ffffff;
            }

        .single-blog-banner-layout1 .banner-content .item-social li .facebook {
            background-color: #3b5997;
        }

        .single-blog-banner-layout1 .banner-content .item-social li .twitter {
            background-color: #56acec;
        }

        .single-blog-banner-layout1 .banner-content .item-social li .g-plus {
            background-color: #dc4a39;
        }

        .single-blog-banner-layout1 .banner-content .item-social li .pinterst {
            background-color: #c80909;
        }

        .single-blog-banner-layout1 .banner-content .item-social li .load-more {
            background-color: #ffffff;
            color: #000000;
        }

.single-blog-banner-layout1 .banner-content .response-area li {
    display: inline-block;
    margin-left: 35px;
    margin-bottom: 10px;
    position: relative;
}

    .single-blog-banner-layout1 .banner-content .response-area li:last-child {
        margin-right: 0;
    }

        .single-blog-banner-layout1 .banner-content .response-area li:last-child:after {
            display: none;
        }

    .single-blog-banner-layout1 .banner-content .response-area li:after {
        content: ".";
        font-size: 24px;
        color: #ffffff;
        position: absolute;
        bottom: 7px;
        left: -21px;
    }

    .single-blog-banner-layout1 .banner-content .response-area li a {
        font-size: 16px;
        color: #fff;
        display: block;
    }

        .single-blog-banner-layout1 .banner-content .response-area li a i {
            font-size: 18px;
            color: #cccccc;
            margin-left: 12px;
        }

@media only screen and (max-width: 991px) {
    .single-blog-banner-layout1 .banner-content .response-area li:after {
        color: #444444;
    }

    .single-blog-banner-layout1 .banner-content .response-area li a {
        color: #444444;
    }
}

.single-blog-box-layout1 .blog-details {
    margin-bottom: 5rem;
}

    .single-blog-box-layout1 .blog-details p {
        margin-bottom: 30px;
    }

    .single-blog-box-layout1 .blog-details blockquote {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        color: #444444;
        font-style: italic;
        text-align: center;
        line-height: 1.5;
        padding: 20px 30px 30px;
    }

@media only screen and (max-width: 575px) {
    .single-blog-box-layout1 .blog-details blockquote {
        padding: 20px 0 30px;
        font-size: 20px;
    }
}

.single-blog-box-layout1 .blog-details blockquote:after {
    content: url('img/figure/quote2.png');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.single-blog-box-layout1 .blog-details blockquote .qoute-subtitle {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #646464;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    margin-top: 22px;
}

.single-blog-box-layout1 .blog-details .single-img {
    margin-bottom: 30px;
}

.single-blog-box-layout1 .blog-details .more-info .item-title {
    font-size: 30px;
    font-weight: 500;
    color: #111111;
}

@media only screen and (max-width: 767px) {
    .single-blog-box-layout1 .blog-details .more-info .item-title {
        font-size: 24px;
    }
}

.single-blog-box-layout1 .blog-details .more-info .info-list {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding: 0 40px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout1 .blog-details .more-info .info-list {
        padding: 0;
    }
}

.single-blog-box-layout1 .blog-details .more-info .info-list li {
    margin-bottom: 26px;
    padding-right: 38px;
    counter-increment: my-awesome-counter;
    position: relative;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout1 .blog-details .more-info .info-list li {
        font-size: 16px;
    }
}

.single-blog-box-layout1 .blog-details .more-info .info-list li:last-child {
    margin-bottom: 0;
}

.single-blog-box-layout1 .blog-details .more-info .info-list li:before {
    content: counter(my-awesome-counter);
    color: #ffffff;
    position: absolute;
    top: 3px;
    right: 0;
    background-color: #111111;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
}

.single-blog-box-layout1 .blog-details .single-slider {
    margin: 10px 0 30px;
}

.single-blog-box-layout1 .blog-entry-meta {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    padding: 28px 0 13px;
    margin-bottom: 42px;
}

    .single-blog-box-layout1 .blog-entry-meta ul {
        display: flex;
        justify-content: space-between;
    }

@media only screen and (max-width: 575px) {
    .single-blog-box-layout1 .blog-entry-meta ul {
        display: block;
    }
}

.single-blog-box-layout1 .blog-entry-meta ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout1 .blog-entry-meta ul li {
        justify-content: center;
    }
}

.single-blog-box-layout1 .blog-entry-meta ul .item-tag i {
    font-size: 20px;
    margin-left: 12px;
}

.single-blog-box-layout1 .blog-entry-meta ul .item-tag a {
    font-size: 16px;
    color: #a5a5a5;
    margin-right: 4px;
}

.single-blog-box-layout1 .blog-entry-meta ul .item-social a {
    color: #646464;
    margin-left: 18px;
    font-weight: 500;
}

    .single-blog-box-layout1 .blog-entry-meta ul .item-social a:last-child {
        margin-right: 0;
    }

.single-blog-box-layout1 .blog-entry-meta ul .item-respons {
    color: #a5a5a5;
}

    .single-blog-box-layout1 .blog-entry-meta ul .item-respons i {
        color: #646464;
        font-size: 20px;
        margin-left: 10px;
    }

.single-blog-box-layout1 .blog-author {
    margin-bottom: 42px;
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 50px 50px 28px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout1 .blog-author {
        text-align: center;
        padding: 50px 10px 28px;
    }
}

.single-blog-box-layout1 .blog-author .media img {
    border-radius: 50%;
}

.single-blog-box-layout1 .blog-author .media .media-body {
    position: relative;
}

    .single-blog-box-layout1 .blog-author .media .media-body .item-title {
        font-size: 20px;
        color: #111111;
        font-weight: 600;
        margin-bottom: 0;
    }

    .single-blog-box-layout1 .blog-author .media .media-body .item-subtitle {
        color: #a5a5a5;
        margin-bottom: 10px;
    }

    .single-blog-box-layout1 .blog-author .media .media-body .item-social {
        position: absolute;
        top: 2px;
        left: 0;
    }

@media only screen and (max-width: 767px) {
    .single-blog-box-layout1 .blog-author .media .media-body .item-social {
        position: relative;
        top: 0;
    }
}

.single-blog-box-layout1 .blog-author .media .media-body .item-social li {
    display: inline-block;
    margin-left: 16px;
}

    .single-blog-box-layout1 .blog-author .media .media-body .item-social li:last-child {
        margin-right: 0;
    }

    .single-blog-box-layout1 .blog-author .media .media-body .item-social li a {
        color: #a5a5a5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .single-blog-box-layout1 .blog-author .media .media-body .item-social li a:hover {
            color: #111111;
        }

.single-blog-box-layout1 .related-item {
    margin-bottom: 12px;
}

.single-blog-box-layout1 .blog-comment {
    background-color: #f8f8f8;
    margin-bottom: 4.3rem;
    padding: 54px 60px 60px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout1 .blog-comment {
        padding: 20px;
    }
}

.single-blog-box-layout1 .blog-comment .media {
    margin-bottom: 3px;
    background-color: #ffffff;
    padding: 30px 35px 24px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout1 .blog-comment .media {
        text-align: center;
        padding: 30px 20px 24px;
    }
}

.single-blog-box-layout1 .blog-comment .media:last-child {
    margin-bottom: 0;
}

.single-blog-box-layout1 .blog-comment .media img {
    border-radius: 50%;
}

.single-blog-box-layout1 .blog-comment .media .media-body {
    position: relative;
}

    .single-blog-box-layout1 .blog-comment .media .media-body .item-title {
        color: #111111;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .single-blog-box-layout1 .blog-comment .media .media-body .item-subtitle {
        font-size: 14px;
        color: #a5a5a5;
        display: block;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
        display: inline-block;
        font-size: 12px;
        background-color: #f8f8f8;
        border-radius: 20px;
        color: #646464;
        font-weight: 500;
        padding: 5px 20px;
        position: absolute;
        top: -11px;
        left: 0;
        transition: 0.3s ease-in-out;
    }

@media only screen and (max-width: 767px) {
    .single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
        position: inherit;
        margin-top: 10px;
    }
}

.single-blog-box-layout1 .blog-comment .media .media-body .item-btn:hover {
    background-color: #111111;
    color: #ffffff;
}

.single-blog-box-layout1 .blog-form .contact-form-box .form-group {
    margin-bottom: 20px;
}

    .single-blog-box-layout1 .blog-form .contact-form-box .form-group:last-child {
        margin-bottom: 0;
    }

    .single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control {
        font-size: 14px;
        padding: 15px 20px;
        border: none;
        border: 1px solid #e0d9d9;
        color: #444444;
        border-radius: 4px;
    }

        .single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control:focus {
            outline: none;
            box-shadow: none;
        }

    .single-blog-box-layout1 .blog-form .contact-form-box .form-group input {
        height: 50px;
    }

    .single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn {
        margin-top: 1.5rem;
        display: block;
        border: 1px solid #111111;
        background-color: #111111;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 16px;
        border-radius: 4px;
        padding: 12px 20px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn:hover {
            color: #111111;
            background-color: transparent;
            border: 1px solid #111111;
        }

.single-blog-wrap-layout2 {
    margin-bottom: -20px;
}

@media only screen and (max-width: 991px) {
    .single-blog-wrap-layout2 {
        padding-bottom: 3rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .single-blog-box-layout2 .blog-banner {
        margin-bottom: 30px;
    }
}

.single-blog-box-layout2 .single-blog-content {
    transform: translateY(-70px);
    margin: 0 7rem;
    padding: 4.5rem 10rem 0;
    background-color: #ffffff;
    border-radius: 6px;
}

@media only screen and (max-width: 991px) {
    .single-blog-box-layout2 .single-blog-content {
        transform: translateY(0);
        margin: 0;
        padding: 0;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-entry-content {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 22px;
    margin-bottom: 44px;
}

    .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-title {
        font-size: 30px;
        font-weight: 500;
        color: #111111;
        line-height: 1.4;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 32px;
    }

@media only screen and (max-width: 991px) {
    .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-title {
        font-size: 22px;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social {
    margin-bottom: 18px;
}

    .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li {
        display: inline-block;
        margin-left: 6px;
        margin-bottom: 10px;
    }

        .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li:last-child {
            margin-right: 0;
        }

        .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li a {
            display: block;
            border-radius: 4px;
            color: #ffffff;
            padding: 2px 10px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li a i {
                font-size: 14px;
                margin-left: 10px;
            }

            .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li a:hover {
                background-color: #000000;
                color: #ffffff;
            }

        .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li .facebook {
            background-color: #3b5997;
        }

        .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li .twitter {
            background-color: #56acec;
        }

        .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li .g-plus {
            background-color: #dc4a39;
        }

        .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li .pinterst {
            background-color: #c80909;
        }

        .single-blog-box-layout2 .single-blog-content .blog-entry-content .item-social li .load-more {
            background-color: #ffffff;
            color: #000000;
        }

.single-blog-box-layout2 .single-blog-content .blog-entry-content .response-area li {
    display: inline-block;
    margin-left: 35px;
    position: relative;
    margin-bottom: 10px;
}

    .single-blog-box-layout2 .single-blog-content .blog-entry-content .response-area li:last-child {
        margin-right: 0;
    }

        .single-blog-box-layout2 .single-blog-content .blog-entry-content .response-area li:last-child:after {
            display: none;
        }

    .single-blog-box-layout2 .single-blog-content .blog-entry-content .response-area li:after {
        content: ".";
        font-size: 24px;
        font-weight: 600;
        color: #111111;
        position: absolute;
        bottom: 7px;
        left: -21px;
    }

    .single-blog-box-layout2 .single-blog-content .blog-entry-content .response-area li a {
        font-size: 16px;
        color: #646464;
        display: block;
    }

        .single-blog-box-layout2 .single-blog-content .blog-entry-content .response-area li a i {
            font-size: 18px;
            margin-left: 12px;
        }

.single-blog-box-layout2 .single-blog-content .blog-details {
    text-align: center;
    margin-bottom: 5rem;
}

    .single-blog-box-layout2 .single-blog-content .blog-details p {
        margin-bottom: 30px;
    }

    .single-blog-box-layout2 .single-blog-content .blog-details blockquote {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        color: #444444;
        font-style: italic;
        text-align: center;
        line-height: 1.5;
        padding: 20px 40px 30px;
    }

@media only screen and (max-width: 575px) {
    .single-blog-box-layout2 .single-blog-content .blog-details blockquote {
        padding: 20px 0 30px;
        font-size: 20px;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-details blockquote:after {
    content: url('img/figure/quote2.png');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.single-blog-box-layout2 .single-blog-content .blog-details blockquote .qoute-subtitle {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #646464;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    margin-top: 22px;
}

.single-blog-box-layout2 .single-blog-content .blog-details .single-img {
    margin-bottom: 30px;
}

.single-blog-box-layout2 .single-blog-content .blog-tag {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    padding: 28px 0 13px;
    margin-bottom: 42px;
}

    .single-blog-box-layout2 .single-blog-content .blog-tag ul {
        display: flex;
        justify-content: space-between;
    }

@media only screen and (max-width: 575px) {
    .single-blog-box-layout2 .single-blog-content .blog-tag ul {
        display: block;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-tag ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout2 .single-blog-content .blog-tag ul li {
        justify-content: center;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-tag ul .item-tag i {
    font-size: 20px;
    margin-left: 12px;
}

.single-blog-box-layout2 .single-blog-content .blog-tag ul .item-tag a {
    font-size: 16px;
    color: #a5a5a5;
    margin-right: 4px;
}

.single-blog-box-layout2 .single-blog-content .blog-tag ul .item-social a {
    color: #646464;
    margin-left: 18px;
    font-weight: 500;
}

    .single-blog-box-layout2 .single-blog-content .blog-tag ul .item-social a:last-child {
        margin-right: 0;
    }

.single-blog-box-layout2 .single-blog-content .blog-tag ul .item-respons {
    color: #a5a5a5;
}

    .single-blog-box-layout2 .single-blog-content .blog-tag ul .item-respons i {
        color: #646464;
        font-size: 20px;
        margin-left: 10px;
    }

.single-blog-box-layout2 .single-blog-content .blog-author {
    margin-bottom: 42px;
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 50px 50px 28px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout2 .single-blog-content .blog-author {
        text-align: center;
        padding: 50px 10px 28px;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-author .media img {
    border-radius: 50%;
}

.single-blog-box-layout2 .single-blog-content .blog-author .media .media-body {
    position: relative;
}

    .single-blog-box-layout2 .single-blog-content .blog-author .media .media-body .item-title {
        font-size: 20px;
        color: #111111;
        font-weight: 600;
        margin-bottom: 0;
    }

    .single-blog-box-layout2 .single-blog-content .blog-author .media .media-body .item-subtitle {
        color: #a5a5a5;
        margin-bottom: 10px;
    }

    .single-blog-box-layout2 .single-blog-content .blog-author .media .media-body .item-social {
        position: absolute;
        top: 2px;
        left: 0;
    }

@media only screen and (max-width: 767px) {
    .single-blog-box-layout2 .single-blog-content .blog-author .media .media-body .item-social {
        position: relative;
        top: 0;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-author .media .media-body .item-social li {
    display: inline-block;
    margin-left: 16px;
}

    .single-blog-box-layout2 .single-blog-content .blog-author .media .media-body .item-social li:last-child {
        margin-right: 0;
    }

    .single-blog-box-layout2 .single-blog-content .blog-author .media .media-body .item-social li a {
        color: #a5a5a5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .single-blog-box-layout2 .single-blog-content .blog-author .media .media-body .item-social li a:hover {
            color: #111111;
        }

.single-blog-box-layout2 .single-blog-content .related-item {
    margin-bottom: 12px;
}

.single-blog-box-layout2 .single-blog-content .blog-comment {
    background-color: #f8f8f8;
    margin-bottom: 4.3rem;
    padding: 54px 60px 60px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout2 .single-blog-content .blog-comment {
        padding: 20px;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-comment .media {
    margin-bottom: 3px;
    background-color: #ffffff;
    padding: 30px 35px 24px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout2 .single-blog-content .blog-comment .media {
        text-align: center;
        padding: 30px 20px 24px;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-comment .media:last-child {
    margin-bottom: 0;
}

.single-blog-box-layout2 .single-blog-content .blog-comment .media img {
    border-radius: 50%;
}

.single-blog-box-layout2 .single-blog-content .blog-comment .media .media-body {
    position: relative;
}

    .single-blog-box-layout2 .single-blog-content .blog-comment .media .media-body .item-title {
        color: #111111;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .single-blog-box-layout2 .single-blog-content .blog-comment .media .media-body .item-subtitle {
        font-size: 14px;
        color: #a5a5a5;
        display: block;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .single-blog-box-layout2 .single-blog-content .blog-comment .media .media-body .item-btn {
        display: inline-block;
        font-size: 12px;
        background-color: #f8f8f8;
        border-radius: 20px;
        color: #646464;
        font-weight: 500;
        padding: 5px 20px;
        position: absolute;
        top: -11px;
        left: 0;
        transition: 0.3s ease-in-out;
    }

@media only screen and (max-width: 767px) {
    .single-blog-box-layout2 .single-blog-content .blog-comment .media .media-body .item-btn {
        position: inherit;
        margin-top: 10px;
    }
}

.single-blog-box-layout2 .single-blog-content .blog-comment .media .media-body .item-btn:hover {
    background-color: #111111;
    color: #ffffff;
}

.single-blog-box-layout2 .single-blog-content .blog-form .contact-form-box .form-group {
    margin-bottom: 20px;
}

    .single-blog-box-layout2 .single-blog-content .blog-form .contact-form-box .form-group:last-child {
        margin-bottom: 0;
    }

    .single-blog-box-layout2 .single-blog-content .blog-form .contact-form-box .form-group .form-control {
        font-size: 14px;
        padding: 15px 20px;
        border: none;
        border: 1px solid #e0d9d9;
        color: #444444;
        border-radius: 4px;
    }

        .single-blog-box-layout2 .single-blog-content .blog-form .contact-form-box .form-group .form-control:focus {
            outline: none;
            box-shadow: none;
        }

    .single-blog-box-layout2 .single-blog-content .blog-form .contact-form-box .form-group input {
        height: 50px;
    }

    .single-blog-box-layout2 .single-blog-content .blog-form .contact-form-box .form-group .item-btn {
        margin-top: 1.5rem;
        display: inline-block;
        border: 1px solid #111111;
        background-color: #111111;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 16px;
        border-radius: 4px;
        padding: 12px 20px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .single-blog-box-layout2 .single-blog-content .blog-form .contact-form-box .form-group .item-btn:hover {
            color: #111111;
            background-color: transparent;
            border: 1px solid #111111;
        }

@media only screen and (max-width: 767px) {
    .single-blog-box-layout2 .single-blog-content .blog-form .contact-form-box .form-group .item-btn {
        font-size: 14px;
    }
}

.single-blog-wrap-layout3 {
    padding: 5rem 0 5rem;
}

.single-blog-box-layout3 .blog-banner {
    margin-bottom: 18px;
}

    .single-blog-box-layout3 .blog-banner img {
        border-radius: 4px;
    }

.single-blog-box-layout3 .single-blog-content .blog-entry-content {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

    .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-title {
        font-size: 30px;
        font-weight: 500;
        color: #111111;
        line-height: 1.4;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 991px) {
    .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-title {
        font-size: 22px;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social {
    margin-bottom: 14px;
}

    .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li {
        display: inline-block;
        margin-left: 6px;
        margin-bottom: 10px;
    }

        .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li:last-child {
            margin-right: 0;
        }

        .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li a {
            display: block;
            border-radius: 4px;
            color: #ffffff;
            padding: 2px 10px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li a i {
                font-size: 14px;
                margin-left: 10px;
            }

            .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li a:hover {
                background-color: #000000;
                color: #ffffff;
            }

        .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li .facebook {
            background-color: #3b5997;
        }

        .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li .twitter {
            background-color: #56acec;
        }

        .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li .g-plus {
            background-color: #dc4a39;
        }

        .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li .pinterst {
            background-color: #c80909;
        }

        .single-blog-box-layout3 .single-blog-content .blog-entry-content .item-social li .load-more {
            background-color: #ffffff;
            color: #000000;
        }

.single-blog-box-layout3 .single-blog-content .blog-entry-content .response-area li {
    display: inline-block;
    margin-left: 35px;
    position: relative;
    margin-bottom: 10px;
}

    .single-blog-box-layout3 .single-blog-content .blog-entry-content .response-area li:last-child {
        margin-right: 0;
    }

        .single-blog-box-layout3 .single-blog-content .blog-entry-content .response-area li:last-child:after {
            display: none;
        }

    .single-blog-box-layout3 .single-blog-content .blog-entry-content .response-area li:after {
        content: ".";
        font-size: 24px;
        font-weight: 600;
        color: #111111;
        position: absolute;
        bottom: 7px;
        left: -21px;
    }

    .single-blog-box-layout3 .single-blog-content .blog-entry-content .response-area li a {
        font-size: 16px;
        color: #646464;
        display: block;
    }

        .single-blog-box-layout3 .single-blog-content .blog-entry-content .response-area li a i {
            font-size: 18px;
            margin-left: 12px;
        }

.single-blog-box-layout3 .single-blog-content .blog-details {
    margin-bottom: 5rem;
}

    .single-blog-box-layout3 .single-blog-content .blog-details p {
        margin-bottom: 30px;
    }

    .single-blog-box-layout3 .single-blog-content .blog-details blockquote {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        color: #444444;
        font-style: italic;
        text-align: center;
        line-height: 1.5;
        padding: 20px 40px 30px;
    }

@media only screen and (max-width: 575px) {
    .single-blog-box-layout3 .single-blog-content .blog-details blockquote {
        padding: 20px 0 30px;
        font-size: 20px;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-details blockquote:after {
    content: url('img/figure/quote2.png');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.single-blog-box-layout3 .single-blog-content .blog-details blockquote .qoute-subtitle {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #646464;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    margin-top: 22px;
}

.single-blog-box-layout3 .single-blog-content .blog-details .single-img {
    margin-bottom: 40px;
}

.single-blog-box-layout3 .single-blog-content .blog-details .more-info .item-title {
    font-size: 30px;
    font-weight: 500;
    color: #111111;
}

@media only screen and (max-width: 767px) {
    .single-blog-box-layout3 .single-blog-content .blog-details .more-info .item-title {
        font-size: 24px;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-details .more-info .info-list {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding: 0 40px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout3 .single-blog-content .blog-details .more-info .info-list {
        padding: 0;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-details .more-info .info-list li {
    margin-bottom: 26px;
    padding-right: 38px;
    counter-increment: my-awesome-counter;
    position: relative;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout3 .single-blog-content .blog-details .more-info .info-list li {
        font-size: 16px;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-details .more-info .info-list li:last-child {
    margin-bottom: 0;
}

.single-blog-box-layout3 .single-blog-content .blog-details .more-info .info-list li:before {
    content: counter(my-awesome-counter);
    color: #ffffff;
    position: absolute;
    top: 3px;
    right: 0;
    background-color: #111111;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
}

.single-blog-box-layout3 .single-blog-content .blog-details .single-slider {
    margin: 10px 0 30px;
}

.single-blog-box-layout3 .single-blog-content .blog-tag {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    padding: 28px 0 13px;
    margin-bottom: 62px;
}

    .single-blog-box-layout3 .single-blog-content .blog-tag ul {
        display: flex;
        justify-content: space-between;
    }

@media only screen and (max-width: 575px) {
    .single-blog-box-layout3 .single-blog-content .blog-tag ul {
        display: block;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-tag ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout3 .single-blog-content .blog-tag ul li {
        justify-content: center;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-tag ul .item-tag i {
    font-size: 20px;
    margin-left: 12px;
}

.single-blog-box-layout3 .single-blog-content .blog-tag ul .item-tag a {
    font-size: 16px;
    color: #a5a5a5;
    margin-right: 4px;
}

.single-blog-box-layout3 .single-blog-content .blog-tag ul .item-social a {
    color: #646464;
    margin-left: 18px;
    font-weight: 500;
}

    .single-blog-box-layout3 .single-blog-content .blog-tag ul .item-social a:last-child {
        margin-right: 0;
    }

.single-blog-box-layout3 .single-blog-content .blog-tag ul .item-respons {
    color: #a5a5a5;
}

    .single-blog-box-layout3 .single-blog-content .blog-tag ul .item-respons i {
        color: #646464;
        font-size: 20px;
        margin-left: 10px;
    }

.single-blog-box-layout3 .single-blog-content .blog-author {
    margin-bottom: 35px;
    border-radius: 4px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout3 .single-blog-content .blog-author {
        text-align: center;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-author .media img {
    border-radius: 50%;
}

.single-blog-box-layout3 .single-blog-content .blog-author .media .media-body {
    position: relative;
}

    .single-blog-box-layout3 .single-blog-content .blog-author .media .media-body .item-title {
        font-size: 20px;
        color: #111111;
        font-weight: 600;
        margin-bottom: 0;
    }

    .single-blog-box-layout3 .single-blog-content .blog-author .media .media-body .item-subtitle {
        color: #a5a5a5;
        margin-bottom: 10px;
    }

    .single-blog-box-layout3 .single-blog-content .blog-author .media .media-body .item-social {
        position: absolute;
        top: 2px;
        left: 0;
    }

@media only screen and (max-width: 767px) {
    .single-blog-box-layout3 .single-blog-content .blog-author .media .media-body .item-social {
        position: relative;
        top: 0;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-author .media .media-body .item-social li {
    display: inline-block;
    margin-left: 16px;
}

    .single-blog-box-layout3 .single-blog-content .blog-author .media .media-body .item-social li:last-child {
        margin-right: 0;
    }

    .single-blog-box-layout3 .single-blog-content .blog-author .media .media-body .item-social li a {
        color: #a5a5a5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .single-blog-box-layout3 .single-blog-content .blog-author .media .media-body .item-social li a:hover {
            color: #111111;
        }

.single-blog-box-layout3 .single-blog-content .related-item {
    margin-bottom: 50px;
}

.single-blog-box-layout3 .single-blog-content .blog-comment {
    background-color: #f8f8f8;
    margin-bottom: 4.3rem;
    padding: 54px 60px 60px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout3 .single-blog-content .blog-comment {
        padding: 20px;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-comment .media {
    margin-bottom: 3px;
    background-color: #ffffff;
    padding: 30px 35px 24px;
}

@media only screen and (max-width: 575px) {
    .single-blog-box-layout3 .single-blog-content .blog-comment .media {
        text-align: center;
        padding: 30px 20px 24px;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-comment .media:last-child {
    margin-bottom: 0;
}

.single-blog-box-layout3 .single-blog-content .blog-comment .media img {
    border-radius: 50%;
}

.single-blog-box-layout3 .single-blog-content .blog-comment .media .media-body {
    position: relative;
}

    .single-blog-box-layout3 .single-blog-content .blog-comment .media .media-body .item-title {
        color: #111111;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .single-blog-box-layout3 .single-blog-content .blog-comment .media .media-body .item-subtitle {
        font-size: 14px;
        color: #a5a5a5;
        display: block;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .single-blog-box-layout3 .single-blog-content .blog-comment .media .media-body .item-btn {
        display: inline-block;
        font-size: 12px;
        background-color: #f8f8f8;
        border-radius: 20px;
        color: #646464;
        font-weight: 500;
        padding: 5px 20px;
        position: absolute;
        top: -11px;
        left: 0;
        transition: 0.3s ease-in-out;
    }

@media only screen and (max-width: 767px) {
    .single-blog-box-layout3 .single-blog-content .blog-comment .media .media-body .item-btn {
        position: inherit;
        margin-top: 10px;
    }
}

.single-blog-box-layout3 .single-blog-content .blog-comment .media .media-body .item-btn:hover {
    background-color: #111111;
    color: #ffffff;
}

.single-blog-box-layout3 .single-blog-content .blog-form .contact-form-box .form-group {
    margin-bottom: 20px;
}

    .single-blog-box-layout3 .single-blog-content .blog-form .contact-form-box .form-group:last-child {
        margin-bottom: 0;
    }

    .single-blog-box-layout3 .single-blog-content .blog-form .contact-form-box .form-group .form-control {
        font-size: 14px;
        padding: 15px 20px;
        border: none;
        border: 1px solid #e0d9d9;
        color: #444444;
        border-radius: 4px;
    }

        .single-blog-box-layout3 .single-blog-content .blog-form .contact-form-box .form-group .form-control:focus {
            outline: none;
            box-shadow: none;
        }

    .single-blog-box-layout3 .single-blog-content .blog-form .contact-form-box .form-group input {
        height: 50px;
    }

    .single-blog-box-layout3 .single-blog-content .blog-form .contact-form-box .form-group .item-btn {
        display: inline-block;
        border: 1px solid #111111;
        background-color: #111111;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 16px;
        border-radius: 4px;
        padding: 12px 20px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .single-blog-box-layout3 .single-blog-content .blog-form .contact-form-box .form-group .item-btn:hover {
            color: #111111;
            background-color: transparent;
            border: 1px solid #111111;
        }

@media only screen and (max-width: 767px) {
    .single-blog-box-layout3 .single-blog-content .blog-form .contact-form-box .form-group .item-btn {
        font-size: 14px;
    }
}
/*------------------- 5.3 Coming Soon Page -------------------*/
.comingsoon-page {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
}

@media only screen and (max-width: 991px) {
    .comingsoon-page {
        overflow-y: scroll;
    }
}

.comingsoon-page .comingsoon-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -100;
}

.comingsoon-page .comingsoon-back-img img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeIn 12s linear infinite;
}

@keyframes fadeIn {
    100% {
        transform: scale(1.2);
    }
}

.comingsoon-page .comingsoon-content-wrap {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

@media only screen and (max-width: 991px) {
    .comingsoon-page .comingsoon-content-wrap {
        margin: 50px 0 100px;
    }
}

.comingsoon-page .comingsoon-content {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    width: 100%;
}

    .comingsoon-page .comingsoon-content .comingsoon-logo {
        margin-bottom: 9rem;
    }

    .comingsoon-page .comingsoon-content h1 {
        margin-bottom: 5rem;
        font-weight: 700;
        font-size: 6rem;
        text-transform: capitalize;
        color: #ffffff;
    }

@media only screen and (max-width: 767px) {
    .comingsoon-page .comingsoon-content h1 {
        margin-bottom: 3rem;
        font-size: 5rem;
    }
}

@media only screen and (max-width: 575px) {
    .comingsoon-page .comingsoon-content h1 {
        font-size: 4rem;
    }
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter {
    margin-bottom: 10rem;
}

    .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
        background-color: transparent;
        height: 60px;
    }

@media only screen and (max-width: 767px) {
    .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
        display: inline-flex;
        align-items: center;
        padding: 0 15px;
    }
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .form-control {
    border: 2px solid #ffffff;
    border-radius: 0 45px 45px 0;
    color: #ffffff;
    background-color: transparent;
    width: 520px;
    flex: inherit;
    font-size: 16px;
    padding: 3px 30px 5px;
    height: 60px;
}

@media only screen and (max-width: 767px) {
    .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .form-control {
        width: 50%;
    }
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
    padding: 0;
    height: 60px;
    background-color: #ffffff;
    border-radius: 0 45px 45px 0;
    transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
        display: inline-block;
    }
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
    border-radius: 45px 0 0 45px;
    color: #111111;
    background-color: #ffffff;
    border: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 479px) {
    .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
        padding: 0 15px;
    }
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button:focus {
    outline: none;
    outline-width: 0;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input.search-input:focus {
    outline-width: 0;
    outline: none;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-webkit-input-placeholder {
    color: #fff;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-moz-placeholder {
    color: #fff;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-moz-placeholder {
    color: #fff;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-ms-input-placeholder {
    color: #fff;
}

.comingsoon-page .comingsoon-content .comingsoon-bottom {
    margin-bottom: 10px;
}

    .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
        text-align: right;
    }

@media only screen and (max-width: 991px) {
    .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
        text-align: center;
        margin-bottom: 15px;
    }
}

.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li {
    display: inline-block;
    margin-right: 5px;
}

    .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li:last-child {
        margin-right: 0;
    }

    .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a {
        color: #ffffff;
        padding: 5px;
        display: inline-block;
        transition: 0.5s ease-in-out;
    }

        .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a:hover {
            color: #cccccc;
        }

.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
        text-align: center;
    }
}

.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.countdown-layout1 {
    direction: ltr;
    text-align: center;
    margin-bottom: 5rem;
}

    .countdown-layout1 .countdown-section {
        text-align: center;
        height: 120px;
        background: transparent;
        display: inline-block;
        position: relative;
        margin-bottom: 30px;
    }

@media only screen and (max-width: 767px) {
    .countdown-layout1 .countdown-section {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 575px) {
    .countdown-layout1 .countdown-section {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 479px) {
    .countdown-layout1 .countdown-section {
        width: 11rem;
        height: 100px;
    }
}

.countdown-layout1 .countdown-section:after {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    background-color: #ffffff;
    height: 75%;
    width: 1px;
    margin: 0 auto;
    z-index: 7;
}

.countdown-layout1 .countdown-section:last-child:after {
    display: none;
}

.countdown-layout1 .countdown-section .countdown-number {
    padding: 0 5rem;
    font-size: 7.2rem;
    line-height: 1.1;
    font-weight: 500;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .countdown-layout1 .countdown-section .countdown-number {
        padding: 0 4rem;
        font-size: 5rem;
    }
}

@media only screen and (max-width: 575px) {
    .countdown-layout1 .countdown-section .countdown-number {
        padding: 0 3rem;
        font-size: 4rem;
    }
}

@media only screen and (max-width: 479px) {
    .countdown-layout1 .countdown-section .countdown-number {
        padding: 0 2rem;
        font-size: 3rem;
    }
}

.countdown-layout1 .countdown-section .countdown-unit {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
}
/*------------------- 5.4 Contact Page Style -------------------*/
.contact-wrap-layout1 {
    padding: 5rem 0 2rem;
}

.contact-box-layout1 .google-map-area {
    margin-bottom: 50px;
}

.contact-box-layout1 .contact-way .contact-list {
    margin-bottom: 40px;
}

    .contact-box-layout1 .contact-way .contact-list .item-title {
        font-size: 24px;
        font-weight: 600;
        color: #111111;
        margin-bottom: 18px;
    }
/*------------------- 5.5 Error Page Style -------------------*/
.error-page-wrap {
    padding: 12rem 0 10rem;
}

.error-page-box {
    text-align: center;
}

    .error-page-box .error-logo {
        margin-bottom: 6rem;
    }

    .error-page-box .error-title {
        font-size: 48px;
        font-weight: 300;
        color: #111111;
        margin-bottom: 26px;
        line-height: 1.2;
    }

@media only screen and (max-width: 575px) {
    .error-page-box .error-title {
        font-size: 30px;
    }
}

.error-page-box p {
    width: 70%;
    margin: 0 auto 55px;
}

@media only screen and (max-width: 575px) {
    .error-page-box p {
        width: 100%;
    }
}

.error-page-box .error-newsletter .stylish-input-group {
    border: 1px solid #d7d7d7;
    height: 60px;
    border-radius: 4px;
    padding: 0 1rem;
    max-width: 540px;
    margin: 50px auto;
}

    .error-page-box .error-newsletter .stylish-input-group .form-control {
        border: none;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
        color: #111111;
        font-size: 14px;
        height: 60px;
    }

    .error-page-box .error-newsletter .stylish-input-group .input-group-addon {
        display: flex;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent !important;
    }

        .error-page-box .error-newsletter .stylish-input-group .input-group-addon button {
            cursor: pointer;
            background: transparent;
            border: 0;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

            .error-page-box .error-newsletter .stylish-input-group .input-group-addon button span:before {
                color: #646464;
                font-size: 20px;
                font-weight: 700;
                margin-left: 0;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

            .error-page-box .error-newsletter .stylish-input-group .input-group-addon button:hover span {
                color: #111111;
            }

                .error-page-box .error-newsletter .stylish-input-group .input-group-addon button:hover span:before {
                    color: #111111;
                }

            .error-page-box .error-newsletter .stylish-input-group .input-group-addon button:focus {
                outline: none;
            }

    .error-page-box .error-newsletter .stylish-input-group input.form-control::-webkit-input-placeholder,
    .error-page-box .error-newsletter .stylish-input-group textarea.form-control::-webkit-input-placeholder {
        color: #646464;
        font-size: 14px;
    }

    .error-page-box .error-newsletter .stylish-input-group input.form-control::-moz-placeholder,
    .error-page-box .error-newsletter .stylish-input-group textarea.form-control::-moz-placeholder {
        color: #646464;
        font-size: 14px;
    }

    .error-page-box .error-newsletter .stylish-input-group input.form-control:-ms-input-placeholder,
    .error-page-box .error-newsletter .stylish-input-group textarea.form-control:-ms-input-placeholder {
        color: #646464;
        font-size: 14px;
    }

.error-page-box .item-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #111111;
    border-radius: 4px;
    padding: 14px 35px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .error-page-box .item-btn:hover {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
    }
/*------------------- 5.6 Instagram Feed Style -------------------*/
.instagram-feed-wrap {
    position: relative;
    padding: 5rem 0 4rem;
}

.instagram-feed-title {
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

    .instagram-feed-title a {
        background-color: #ffffff;
        padding: 12px 20px;
        color: #444444;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        display: inline-flex;
        align-items: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .instagram-feed-title a:hover {
            background-color: #111111;
            color: #ffffff;
        }

.instagram-feed-figure {
    margin-bottom: 10px;
    overflow: hidden;
}

    .instagram-feed-figure a {
        display: block;
    }

        .instagram-feed-figure a img {
            -webkit-transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .instagram-feed-figure a:hover img {
            -webkit-transform: scale(1.2) rotate(2deg);
            -ms-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg);
        }

.instagram-feed-wrap-1 {
    position: relative;
}

.instagram-feed-title-1 {
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

    .instagram-feed-title-1 a {
        background-color: #ffffff;
        padding: 12px 20px;
        color: #111111;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        letter-spacing: 2px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

@media only screen and (max-width: 767px) {
    .instagram-feed-title-1 a {
        padding: 40px 20px 12px;
        font-size: 13px;
    }
}

.instagram-feed-title-1 a i {
    margin-right: 8px;
    font-size: 20px;
    margin-bottom: 1px;
}

@media only screen and (max-width: 767px) {
    .instagram-feed-title-1 a i {
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
    }
}

.instagram-feed-title-1 a:hover {
    background-color: #111111;
    color: #ffffff;
}

.instagram-feed-figure-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #111111;
}

    .instagram-feed-figure-1 li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden;
    }

        .instagram-feed-figure-1 li a {
            display: block;
        }

            .instagram-feed-figure-1 li a img {
                -webkit-transform: scale(1) rotate(0deg);
                -ms-transform: scale(1) rotate(0deg);
                transform: scale(1) rotate(0deg);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .instagram-feed-figure-1 li a:hover img {
                -webkit-transform: scale(1.2) rotate(2deg);
                -ms-transform: scale(1.2) rotate(2deg);
                transform: scale(1.2) rotate(2deg);
            }

@media (min-width: 992px) and (max-width: 1199px) {
    .instagram-feed-figure-1 li {
        display: none;
    }

        .instagram-feed-figure-1 li:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .instagram-feed-figure-1 li {
        display: none;
    }

        .instagram-feed-figure-1 li:nth-child(-n+5) {
            display: block;
        }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instagram-feed-figure-1 li {
        display: none;
    }

        .instagram-feed-figure-1 li:nth-child(-n+4) {
            display: block;
        }
}

@media (min-width: 480px) and (max-width: 575px) {
    .instagram-feed-figure-1 li {
        display: none;
    }

        .instagram-feed-figure-1 li:nth-child(-n+3) {
            display: block;
        }
}

@media only screen and (max-width: 479px) {
    .instagram-feed-figure-1 li {
        display: none;
    }

        .instagram-feed-figure-1 li:nth-child(-n+2) {
            display: block;
        }
}
/*------------------- 5.7 News Letter Style  -------------------*/
.newsletter-wrap-layout1 {
    padding: 10rem 0;
}

.newsletter-box-layout1 {
    text-align: center;
}

    .newsletter-box-layout1 .item-title {
        font-size: 24px;
        font-weight: 700;
        color: #444444;
        margin-bottom: 16px;
    }

@media only screen and (max-width: 991px) {
    .newsletter-box-layout1 .item-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter-box-layout1 .item-title {
        font-size: 20px;
    }
}

.newsletter-box-layout1 .item-subtitle {
    font-size: 18px;
    margin-bottom: 36px;
}

.newsletter-box-layout1 .newsletter-subscribe-form .form-group .form-control {
    height: 55px;
    background-color: #f9f9f9;
    border: none;
    border-radius: 4px;
    padding: 5px 22px;
    font-size: 16px;
}

    .newsletter-box-layout1 .newsletter-subscribe-form .form-group .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.newsletter-box-layout1 .newsletter-subscribe-form .form-group .item-btn {
    width: 100%;
    height: 55px;
    border-radius: 4px;
    background-color: #111111;
    color: #ffffff;
    font-weight: 500;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .newsletter-box-layout1 .newsletter-subscribe-form .form-group .item-btn:hover {
        background-color: #cccccc;
        color: #111111;
    }

    .newsletter-box-layout1 .newsletter-subscribe-form .form-group .item-btn:focus {
        outline: none;
    }
/*------------------- 5.8 Progress Style -------------------*/
.progress-wrap-layout1 {
    background-color: #f2f2f2;
    padding: 10rem 0 7.4rem;
}

.progress-box-layout1 {
    text-align: center;
    margin-bottom: 5rem;
}

    .progress-box-layout1 .item-icon {
        margin-bottom: 3.5rem;
        font-size: 5.5rem;
        color: #444444;
        height: 21rem;
        width: 21rem;
        border-radius: 50%;
        background-color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .progress-box-layout1 .counter-text {
        font-size: 50px;
        color: #111111;
        font-weight: 700;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 991px) {
    .progress-box-layout1 .counter-text {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .progress-box-layout1 .counter-text {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .progress-box-layout1 .counter-text {
        font-size: 32px;
    }
}

.progress-box-layout1 .item-title {
    font-size: 20px;
    color: #646464;
    font-weight: 300;
}
/*------------------- 5.9 Slider -------------------*/
@media only screen and (max-width: 991px) {
    .slider-wrap-layout1 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-wrap-layout1 {
        padding-top: 15px;
    }
}

.slider-wrap-layout2 {
    padding-bottom: 4rem;
}

.slider-wrap-layout4 {
    padding-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
    .slider-wrap-layout4 {
        padding-bottom: 10px;
    }
}

.slider-wrap-layout9 {
    padding-bottom: 2.5rem;
}

@media only screen and (max-width: 991px) {
    .slider-wrap-layout9 {
        padding-bottom: 10px;
    }
}

.slider-wrap-layout7 {
    padding: 5rem 0 4.5rem;
    background-color: #f7f8fa;
}

.slider-wrap-layout8 {
    margin-top: -100px;
}

.slider-box-layout1 {
    text-align: center;
    position: relative;
}

    .slider-box-layout1 .item-img {
        margin-bottom: 70px;
    }

@media only screen and (max-width: 575px) {
    .slider-box-layout1 .item-img {
        margin-bottom: 0;
    }
}

.slider-box-layout1 .item-content {
    padding: 33px 20px;
    background-color: #ffffff;
    position: absolute;
    bottom: -72px;
    left: 0;
    right: 0;
    margin: 0 21rem;
}

@media only screen and (max-width: 1199px) {
    .slider-box-layout1 .item-content {
        margin: 0 15rem;
    }
}

@media only screen and (max-width: 991px) {
    .slider-box-layout1 .item-content {
        margin: 0 12rem;
    }
}

@media only screen and (max-width: 767px) {
    .slider-box-layout1 .item-content {
        margin: 0 7rem;
    }
}

@media only screen and (max-width: 575px) {
    .slider-box-layout1 .item-content {
        margin: 0 1rem;
        position: inherit;
        bottom: inherit;
        padding: 20px 10px;
    }
}

.slider-box-layout1 .item-content .item-title {
    font-weight: 600;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .slider-box-layout1 .item-content .item-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-box-layout1 .item-content .item-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-box-layout1 .item-content .item-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-box-layout1 .item-content .item-title {
        font-size: 22px;
    }
}

.slider-box-layout1 .item-content .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .slider-box-layout1 .item-content .item-title a:hover {
        color: #444444;
    }

.slider-box-layout2 .item-img {
    position: relative;
    text-align: center;
}

    .slider-box-layout2 .item-img .item-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

        .slider-box-layout2 .item-img .item-content .item-title {
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 18px;
        }

@media only screen and (max-width: 1199px) {
    .slider-box-layout2 .item-img .item-content .item-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-box-layout2 .item-img .item-content .item-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-box-layout2 .item-img .item-content .item-title {
        font-size: 26px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .slider-box-layout2 .item-img .item-content .item-title {
        font-size: 22px;
    }
}

.slider-box-layout2 .item-img .item-content .item-title a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .slider-box-layout2 .item-img .item-content .item-title a:hover {
        color: #e6e6e6;
    }

.slider-box-layout2 .item-img .item-content p {
    color: #ffffff;
    width: 60%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .slider-box-layout2 .item-img .item-content p {
        display: none;
    }
}

.slider-box-layout3 .item-img {
    position: relative;
}

    .slider-box-layout3 .item-img:after {
        content: "";
        height: 60%;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
        background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .slider-box-layout3 .item-img .item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 50px 50px 22px;
        z-index: 2;
    }

        .slider-box-layout3 .item-img .item-content .item-title {
            text-align: right;
            font-weight: 600;
        }

@media only screen and (max-width: 991px) {
    .slider-box-layout3 .item-img .item-content .item-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-box-layout3 .item-img .item-content .item-title {
        font-size: 24px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .slider-box-layout3 .item-img .item-content .item-title {
        font-size: 22px;
    }
}

.slider-box-layout3 .item-img .item-content .item-title a {
    color: #f2f2f2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .slider-box-layout3 .item-img .item-content .item-title a:hover {
        color: #e6e6e6;
    }

.slider-box-layout4 {
    text-align: center;
    margin-bottom: -58px;
}

@media only screen and (max-width: 575px) {
    .slider-box-layout4 {
        margin-bottom: 0;
    }
}

.slider-box-layout4 .item-content {
    padding: 22px 20px;
    background-color: #ffffff;
    transform: translateY(-55px);
    margin: 0 30px;
    border-radius: 4px;
}

@media only screen and (max-width: 575px) {
    .slider-box-layout4 .item-content {
        transform: translateY(0);
        padding: 22px 0;
        margin: 0;
    }
}

.slider-box-layout4 .item-content .item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}

    .slider-box-layout4 .item-content .item-title a {
        color: #111111;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .slider-box-layout4 .item-content .item-title a:hover {
            color: #444444;
        }

.slider-box-layout5 .item-img {
    margin-bottom: 16px;
}

.slider-box-layout5 .item-content {
    text-align: center;
    padding: 0 20px;
}

    .slider-box-layout5 .item-content .item-title {
        font-weight: 600;
    }

        .slider-box-layout5 .item-content .item-title a {
            color: #111111;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .slider-box-layout5 .item-content .item-title a:hover {
                color: #444444;
            }

.slider-box-layout6 {
    direction: rtl;
    display: inline-flex;
    align-items: center;
    background-color: #fbfbfb;
}

@media only screen and (max-width: 991px) {
    .slider-box-layout6 {
        display: block;
    }
}

.slider-box-layout6 .item-img img {
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .slider-box-layout6 .item-img {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .slider-box-layout6 .item-img {
        width: 100%;
    }
}

.slider-box-layout6 .item-content {
    flex: 1;
    text-align: center;
    padding: 0 4rem;
}

@media only screen and (max-width: 1199px) {
    .slider-box-layout6 .item-content {
        width: 50%;
        flex: inherit;
    }
}

@media only screen and (max-width: 991px) {
    .slider-box-layout6 .item-content {
        width: 100%;
        padding: 4rem;
    }
}

.slider-box-layout6 .item-content .item-title {
    font-weight: 600;
    font-size: 26px;
}

    .slider-box-layout6 .item-content .item-title a {
        color: #111111;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .slider-box-layout6 .item-content .item-title a:hover {
            color: #444444;
        }

.slider-box-layout7 .item-img {
    position: relative;
}

    .slider-box-layout7 .item-img:after {
        content: "";
        height: 50%;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
        background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
        border-radius: 6px;
        position: absolute;
        bottom: -1px;
        right: 0;
        left: 0;
    }

    .slider-box-layout7 .item-img .item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 36px 60px;
        z-index: 2;
    }

        .slider-box-layout7 .item-img .item-content .item-title {
            font-size: 40px;
            font-weight: 600;
        }

@media only screen and (max-width: 1199px) {
    .slider-box-layout7 .item-img .item-content .item-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-box-layout7 .item-img .item-content .item-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-box-layout7 .item-img .item-content .item-title {
        font-size: 28px;
    }
}

.slider-box-layout7 .item-img .item-content .item-title a {
    color: #f2f2f2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .slider-box-layout7 .item-img .item-content .item-title a:hover {
        color: #a5a5a5;
    }

.slider-box-layout8 .item-img {
    margin-bottom: 16px;
}

.slider-box-layout8 .item-content .item-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

    .slider-box-layout8 .item-content .item-title a {
        color: #111111;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .slider-box-layout8 .item-content .item-title a:hover {
            color: #444444;
        }

.slider-box-layout9 {
    direction: rtl;
    position: relative;
    z-index: 1;
}

    .slider-box-layout9:after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .slider-box-layout9 .item-img {
        text-align: center;
    }

    .slider-box-layout9 .item-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 1;
    }

        .slider-box-layout9 .item-content .entry-meta {
            margin-bottom: 12px;
        }

            .slider-box-layout9 .item-content .entry-meta li {
                position: relative;
                display: inline-block;
                font-size: 14px;
                color: #d2d2d2;
                margin-right: 22px;
            }

                .slider-box-layout9 .item-content .entry-meta li:after {
                    content: "/";
                    color: #d2d2d2;
                    font-size: 15px;
                    position: absolute;
                    top: -1px;
                    left: -17px;
                }

                .slider-box-layout9 .item-content .entry-meta li:last-child {
                    margin-left: 0;
                }

                    .slider-box-layout9 .item-content .entry-meta li:last-child:after {
                        display: none;
                    }

                .slider-box-layout9 .item-content .entry-meta li a {
                    color: #ffffff;
                    font-weight: 500;
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                    .slider-box-layout9 .item-content .entry-meta li a:hover {
                        color: #d2d2d2;
                    }

@media only screen and (max-width: 575px) {
    .slider-box-layout9 .item-content .entry-meta {
        display: none;
    }
}

.slider-box-layout9 .item-content .item-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    line-height: 1.3;
    width: 60%;
}

@media only screen and (max-width: 479px) {
    .slider-box-layout9 .item-content .item-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-box-layout9 .item-content .item-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-box-layout9 .item-content .item-title {
        font-size: 36px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-box-layout9 .item-content .item-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-box-layout9 .item-content .item-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.slider-box-layout9 .item-content .action-area ul li {
    display: inline-block;
    margin-left: 34px;
}

    .slider-box-layout9 .item-content .action-area ul li:last-child {
        margin-right: 0;
    }

.slider-box-layout9 .item-content .action-area ul .item-btn-wrap a {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    background-color: #111111;
    border-radius: 4px;
    padding: 12px 30px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .slider-box-layout9 .item-content .action-area ul .item-btn-wrap a i {
        margin-right: 8px;
    }

    .slider-box-layout9 .item-content .action-area ul .item-btn-wrap a:hover {
        background-color: #ffffff;
        color: #111111;
    }

@media only screen and (max-width: 767px) {
    .slider-box-layout9 .item-content .action-area ul .item-btn-wrap a {
        padding: 10px 20px;
    }
}

.slider-box-layout9 .item-content .action-area ul .entry-meta a {
    color: #ffffff;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .slider-box-layout9 .item-content .action-area ul .entry-meta a i {
        color: #cccccc;
        margin-left: 8px;
        font-size: 18px;
    }

    .slider-box-layout9 .item-content .action-area ul .entry-meta a:hover {
        color: #ffffff;
    }

        .slider-box-layout9 .item-content .action-area ul .entry-meta a:hover i {
            color: #ffffff;
        }

    .slider-box-layout9 .item-content .action-area ul .entry-meta a:last-child {
        margin-right: 0;
    }

@media only screen and (max-width: 575px) {
    .slider-box-layout9 .item-content .action-area {
        display: none;
    }
}
/*=======================================================================
6. Hepler Classes
=========================================================================*/
/*------------------- 6.1 Background -------------------*/
.bg--transparent {
    background-color: transparent;
}

.bg--light {
    background-color: #ffffff;
}

.bg--dark {
    background-color: #111111;
}

.bg--dark2 {
    background-color: #222222;
}

.bg-pearl {
    background-color: #f8f8f8;
}
/*------------------- 6.2 Border -------------------*/
.border-bootom {
    border-bottom: 1px solid;
}

.border-color-accent1 {
    border-color: #f2f2f2;
}

.border-color-accent2 {
    border-color: #c9c9c9;
}

.divider-style-border {
    padding-left: 15px;
    margin-right: 15px;
    position: relative;
}

    .divider-style-border:after {
        content: "";
        height: 24px;
        width: 1px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .divider-style-border:last-child {
        padding-right: 0;
        margin-left: 0;
    }

        .divider-style-border:last-child:after {
            display: none;
        }
/*------------------- 6.3 Misc -------------------*/
.box-shadow-style1 {
    -webkit-box-shadow: 0px 3px 10px 0px #e9e9e9;
    -moz-box-shadow: 0px 3px 10px 0px #e9e9e9;
    box-shadow: 0px 3px 10px 0px #e9e9e9;
    position: relative;
    z-index: 999999;
}

.bg-common {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*------------------- 6.4 Padding -------------------*/
.pt--14 {
    padding-top: 14px;
}

.pb--14 {
    padding-bottom: 14px;
}

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

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

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

.pt--29 {
    padding-top: 29px;
}

.pb--29 {
    padding-bottom: 29px;
}

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

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

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

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

.pt--49 {
    padding-top: 49px;
}

.pb--49 {
    padding-bottom: 49px;
}

.padding-x-85 {
    padding-left: 85px;
    padding-right: 85px;
}

@media only screen and (max-width: 991px) {
    .padding-x-85 {
        padding-left: 0;
        padding-right: 0;
    }
}
/*------------------- 6.5 Position -------------------*/
.possition-static {
    position: static !important;
}

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

select.form-control {
    height: 51px; /*! border: none; */
    font-size: 14px;
    color: #111111;
    font-family: 'IRANSansDN', 'Roboto', sans-serif;
}
/*select option {
}*/

span.error {
    color: red;
}
