:root, .md:not([class*='color-theme']) {
    --primary-color: #e7ae55;
    --primary-color-rgb: 231, 174, 85;
    --dark-color: #081828;
    --dark-color-rgb: 8, 24, 40;


    --f7-theme-color: #e7ae55;
    --f7-theme-color-rgb: 231, 174, 85;
    --f7-theme-color-shade: #cc8516;
    --f7-theme-color-tint: #f8c578;
}


.wbutton .btn-white-al {
    background-color: #fff;
    color: #081828;
}

.wbutton .btn-white-al:hover {
    background-color: #fff;
    color: #e7ae55;
}

.wbutton .btn-nor-al:hover {
    background-color: #fff;
    color: #e7ae55;
}

.wbutton .btn-white-ool-al {
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
}

.wbutton .btn-white-ool-al:hover {
    border: 1px solid #e7ae55;
    color: #e7ae55;
}


.header-inner {
    z-index: 99;
}
.header .navbar-nav .dropdown-menu {
    width: auto !important;
}

.zindex-99 {
    z-index: 99;
}




.hero-area .hero-text h5 {
    font-size: 18px;
}



.testimonials .single-testimonial .testimonial-content .bottom {
    color: #fff;
    margin-top: 20px;
}
.testimonials .single-testimonial .testimonial-content .bottom .subtitle {
    font-size: 16px;
    font-weight: 600;
}
.testimonials .single-testimonial .testimonial-content .bottom .content {
    font-size: 14px;
    margin-top: 10px;
}
.testimonials .single-testimonial .testimonial-image img {
    object-fit: cover;
}


.footer .footer-bottom {
    background-color: #081420;
}


.multiline-ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.0em;
    line-height: 1.5em;
    word-wrap: break-word;
    word-break: break-word;
}














/* Home Page Main Slider Bg overlay */
@keyframes soMarquee {
    0% { background-position: 0%; }
    50% { background-position: 100%; }
    100% { background-position: 0%; }
}
.hero-area.style2 .hero-inner.overlay::before {
    opacity: 0.3;
    background: linear-gradient(-45deg, #000, #e7ae55, #000, #000);
    background-size: 400%;
    animation: soMarquee 10s linear infinite;
}
.hero-area.style2 .verticle-lines .vlines{
    background: linear-gradient(0deg, rgba(243, 189, 103, 0.7), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), transparent);
}


/* Home Page Main Slider Padding Height */
.hero-area.style2 .hero-inner {
    padding-bottom: 100px;
}
.hero-area.style2 .hero-inner .hero-text {
    margin-top: 160px;
}


/* Home Page Main Slider L/R Controls */
.hero-area.style2 .tns-controls button {
    margin-top: -25px;
    opacity: 0.5;
}
.hero-area.style2 .tns-controls button:hover {
    opacity: 0.9;
}


/* Home Page Main Slider Nav Controls */
.hero-area.style2 .tns-nav {
    width: 100%;
    position: absolute;
    z-index: 5;
    bottom: 0;
    margin-bottom: 10px;
    text-align: center;
}
.hero-area.style2 .tns-nav button {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

}
.hero-area.style2 .tns-nav button.tns-nav-active{
    background: rgba(231, 174, 85, 0.5);
}


/* Home Page Des Slider Nav Controls */
.testimonials .testimonial-slider-head .tns-nav {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}

.testimonials .testimonial-slider-head .tns-nav button {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

}
.testimonials .testimonial-slider-head .tns-nav button.tns-nav-active{
    background: rgba(231, 174, 85, 0.5);
}


/* Page Public Style */
.navbar-brand img {
    width: auto;
    height: 54px;
}
.section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer .logo img {
    width: auto;
    height: 54px;
}
.footer .single-footer {
    margin-top: 0;
}
.footer .call-action .inner-content {
    padding: 70px 0;
}
.footer .footer-social ul li a img{
    width: auto;
    height: 40px;
}
.footer .footer-social ul li a:hover{
    opacity: 0.5;
}
.footer .footer-middle{
    padding: 40px 0 10px 0;
}
.footer .footer-middle a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.footer .footer-middle a:hover {
    opacity: 0.7;
}

.breadcrumbs {
    padding: 90px 0 90px 0;
}
.breadcrumbs .breadcrumbs-content .page-title {
    word-break: break-word;
}


.post-details {
    word-break: break-word;
}
.post-details img, .post-details video {
    max-width: 100%;
}

.header .wbutton .btn {
    width: auto;
    min-width: 150px;
    padding: 13px 10px;
}

.footer .footer-social {
    margin-top: 0;
}
.footer .footer-social ul li {
    margin-top: 35px;
}


/* Page other section Style */
.section.testimonials {
    padding-top: 0;
    padding-bottom: 0;
}
.testimonials .single-testimonial {
    margin-bottom: 70px;
}
.testimonials::before{
    bottom: 50px;
}
.testimonials .testimonial-slider-head .tns-controls {
    bottom: 130px;
}

.brand-area .clients-logos .single-image {
    width: 22%;
    padding: 20px 0;
}
.brand-area .clients-logos img {
    width: 80%;
    filter: grayscale(0);
    opacity: 0.9;
}
.brand-area .clients-logos img:hover {
    width: 80%;
    filter: grayscale(0.1);
    opacity: 0.8;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.intro-video-area {
    background-image: none;
}
.intro-video-area.overlay::before {
    opacity: 0.5;
}

.about-us .order-reverse {
    order: 2;
}
.about-us .order-reverse .about-left {
    padding-left: 100px;
    padding-right: 0;
}
.about-us .about-left .section-title {
    margin-bottom: 0;
}
.about-us .about-left .section-title h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
}
.about-us .about-left p {
    margin-bottom: 0;
}


.services.style2 .single-service img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.latest-news-area .single-news .image img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}


.pagination .pagination-list li {
    margin-bottom: 5px;
}
.disabled {

}
.pagination .pagination-list li.disabled a {
    background: #c5c5c5;
    color: #fff;
    border-color: transparent;
}


.pagination form {
    position: relative;
}
.pagination form input {
    width: 120px;
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #e7ae55;
    border-radius: 5px;
    background-color: #fff;
    color: #081828;
}
.pagination .btn {
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    border: none;
    background: #e7ae55;
}
.pagination .btn:hover {
    background-color: #081828;
    color: #fff;
}



.header {
    width: 100%;
    height: 100px;
}
.navbar-nav .nav-item a {
    padding: 0;
    height: 100px;
    line-height: 100px;
}
.header .navbar-nav .dropdown-menu li a {
    padding: 10px 25px;
    height: auto;
    line-height: inherit;
}


.hero-area.style2 .hero-inner .hero-text {
    min-height: 200px;
}
.hero-area.style2 .hero-inner .hero-text h5, .hero-area.style2 .hero-inner .hero-text h1, .hero-area.style2 .hero-inner .hero-text p {
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.75);
}
.hero-area.style2 .hero-inner .hero-text .btn {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}


.breadcrumbs .breadcrumbs-content {
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
}
.services .single-service, .latest-news-area .single-news{
    width: 100%;
}




@media only screen and (max-width: 991px) {
    .header {
        height: 80px;
    }
    .wnavbar {
        padding: 0;
        height: 80px;
    }
    .navbar-nav .nav-item a {
        padding: 8px 10px;
        height: auto;
        line-height: inherit;
    }
    .header .navbar-nav .dropdown-menu li a {
        padding: 8px 20px;
    }



    /* Home Page Main Slider Padding Height */
    .hero-area.style2 .hero-inner {
        padding-bottom: 60px;
    }
    .hero-area.style2 .hero-inner .hero-text {
        margin-top: 100px;
    }


    /* Home Page Main Slider L/R Controls */
    .hero-area.style2 .tns-controls button {
        margin-top: -17.5px;
    }


    /* Home Page Des Slider Nav Controls */
    .hero-area.style2 .tns-nav button, .testimonials .testimonial-slider-head .tns-nav button {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }


    /* Page Public Style */
    .navbar-brand img {
        height: 55px;
    }
    .section {
        padding: 45px 0;
    }
    .footer .single-footer {
        padding-top: 0;
        margin-top: 0;
    }
    .footer .call-action .inner-content {
        padding: 50px 0;
    }
    .footer .footer-social ul li a img{
        height: 30px;
    }
    .footer .footer-middle{
        padding: 30px 0 0 0;
    }

    .breadcrumbs {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .header .wbutton {
        display: inline-block !important;
        margin: 10px 0;
        font-weight: 500;
    }
    .header .wbutton .btn {
        width: auto;
        min-width: 130px;
        padding: 10px 7px;
    }

    /* Page other section Style */
    .section.testimonials {
        padding-top: 0 !important;
    }
    .testimonials .single-testimonial {
        margin-bottom: 45px !important;
    }
    .testimonials .testimonial-slider-head .tns-controls {
        bottom: 70px;
    }

    .about-us .order-reverse .about-left {
        padding-left: 0;
        padding-right: 0;
    }
    .about-us .left-lay {
        order: 2;
    }

    .about-us .about-left .section-title {
        margin-bottom: 0;
    }
    .about-us .about-left .section-title h2 {
        margin-bottom: 30px;
        font-size: 24px;
        margin-top: 5px;
        line-height: 34px;
    }

    .about-us .about-right {
        margin-top: 0;
        margin-bottom: 40px;
    }
}


@media only screen and (max-width: 767px) {
    .header {
        height: 80px;
    }
    .wnavbar {
        padding: 0;
        height: 80px;
    }
    .navbar-nav .nav-item a {
        padding: 8px 10px;
        height: auto;
        line-height: inherit;
    }
    .header .navbar-nav .dropdown-menu li a {
        padding: 8px 20px;
    }



    /* Home Page Main Slider Padding Height */
    .hero-area.style2 .hero-inner {
        padding-bottom: 60px;
    }
    .hero-area.style2 .hero-inner .hero-text {
        margin-top: 100px;
    }


    /* Home Page Main Slider L/R Controls */
    .hero-area.style2 .tns-controls button {
        margin-top: -17.5px;
    }


    /* Home Page Des Slider Nav Controls */
    .hero-area.style2 .tns-nav button, .testimonials .testimonial-slider-head .tns-nav button {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }


    /* Page Public Style */
    .navbar-brand img {
        height: 55px;
    }
    .section {
        padding: 45px 0;
    }
    .footer .single-footer {
        padding-top: 0;
        margin-top: 0;
    }
    .footer .call-action .inner-content {
        padding: 50px 0;
    }
    .footer .footer-social ul li a img{
        height: 30px;
    }
    .footer .footer-middle{
        padding: 30px 0 0 0;
    }

    .breadcrumbs {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .header .wbutton {
        display: inline-block !important;
        margin: 10px 0;
        font-weight: 500;
    }
    .header .wbutton .btn {
        width: auto;
        min-width: 130px;
        padding: 10px 7px;
    }

    /* Page other section Style */
    .section.testimonials {
        padding-top: 0 !important;
    }
    .testimonials .single-testimonial {
        margin-bottom: 45px !important;
    }
    .testimonials .testimonial-slider-head .tns-controls {
        bottom: 70px;
    }

    .brand-area .clients-logos .single-image {
        width: 45%;
    }

    .about-us .order-reverse .about-left {
        padding-left: 0;
        padding-right: 0;
    }
    .about-us .left-lay {
        order: 2;
    }

    .about-us .about-left .section-title {
        margin-bottom: 0;
    }
    .about-us .about-left .section-title h2 {
        margin-bottom: 30px;
        font-size: 24px;
        margin-top: 5px;
        line-height: 34px;
    }

    .about-us .about-right {
        margin-top: 0;
        margin-bottom: 40px;
    }
}




















.growl-notification__button, .growl-notification__button:hover {
    color: #e7ae55;
}
.growl-notification--info:before {
    background: #e7ae55
}
.growl-notification__button--cancel, .growl-notification__button--cancel:hover {
    color: #ff0048;
}






@keyframes rotate_c {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotating-element-c {
    animation: rotate_c 2s linear infinite;
}