
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
}

html, body, .wrapper {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #2a1572;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a, .btn, button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

    a img, iframe {
        border: none;
    }

p {
    color: #000;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus, textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

    a:hover {
        color: #232323;
    }

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

b, strong {
    font-weight: 900;
}

.btn.active, .btn:active {
    background-image: inherit !important;
}

    .btn.focus,
    .btn:active:focus,
    .btn:active:hover,
    .btn:focus,
    .btn:hover {
        outline: 0;
    }

.btn.circle {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}
/* Default CSS */
.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width:576px) {
    .container-medium {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-medium {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-medium {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-medium {
        max-width: 1400px;
        width: 80%;
    }
}

@media (min-width:576px) {
    .container-full,
    .container-fluid {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-full,
    .container-fluid {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width:992px) {
    .container-fluid {
        max-width: 100%;
    }
}

@media (min-width:1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

@media (min-width:576px) {
    .container-fill {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-fill {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-fill {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-cover-bottom {
    background-size: cover !important;
    background-position: left bottom !important;
    background-repeat: no-repeat;
}

.bg-bottom-center {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #eff2f5;
}

.bg-gray-hard {
    background-color: #d1eeec;
}

.bg-theme-small {
    background-color: #edf5ff;
}

.bg-light {
    background-color: #ffffff;
}

.bg-theme {
    background-color: #f1cf69;
}

.bg-light-gradient {
    background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
    background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
    background-color: #f1cf69;
}

.container-md {
    width: 90%;
    margin: auto;
    position: relative;
}

.text-italic {
    font-style: italic;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: #ffffff;
}

.shadow {
    position: relative;
    z-index: 1;
    box-shadow: inherit !important;
}

    .shadow.dark::after {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.dark-hard::after {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.light::after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme::after {
        background: #f1cf69 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme-hard::after {
        background: #f1cf69 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
    z-index: 1;
}

.default-padding {
    padding-top: 20px;
   /* padding-bottom: 20px;*/
}

.f-items.tp {
    padding-bottom: 20px;
    padding-top: 20px;
}

.default-padding-top {
    padding-top: 60px;
}

.default-padding-bottom {
    padding-bottom: 120px;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}

.align-center {
    align-items: center;
}

.btn {
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
}

    .btn i {
        margin-left: 5px;
        position: relative;
        top: 0;
    }

    .btn.btn-sm i {
        font-size: 16px;
        margin-left: 5px;
        position: relative;
        top: 1px;
    }

    .btn.btn-icon i {
        font-size: 50px;
        align-items: center;
        float: left;
        margin-right: 10px;
    }

    .btn.btn-icon {
        padding: 0;
        line-height: 50px;
    }

        .btn.btn-icon:hover {
            color: #ffffff;
        }

.btn-md {
    padding: 15px 40px;
}

.btn-sm {
    padding: 10px 35px;
    font-size: 14px;
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: #ffffff;
    color: #232323;
    border: 2px solid #ffffff;
}

.btn-dark {
    background-color: #232323;
    color: #ffffff;
    border: 2px solid #232323;
}

    .btn-dark.border {
        background-color: transparent;
        color: #232323;
        border: 2px solid #232323 !important;
    }

        .btn-dark.border:hover {
            background-color: #232323;
            color: #ffffff !important;
            border: 2px solid #232323 !important;
        }

.btn-gray.border {
    background-color: transparent;
    color: #232323;
    border: 2px solid #e7e7e7 !important;
}

    .btn-gray.border:hover {
        color: #232323 !important;
        border: 2px solid #f1cf69 !important;
    }

.btn-gray.effect {
    background: #fafafa;
    border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #232323;
}

    .btn.btn-light.border {
        background: transparent;
        border: 2px solid #ffffff !important;
        color: #ffffff;
    }

        .btn.btn-light.border:hover {
            background: #ffffff none repeat scroll 0 0 !important;
            border: 2px solid #ffffff !important;
            color: #232323 !important;
        }

.btn-standard {
    display: inline-block;
    text-align: center;
    color: #f1cf69;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    padding: 10px 35px;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .btn-standard:hover {
        color: #ffffff;
    }

    .btn-standard::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: #f1cf69;
        transition: all 0.35s ease-in-out;
        left: -100%;
        bottom: 0;
        z-index: -1;
    }

    .btn-standard:hover::after {
        left: 0;
    }

    .btn-standard.md {
        padding: 13px 45px;
    }

    .btn-standard i {
        display: inline-block;
        text-align: center;
        color: #f1cf69;
        font-size: 15px;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        margin-left: 3px;
        top: 1px;
        transition: all 0.35s ease-in-out;
    }

    .btn-standard:hover i {
        color: #ffffff;
    }

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #232323 !important;
    background: transparent;
}

.bg-dark {
    background: #262362 !important;
}

.bg-green {
    background: #017d3f !important;
}

.bg-dark-hard {
    background: #08111e;
}

.bg-gradient {
    background: #f1cf69;
    background: linear-gradient(97deg, #88a43e 36%, #18300e 100%);
}

.bg-gradient-green {
    background: rgb(1,125,63);
    background: linear-gradient(97deg, #72090b 36%, #1c007c 100%);
}

.btn-theme {
    background-color: #f1cf69;
    color: #232323 !important;
    border: 2px solid #f1cf69;
}

    .btn-theme.border {
        background-color: transparent;
        color: #232323 !important;
        border: 2px solid #f1cf69 !important;
    }

.text-light .btn-theme.border {
    color: #ffffff !important;
}

.btn-theme.border:hover {
    background-color: #f1cf69;
    color: #232323 !important;
    border: 2px solid #f1cf69;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #f1cf69 none repeat scroll 0 0;
    border: 2px solid #f1cf69;
    color: #ffffff;
}

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
    border: 2px solid #ffffff;
    color: #ffffff;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
    position: relative;
    z-index: 1;
    color: #232323 !important;
    padding: 18px 40px !important;
}

    .btn-gradient::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to right, #fcc51b, #f1cf69);
        transition: all 0.35s ease-in-out;
        z-index: -1;
        box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #f6c738;
    }

    .btn-gradient.green {
        color: #ffffff !important;
    }

        .btn-gradient.green::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 100%;
            background-image: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);
            transition: all 0.35s ease-in-out;
            z-index: -1;
            box-shadow: inherit;
        }

    .btn-gradient i {
        display: inline-block;
        line-height: 28px;
        color: #ffffff;
        font-size: 14px;
        margin-left: 5px;
    }

    .btn-gradient.icon-normal i {
        border: none;
        background: transparent;
        font-size: 20px;
        line-height: inherit;
        position: relative;
        top: 2px;
        margin-right: 0;
        height: auto;
        width: auto;
    }

    .btn-gradient.icon-left i {
        margin-left: 0;
        margin-right: 5px;
    }

.inc-icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient.btn-sm {
    padding: 10px 30px;
}

.btn.btn-transparent.border {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

    .btn.btn-transparent.border:hover {
        border: 1px solid rgba(255, 255, 255, 0.5) !important;
        background: rgba(255, 255, 255, 0.07);
        color: #ffffff !important;
    }

.animated-btn {
    display: inline-block;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-transform: uppercase;
}

    .animated-btn i {
        display: inline-block;
        height: 50px;
        width: 50px;
        line-height: 52px;
        background: #f1cf69;
        border-radius: 50%;
        margin-right: 10px;
        color: #232323;
    }

a.more-btn {
    text-transform: uppercase;
    color: #e7c35f;
    position: relative;
    padding-right: 30px;
}

    a.more-btn::after {
        position: absolute;
        right: 0;
        top: 50%;
        content: "";
        height: 1px;
        width: 25px;
        background: #e7c35f;
    }

.text-light .animated-btn i {
    background: #ffffff;
    color: #232323;
}

.relative {
    position: relative;
    z-index: 1;
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.overflow-hidden {
    overflow: hidden;
}

button, button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important;
}

header {
    position: relative;
}

    header nav.navbar.border.bootsnav.navbar-fixed.no-background {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
            position: relative;
            z-index: 1;
            margin-left: 3px;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
            border: medium none;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
            background: #ffffff none repeat scroll 0 0;
            bottom: -2px;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 0;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
            width: 100%;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
            width: 0;
        }

.attr-nav .social.right li {
    margin-left: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
    background: #f1cf69 none repeat scroll 0 0;
    border: 2px solid #f1cf69;
    color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .attr-nav.social li a {
        border: 1px solid #f4f4f4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #f1cf69;
        display: inline-block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        padding: 0 !important;
        text-align: center;
        width: 40px;
    }

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important;
}

.site-heading h2 {
    display: block;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.4;
    font-size: 40px;
    /*font-family: Ragtime-MediumIta;*/
}

.site-heading.less-info h2 {
    margin-bottom: 0;
}

.site-heading h4 {
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    position: relative;
    overflow: inherit;
}

.bg-dark .site-heading h4 {
    color: #cccccc;
}

.site-heading.clean h2 {
    padding-bottom: 0;
}

    .site-heading.clean h2 span {
        color: #f1cf69;
    }

.site-heading h2 span {
    color: #f1cf69;
}

.site-heading.barber h2 span {
    color: #bc9355;
}

.site-heading p {
    margin: 0;
    margin-top: 20px;
    padding: 0 7%;
}

.site-heading h2::before {
    background: #f1cf69 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.site-heading h2::after {
    background: #f1cf69 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.site-heading.text-left h2::before {
    left: 0;
    margin-left: 0;
}

.site-heading.text-left h2::after {
    left: 45px;
    margin-left: 0;
}

.shadow .site-heading h2,
.shadow .site-heading p {
    color: #ffffff;
}

    .bg-theme .site-heading h2::before,
    .shadow .site-heading h2::before {
        background: #ffffff none repeat scroll 0 0;
    }

.site-heading h2 span {
    color: #f1cf69;
}

.site-heading {
    margin-bottom: 20px;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px;
}

.heading-left {
    margin-bottom: 60px;
    position: relative;
}

    .heading-left .left-info {
        padding-right: 50px;
        border-right: 1px solid #dddddd;
    }

    .heading-left .right-info {
        padding-left: 50px;
    }

    .heading-left .text-invisible {
        position: absolute;
        left: 0;
        top: -45px;
        margin: 0;
        font-size: 100px;
        text-transform: uppercase;
        font-weight: 900;
        z-index: -1;
        opacity: 0.03;
    }

    .heading-left h5 {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 25px;
        display: inline-block;
        position: relative;
        z-index: 1;
        color: #666666;
    }

.text-light .heading-left h5,
.text-light.heading-left h5 {
    color: #ffffff;
}

.heading-left p {
    margin-top: -5px;
    margin-bottom: 0;
}

.heading-left h2 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 40px;
}

.heading-left a {
    margin-top: 30px;
}

.area-title {
    font-size: 40px;
    line-height: 1.2;
}

/* Fixed Shape */
.fixed-shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

    .fixed-shape-bottom img {
        width: 100%;
    }


/* ============================================================== 
     # Top Bar 
=================================================================== */
.language-switcher .dropdown-toggle {
    background: transparent;
    border: none;
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
    text-transform: capitalize;
}

.language-switcher img {
    padding: 3px;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.language-switcher .dropdown-toggle li {
    display: block;
}

.language-switcher .dropdown-menu li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
}

    .language-switcher .dropdown-menu li:last-child {
        border: none;
    }

.language-switcher .dropdown-menu {
    margin: 0;
    min-width: 200px;
    border-radius: inherit;
    border: 1px solid #e7e7e7;
    left: auto !important;
    right: 0;
}

.nav-box .language-switcher .dropdown-menu {
    top: 58px;
}


@media (min-width: 1200px) {
    .nav-box .language-switcher .dropdown-menu {
        top: 80px;
    }

    .top-bar-area .container-fluid,
    header .container-fluid {
        padding: 0 100px !important;
    }
}


@media (min-width: 1024px) {
    .nav-box .language-switcher .dropdown-menu {
        top: 80px;
    }

    .top-bar-area .container-fluid,
    header .container-fluid {
        padding: 0 50px;
    }
}

.language-switcher .dropdown-menu.show {
    display: block !important;
}

.language-switcher .dropdown-menu li a {
    padding: 7px 15px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area {
    color: #232323;
}

    .top-bar-area.inc-border {
        border-bottom: 1px solid #e7e7e7;
    }

    .top-bar-area li {
        display: inline-block;
        margin-left: 15px;
        padding-left: 15px;
        position: relative;
        z-index: 1;
    }

        .top-bar-area li:first-child {
            margin: 0;
            padding: 0;
            border: none;
        }

    .top-bar-area p {
        margin: 0;
        font-weight: 500;
    }

    .top-bar-area .logo img {
        height: 60px;
    }

    .top-bar-area li::after {
        position: absolute;
        left: 0;
        top: 5px;
        content: "";
        height: 19px;
        width: 1px;
        border-left: 1px solid #dddddd;
    }


    .top-bar-area.bg-gray li::after {
        border-left: 1px solid #cccccc;
    }

    .top-bar-area.bg-theme li::after,
    .top-bar-area.bg-dark li::after {
        display: none;
    }

    .top-bar-area li:first-child::after {
        display: none;
    }

    .top-bar-area li i {
        margin-right: 5px;
    }

    .top-bar-area .social li i {
        margin-right: 0;
    }

    .top-bar-area .social li.facebook a {
        color: #3B5998;
    }

    .top-bar-area .social li.twitter a {
        color: #1DA1F2;
    }

    .top-bar-area .social li.pinterest a {
        color: #BD081C;
    }

    .top-bar-area .social li.g-plus a {
        color: #DB4437;
    }

    .top-bar-area .social li.linkedin a {
        color: #0077B5;
    }

    .top-bar-area .social li.youtube a {
        color: #c4302b;
    }

    .top-bar-area .item-flex {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .top-bar-area .flex-item > ul {
        margin: 0 50px;
    }

    .top-bar-area .flex-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .top-bar-area .flex-item.left {
            justify-content: left;
        }

    .top-bar-area.inc-pad {
        padding: 10px 0;
    }

    .top-bar-area.inc-shape {
        position: relative;
        padding-bottom: 20px;
        z-index: 1;
        display: none
    }

        .top-bar-area.inc-shape::after {
            position: absolute;
            left: 0;
            bottom: -2px;
            content: "";
            height: 100px;
            width: 100%;
            background: url(assets/img/shape/brush-up.png);
            z-index: -1;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: bottom;
        }

    .top-bar-area.inc-logo {
        position: relative;
        padding: 20px 0;
        overflow: inherit;
        z-index: 1;
    }

        .top-bar-area.inc-logo::after {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            height: 100%;
            width: 100%;
            background: url(assets/img/shape/brush.svg);
            z-index: -1;
        }

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
    padding: 150px 0;
}

    .breadcrumb-area .breadcrumb {
        background: transparent none repeat scroll 0 0;
        display: inline-block;
        margin: 0;
        position: relative;
        z-index: 1;
        padding: 0;
    }

    .breadcrumb-area h1 {
        display: block;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 40px;
        margin-top: -10px;
    }

.breadcrumb > li + li::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 600;
    padding: 0 5px;
    color: #ffffff;
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

    .breadcrumb-area .breadcrumb li::after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 20px;
        left: -1px;
        margin-top: -11px;
        position: absolute;
        top: 50%;
        width: 1px;
        opacity: 0.7;
    }

    .breadcrumb-area .breadcrumb li:first-child::after {
        display: none;
    }

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
    height: 100%;
}

    .banner-area.auto-height,
    .banner-area.auto-height div {
        height: auto;
    }

        .banner-area.auto-height .content {
            padding: 150px 0;
        }

        .banner-area.auto-height.circle-shape .content {
            padding: 200px 0;
        }

    .banner-area .box-cell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .banner-area .box-table {
        display: table;
        width: 100%;
    }

    .banner-area .box-cell,
    .banner-area .box-cell div {
        height: auto;
    }

.banner-area {
    position: relative;
    overflow: hidden;
}

    .banner-area .wavesshape {
        bottom: -2px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
    }

        .banner-area .wavesshape.shape {
            bottom: -50px;
            height: auto;
        }

    .banner-area .content {
        position: relative;
        z-index: 9;
    }

    .banner-area.wavesshape {
        position: relative;
        z-index: 1;
    }

    .banner-area.triangle-shadow {
        position: relative;
        z-index: 1;
    }

        .banner-area.triangle-shadow::before {
            border-bottom: 0 solid transparent;
            border-right: 100vw solid #fff;
            border-top: 80px solid transparent;
            bottom: 0;
            content: "";
            height: 0;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 101;
        }

    .banner-area.shadow-inner .content {
        padding: 30px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .banner-area.content-double .double-items {
        align-items: center;
        align-self: center;
        display: flex;
        justify-content: center;
        vertical-align: middle;
    }

    .banner-area .banner-carousel .owl-item.center img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .banner-area .banner-carousel .owl-item img {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    /* Animation delays */
    .banner-area .carousel-item h2 {
        animation-delay: .5s;
    }

        .banner-area .carousel-item h1:nth-child(2),
        .banner-area .carousel-item h2:nth-child(2),
        .banner-area .carousel-item h3:nth-child(2),
        .banner-area .carousel-item h4:nth-child(2),
        .banner-area .carousel-item h5:nth-child(2),
        .banner-area .carousel-item h6:nth-child(2) {
            animation-delay: .7s;
        }

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s;
}

.banner-area .carousel-item p {
    animation-delay: 1s;
}

.banner-area .carousel-item ul,
.banner-area .carousel-item .button {
    animation-delay: 1.3s;
}

.banner-area .carousel-item ul {
    animation-delay: 1.5s;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
    animation-delay: 1.5s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }

    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }

    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner.carousel-zoom .carousel-item > .slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 70px;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #f1cf69;
}

.banner-area.text-light .carousel-control,
.banner-area .text-light .carousel-control {
    color: #ffffff;
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    height: 50px;
    line-height: 55px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-shadow: inherit;
    top: 50%;
    width: 50px;
    z-index: 1;
    display: inline-block;
}

    .banner-area .carousel-control.shadow::after {
        background: #1e2726 none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.banner-area .carousel-control.left {
    left: -80px;
}

.banner-area:hover .carousel-control.left {
    left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
    left: 20px;
}

.banner-area .carousel-control.right {
    right: -80px;
}

.banner-area:hover .carousel-control.right {
    right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
}

.banner-area .carousel-indicators {
    position: absolute;
    right: 40px;
    left: auto;
    width: auto;
    height: auto;
    top: 50%;
    transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    bottom: auto;
    margin: 0;
    display: block;
}

    .banner-area .carousel-indicators li {
        display: block;
        height: 20px;
        width: 20px;
        margin: 10px 0;
        border: 2px solid #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: transparent;
        position: relative;
        z-index: 1;
    }

        .banner-area .carousel-indicators li.active {
            border: 2px solid #ffffff;
        }

        .banner-area .carousel-indicators li::after {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            height: 5px;
            width: 5px;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            background: #ffffff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.banner-area.video-bg-live .mbYTP_wrapper {
    z-index: 1 !important;
}

.double-items > .row div {
    height: auto;
}


/* Content */

.banner-area.inc-shape .content::after {
    position: absolute;
    left: -100px;
    top: 50%;
    height: 400px;
    width: 350px;
    content: "";
    transform: translateY(-50%);
    border: 30px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
}

.banner-area.inc-shape::after {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    height: 100px;
    width: 100%;
    background: url(assets/img/shape/brush.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-area h4 {
    font-weight: 200;
}

.banner-area h3 {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .banner-area h3::after {
        position: absolute;
        left: 0;
        bottom: -5px;
        content: "";
        height: 100%;
        width: 100%;
        /* background: url(assets/img/shape/1.png);*/
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        z-index: -1;
    }

.banner-area.inc-shape h4 {
    text-transform: uppercase;
    position: relative;
    padding-left: 62px;
    font-weight: 400;
}

    .banner-area.inc-shape h4::after {
        position: absolute;
        left: 0;
        top: 50%;
        content: "";
        height: 1px;
        width: 50px;
        background: #ffffff;
    }

.banner-area h2 {
    margin-bottom: 25px;
}

.banner-area p {
    padding-right: 20%;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.banner-area .text-center p {
    padding: 0 15%;
}

.banner-area a {
    margin-top: 30px;
}

.banner-area.content-less a {
    margin-top: 0;
}

.banner-area ul {
    margin-bottom: 30px;
}

    .banner-area ul li {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 400;
        margin-right: 20px;
        font-size: 20px;
        letter-spacing: 1px;
        position: relative;
    }

        .banner-area ul li::after {
            position: absolute;
            height: 20px;
            width: 2px;
            border-right: 1px solid rgba(255, 255, 255, 1);
            content: "";
            right: -13px;
            top: 4px;
        }

        .banner-area ul li:last-child::after {
            display: none;
        }

.banner-area .text-center ul li {
    margin: 0 10px;
}

.banner-area .large-text h2 {
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
}

.banner-area.content-less .large-text h2 {
    margin-bottom: 40px;
}

.banner-area .text-xl .carousel-item h2 {
    font-size: 100px;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

    .banner-area .text-xl .carousel-item h2 strong {
        font-weight: 700;
        position: relative;
        color: #f1cf69;
    }

.banner-area.top-pad-80 .content {
    padding-top: 80px;
}

@media (min-width:1300px) {
    .banner-box {
        padding: 50px;
        padding-top: 95px;
        border-radius: 8px;
    }
}

.banner-area .content .button a {
    margin-left: 10px;
    margin-right: 10px;
}

/* Animated Shape */

.item-animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@-webkit-keyframes infinite-move {
    from {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -ms-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
    color: #f1cf69;
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #ffffff repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button.theme:before,
    .video-play-button.theme:after {
        background: #f1cf69 repeat scroll 0 0;
    }

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
    background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #f1cf69;
}

.video-play-button.theme i {
    color: #ffffff;
}

.video-play-button.relative {
    position: relative;
    display: inline-block;
    left: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    margin-top: 0 !important;
    top: 43px;
    margin-left: 10px;
}

    .video-play-button.relative::before,
    .video-play-button.relative::after {
        height: 65px;
        width: 65px;
        line-height: 65px;
    }

    .video-play-button.relative i {
        line-height: 83px;
        font-size: 25px;
        color: #e7c35f;
    }

    .video-play-button.relative span {
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        left: 100%;
        min-width: 300%;
        text-transform: uppercase;
        margin-top: -7px;
        margin-left: 20px;
        text-align: left;
    }

/* Nice Select CSS */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    color: #232323;
}

    .nice-select .current {
        color: #666666;
    }

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active,
    .nice-select.open,
    .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        width: 100%;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        display: block;
        margin: 0;
    }

        .nice-select .option:hover,
        .nice-select .option.focus,
        .nice-select .option.selected.focus {
            background-color: #f6f6f6;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ============================================================== 
     # About 
=================================================================== */
.about-area {
    position: relative;
}

    .about-area .illustration {
        position: absolute;
        left: 0;
    }

    .about-area .fixed-illustration {
        position: absolute;
        right: 0;
        top: 120px;
        text-align: right;
        opacity: 0.06;
    }

        .about-area .fixed-illustration img {
            max-width: 70%;
        }

    .about-area .thumb {
        position: relative;
        z-index: 1;
    }

    .about-area .info h2 {
        font-weight: 600;
        margin-bottom: 25px;
    }

    .about-area .thumb h4 {
        position: relative;
        margin-left: 270px;
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 20px;
        text-transform: uppercase;
        color: #ffffff;
    }

        .about-area .thumb h4 strong {
            font-weight: 700;
        }

    .about-area .thumb h2 {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: cover;
        background-position: center;
        font-size: 200px;
        position: absolute;
        bottom: -40px;
        font-weight: 900;
        -webkit-text-stroke: 1px #ffffff;
        margin: 0;
        line-height: 1;
        left: 30px;
    }

    .about-area .info {
        padding-left: 35px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

        .about-area .info .call {
            display: flex;
            align-items: center;
            position: relative;
            margin-top: 30px;
            padding-top: 50px;
        }

            .about-area .info .call img {
                height: 100px;
            }

            .about-area .info .call .icon {
                border-right: 1px solid #dddddd;
                margin-right: 30px;
                padding-right: 30px;
            }

            .about-area .info .call h5 {
                text-transform: uppercase;
                margin-bottom: 5px;
                font-weight: 600;
                padding: 0;
                color: #ffffff;
                display: block;
            }

                .about-area .info .call h5::after {
                    display: none;
                }

            .about-area .info .call span {
                color: #cccccc;
            }

            .about-area .info .call::after {
                position: absolute;
                right: 0;
                top: 0;
                content: "";
                height: 350px;
                width: 3000px;
                background: #404a3d;
                z-index: -1;
            }

            .about-area .info .call .icon i {
                font-size: 60px;
                color: #ffffff;
            }

            .about-area .info .call .intro {
                text-align: left;
            }

        .about-area .info h5 {
            text-transform: uppercase;
            font-weight: 600;
            position: relative;
            padding: 15px 0;
        }

            .about-area .info h5::after {
                position: absolute;
                left: -14px;
                top: 0;
                content: "";
                height: 120%;
                width: 120%;
                background: url(assets/img/illustration/2.png);
                background-size: contain;
                background-repeat: no-repeat;
                z-index: -1;
                opacity: 0.07;
            }

        .about-area .info h5 {
            text-transform: uppercase;
            font-weight: 600;
            position: relative;
            padding: 15px 0;
        }

        .about-area .info a {
            margin-top: 10px;
        }

    /* Features */
    .about-area .features-area {
        margin-top: 120px;
        padding-left: 15px;
        background: #ffffff;
        position: relative;
        z-index: 1;
    }

.services-area.about-area .features-area {
    margin-top: 0;
    padding-right: 15px;
    border: 1px solid #088245;
}

.about-area .features-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 3000px;
    background: #ffffff;
    z-index: -1;
    border: 1px solid #e7e7e7;
    border-top: none;
}

.services-area.about-area .features-area::after {
    width: 100%;
}

.about-area .features-area .single-item {
    position: relative;
}

    .about-area .features-area .single-item::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 1px;
        background: #e7e7e7;
        transition: all 0.35s ease-in-out;
    }

    .about-area .features-area .single-item::before {
        position: absolute;
        right: 0;
        top: 15%;
        content: "";
        height: 70%;
        width: 1px;
        background: #f1cf69;
        z-index: 1;
        transition: all 0.35s ease-in-out;
    }

    .about-area .features-area .single-item:last-child,
    .about-area .features-area .single-item:nth-child(4) {
        border: none;
    }

        .about-area .features-area .single-item:last-child::after,
        .about-area .features-area .single-item:last-child::before,
        .about-area .features-area .single-item:nth-child(4)::after,
        .about-area .features-area .single-item:nth-child(4)::before {
            display: none;
        }

    .about-area .features-area .single-item:hover::before {
        height: 100%;
        top: 0;
    }

.about-area .features-area .item {
    padding: 50px 15px;
}

    .about-area .features-area .item .thumb {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
        display: inline-block;
    }

        .about-area .features-area .item .thumb::after {
            position: absolute;
            right: 10%;
            top: 0;
            content: "";
            height: 100px;
            width: 100px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            z-index: -1;
            background: #f1cf69;
            border-radius: 50%;
        }

        .about-area .features-area .item .thumb::before {
            position: absolute;
            right: 0;
            top: -10%;
            content: "";
            height: 120px;
            width: 120px;
            background: #f1cf69;
            z-index: -1;
            border-radius: 50%;
            opacity: 0.3;
        }

    .about-area .features-area .item img {
        height: 130px;
        width: auto;
    }

    .about-area .features-area .item h5 {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 18px;
    }

    .about-area .features-area .item p {
        margin: 0;
    }

    .about-area .features-area .item > a {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        display: inline-block;
        background: #f1cf69;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -25px;
        opacity: 0;
    }

    .about-area .features-area .item:hover > a {
        bottom: -25px;
        opacity: 1;
    }


/* ============================================================== 
     # About Version Two 
=================================================================== */

.about-content-area {
    position: relative;
    z-index: 1;
}

    .about-content-area .illustration {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.1;
        width: 50%;
        text-align: right;
    }

    .about-content-area .fixed-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0.03;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .about-content-area .thumb {
        position: relative;
        padding-left: 35px;
        z-index: 1;
        top: 50px;
        margin-bottom: 100px;
    }

        .about-content-area .thumb img:first-child {
            max-width: 100%;
        }

        .about-content-area .thumb img:nth-child(2) {
            position: absolute;
            right: 0;
            top: 20px;
            border: 15px solid #ffffff;
            height: 250px;
            width: 250px;
            border-radius: 50%;
            margin-top: -125px;
        }

@media only screen and (min-width: 1367px) {

    .about-content-area .thumb img:first-child {
        max-width: 100%;
    }

    .about-content-area .thumb img:nth-child(2) {
        left: -68px;
    }
}

.about-content-area.single-thumb .thumb img:first-child {
    max-width: 100%;
}

.about-content-area .content {
    position: relative;
    z-index: 1;
    padding: 20px 50px;
    padding-right: 0;
    visibility: visible !important;
}

    .about-content-area .content::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 150%;
        /*  background: #ffffff;*/
        z-index: -1;
        /*  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);*/
    }

.about-content-area .info h5 {
    /*text-transform: uppercase;*/
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding: 15px 0;
    z-index: 1;
    /*font-family: Ragtime-MediumIta;*/
}

    .about-content-area .info h5::after {
        position: absolute;
        left: -14px;
        top: 0;
        content: "";
        height: 120%;
        width: 120%;
        background: url(assets/img/illustration/2.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.07;
    }

.about-content-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    /*font-family: Ragtime-MediumIta;*/
}

.about-content-area .info a {
    margin-top: 15px;
}

.about-content-area ul.achivement {
    margin-top: 30px;
    overflow: hidden;
    margin-left: 50px;
}

    .about-content-area ul.achivement li {
        display: inline-block;
        margin-right: 40px;
        border-right: 1px solid #e7e7e7;
        padding-right: 40px;
        float: left;
    }

        .about-content-area ul.achivement li:last-child {
            padding: 0;
            margin: 0;
            border: none;
        }

        .about-content-area ul.achivement li .counter {
            position: relative;
        }

        .about-content-area ul.achivement li .counter {
            position: relative;
            display: flex;
            align-items: center;
            font-size: 50px;
            font-weight: 700;
            color: #232323;
            line-height: 1;
        }

            .about-content-area ul.achivement li .counter .operator {
                font-size: 40px;
                margin-left: 2px;
            }

        .about-content-area ul.achivement li .medium {
            font-weight: 600;
            color: #232323;
        }

.about-content-area .thumb h2 {
    position: absolute;
    left: 50%;
    top: -50px;
    background: #f1cf69;
    text-align: center;
    padding: 50px;
    font-size: 16px;
    font-weight: 600;
    transform: translateX(-50%);
}

.about-content-area .thumb h2 {
    position: absolute;
    left: 50%;
    top: -50px;
    background: #88a43e;
    text-align: center;
    padding: 50px;
    font-size: 16px;
    height: 200px;
    font-weight: 600;
    transform: translateX(-50%);
    color: #ffffff;
    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 99%, 0 0);
}

    .about-content-area .thumb h2 strong {
        display: block;
        font-size: 60px;
        font-weight: 600;
    }


/* ============================================================== 
     # About Version Three
=================================================================== */
.about-us-area .content-box .thumb img:first-child {
    border: 15px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    max-width: 60%;
    transform: rotate(10deg);
}

.about-us-area .content-box .thumb {
    position: relative;
    clear: both;
}

    .about-us-area .content-box .thumb img:nth-child(2) {
        max-width: 60%;
        border-radius: 10px;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        border: 15px solid #ffffff;
        position: relative;
        right: 0;
        left: auto;
        float: right;
        transform: rotate(-15deg);
        top: -100px;
        margin-bottom: -65px;
    }

    .about-us-area .content-box .thumb::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        border: 1px dashed;
        border-radius: 50%;
    }


/* ============================================================== 
     # History 
=================================================================== */

.history-area {
    position: relative;
    padding-bottom: 200px;
}

    .history-area .fixed-shape-center {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0.04;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .history-area .fixed-shape {
        position: absolute;
        bottom: -11px;
        width: 100%;
    }

        .history-area .fixed-shape img {
            width: 100%;
        }

    /* Indicator */

    .history-area .carousel-indicators {
        bottom: auto;
        top: 0;
        justify-content: center;
        text-align: center;
        margin: 0 10%;
    }

        .history-area .carousel-indicators li {
            text-indent: 0;
            border: none;
            color: #ffffff;
            background: transparent;
            transition: all 0.25s ease;
            line-height: 1;
            opacity: 1;
            height: 60px;
            text-align: center;
            display: block;
            flex: inherit;
            float: none;
            width: auto;
        }

            .history-area .carousel-indicators li h4 {
                font-weight: 600;
                color: #ffffff;
                transition: all 0.35s ease-in-out;
                text-align: center;
            }

    .history-area .carousel-inner {
        padding-top: 120px;
        padding-left: 15%;
        padding-right: 15%;
    }

    .history-area .carousel-indicators::after {
        position: absolute;
        left: 0;
        top: 42px;
        content: "";
        height: 2px;
        width: 100%;
        background: #ffffff;
        z-index: -1;
    }

    .history-area .carousel-indicators li {
        position: relative;
        z-index: 1;
    }

        .history-area .carousel-indicators li::after {
            position: absolute;
            left: 50%;
            bottom: 12px;
            content: "";
            height: 10px;
            width: 10px;
            border: 5px solid #ffffff;
            border-radius: 50%;
            margin-left: -5px;
        }

    .history-area .history-items .owl-carousel .owl-stage-outer {
        height: 200px;
    }

    .history-area .history-items .owl-item {
        position: relative;
    }

        .history-area .history-items .owl-item:nth-child(2n) li {
            position: relative;
            top: 60px;
        }

            .history-area .history-items .owl-item:nth-child(2n) li::after {
                bottom: auto;
                top: -22px;
            }

        .history-area .history-items .owl-item > li {
            cursor: pointer;
            transition: margin 0.4s ease;
        }

        .history-area .history-items .owl-item.center > li {
            cursor: auto;
            margin: 0;
        }

        .history-area .history-items .owl-item.current > li h4 {
            color: #f1cf69;
        }

        .history-area .history-items .owl-item.current > li::after {
            border-color: #f1cf69;
        }

    .history-area .history-items .owl-nav {
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
    }

    .history-area .history-items {
        position: relative;
    }

        .history-area .history-items .owl-nav .owl-prev {
            position: absolute;
            left: -60px;
            background: rgba(255, 255, 255, 0.1);
            height: 40px;
            width: 40px;
            line-height: 35px;
            border-radius: 50%;
            font-size: 12px;
        }

        .history-area .history-items .owl-nav .owl-next {
            position: absolute;
            right: -60px;
            background: rgba(255, 255, 255, 0.1);
            height: 40px;
            width: 40px;
            line-height: 35px;
            border-radius: 50%;
            font-size: 12px;
        }

        .history-area .history-items h2 {
            font-weight: 600;
            display: inline-block;
            position: relative;
            z-index: 1;
            padding: 15px;
        }

            .history-area .history-items h2::after {
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                height: 100%;
                width: 100%;
                background: url(assets/img/shape/1.png);
                background-size: contain;
                z-index: -1;
                background-position: bottom;
                background-repeat: no-repeat;
            }

        .history-area .history-items p:last-child {
            margin-bottom: 0;
        }

/* ============================================================== 
     # specialty-area 
=================================================================== */

.specialty-area.half-bg {
    position: relative;
}

    .specialty-area.half-bg::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 50%;
        width: 100%;
        background: #ffffff;
    }

.specialty-area .specialty-items {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

    .specialty-area .specialty-items .fixed-bg {
        position: absolute;
        right: 0;
        width: 100%;
        z-index: -1;
        left: auto;
        bottom: 0px;
    }

.specialty-area .info {
    padding: 45px 0;
}

.specialty-area .specialty-items .info .text-invisible {
    position: absolute;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 800;
    z-index: -1;
    opacity: 0.15;
    top: -69px;
}

.specialty-area .specialty-items .info h2 {
    font-weight: 600;
    text-shadow: 2px 2px #000;
}

.specialty-area .specialty-items .info a {
    margin-top: 30px;
}

.specialty-contents .item {
    padding: 36px 10px 40px 10px;
    background: #eff2f5;
    margin-bottom: 10px;
}


.specialty-contents {
    position: relative;
    bottom: -120px;
    margin-top: -110px;
    margin-bottom: 110px;
    padding-left: 50px;
}

    .specialty-contents .item i {
        display: inline-block;
        font-size: 70px;
        color: #e7c35f;
        margin-bottom: 30px;
    }

.green .specialty-contents .item i {
    background: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.specialty-contents .item h4,
.specialty-contents .item h5 {
    font-weight: 600;
}

.specialty-contents .item p {
    margin: 15px !important;
}

.specialty-area .specialty-contents.owl-carousel .owl-nav {
    left: -26px;
    position: absolute;
    bottom: 114px;
    background: #ffffff;
    padding: 0 10px;
}

    .specialty-area .specialty-contents.owl-carousel .owl-nav .owl-prev,
    .specialty-area .specialty-contents.owl-carousel .owl-nav .owl-next {
        background: transparent;
        color: #232323;
        padding: 15px 5px;
        margin: 0;
        font-size: 18px;
    }

/* ============================================================== 
     # Choose Us Area 
=================================================================== */
.choose-us-area .thumb {
    left: -120px;
    position: relative;
    top: -200px;
    margin-bottom: -200px;
}

    .choose-us-area .thumb img {
        max-width: 120%;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    }

.choose-us-area .row > .info {
    padding-left: 35px;
}

.choose-us-area .info > h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    color: #666666;
}

.choose-us-area .info > h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.choose-us-area .info .item {
    display: flex;
    margin-top: 30px;
}

    .choose-us-area .info .item i {
        display: inline-block;
        font-size: 50px;
        margin-right: 20px;
        color: #e7c35f;
    }

    .choose-us-area .info .item h5 {
        text-transform: inherit;
        color: #232323;
        margin-bottom: 10px;
    }

.choose-us-area .info .row {
    margin-top: -10px;
}

.choose-us-area .info .item p {
    margin: 0;
}

.choose-us-area {
    position: relative;
}

    .choose-us-area .shape {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        opacity: 0.05;
    }

        .choose-us-area .shape img {
            width: 400px;
        }


/* ============================================================== 
     # Fun Factor 
=================================================================== */

.fun-factor-area {
    position: relative;
}

    .fun-factor-area .illustration {
        position: absolute;
        left: -100px;
        display: none;
    }

@media (min-width: 1400px) {
    .fun-factor-area .illustration {
        display: inline-block;
    }
}

.fun-factor-area .fun-fact-items {
    position: relative;
}

    .fun-factor-area .fun-fact-items .text-invisible {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        text-transform: uppercase;
        font-size: 160px;
        font-weight: 900;
        z-index: -1;
        opacity: 0.02;
        letter-spacing: -6px;
    }

    .fun-factor-area .fun-fact-items .timer {
        display: block;
        font-size: 40px;
        font-weight: 800;
        color: #232323;
        line-height: 1.2;
        background: linear-gradient(97deg, #2a1572 36%, #824144 65%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .fun-factor-area .fun-fact-items .medium {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 18px;
        margin-top: 5px;
        display: block;
        color: #232323;
    }


/* ============================================================== 
     # Services 
=================================================================== */

@media only screen and (min-width: 1367px) {
    .services-area .container-full {
        margin-left: calc((100% - 1140px)/ 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1376px) {
    .services-area .services-items .single-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.services-area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: #eff2f5;
    z-index: -1;
}

.services-area .services-box {
    position: relative;
}

    .services-area .services-box .shape-illustration {
        position: absolute;
        left: 0;
        top: -150px;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

        .services-area .services-box .shape-illustration img {
            height: 100%;
            width: 100%;
        }

.services-area .services-items .single-item {
    margin-bottom: 30px;
}

.services-area .services-items .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .services-area .services-items .thumb img {
        max-width: none;
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0);
    }

.services-area .services-items .item:hover .thumb img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.services-area .services-items .thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
    z-index: 1;
}

.services-area .services-items .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    display: flex;
    color: #ffffff;
    z-index: 1;
}

    .services-area .services-items .thumb .content i {
        font-size: 50px;
        min-width: 138px;
        width: 120px;
        margin-right: 20px;
    }

    .services-area .services-items .thumb .content h5 {
        margin-bottom: 0;
    }

        .services-area .services-items .thumb .content h5 a {
            color: #ffffff;
            font-weight: 200;
            text-transform: capitalize;
        }

            .services-area .services-items .thumb .content h5 a strong {
                font-weight: 900;
                letter-spacing: 0.6px;
                display: block;
                margin-bottom: 5px;
                text-transform: uppercase;
            }

.services-area .services-items .single-item:nth-child(2n) .thumb .content {
    top: 0;
}

.services-area .services-items .single-item:nth-child(2n) .thumb::before {
    top: 0;
    bottom: auto;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
}


/* ============================================================== 
     # Services Version Three 
=================================================================== */

.thumb-services-area .info {
    padding: 30px;
    padding-top: 0;
}

.thumb-services-area .item {
    background: #ffffff;
}

.thumb-services-area .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .thumb-services-area .thumb::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 50px;
        width: 100%;
        background: url(assets/img/shape/brush-up.png);
        background-repeat: no-repeat;
        background-position: bottom;
    }


.thumb-services-area .content {
    position: relative;
}

    .thumb-services-area .content .icon i {
        display: inline-block;
        font-size: 50px;
        height: 78px;
        width: 80px;
        background: #ffffff;
        color: #017d3f;
        text-align: center;
        line-height: 100px;
        position: absolute;
        top: -85px;
        left: 30px;
        border-radius: 5px;
        box-shadow: 0 5px 30px 0 rgb(187 188 189 / 57%);
        z-index: 1;
    }

.thumb-services-area .content {
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 30px;
    padding-top: 40px;
}

    .thumb-services-area .content p {
        margin-bottom: 0;
    }

    .thumb-services-area .content a.btn {
        margin-top: 20px;
    }

.thumb-services-area .services-carousel.owl-carousel .owl-nav {
    margin: 0;
}

    .thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-prev,
    .thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-next {
        color: #ffffff;
        font-size: 20px;
        background: transparent;
        height: 45px;
        left: 0;
        line-height: 50px;
        margin-top: -23px;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        width: 45px;
    }

    .thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-prev {
        left: -70px;
    }

    .thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-next {
        right: -70px;
    }

    .thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-next {
        left: auto;
    }

/* ============================================================== 
     # Product 
=================================================================== */

.our-product-area .single-product {
    margin-bottom: 30px;
}

.our-product-area .item {
    border: 2px solid #e7e7e7;
    padding: 50px 30px;
    background: #eff2f5;
    position: relative;
}

    .our-product-area .item .product-rating i {
        color: #ffb606;
        font-size: 14px;
    }

    .our-product-area .item .thumb {
        margin-bottom: 20px;
        position: relative;
    }

        .our-product-area .item .thumb img {
            transition: all 0.35s ease-in-out;
            height: 100px;
        }

    .our-product-area .item:hover .thumb img {
        opacity: 0.7;
    }

    .our-product-area .item .thumb a {
        display: inline-block;
        height: 50px;
        width: 50px;
        background: #f1cf69;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -10%);
        opacity: 0;
        box-shadow: 0 0 10px #cccccc;
    }

.green .our-product-area .item .thumb a {
    background: #017d3f;
    color: #ffffff;
}

.our-product-area .item:hover .thumb a {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.our-product-area .item .product-rating {
    margin-bottom: 10px;
}

.our-product-area .item .price del {
    font-size: 16px;
    color: #999999;
}

.our-product-area .item .price {
    font-weight: 600;
    margin: 0;
}

.our-product-area .item .offer {
    position: absolute;
    right: 30px;
    top: -20px;
    background: #ffffff;
    display: inline-block;
    color: #232323;
    font-weight: 600;
    padding: 4px 20px;
    border-radius: 30px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

/* ============================================================== 
     # Gallery 
=================================================================== */

.gallery-area {
    position: relative;
    z-index: inherit;
}

    .gallery-area .fixed-shape {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.03;
    }

    .gallery-area #portfolio-grid {
        margin: -15px;
    }

    .gallery-area .gallery-items.colums-3 .pf-item {
        float: left;
        padding: 15px;
        width: 33.3333%;
    }

    .gallery-area .gallery-items.colums-2 .pf-item {
        float: left;
        padding: 15px;
        width: 50%;
    }

    .gallery-area .gallery-items.colums-4 .pf-item {
        float: left;
        padding: 15px;
        width: 25%;
    }

    .gallery-area .gallery-items.colums-6 .pf-item {
        float: left;
        padding: 15px;
        width: 16.6666%;
    }

    .gallery-area .pf-item .item {
        overflow: hidden;
    }

        .gallery-area .pf-item .item::after {
            position: absolute;
            left: 0;
            top: 0;
            background: #000000;
            content: "";
            transition: all 0.25s ease-in-out;
            opacity: 0;
            height: 100%;
            width: 100%;
        }

        .gallery-area .pf-item .item:hover::after {
            opacity: 0.6;
        }

        .gallery-area .pf-item .item .info {
            padding: 30px 45px;
            position: absolute;
            bottom: -30px;
            left: 0;
            display: flex;
            align-items: center;
            transition: all 0.35s ease-in-out;
            opacity: 0;
            z-index: 1;
            right: 0;
            text-align: center;
            justify-content: center;
        }

        .gallery-area .pf-item .item:hover .info {
            opacity: 1;
            bottom: 0;
        }

        .gallery-area .pf-item .item .info a {
            color: #ffffff;
            position: relative;
        }

            .gallery-area .pf-item .item .info a::after {
                position: absolute;
                left: 0;
                bottom: 0;
                content: "";
                height: 100%;
                width: 100%;
                background: url(assets/img/shape/1.png);
                background-size: contain;
                background-repeat: no-repeat;
                z-index: -1;
                background-position: bottom;
            }

    .gallery-area.shape-less .pf-item .item .info a::after {
        display: none;
    }

    .gallery-area .pf-item .item {
        position: relative;
    }

        .gallery-area .pf-item .item .info h4 {
            margin: 0;
        }

        .gallery-area .pf-item .item .thumb a {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 60px;
            width: 60px;
            background: #e7c35f;
            z-index: 1;
            text-align: center;
            line-height: 60px;
            border-radius: 50%;
            opacity: 0;
            transition: all 0.35s ease-in-out;
            transform: translate(-50%, -50px);
        }

            .gallery-area .pf-item .item .thumb a::after {
                display: none;
            }

        .gallery-area .pf-item .item:hover .thumb a {
            transform: translate(-50%, -50%);
            opacity: 1;
        }

        .gallery-area .pf-item .item .thumb img {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            width: 100%;
            height: auto;
        }

        .gallery-area .pf-item .item:hover .thumb img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }


/* ============================================================== 
     # Team Area  
=================================================================== */

.team-area.default-padding.bottom-less {
    padding-bottom: 70px;
}

.team-area .team-items .single-item {
    margin-bottom: 50px;
}

.team-area .team-items {
    margin-right: -25px;
}

    .team-area .team-items .thumb {
        position: relative;
        z-index: 1;
        padding-right: 25px;
    }

        .team-area .team-items .thumb img {
            border-radius: 5px;
        }

        .team-area .team-items .thumb ul li {
            display: block;
        }

            .team-area .team-items .thumb ul li a {
                display: inline-block;
                text-align: center;
                border-radius: 50%;
                margin: 7px 0;
                color: #232323;
            }

            .team-area .team-items .thumb ul li.facebook a {
                color: #3B5998;
            }

            .team-area .team-items .thumb ul li.twitter a {
                color: #1DA1F2;
            }

            .team-area .team-items .thumb ul li.pinterest a {
                color: #BD081C;
            }

            .team-area .team-items .thumb ul li.g-plus a {
                color: #DB4437;
            }

            .team-area .team-items .thumb ul li.linkedin a {
                color: #0077B5;
            }

        .team-area .team-items .thumb ul {
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-20%);
            background: #ffffff;
            padding: 20px;
            text-align: center;
            border-radius: 50px;
            box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
            transition: all 0.35s ease-in-out;
            opacity: 0;
        }

    .team-area .team-items .info {
        margin-top: 15px;
        padding-right: 25px;
    }

        .team-area .team-items .info h4 {
            margin: 0;
            font-weight: 600;
        }

        .team-area .team-items .info span {
            display: block;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 14px;
            color: #999999;
        }

    .team-area .team-items .item:hover .thumb ul {
        transform: translateY(-50%);
        opacity: 1;
    }


/* ============================================================== 
     # Offer Product Area  
=================================================================== */

.offer-product-area .thumb {
    padding-right: 35px;
}

.offer-product-area h2 {
    font-weight: 600;
}

.offer-product-area h4 {
    font-weight: 600;
    margin-bottom: 25px;
}

    .offer-product-area h4 del {
        color: #999999;
        font-size: 20px;
    }

.offer-product-area .carousel-box {
    position: relative;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 50px;
    margin-top: 50px;
}

.offer-product-area .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1cf69;
    position: absolute;
    top: -50px;
    padding: 10px 20px;
    left: 50%;
    margin-left: 15px;
}

.offer-product-area .counter-item {
    display: inline-block;
    margin-right: 25px;
    border-right: 1px dashed;
    padding-right: 25px;
}

    .offer-product-area .counter-item:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

    .offer-product-area .counter-item .item span {
        display: block;
        font-size: 36px;
        font-weight: 700;
        color: #232323;
        line-height: 1;
        margin-bottom: 5px;
    }

    .offer-product-area .counter-item .item {
        font-weight: 500;
        text-align: center;
        margin-top: 15px;
        display: block;
    }

        .offer-product-area .counter-item .item h5 {
            margin: 0;
            position: relative;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 500;
        }

.offer-product-area .info > a {
    margin-top: 10px;
}

    .offer-product-area .info > a i {
        margin-left: 0;
        margin-right: 4px;
    }

.offer-product-area .bottom i {
    margin-right: 5px;
}

.offer-product-area .info {
    position: relative;
    padding-top: 30px;
}

.offer-product-area .bottom h5 {
    margin: 0;
    margin-right: 30px;
    font-weight: 600;
}

.offer-product-area .offer-pro-carousel .owl-nav {
    margin: 0;
}

    .offer-product-area .offer-pro-carousel .owl-nav .owl-prev,
    .offer-product-area .offer-pro-carousel .owl-nav .owl-next {
        background: transparent none repeat scroll 0 0;
        color: #232323;
        font-size: 30px;
        height: 40px;
        left: -100px;
        line-height: 40px;
        margin: -20px 0 0;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 40px;
        transition: all 0.35s ease-in-out;
    }

    .offer-product-area .offer-pro-carousel .owl-nav .owl-next {
        left: auto;
        right: -100px;
    }

/* ============================================================== 
     # Partners 
=================================================================== */
.partner-area .owl-item img {
    width: auto;
    margin: auto;
    height: 60px;
}

/* ============================================================== 
     # Faq Area 
=================================================================== */

.faq-area {
    z-index: inherit;
}

    .faq-area .thumb img {
        position: relative;
        height: 450px;
        z-index: 9;
    }

    .faq-area .thumb {
        position: relative;
        margin-top: -50px;
        z-index: 9;
    }

    .faq-area .heading h5 {
        text-transform: uppercase;
        font-weight: 600;
        color: #666666;
    }

    .faq-area .heading h2 {
        font-weight: 600;
        margin-bottom: 25px;
    }

    .faq-area .heading {
        margin-bottom: 30px;
    }

.accordion .card-header h4:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
    content: "\f105";
    font-weight: 600;
    color: #999999;
}

.faq-area .faq-content .card {
    border: none;
    margin-bottom: 31px;
    overflow: inherit;
    background: transparent;
    border-radius: 5px;
    padding: 0;
}

.faq-area .faq-content {
    margin-top: 25px;
}

    .faq-area .faq-content .card:last-child {
        margin-bottom: 0;
    }

    .faq-area .faq-content .card .card-header {
        border: none;
        background: transparent;
        padding: 0;
    }

        .faq-area .faq-content .card .card-header h4 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            padding: 0;
            padding-right: 50px;
            cursor: pointer;
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
        }

    .faq-area .faq-content .card .card-body {
        padding-left: 30px;
        padding: 0;
        padding-top: 15px;
        border-top: 1px solid #cccccc;
        margin-top: 20px;
    }

        .faq-area .faq-content .card .card-body p:last-child {
            margin-bottom: 0;
        }

    .faq-area .faq-content .card .card-header h4 strong {
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        background: #086AD8;
        color: #ffffff;
        border-radius: 50%;
        margin-right: 20px;
        position: relative;
        min-width: 40px;
    }

        .faq-area .faq-content .card .card-header h4 strong::after {
            position: absolute;
            left: -10%;
            top: -10%;
            content: "";
            height: 120%;
            width: 120%;
            background: #086AD8;
            z-index: -1;
            border-radius: 50%;
            opacity: 0.3;
        }


/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area {
    position: relative;
    padding: 60px;
}

    .testimonials-area::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 50%;
        width: 100%;
        background: #eff2f5;
        z-index: -1;
    }

    .testimonials-area .tesimonials-content {
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
    }

        .testimonials-area .tesimonials-content::after {
            left: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 300%;
            background: #404a3d;
            position: absolute;
            z-index: -1;
        }

    .testimonials-area .info {
        position: relative;
        z-index: 1;
    }

        .testimonials-area .info > i {
            font-size: 120px;
            z-index: -1;
            opacity: 0.1;
            top: -70px;
            position: absolute;
        }

        .testimonials-area .info h5 {
            text-transform: uppercase;
            color: #f1cf69;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 25px;
        }

        .testimonials-area .info h2 {
            font-weight: 500;
            margin-bottom: 0;
        }

        .testimonials-area .info a {
            margin-top: 50px;
        }

    .testimonials-area .testimonial-items h4 {
        text-transform: capitalize;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .testimonials-area .testimonial-items span {
        color: #cccccc;
    }

    .testimonials-area .testimonial-items p {
        color: #dddddd;
    }

    .testimonials-area .testimonials {
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        padding-left: 50px;
    }

    /* Indicator */

    .testimonials-area .carousel-indicators {
        bottom: 0;
        left: 0;
        margin-left: -10px;
        position: relative;
        text-align: left;
        width: 100%;
        justify-content: left;
        margin-top: 30px;
    }

        .testimonials-area .carousel-indicators li {
            border: 2px solid transparent;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            cursor: pointer;
            height: 60px;
            margin: 0 5px;
            opacity: 0.4;
            overflow: hidden;
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            vertical-align: middle;
            min-width: 60px;
        }

            .testimonials-area .carousel-indicators li img {
                display: block;
                height: auto;
                width: 100%;
            }

        .testimonials-area .carousel-indicators .active {
            border: 2px solid #f1cf69;
            margin: 0 15px;
            opacity: 1;
            transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            background: transparent;
        }

            .testimonials-area .carousel-indicators .active img {
                padding: 3px;
                border-radius: 50%;
            }

/* ============================================================== 
     # Blog 
=================================================================== */
.blog-area {
    z-index: inherit;
}

    .blog-area .blog-items .single-item {
        margin-bottom: 30px;
    }

    .blog-area .blog-items .item .thumb img {
        border-radius: 25px;
    }

    .blog-area .blog-items .info {
        padding-top: 50px;
        background: #ffffff;
        border-radius: 0 0 5px 5px;
    }

        .blog-area .blog-items .info h2,
        .blog-area .blog-items .info h3,
        .blog-area .blog-items .info h4,
        .blog-area .blog-items .info h5 {
            font-weight: 600;
        }

    .blog-area.bg-gray .blog-items .info,
    .blog-area.full-blog .blog-items .info {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    }

    .blog-area .blog-items .thumb {
        position: relative;
    }

        .blog-area .blog-items .thumb .date {
            background: #7d3839;
            position: absolute;
            right: 30px;
            bottom: -25px;
            color: #fff;
            font-weight: 600;
            padding: 10px 11px;
            font-size: 14px;
            border-radius: 5px;
            text-transform: capitalize;
            border: 1px solid #ffffff;
            box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
        }

    .blog-area .blog-items .item .meta ul img {
        height: 50px;
        width: 50px;
        margin-right: 15px;
        border-radius: 50%;
    }

    .blog-area .blog-items h2 a:hover,
    .blog-area .blog-items h3 a:hover,
    .blog-area .blog-items h4 a:hover,
    .blog-area .blog-items h5 a:hover,
    .blog-area .blog-items .meta a:hover {
        color: #e7c35f;
    }

    .blog-area .blog-items .info .meta {
        margin-top: 20px;
    }

    .blog-area.full-blog .blog-items .info .meta {
        margin-top: 0;
        margin-bottom: 15px;
    }

        .blog-area.full-blog .blog-items .info .meta li {
            display: inline-block;
            margin-right: 20px;
            text-transform: uppercase;
            color: #666666;
            font-weight: 500;
            font-size: 14px;
        }

            .blog-area.full-blog .blog-items .info .meta li a {
                color: #666666;
                font-weight: 400;
            }

                .blog-area.full-blog .blog-items .info .meta li a:hover {
                    color: #e7c35f;
                }

            .blog-area.full-blog .blog-items .info .meta li i {
                margin-right: 3px;
                color: #e7c35f;
            }

    .blog-area .blog-items .info .btn {
        margin-top: 5px;
    }

    /* Sidebar */

    .blog-area.left-sidebar .blog-content {
        float: right;
    }

    .blog-area.left-sidebar .sidebar {
        padding-right: 35px;
    }

    .blog-area.right-sidebar .sidebar {
        padding-left: 35px;
    }

    .blog-area .sidebar .title {
        display: block;
    }

        .blog-area .sidebar .title h4 {
            font-weight: 800;
            margin-bottom: 20px;
            margin-top: -5px;
            position: relative;
            text-transform: capitalize;
            z-index: 1;
            font-size: 20px;
            display: inline-block;
            padding-bottom: 15px;
        }

            .blog-area .sidebar .title h4::after {
                position: absolute;
                left: 0;
                bottom: 0;
                content: "";
                height: 2px;
                width: 50px;
                background: #f1cf69;
            }

    .blog-area .sidebar input[type="text"] {
        border: 1px solid #e7e7e7;
        border-radius: inherit;
        box-shadow: inherit;
        min-height: 60px;
    }

    .blog-area .sidebar form {
        position: relative;
    }

    .blog-area .sidebar button[type="submit"] {
        background: #e7c35f;
        border: medium none;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 1px;
        min-height: 50px;
        width: 50px;
        position: absolute;
        right: 5px;
        text-transform: uppercase;
        top: 5px;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .blog-area .sidebar input[type="submit"]:hover {
        background: #e7c35f none repeat scroll 0 0;
    }

    .blog-area .sidebar .sidebar-item {
        float: left;
        margin-bottom: 50px;
        width: 100%;
    }

        .blog-area .sidebar .sidebar-item:last-child {
            margin-bottom: 0;
        }

        .blog-area .sidebar .sidebar-item.category .sidebar-info,
        .blog-area .sidebar .sidebar-item.archives .sidebar-info {
            margin-top: -5px;
        }

        .blog-area .sidebar .sidebar-item.category li {
            display: block;
            position: relative;
            margin-top: 13px;
        }

            .blog-area .sidebar .sidebar-item.category li a {
                display: inline-block;
                text-transform: capitalize;
                font-weight: 700;
                color: #666666;
            }

        .blog-area .sidebar .sidebar-item li a:hover {
            color: #e7c35f;
        }

        .blog-area .sidebar .sidebar-item.category li a span {
            color: #b5b5b5;
            font-size: 14px;
            margin-left: 5px;
        }

        .blog-area .sidebar .sidebar-item.category li:first-child a span {
            top: 0;
        }

        .blog-area .sidebar .sidebar-item.category li:first-child {
            margin-top: 0;
            padding-top: 0;
        }

            .blog-area .sidebar .sidebar-item.category li:first-child a::after {
                top: 0;
            }

        .blog-area .sidebar .sidebar-item.category li:last-child {
            border: medium none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

.sidebar-item.recent-post li a {
    color: #333333;
    display: block;
    font-weight: 600;
}

    .sidebar-item.recent-post li a:last-child {
        display: inline-block;
    }

.sidebar-item.recent-post .meta-title {
    margin-top: 10px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
}

    .sidebar-item.recent-post .meta-title i {
        margin-right: 5px;
        font-weight: 500;
        font-size: 14px;
    }

.sidebar-item.recent-post li a:hover {
    color: #e7c35f;
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #666666;
    font-weight: 600;
}

.sidebar-item.recent-post .meta-title a {
    color: #999999;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .sidebar-item.recent-post li:last-child {
        border: medium none;
        margin: 0;
        padding: 0;
    }

    .sidebar-item.recent-post li:last-child {
        margin: 0;
    }

    .sidebar-item.recent-post li .thumb {
        display: table-cell;
        padding-top: 5px;
        vertical-align: top;
        width: 80px;
    }

.sidebar-item.recent-post .thumb img {
    width: 100%;
}

.blog-area .blog-items .sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    margin: 0;
    box-shadow: inherit;
    padding-left: 25px;
    vertical-align: top;
    background: transparent;
}

.sidebar-item.recent-post li .info a {
    text-decoration: inherit;
    font-weight: 700;
}

.blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%;
}

    .sidebar-item.gallery ul li img {
        min-height: 70px;
        width: 100%;
        margin: 0;
    }

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

    .sidebar-item.archives ul li:last-child {
        margin-bottom: 0;
    }

    .sidebar-item.archives ul li a {
        display: inline-block;
        font-weight: 800;
        text-transform: capitalize;
        z-index: 1;
        padding-left: 25px;
        font-size: 14px;
        color: #666666;
    }

        .sidebar-item.archives ul li a::after {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: "\f07b";
            font-family: "FontAwesome";
            height: 8px;
            left: 0;
            position: absolute;
            width: 8px;
            font-weight: 500;
        }

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .sidebar-item.social-sidebar li a {
        background: #002359 none repeat scroll 0 0;
        border: medium none;
        color: #ffffff;
        display: inline-block;
        height: 50px;
        line-height: 54px;
        margin-bottom: 5px;
        text-align: center;
        width: 50px;
        font-size: 14px;
    }

        .sidebar-item.social-sidebar li a:hover {
            color: #ffffff !important;
        }

    .sidebar-item.social-sidebar li.facebook a {
        background: #3B5998 none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.twitter a {
        background: #1DA1F2 none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.pinterest a {
        background: #BD081C none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.g-plus a {
        background: #DB4437 none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.linkedin a {
        background: #0077B5 none repeat scroll 0 0;
    }

.sidebar-item.tags ul {
    margin-top: -8px;
}

    .sidebar-item.tags ul li {
        display: inline-block;
    }

        .sidebar-item.tags ul li a {
            border: 1px solid #e7e7e7;
            display: inline-block;
            font-weight: 800;
            margin-top: 8px;
            margin-right: 5px;
            padding: 5px 28px;
            text-transform: capitalize;
            font-size: 14px;
            border-radius: 30px;
            color: #666666;
            background: #fafafa;
        }

            .sidebar-item.tags ul li a:hover {
                color: #e7c35f;
            }

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: #e7c35f;
        z-index: -1;
        opacity: 0.7;
    }

    .blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
        color: #ffffff;
        font-weight: 700;
        line-height: 1.4;
    }

    .blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
        color: #ffffff;
    }

    .blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
        display: inline-block;
        color: #ffffff;
        border: 1px dashed rgba(255, 255, 255, 0.7);
        padding: 10px 25px;
        margin-top: 9px;
    }

.blog-area .blog-items.content-less .item .info > a {
    margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
    background: #e7c35f none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 500;
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.blog-area .blog-items .info > ul li {
    margin-bottom: 15px;
    color: #232323;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    display: block;
}

.blog-area .blog-items .info > ul {
    margin-bottom: 25px;
    margin-top: 25px;
}

    .blog-area .blog-items .info > ul li::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "\f00c";
        height: 100%;
        width: 100%;
        font-family: "FontAwesome";
        color: #e7c35f;
        font-weight: 600;
        font-size: 14px;
    }

.blog-area.single .item {
    margin-bottom: 0;
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 85px;
    color: #232323;
    font-weight: 600;
    line-height: 37px;
    background: #fafafa;
    padding: 50px;
}

    .blog-area .item blockquote cite {
        display: block;
        margin-top: 15px;
        color: #999999;
        font-weight: 500;
    }

    .blog-area .item blockquote::before {
        position: absolute;
        left: 0;
        top: 5%;
        content: "";
        height: 90%;
        width: 3px;
        background: #e7c35f;
    }

    .blog-area .item blockquote::after {
        position: absolute;
        left: 30px;
        content: "\f10d";
        font-family: "FontAwesome";
        color: #666666;
        top: 45px;
        font-weight: 600;
        opacity: 0.1;
        font-size: 60px;
    }

    .blog-area .item blockquote p {
        margin: 0;
        position: relative;
        z-index: 1;
        line-height: 34px;
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
    }

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    padding-bottom: 6px;
}

    .blog-area .blog-content .share li {
        display: inline-block;
        margin-left: 15px;
    }

        .blog-area .blog-content .share li a {
            display: inline-block;
            color: #e7c35f;
        }

        .blog-area .blog-content .share li.facebook a {
            color: #3B5998;
        }

        .blog-area .blog-content .share li.twitter a {
            color: #1DA1F2;
        }

        .blog-area .blog-content .share li.pinterest a {
            color: #BD081C;
        }

        .blog-area .blog-content .share li.g-plus a {
            color: #DB4437;
        }

        .blog-area .blog-content .share li.linkedin a {
            color: #0077B5;
        }

.blog-area .gallery img {
    margin-bottom: 30px;
}

.blog-area .blog-content .post-tags .tags a {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.blog-area.single .post-pagi-area {
    margin-top: 50px;
    overflow: hidden;
}

    .blog-area.single .post-pagi-area a {
        display: inline-block;
        font-weight: 400;
        text-transform: capitalize;
        color: #999999;
        border-radius: 30px;
    }

    .blog-area.single .post-pagi-area h5 {
        margin: 0;
        margin-top: 5px;
        font-weight: 600;
        transition: all 0.35s ease-in-out;
        font-size: 18px;
    }

        .blog-area.single .post-pagi-area h5:hover {
            color: #e7c35f;
        }

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
    float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.blog-area .contact-comments .submit {
    margin-bottom: 0;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Comments */

.blog-area .comments-form {
    margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
    margin-bottom: 50px;
}

    .blog-area .blog-comments .comments-list:last-child {
        margin-bottom: 0;
    }

.comments-list .commen-item .avatar {
    float: left;
    height: 105px;
    width: 105px;
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.comments-list .commen-item {
    margin-bottom: 50px;
    background: #f7f7f7;
    padding: 30px;
    border-radius: 7px;
}

    .comments-list .commen-item:last-child {
        margin-bottom: 0;
    }

    .comments-list .commen-item.reply {
        margin-left: 80px;
    }

.comments-area {
    margin-top: 40px;
}

    .comments-area .comments-title h2,
    .comments-area .comments-title h3,
    .comments-area .comments-title h4 {
        font-weight: 600;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.comments-list .commen-item .content p:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item .content .title {
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
}

    .comments-list .commen-item .content .title span {
        color: #232323;
        font-weight: 400;
        color: #777;
        display: block;
        margin-top: 15px;
    }

        .comments-list .commen-item .content .title span i {
            font-weight: 500;
            margin-right: 5px;
        }

            .comments-list .commen-item .content .title span i.fa-reply {
                font-weight: 600;
                margin-right: 3px;
            }

        .comments-list .commen-item .content .title span a {
            margin-left: 10px;
        }

            .comments-list .commen-item .content .title span a:hover {
                color: #f1cf69;
            }

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 20px;
    background: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
}

    .comments-info a:hover {
        color: #e7c35f;
    }

    .comments-info a i {
        margin-right: 10px;
    }

.comments-form input,
.comments-form textarea {
    border: none;
    box-shadow: inherit;
    padding: 15px;
    background: #f7f7f7;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.comments-form button {
    background: #f1cf69;
    border: 1px solid #f1cf69;
    color: #232323;
    display: inline-block;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    padding: 17px 40px;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    border-radius: 30px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}


/* Pagination */

.pagination li {
    display: inline-block;
    margin-top: 7px;
}

ul.pagination {
    display: block;
    margin-top: 30px;
}

.pagination li a {
    background: linear-gradient( 97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);
    color: #ffffff;
    padding: 15px 18px;
    border-radius: 30px;
    font-weight: 600;
    margin: 0 5px;
}

.pagination li.page-item.active a {
    background: #fcc51b;
    color: #404a3d;
}

.pagination li a:hover {
    background: #fcc51b;
    color: #404a3d;
}

.pagination li.active a {
    background: #fcc51b;
    color: #404a3d;
}

/* ============================================================== 
     # Contact 
=================================================================== */
.contact-area {
    position: relative;
}

    .contact-area .google-maps iframe {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
    }

    .contact-area .form-content {
        padding: 50px;
        background: #ffffff;
        box-shadow: 0 0 10px #cccccc;
        position: relative;
        z-index: 1;
    }

        .contact-area .form-content h2 {
            font-weight: 600;
            margin-bottom: 30px;
        }

        .contact-area .form-content input,
        .contact-area .form-content textarea {
            border: none;
            background: #f7f7f7;
            padding: 15px;
        }

        .contact-area .form-content button {
            width: 100%;
            padding: 15px 40px;
            border-radius: 30px;
            background: #f1cf69;
            color: #232323;
            font-weight: 600;
        }

.green .contact-area .form-content button {
    background: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);
    color: #ffffff;
}

.contact-area .form-content textarea {
    min-height: 150px;
}

.contact-area img.loader {
    position: absolute;
    right: -10px;
    top: 18px;
}

.contact-area .contact-info {
    padding-right: 30px;
}

    .contact-area .contact-info li {
        display: block;
        margin-top: 30px;
    }

        .contact-area .contact-info li:first-child {
            margin-top: 0;
        }

        .contact-area .contact-info li h4 {
            font-weight: 600;
        }


/* ============================================================== 
     # Error Page 
=================================================================== */
.error-page-area h1 {
    font-size: 140px;
    font-weight: 900;
    line-height: 110px;
    margin-bottom: 25px;
    color: #666666;
    text-shadow: -5px 5px 0px #eceefe;
}

.error-page-area h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.error-box .search {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
}

    .error-box .search form {
        position: relative;
        width: 400px;
    }

    .error-box .search .input-group {
        width: 100%;
    }

    .error-box .search form input {
        border: 1px solid #e7e7e7;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        box-shadow: inherit;
    }

    .error-box .search form button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        line-height: 50px;
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
    }


/* ============================================================== 
     # Footer 
=================================================================== */
footer {
    position: relative;
}

    footer .fixed-shape {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.1;
        max-width: 50%;
    }

    footer .default-padding {
        padding-top: 70px;
    }

    footer .item {
        margin-top: 50px;
    }

    footer img {
        margin-bottom: 30px;
    }

    footer .about img {
       /* height: 86px;*/
    }

    footer .widget-title {
       /* margin-bottom: 30px;*/
        font-weight: 500;
    }

    footer .recent-post li {
        display: flex;
        margin-bottom: 20px;
    }

        footer .recent-post li:last-child {
            margin-bottom: 0;
        }

        footer .recent-post li img {
            max-width: 70px;
            margin-right: 20px;
            margin-top: 5px;
            border-radius: 5px;
        }

        footer .recent-post li a {
            font-weight: 500;
        }

    footer .recent-post .meta-title {
        margin-top: 5px;
    }

    footer .recent-post a {
        color: #cccccc;
    }

        footer .recent-post a:hover {
            color: #ffffff;
        }

    footer .recent-post img {
        margin-bottom: 0;
    }

    footer .recent-post span.post-date {
        text-transform: uppercase;
        font-size: 12px;
        color: #f1cf69;
        letter-spacing: 1px;
        font-weight: 400;
    }

    footer .address li {
        display: block;
        margin-top: 15px;
        color: #ffff;
    }

        footer .address li a {
            color: #ffff;
        }

            footer .address li a:hover {
                color: #a1474c;
            }

        footer .address li:first-child {
            margin-top: 0;
        }

        footer .address li strong {
            text-transform: uppercase;
            margin-right: 5px;
            color: #ffffff;
        }

        footer .address li i {
            margin-right: 5px;
            color: #fff;
            font-size: 20px;
            min-width: 30px;
           /* background-color: #ffff;*/
            padding: 5px;
            border-radius: 17px;
            text-align: center;
        }

            footer .address li i:hover {
                margin-right: 5px;
                color: #fff;
                font-size: 20px;
                min-width: 30px;
                /*background-color: #18300e;*/
                padding: 5px;
                border-radius: 17px;
                text-align: center;
            }

        footer .address li a {
            font-weight: 400;
        }

    footer .about {
        padding-right: 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

        footer .about p {
            color: #ffff;
        }

    footer form {
        position: relative;
    }

        footer form input {
            border: none !important;
            background: rgba(255, 255, 255, 0.2) !important;
            border-radius: 30px !important;
            color: #ffffff !important;
            padding-left: 20px !important;
            padding-right: 20px !important;
            min-height: 60px !important;
        }

            footer form input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #cccccc !important;
            }

            footer form input::-moz-placeholder {
                /* Firefox 19+ */
                color: #cccccc !important;
            }

            footer form input:-ms-input-placeholder {
                /* IE 10+ */
                color: #cccccc !important;
            }

            footer form input:-moz-placeholder {
                /* Firefox 18- */
                color: #cccccc !important;
            }

        footer form button {
            position: absolute;
            right: 5px;
            top: 5px;
            height: 50px;
            border-radius: 30px;
            background: #ffffff;
            color: #232323;
            padding: 0 30px;
            font-weight: 600;
        }

    footer .link a {
        display: inline-block;
        color: #cccccc;
    }

    footer .link li {
        display: block;
        margin-bottom: 10px;
    }

        footer .link li:last-child {
            margin-bottom: 0;
        }

    footer .link a:hover {
        color: #18300e;
    }

    footer .social li {
        display: inline-block;
        margin-right: 15px;
    }

        footer .social li a {
            display: inline-block;
            height: 40px;
            width: 40px;
            line-height: 43px;
            text-align: center;
            background: #ffffff;
            border-radius: 50%;
            color: #232323;
        }

        footer .social li.facebook a {
            color: #3B5998;
        }

        footer .social li.twitter a {
            color: #1DA1F2;
        }

        footer .social li.pinterest a {
            color: #BD081C;
        }

        footer .social li.g-plus a {
            color: #DB4437;
        }

        footer .social li.linkedin a {
            color: #0077B5;
        }

        footer .social li.youtube a {
            color: #c4302b;
        }

    footer .social {
        margin-top: 20px;
    }

    footer .footer-bottom li {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 20px;
    }

    footer .footer-bottom p {
        margin: 0;
    }

    footer .footer-bottom {
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(assets/img/preloader.gif) center no-repeat #ffffff;
    text-align: center;
}


/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area.demo-conten.default-padding {
    padding-bottom: 30px;
}

.demo-area .single-item {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
    padding: 30px 15px;
    text-align: center;
    background: #fafafa;
}

    .demo-area .single-item .info h4 {
        font-size: 16px;
        font-weight: 800;
        margin: 0;
        text-transform: uppercase;
        margin-top: 15px;
    }

.banner-area .demo-banner h1 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 46px;
}

    .banner-area .demo-banner h1 span {
        font-size: 36px;
    }

.banner-area .demo-banner img {
    height: auto;
    margin-bottom: 20px;
    max-height: 60px;
}

.demo-area .def-heading h2 {
    font-weight: 900;
    margin: 30px 0;
    text-transform: uppercase;
    color: #333333;
}

.demo-footer {
    padding-bottom: 80px;
}

.introduction-area h2 span {
    color: #fd0060;
}

.introduction-area h4 {
    font-weight: 300;
    line-height: 30px;
}

.introduction-area h2 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

    .introduction-area h2::before {
        background: #fd0060 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        width: 50px;
    }

    .introduction-area h2::after {
        background: #ffffff none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
        width: 25px;
    }

footer.demo .copyright {
    margin-top: 15px;
}

.demo-area .comming-soon.item img {
    opacity: 0.3;
}

.banner-area.demo-banner {
    padding: 50px 0;
}

.demo-area .site-heading {
    margin-bottom: 30px;
}

.demo-area img {
    background: #ffffff none repeat scroll 0 0;
    /* box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06); */
    border-radius: 8px 8px 0 0;
    padding: 10px;
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block;
}

    .demo-area.demo-conten .single-item a span {
        position: absolute;
        right: 15px;
        top: -14px;
        background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
        color: #ffffff;
        padding: 1px 35px;
        border-radius: 30px;
        box-shadow: 0 0 10px #cccccc;
    }

.demo-area .rtl-version a {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    z-index: 9;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
}

    .demo-area .rtl-version a::after {
        position: absolute;
        left: -10px;
        top: -10px;
        height: 120%;
        width: 120%;
        content: "";
        background: #437eeb;
        z-index: -1;
        border-radius: 50%;
        opacity: 0.3;
    }

.demo-area.default-padding {
    z-index: inherit;
}

.demo-banner a.btn img {
    height: 30px;
    margin-right: 2px;
    margin-bottom: 0;
    position: relative;
}

.demo-banner a.btn {
    position: relative;
}

.banner-thumb {
    display: none;
}

.banner-area {
    position: relative;
    overflow: hidden;
}

.demo-area .site-heading h2 {
    margin-bottom: 40px;
}


.demo-area .single-item .info a {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    color: #232323;
    margin: 0 5px;
    background: #f1cf69;
}

.demo-area .single-item .info h4 {
    /* color: #ffffff; */
    margin-bottom: 25px;
    margin-top: 0;
}

.banner-area .fun-fact-box {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

    .banner-area .fun-fact-box .fun-fact {
        display: inline-block;
        padding: 0 30px;
        position: relative;
    }

        .banner-area .fun-fact-box .fun-fact::after {
            position: absolute;
            right: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 1px;
            background: rgba(255, 255, 255, 0.6);
        }

        .banner-area .fun-fact-box .fun-fact:last-child::after {
            display: none;
        }

        .banner-area .fun-fact-box .fun-fact .timer {
            font-weight: 800;
            font-size: 30px;
            display: block;
            margin-bottom: 10px;
        }

        .banner-area .fun-fact-box .fun-fact .medium {
            text-transform: uppercase;
            font-weight: 700;
        }

/* Features */

.demo-features .single-item {
    margin-bottom: 30px;
}

.demo-features .item {
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 8px;
}

    .demo-features .item img {
        height: 50px;
        width: auto;
        margin-bottom: 15px;
    }

    .demo-features .item h5 {
        font-weight: 700;
        text-transform: capitalize;
    }

.demo .navbar.navbar-transparent .attr-nav > ul > li.button {
    display: none;
}

.demo .attr-nav > ul > li.button a img {
    height: 30px;
}

.demo footer img {
    margin-bottom: 0;
}

.ic-1 {
    font-size: 60px;
    padding: 21px;
    color: #088245;
}

p.abt {
    color: #ffffff;
}




#sidebar {
    z-index: 9;
    padding: 20px;
    left: 0;
    padding: 20px;
    text-align: center;
    box-shadow: 3px 1px 20px rgb(76 74 74 / 10%);
    background: #01ff80 !important;
}

@media (min-width: 1200px) {
    .affix-sidebar {
        padding: 0px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
    width: 100%;
}

.navbar-default {
    background: transparent;
}

.navbar-header {
    float: left;
    width: 100%;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    width: 100%;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    font-size: 23px;
    padding: 22px;
    letter-spacing: 0.5px;
    transition: all ease-in-out 0.2s;
}

.small-text {
    font-size: 20px;
}

.navbar-nav > li {
    transition: all 0.2s ease-in-out;
    float: none;
}


#sidebar {
    z-index: 9;
    padding: 20px;
    left: 0;
    padding: 20px;
    text-align: center;
    box-shadow: 3px 1px 20px rgba(76, 74, 74, 0.10);
    background: #ffffff !important
}

@media (min-width: 1200px) {
    .affix-sidebar {
        padding: 0px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
    width: 100%;
}

.navbar-default {
    background: transparent;
}

.navbar-header {
    float: left;
    width: 100%;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    width: 100%;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    font-size: 23px;
    padding: 22px;
    letter-spacing: 0.5px;
    transition: all ease-in-out 0.2s;
}

.small-text {
    font-size: 16px;
    color: #2a1572;
}

    .small-text a {
        color: #2a1572;
    }

        .small-text a:hover {
            color: #6b1f22;
        }

.navbar-nav > li {
    transition: all 0.2s ease-in-out;
    float: none;
}

#content {
    right: 0%;
    padding: 0px;
}

.split {
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.navbar-nav {
    float: left;
    margin: 20px 0px;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

.table-striped > tbody > tr:nth-of-type(odd), .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .pagination > li > a, .pagination > li > span, .pagination > li > a:focus, .progress-bar-info, .well, .list-group-item, .dropdown-menu, .alert-info, .contact-info, .panel-heading, .box-hover i.circle, .bg-light, #sidebar {
    background-color: #fff;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.navbar-collapse {
    padding: 0px;
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
        display: table;
        content: " ";
    }

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ls-direction-fix, #ls-global .ls-direction-fix {
    direction: ltr !important;
}

.content-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    position: absolute;
    scroll-behavior: smooth;
}
/*@media (max-width: 1199px) {
    .navbar-header {
        float: none;
        margin-top: -2px;
        height: 58px;
    }
}

.navbar-default .navbar-toggle {
    border: 0px;
    transition: all 0.3s ease-in-out;
}

.navbar-toggle {
    background-color: #964B2D;
    margin-top: 15px;
    margin-right: 15px;
    padding: 13px 13px;

}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle {
    border: 0px;
    transition: all 0.3s ease-in-out;
}*/

/*@media (max-width: 1199px) {
    .brand {
        max-width: 50px;
        float: left;
        margin-top: 10px;
    }

    #sidebar {
        padding: 0px;
        overflow: hidden;
    }

    #sidebar, #content {
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
        float: none !important;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 5px;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .navbar-nav li {
        float: none;
    }
}


@media(min-width: 320px) and (max-width: 768px){
    .navbar .navbar-collapse.collapse {
        display: none !important;
       
    }
}

@media (max-width: 1199px) {
    .content-wrapper {
        top: 59px;
        min-height: 100%;
    }
    #sidebar.split {
        height: auto;
        z-index: 99999;
    }
}

@media (max-width: 992px) {
    .content-wrapper {
        margin-bottom: 50px;
    }
}*/




@media (max-width: 1199px) {
    /*.navbar-collapse.collapse.in {
        display: block !important;
        overflow-x: hidden !important;
        width: 100%;
    }*/
    .mobdesk {
        display: block;
    }

    .deskmob {
        display: none;
    }
}

/*@media (max-width: 1199px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
}

.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
    width: 100%;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

.navbar-collapse.in {
    overflow-y: auto;
}

.collapse.in {
    display: block;
}*/

/*@media (max-width: 544px) {
    .navbar-collapse.show, .navbar-collapse {
        max-height: 300px !important;
    }
}
.navbar-collapse {
    padding: 0px;
}*/

@media (min-width: 1199px) {
    .deskmob {
        display: block;
    }

    .mobdesk {
        display: none;
    }
}

@media (max-width: 1023px) {
    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu li {
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li > .dropdown-menu {
        float: left;
        margin-top: -50px;
        margin-left: 100%;
        border: 0px;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #2a1572!important;
    width: 100%;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
    line-height: 25px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    padding: 17px;
    letter-spacing: 0.5px;
    transition: all ease-in-out 0.2s;
    /*box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);*/
}

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #6b1f22!important;
        color: #fff !important;
        /*box-shadow: -1px 0px 30px 0 #f1cf69;*/
    }
    .navbar-default .navbar-nav > li > a:active {
        background-color: #6b1f22 !important;
        color: #fff !important;
        /*box-shadow: -1px 0px 30px 0 #f1cf69;*/
    }

.dropdown-toggle::after {
    display: inline;
    margin: 0;
    border: none;
    vertical-align: inherit;
}

.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    top: 100%;
    left: 0;
    margin-top: -58px;
    float: left;
    margin-left: 100%;
}

    .dropdown-content a {
        color: black;
        padding: 17px;
        font-size: 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #0b3b23;
            color: #fff !important;
            /*box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);*/
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.brand {
    margin: 0px 24px;
}


.single-item .item {
    visibility: visible !important;
}

.about-content-area .thumb img {
    visibility: visible !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navbar-default .navbar-nav > li > a.active {
    background-color: #18300e!important;
    color: #18300e !important;
    box-shadow: -1px 0px 30px 0 #18300e;
}

footer a {
    color: #fff;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

    footer a:hover {
        color: #fff;
    }

.contact-info ul li a:hover {
    color: #18300e;
    text-decoration: none;
}

.contact-info ul li a {
    font-weight: 400;
}

.green .contact-area .form-content button:hover {
    background: #fcc51b;
    color: #404a3d;
}

.green .contact-area .form-content button {
    width: 30%
}

.form-btn {
    background: #6b1f22;
    color: #ffffff;
    width: 30%;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

    .form-btn:hover {
        background: #281371;
        color: #ffffff;
    }


@media(min-width: 320px) and (max-width: 479px) {
    .navbar-brand > img {
        height: 100px !important;
        width: 100%;
    }

    .navbar-header {
        padding: 10px !important;
    }

    nav.navbar .navbar-brand {
        height: 40px !important;
    }

    nav.navbar.navbar-sticky .navbar-brand {
        top: -20px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        top: -10px;
    }

    .green .contact-area .form-content button {
        width: 85% !important;
    }

    .col-lg-12.map {
        margin-bottom: -50px;
    }

    .col-lg-12.map1 {
        padding-bottom: 20px !important;
    }

    .f-items.tp {
        padding-bottom: 40px;
        padding-top: 0px;
    }

    .carousel-inner.carousel-zoom {
        padding-top: 19px;
    }

    .banner-area.content-less .large-text h2 {
        margin-bottom: 40px;
        font-size: 30px !important;
    }
}

@media(min-width: 480px) and (max-width: 639px) {
    .navbar-brand > img {
        height: 36px !important;
    }

    nav.navbar .navbar-brand {
        height: 40px !important;
    }

    nav.navbar.navbar-sticky .navbar-brand {
        top: 0px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        top: -4px;
    }

    .green .contact-area .form-content button {
        width: 46%;
    }
}

@media(max-width: 1024px) {
    .wrap-sticky nav.navbar.bootsnav {
        background: #ffffff;
    }

    nav.navbar.bootsnav .navbar-toggle {
        color: #2a1572;
    }

    .green .contact-area .form-content button {
        width: 46%;
    }
}

@media(min-width: 640px) and (max-width: 763px) {
    .navbar-brand > img {
        height: 47px !important;
    }

    nav.navbar.navbar-sticky .navbar-brand {
        top: 3px;
        padding: 6px 15px;
    }
}

@media (max-width: 1199px) {
    #sidebar, #content {
        width: 100%;
    }

        #sidebar.split {
            height: auto;
            z-index: 99999;
        }

    #sidebar {
        padding: 0px;
        overflow: hidden;
    }
}

@media (max-width: 1199px) {
    .content-wrapper {
        top: 59px;
        min-height: 100%;
    }
}

@media (max-width: 992px) {
    .content-wrapper {
        margin-bottom: 50px;
    }
}

@media(min-width: 769px) and (max-width: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 14px 12px !important;
    }

    .navbar-brand > img {
        height: 120px !important;
        padding: 10px;
    }
}

#myBtn:hover {
    background-color: #ea3268;
}

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #f4ae19;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#upbutton {
    height: 55px;
    font-size: 32px;
    width: 55px;
    border-radius: 50px;
    line-height: 55px;
    background-color: #017d3f;
    color: #fff;
    text-align: center;
}

.hidden {
    display: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


element.style {
    display: block;
}

#myBtn {
    position: fixed;
    bottom: 10px;
    right: 2px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #6f2226;
    color: white;
    cursor: pointer;
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 18px;
}


    #myBtn:hover {
        background-color: #281371 ;
    }

@media only screen and (max-width: 360px) {
    .area-title {
        font-size: 22px !important;
    }

    .site-heading h2 {
        font-size: 24px !important;
    }
   
}
@media only screen and (max-width: 767px) {
    #myBtn {
        position: fixed;
        bottom: 75px;
        right: 2px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #71272a;
        color: white;
        cursor: pointer;
        padding: 7px 10px;
        border-radius: 10px;
        font-size: 18px;
    }
   
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.galleryalbum .single-item .item .thumb img:hover {
    box-shadow: 6px 4px 7px #00000042;
    transform: scale(1.02);
    transition: transform 1s, filter .5s ease-out;
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.galleryalbum .single-item .thumb:hover .date {
    background: #0b3b23;
    color: #fff;
}

footer .about a:hover {
    color: #a1474c;
}

@media(min-width:641px) and (max-width: 768px) {
    .specialty-contents {
        position: relative;
        bottom: -63px;
        margin-top: -120px;
        padding-left: 50px;
    }
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.skytext {
    color: #232323;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 !important;
    font-size: 18px !important;
    padding: 13px 15px 13px !important;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: center;
    background: #f1cf69;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #6b1f22;
}

.brochurepdf {
    text-align: center;
    padding: 40px 0px 14px 0px;
}

h5.brochuretxt {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
}

.item {
    border-radius: 25px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    
    .specialty-contents.row.text-center {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .specialty-contents .item {
        height: 272px !important;
        padding: 24px 12px 24px 12px !important;
    }

   
    
}
@media (min-width: 992px) and (max-width: 1023px) {
    .specialty-contents .item {
        height: 210px !important;
        padding: 24px 12px 24px 12px !important;
    }

   
    
}

@media (min-width: 414px) and (max-width: 767px) {
    .specialty-contents .item {
      /*  height: 310px !important;*/
        padding: 18px 10px 24px 10px;
    }
}

@media (min-width: 320px) and (max-width: 337px) {
    .specialty-contents .item {
       /* height: 550px !important;*/
        padding: 18px 10px 24px 10px;
    }
}

@media (min-width: 338px) and (max-width: 349px) {
    .specialty-contents .item {
        /*height: 390px !important;*/
        padding: 18px 10px 24px 10px;
    }
}

@media (min-width: 350px) and (max-width: 392px) {
    .specialty-contents .item {
        height: 360px !important;
        padding: 18px 10px 24px 10px;
    }
}

@media (min-width: 393px) and (max-width: 438px) {
    .specialty-contents .item {
       /* height: 305px !important;*/
        padding: 18px 10px 24px 10px;
    }
}

@media (min-width: 439px) and (max-width: 460px) {
    .specialty-contents .item {
        /*height: 280px !important;*/
        padding: 18px 10px 24px 10px;
    }
}

@media (min-width: 461px) and (max-width: 600px) {
    .specialty-contents .item {
      /*  height: 265px !important;*/
        padding: 18px 10px 24px 10px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .specialty-contents .item {
        /*height: 242px !important;*/
        padding: 18px 10px 24px 10px;
    }
}

@media (min-width: 414px) and (max-width: 767px) {

    .specialty-area .info {
        padding: 10px 0;
        text-align: center;
    }

    .specialty-contents .item {
        padding: 36px 10px 26px 10px;
        background: #eff2f5;
        margin-bottom: 27px;
    }

    .navbar-header {
        padding: 10px;
    }
}

@media (min-width: 320px) and (max-width: 413px) {


    .specialty-area .info {
        padding: 12px 0 !important;
        text-align: center !important;
    }

    .specialty-contents .item {
        padding: 36px 10px 26px 10px;
        background: #eff2f5;
        margin-bottom: 20px;
    }
}

@media (min-width:768 ) and (max-width:1024px) {
    .specialty-contents .item {
        height: 245px !important;
        padding: 24px 12px 24px 12px !important;
    }

    .specialty-contents .item {
        padding: 36px 10px 40px 10px;
        background: #eff2f5;
        margin-bottom: 0px;
    }

    .content-wrapper {
        top: 0;
        min-height: 75%;
    }

    .content-wrapper {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 75% !important;
        width: 100%;
        position: absolute;
        scroll-behavior: smooth;
    }

    .banner-area.content-less .large-text h2 {
        margin-bottom: 40px;
        font-size: 56px !important;
    }

    .f-items.tp {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}


@media (min-width: 1200px) and (max-width: 1245px) {
    .specialty-contents .item {
        height: 350px !important;
        padding: 24px 12px 24px 12px !important;
    }
}

@media (min-width: 1246px) and (max-width: 1286px) {
    .specialty-contents .item {
        height: 320px !important;
        padding: 24px 12px 24px 12px !important;
    }
}

@media (min-width: 1287px) and (max-width: 1399px) {
    .specialty-contents .item {
        height: 300px !important;
        padding: 24px 12px 24px 12px !important;
    }
}
@media (min-width: 1400px) and (max-width: 1648px) {
    .specialty-contents .item {
        height: 270px !important;
        padding: 24px 12px 24px 12px !important;
    }
}
@media screen and (max-width:325) {
    .specialty-contents .item {
        padding: 25px 20px 25px 20px !important;
    }

    .about-content-area .content {
        padding: 5px 30px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .specialty-contents .item {
        height: 210px !important;
        padding: 24px 12px 24px 12px !important;
    }
}

    @media (min-width: 1024px) and (max-width: 1119px) {
        

        .banner-area div {
            height: 600px !important;
        }

        .content1 {
            padding: 200px 50px!important;
        }

        div#Home {
            height: 600px;
        }

        .banner-area.content-less .large-text h2 {
            margin-bottom: 40px;
            font-size: 60px;
        }
    }

    a.fa.fa-whatsapp:hover {
        color: #25D366 !important;
        background-color: #fff !important;
    }

    a.fa.fa-instagram:hover {
        color: #d3254d !important;
        background-color: #fff !important;
    }

    a.fa.fa-facebook:hover {
        color: #2593d3 !important;
        background-color: #fff !important;
    }

    @media (min-width: 769px) and (max-width: 1023px) {
        .specialty-items {
            padding-bottom: 123px;
        }
    }

    @media (max-width: 1199px) {

        .navbar-default .navbar-nav > li > a:hover {
            background-color: #88a43e;
            color: #6a1f22 !important;
            /* box-shadow: -1px 0px 30px 0 #f1cf69; */
        }

        .navbar-default .navbar-nav > li > a.active {
            color: #6a1f22 !important;
            box-shadow: none;
        }
    }

    /*home-img*/
    @media (min-width: 992px) and (max-width: 1023px) {
        img.imgone {
            height: 530px!important;
        }

        img.wow.fadeInRight.imgtwo {
            height: 590px;
        }
    }

    @media (min-width:1024px) and (max-width: 1199px) {
       
            img.imgone {
                height: 530px!important;
            }
       

        img.wow.fadeInRight.imgtwo {
            height: 580px;
        }
    }

    @media (min-width:1200px) and (max-width: 1245px) {
        img.imgone {
            height: 540px;
        }

        img.wow.fadeInRight.imgtwo {
            height: 520px;
        }
    }

    @media (min-width:1246px) and (max-width: 1324px) {
        img.imgone {
            height: 470px;
        }

        img.wow.fadeInRight.imgtwo {
            height: 510px;
        }
    }

    @media (min-width:1325px) and (max-width: 1370px) {

        img.wow.fadeInRight.imgtwo {
            height: 500px;
        }
    }
@media (min-width:992px) and (max-width: 1199px) {
    .item.wow.fadeInUp {
        height: 345px;
    }
}
@media (min-width:1200px) and (max-width: 1231px) {
    .item.wow.fadeInUp {
        height: 400px;
    }
}