:root {
    --color-primary: rgba(255, 189, 52, 0.57);
    --color-primary-rgb: 255, 189, 52;
    --color-secondary: #0A172B;
    --color-danger: #dc3545;
    --color-dark: #222222;
    --color-light: #ffffff;
    --color-gray: #cccccc;
    --color-gray-light: #ececec;
    --color-white: #ffffff;
}

html {
    font-size: 14px !important;
}

/* for all mobile: 768px */
@media only screen and (max-width: 768px) {
    .service-single-section .service-gallery .gallery-item {
        margin-bottom: 0.857rem !important; /* 12px */
    }

    .project-pic .date.left-single {
        left: 1.571rem !important; /* 8px */
    }

    .mobile-hidden {
        display: none !important;
    }

    .service-sidebar .widget {
        margin-bottom: 2.857rem !important; /* 40px */
    }
}

/* for all tablet: 768px - 1024px */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .service-single-section .service-gallery .gallery-item {
        margin-bottom: 1.714rem !important; /* 24px */
    }

    .project-pic .date.left-single {
        left: 1.571rem !important; /* 8px */
    }

    .mobile-hidden {
        display: none !important;
    }

    .service-sidebar .widget {
        margin-bottom: 2.857rem !important; /* 40px */
    }
}

/* for all desktop: 1024px */
@media only screen and (min-width: 1024px) {
    .services-pg-section .service-grids .grid {
        width: 33.33% !important;
    }

    .services-section .service-grids .grid {
        width: 25% !important;
    }

    .service-single-section .service-gallery .gallery-item {
        margin-bottom: 2rem !important; /* 32px */
    }

    .contact-pg-section .mt-contact-btn {
        margin-top: -2.214rem !important; /* -31px */
        left: 0 !important;
    }

    .mt-contact-subject {
        margin-top: -1.85rem !important; /* 16px */
    }

    #all-oz-products-2 .service-grids .grid {
        width: 33.333% !important;
    }

    .about-pg-features-grids .about-features .grid {
        width: 33.333% !important;
    }

    .project-pic .date.left-single {
        top: 0.8rem !important; /* 12px */
        left: 1.85rem !important; /* 24px */
        font-size: 1.571rem !important; /* 22px */
    }
}

::-webkit-scrollbar {
    width: 0.571rem; /* 8px */
    background-color: var(--color-light);
    border-left: 0.036rem solid var(--color-gray); /* 0.5px */
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-dark);
}

.lower-footer .copyright a,
.a-link {
    color: var(--color-primary);
    text-decoration: none;
}

.lower-footer .copyright a:hover,
.a-link:hover {
    color: var(--color-primary);
}

.head-logo {
    height: 3.4rem; /* 48px */
    margin: 0 auto;
    margin-top: 4px;
    display: block;
}

.foot-logo {
    width: 100%;
}

.img-thumbnail {
    width: 100% !important;
    height: 15.214rem !important; /* 269px */
}

.img-intro-video {
    width: 25.929rem; /* 363px */
    height: 38.571rem; /* 540px */
}

.img-about {
    width: 23.071rem; /* 322px */
    height: 35.071rem; /* 491px */
}

.services-section .service-grids .grid,
.recent-blog-section .blog-grids .grid {
    padding: 0.429rem; /* 6px */
}

.services-section .service-grids .grid:hover,
.recent-blog-section .blog-grids .grid:hover {
    box-shadow: 0 0 0.071rem 0.071rem var(--color-gray); /* 1px */
    border-radius: 0.286rem; /* 4px */
}

.services-pg-section .service-grids .grid {
    position: relative;
    margin-bottom: 0.4rem; /* 6px */
    padding: 0.4rem; /* 6px */
    border: 0.071rem solid transparent; /* 1px */
}

.services-section .service-grids .grid .img-thumbnail {
    min-height: 27rem !important; /* 380px */
}

.services-pg-section .service-grids .grid:hover {
    box-shadow: 0 0.286rem 0.571rem rgba(0, 0, 0, 0.1); /* 4px 8px */
    border-color: var(--color-primary); /* 1px */
}

.services-pg-section .service-grids .grid .count {
    font-size: 1.286rem; /* 18px */
    background-color: var(--color-primary);
    color: var(--color-light);
    opacity: 0.6;
    z-index: 1;
    border-radius: 50%;
    width: 2.5rem; /* 35px */
    height: 2.5rem; /* 35px */
    line-height: 2.5rem; /* 35px */
    top: 0.929rem; /* 13px */
    left: 0.929rem; /* 13px */
    text-align: center;
    position: absolute;
}

.services-pg-section .service-grids .grid:hover .count {
    opacity: 0.3;
}

/*
.features-section .features-grids {
    margin-top: -2.571rem; !* -36px *!
}*/

#navbar .active-menu > a:first-child {
    color: var(--color-primary) !important;
}

.contact-section .right-col,
.page-title {
    background: center center/cover no-repeat local;
}

.contact-section .right-col {
    /*background: url("../../../uploads/default/blank.png");*/
    /*background-color: #339CFF !important;*/
}

.about-pg-section .video-holder {
    position: relative;
    overflow: hidden;
    border-radius: 0.214rem; /* 3px */
    box-shadow: 0 0.286rem 0.571rem rgba(0, 0, 0, 0.1); /* 4px 8px */
    background-color: var(--color-primary);
}

.about-pg-section .video-holder .img-holder {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.15);
}

.about-pg-section .video-holder .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(var(--color-primary-rgb), 0.5);
    color: #fff;
    border-radius: 50%;
    padding: 0.714rem 1.071rem; /* 10px 15px */
    font-size: 1.714rem; /* 24px */
    transition: background-color 0.3s ease;
}

.about-pg-section .video-holder .video-btn:hover {
    background-color: var(--color-primary);
}

.about-pg-section .video-holder:hover .img-holder {
    transform: scale(1.20);
    transition: transform 0.3s ease-in-out;
}

.contact-pg-section .contact-map {
    border: 0.071rem solid var(--color-primary); /* 1px */
}

.blog-pg-section .blog-content .post:not(:nth-child(4n)) {
    border-bottom: 0.071rem solid var(--color-gray); /* 1px */
    padding-bottom: 2.286rem; /* 32px */
}

.pagination-wrapper-center {
    text-align: center;
}

.img-mini-post {
    width: 5rem; /* 70px */
    height: 5.714rem; /* 80px */
}

.img-author {
    border: 0.071rem solid var(--color-primary); /* 1px */
    width: 10rem; /* 140px */
    height: 10rem; /* 140px */
}

.img-comment {
    border: 0.071rem solid var(--color-primary); /* 1px */
    width: 5rem; /* 70px */
    height: 5rem; /* 70px */
}

.theme-accordion-s1 .panel-heading a:before,
.theme-accordion-s2 .panel-heading a:before {
    font-family: "themify";
    content: "\e622";
}

.theme-accordion-s1 .panel-heading a.collapsed:before,
.theme-accordion-s2 .panel-heading a.collapsed:before {
    content: "\e61a";
}

.service-sidebar .widget.service-list-widget {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: var(--color-white);
}

.service-sidebar .all-categories {
    background-color: var(--color-gray-light);
    border: 0.071rem solid var(--color-primary); /* 1px */
}

.service-sidebar .all-categories.active-category a {
    color: var(--color-white) !important;
}

.service-sidebar .service-gallery .gallery-item img {
    width: 100%;
    height: 10rem; /* 140px */
}

.service-sidebar .service-gallery .gallery-item img:hover {
    transform: scale(1.04);
    transition: transform 0.3s ease;
    box-shadow: 0 0.286rem 0.571rem rgba(0, 0, 0, 0.2); /* 4px 8px */
}

.service-sidebar .widget.contact-widget {
    background-color: rgba(255, 189, 52, 0.44);
}

.service-sidebar .widget.contact-widget a {
    background-color: #ffffff55;
    color: var(--color-primary);
    padding: 0.571rem 1.071rem; /* 8px 15px */
    border-radius: 0.5rem; /* 8px */
    font-size: 1.243rem; /* 16px */
    font-weight: 500;
    display: inline-block;
    text-shadow: 0.071rem 0.071rem var(--color-light); /* 1px */
}

hr.divider {
    margin-top: 2.857rem; /* 40px */
}

.contact-pg-section #google-recaptcha .g-recaptcha {
    margin-left: -3.214rem; /* -45px */
    left: 0;
}

#erho-slider .hero-slider .slide .slide-subtitle {
    text-transform: lowercase !important;
}

.blog-sidebar .popular-post-widget .post-date {
    color: var(--color-gray);
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-danger {
    color: var(--color-danger) !important;
}

.text-dark {
    color: var(--color-dark) !important;
}

.text-light {
    color: var(--color-light) !important;
}

.text-gray {
    color: var(--color-gray) !important;
}

.text-gray-light {
    color: var(--color-gray-light) !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.bg-dark {
    background-color: var(--color-dark) !important;
}

.bg-light {
    background-color: var(--color-light) !important;
}

.bg-gray {
    background-color: var(--color-gray) !important;
}

.bg-gray-light {
    background-color: var(--color-gray-light) !important;
}

.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-light);
}

.btn-primary:hover {
    background-color: var(--color-dark);
}

.invalid-feedback {
    color: var(--color-danger) !important;
}

.is-invalid {
    border-color: var(--color-danger) !important;
}

.border-y-1px {
    border-top: 0.071rem solid var(--color-gray) !important; /* 1px */
    padding-top: 1.429rem !important; /* 20px */
}

.fancybox-image-item {
    border: 0.143rem solid var(--color-gray-light); /* 2px */
    text-align: center;
    border-radius: 0.446rem; /* 7px */
    margin-bottom: 2rem; /* 20px */
}

.fancybox-image-item:hover {
    border-color: var(--color-primary);
    border-radius: 0.446rem; /* 7px */
    box-shadow: 0 0.357rem 0.714rem rgba(0, 0, 0, 0.1); /* 6px 12px */
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.fancybox-image-item img {
    width: 100%;
    height: 100%;
    border-radius: 0.357rem; /* 5px */
}

.erho-my {
    margin-top: 2.143rem !important; /* 30px */
    margin-bottom: 2.143rem !important; /* 30px */
}

.blog-single-section .post .meta {
    margin-top: -1.143rem; /* -16px */
}

.blog-single-section .post .meta li {
    font-style: normal;
    justify-content: space-between;
    text-transform: capitalize;
}

.project-pic .date {
    background-color: rgba(var(--color-primary-rgb), 0.5);
    color: var(--color-light);
    position: absolute;
    padding: 5px;
    top: 0.571rem; /* 8px */
}

.project-pic .date.left {
    left: 0.571rem; /* 8px */
}

.project-pic .date.right {
    right: 0.571rem; /* 8px */
}

.active-category > a {
    color: var(--color-primary) !important;
    font-weight: bold;
}

.active-parent > a {
    font-weight: 500;
}

.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-item a {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toggle-sub {
    background-color: rgba(var(--color-primary-rgb), 0.5);
    color: var(--color-dark);
    border: none;
    border-radius: 50%;
    width: 1.429rem; /* 20px */
    height: 1.429rem; /* 20px */
    line-height: 1rem;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0.431rem; /* 6px */
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.toggle-sub:hover {
    background-color: var(--color-primary);
    color: var(--color-light);
}

.product-count {
    font-size: 1.071rem; /* 15px */
    color: var(--color-gray);
    margin: 0.357rem; /* 5px */
}

.nested-category {
    list-style: none;
    padding-left: 1.071rem; /* 15px */
    margin-top: 0.357rem; /* 5px */
    border-left: 0.071rem solid rgba(var(--color-primary-rgb), 0.3); /* 1px */
}

.nested-category li {
    margin-bottom: 0.357rem; /* 5px */
}

li.current > .category-item > a {
    color: var(--color-primary);
    font-weight: 600;
}

#all-oz-products-2 .service-grids .grid .img-holder {
    background: var(--color-gray-light);
}

#all-oz-products .p-thumb-img {
    width: 100% !important;
    height: 335px !important;
}

#all-oz-products-2 .p-thumb-img {
    width: 100% !important;
    height: 335px !important;
}

#footer-icons .icon-size-2x {
    font-size: 1.2rem !important; /* 18px */
}

.projects-section {
    background-color: #f9f9f9;
}

.project-card {
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-image {
    transition: all 0.3s ease;
    height: 100%;
}

.project-image img {
    transition: all 0.6s ease;
}

.project-image:hover img {
    transform: scale(1.05);
}

.project-date {
    position: absolute;
    bottom: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 15px;
    font-size: 0.9rem;
    border-radius: 4px;
}

.badge-left {
    left: 15px;
}

.badge-right {
    right: 15px;
}

.project-number {
    font-size: 3rem;
    font-weight: 700;
    opacity: 0.2;
    line-height: 1;
}

.project-title {
    font-weight: 600;
}

.project-content {
    height: 100%;
}

.btn-primary {
    border: none;
    transition: all 0.3s ease;
}