/*
Theme Name: Generic Child
Theme URI: https://generic.tools/
Template: generic
Author: JY LEE
Author URI: https://calmestghost.com/
Description: A fully responsive, SEO-ready, schema-ready, social-media-ready, accessibility-ready, translation-ready, and jQuery-ready starter theme for designers and developers, which comes with its own built-in, lightweight CSS grid (https://generic.tools/grid/). This generic/starter/clean/simple/bare/blank/minimalist/example/cheatsheet/white-label/HTML5/CSS3/base/foundation/framework/skeleton/boilerplate/whatever theme was created specifically as a tool to assist you with building client sites virtually from scratch or building your own themes. It's updated to reflect new standards and trends in web design to provide a solid foundation for features that every website is expected to support nowadays, but please post bug reports, suggestions for improvement, or support requests on GitHub (https://github.com/bhadaway/generic-theme/issues) if you're getting jammed up. The biggest point of discussion would be the semi-minification of Generic's code. This simplicity, like the omission of comments in the code is intentional. If you prefer formatting, you're welcome to format the code any way you like. If I was able to help you out, consider making a donation (https://calmestghost.com/donate). Thank you and enjoy!
Tags: accessibility-ready,one-column,two-columns,right-sidebar,custom-logo,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready,blog,e-commerce,portfolio
Version: 2.0.1.1755107659
Updated: 2025-08-13 17:54:19

*/

:root {
    --orange: #ff4328;
    --blue: #1a84eb;
    --purple: #7000fe;
    --lightblue: #e3f1ff;
    --yellow: #fec931;
    --navy: #1a1e5d;
    --black: #222;
    --gray: #e6e6e6;
    --darkgray: #767676;
    --white: #fff;
}
:focus, :focus-within, :target, :active, :focus-visible {
    outline: none;
}
body {
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    margin: 0;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}
.container {
    width: 96%;
    max-width: 1536px;
    margin: 0 auto;
}
.small-container {
    width: 86%;
    margin: 0 auto;
}
.no-scroll {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
img {
    width: 100%;
    height: auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-center {
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.stretch {
    align-items: stretch;
}
.relative {
    position: relative;
}
.black {
    color: var(--black);
}
.white {
    color: var(--white);
}
.blue {
    color: var(--blue);
}
.orange {
    color: var(--orange);
}
.gray {
    color: var(--gray);
}
.purple {
    color: var(--purple);
}
.darkgray {
    color: var(--darkgray);
}
.none {
    display: none;
}
b, strong {
    font-weight: 800;
}
h1 {
    font-size: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
}
h2 {
    margin-top: 0;
    font-size: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
}
h3, h4, h5, h6 {
    margin-top: 0;
    font-size: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
}
.big-title {
    font-size: 48px;
    margin: 0;
}
p {
    margin: 0 0 15px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.invisible {
    visibility: hidden;
}
.blue-btn {
    background-color: var blue;
    color: var(--white);
    padding: 15px 38px;
}
.orange-btn {
    background-color: var orange;
    width: fit-content;
    display: block;
    height: fit-content;
    color: var(--white);
    padding: 15px 38px;
}
.shadow {
    -moz-box-shadow: 0 0 22px 0 var(--gray);
    -webkit-box-shadow: 0 0 22px 0 var(--gray);
    -o-box-shadow: 0 0 22px 0 var(--gray);
    box-shadow: 0 0 22px 0 var(--gray);
}
.normal-title {
    font-size: 21px;
    font-weight: 800;
}
.small-title {
    background-color: var yellow;
    width: fit-content;
    font-size: 16px;
    color: var(--navy);
    font-weight: 800;
    text-transform: uppercase;
    padding: 2px 10px;
}
.thin-title {
    font-size: 50px;
    font-weight: 400;
}
.clear {
    clear: both;
}
.slide-left {
    opacity: 0;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}
.slide-right {
    opacity: 0;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -moz-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}
.top-promo .invisible {
    display: none;
}
.desktop-top-header {
    display: none;
}
.top-header {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
}
.top-promo p {
    margin-bottom: 0;
}
.header {
    padding: 15px 0;
}
.header-left {
    width: calc(100% - 500px);
}
.header-right {
    width: 460px;
    justify-content: end;
}
.header-right > div {
    margin-right: 25px;
}
.header-right > div:last-child {
    margin-right: 0;
}
.home-link {
    margin-right: 45px;
    display: block;
    height: fit-content;
}
.header-logo {
    width: 160px;
    height: 38px;
}
#menu-main-menu {
    padding-left: 0;
    display: flex;
    margin-left: 0;
    flex-wrap: wrap;
}
#menu-main-menu li {
    margin-right: 15px;
    list-style: none;
}
#menu-main-menu li a {
    color: var(--black);
    text-decoration: none;
}
#menu-main-menu li.current_page_item a {
    color: var(--orange);
}
.main-search-form {
    width: 0;
    margin-right: 0 !important;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    overflow: hidden;
}
.header-cart-icon {
    margin-right: 5px;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.header-cart-number {
    background-color: var black;
    width: 25px;
    height: 25px;
    position: relative;
    color: var(--white);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.header-cart {
    padding-right: 25px;
    margin-right: 25px;
    height: 48px;
    border-right: 1px solid var(--blue);
}
.cart-number {
    position: absolute;
    color: var(--white);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.letstalk {
    text-align: right;
    margin-right: 10px;
    color: var(--black);
    font-weight: 800;
    text-decoration: none;
}
.letstalk-icon {
    width: 48px;
    height: 48px;
}
.icon-img-container {
    margin-right: 30px;
}
.icon-content-container {
    width: calc(100% - 90px);
}
.mobile-top-header {
    width: 100%;
}
#mobile-main-menu {
    padding-top: 30px;
}
.mobile-hamburger-container {
    position: relative;
    z-index: 9900;
    padding: 20px 0;
}
.mobile-hamburger-container span {
    background-color: var black;
    width: 33px;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    -moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
    -webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
    -o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 30px 0;
}
.mobile-hamburger-container span:first-child {
    transform-origin: 0% 0%;
}
.mobile-hamburger-container span:nth-last-child(2) {
    transform-origin: 36px -12px;
}
.mobile-hamburger-container.mobile-burger-active span {
    background-color: var black;
    opacity: 1;
    -moz-transform: rotate(45deg) translate(-2px, -1px);
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
    -o-transform: rotate(45deg) translate(-2px, -1px);
    transform: rotate(45deg) translate(-2px, -1px);
}
.mobile-hamburger-container.mobile-burger-active span:nth-last-child(3) {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0.2, 0.2);
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -o-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
}
.mobile-hamburger-container.mobile-burger-active span:nth-last-child(2) {
    -moz-transform: rotate(-45deg) translate(0, -20px);
    -webkit-transform: rotate(-45deg) translate(0, -20px);
    -o-transform: rotate(-45deg) translate(0, -20px);
    transform: rotate(-45deg) translate(0, -20px);
}
.top-header, .mobile-header-logo {
    position: relative;
    z-index: 9000;
}
.mobile-menu-container {
    width: 0;
    padding-top: 200px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-menu-active {
    background-color: var white;
    width: 100vw;
    height: calc(100vh - 200px);
    z-index: 8000;
}
.mobile-menu-container ul {
    width: 80%;
    margin-right: 0;
    margin-right: auto;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-left: auto;
    flex-wrap: wrap;
    padding: 0;
}
.mobile-menu-container ul li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    list-style-type: none;
}
.mobile-menu-container ul li a {
    color: var(--black);
    text-decoration: none;
}
.main-inner-slick {
    padding: 50px 0 75px;
}
.home-main-slick-left, .home-main-slick-right {
    width: 100%;
}
.main-title {
    margin: 10px 0 60px;
}
.main-link {
    margin-bottom: 20px;
}
.popular-search-container {
    margin-bottom: 60px;
}
.icon-container {
    border-bottom: 1px solid var(--gray);
}
.single-icon {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}
.quality-img1 {
    width: 70%;
}
.quality-img2 {
    width: 60%;
    position: absolute;
    top: 45%;
    right: 10%;
}
.ghost {
    width: 60%;
    height: 39%;
    position: relative;
    visibility: hidden;
    top: -10%;
    left: 0;
}
.quality-title {
    font-size: 50px;
}
.quality-content {
    margin-bottom: 40px;
    color: var(--darkgray);
}
.quality-container {
    margin-bottom: 80px;
}
.call-icon {
    width: 60px;
    margin-right: 20px;
    height: 60px;
}
.call-content {
    width: calc(100% - 80px);
}
.call-content p {
    margin-bottom: 0;
}
.point-container {
    margin-top: -15px;
    margin-bottom: 80px;
}
.point-content {
    width: 80%;
    font-size: 16px;
}
.point-line {
    border-bottom: 1px solid var(--gray);
}
.point {
    background-color: var blue;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid var(--gray);
}
.service-left {
    background-color: var blue;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 60px 50px;
}
.service-right {
    background-color: var lightblue;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 60px 50px;
}
.small-service-title {
    margin-top: 0;
    font-size: 16px;
}
.service-title {
    margin-top: 0;
    font-size: 32px;
    margin-bottom: 45px;
    font-weight: 500;
}
.tech-btn {
    width: fit-content;
    display: block;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: var(--white);
    border: 1px solid var(--white);
    padding: 15px 38px;
}
.tech-btn:hover {
    background-color: var white;
    color: var(--blue);
}
.design-btn {
    width: fit-content;
    display: block;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: var(--black);
    border: 1px solid var(--black);
    padding: 15px 38px;
}
.design-btn:hover {
    background-color: var black;
    color: var(--white);
}
.service-btm {
    background-color: #f5f6fa;
    margin-top: -600px;
}
.service-btm-container {
    padding-top: 620px;
    margin-bottom: 45px;
}
.service-btm-title {
    font-size: 50px;
    margin: 0 0 30px;
}
.service-repeater {
    margin-bottom: 45px;
}
.single-service {
    background-color: var white;
    width: 100%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 45px 45px 0;
}
.single-service:hover .service-btn {
    background-color: var blue;
}
.single-service:hover .service-btn > svg {
    fill: var(--white);
}
.service-icon {
    width: 80px;
    height: 80px;
}
.single-service-title {
    font-size: 20px;
    color: var(--black);
    margin: 15px 0 20px;
}
.single-service-content {
    margin-bottom: 35px;
    color: var(--darkgray);
}
.service-btn {
    background-color: var gray;
    width: fit-content;
    display: block;
    height: fit-content;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0 auto;
    padding: 5px 8px 2px;
}
.service-btn > svg {
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.service-content {
    text-align: center;
    padding-bottom: 60px;
    font-size: 18px;
    font-weight: 700;
}
.client-top {
    text-align: center;
    margin-top: 45px;
}
.client-top > .small-title {
    margin: 0 auto 40px;
}
.client-title {
    font-size: 50px;
    margin: 0;
}
.client-slick-prev, .client-slick-next {
    position: absolute;
    top: 0;
    z-index: 9;
    border: none;
    bottom: 0;
    background-image: none;
}
.client-slick-prev {
    left: 0;
}
.client-slick-prev > svg, .client-slick-next > svg {
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
    fill: var(--darkgray);
}
.client-slick-prev:hover > svg, .client-slick-next:hover > svg {
    fill: var(--black);
}
.client-slick-next {
    right: 0;
}
.single-client {
    padding: 20px;
}
.single-inner-client {
    width: 100%;
    margin: auto;
}
.client-left {
    background-color: var white;
    width: 250px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    height: 250px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid var(--blue);
    padding: 45px;
}
.quote-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: -24px;
}
.client-right {
    width: 100%;
    text-align: center;
}
.client-bg-container {
    width: 80%;
    position: absolute;
    left: 0;
    z-index: -1;
    right: 0;
    bottom: 0;
    margin: auto;
}
.icon-logo-container {
    margin-bottom: 20px;
}
.client-logo {
    width: auto;
    height: 60px;
}
.icon-content {
    font-size: 20px;
    font-weight: 700;
}
.client-name {
    width: 100%;
    margin-right: 10px;
    font-size: 20px;
}
.client-company {
    width: 100%;
    font-size: 16px;
    color: var(--darkgray);
    font-weight: 400;
}
.client-logo-repeater {
    margin-bottom: 75px;
}
.single-client-logo-wrap {
    width: calc(50% - 20px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    height: 75px;
    margin-bottom: 30px;
    padding: 0 15px;
}
.single-client-logo-wrap:nth-child(2n) {
    margin-right: 0;
}
.single-client-logo {
    max-height: 75px;
    object-fit: contain;
}
.client-bg {
    width: 100%;
}
.why-choose-us {
    background-color: var lightblue;
    padding: 50px 0;
}
.why-choose-us-left, .why-choose-us-right {
    width: 100%;
    margin-bottom: 45px;
}
.why-choose-us-inner-right, .explore-cat {
    width: 80%;
    margin: 0 auto;
}
.why-choose-us-title {
    margin-bottom: 30px;
}
.single-why-choose-us-icon {
    margin-bottom: 40px;
}
.why-choose-us-content {
    margin-bottom: 80px;
}
.why-choose-us-icon {
    width: 80px;
    margin-right: 20px;
    height: 80px;
}
.why-choose-us-icon-title {
    font-size: 20px;
    font-size: 18px;
    margin-bottom: 0;
}
.explore-cat {
    background-color: #f5f6fa;
    padding: 60px 0;
}
.explore-cat-top {
    text-align: center;
}
.explore-cat-top > .small-title {
    margin: 0 auto;
}
.cat-title {
    margin-top: 30px;
}
.single-explore-cat {
    width: 100%;
}
.single-explore-cat:nth-child(2n) {
    margin-right: 0;
}
.cat-img {
    height: 375px;
    object-fit: cover;
    object-position: center center;
}
.explore-cat-title {
    text-align: center;
    font-size: 21px;
    margin: 10px 0 0;
}
.single-explore-cat-link {
    opacity: 0;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.single-explore-cat:hover .cat-img {
    filter: grayscale(100%);
}
.single-explore-cat:hover .single-explore-cat-link {
    opacity: 1;
}
.explore-cat-content {
    width: fit-content;
    text-align: center;
    margin: 60px auto 30px;
}
.star {
    width: 110px;
    margin-right: 15px;
    height: 30px;
}
.explore-cat-content p {
    margin: 0;
}
.single-home-blog {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid var(--darkgray);
    padding: 20px;
}
.single-home-blog:nth-child(2n) {
    margin-right: 0;
}
.home-blog-link {
    display: block;
    height: 200px;
}
.home-blog-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-blog-day {
    background-color: var blue;
    width: 60px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    color: var(--white);
    font-weight: 600;
    right: 0;
    bottom: 0;
    padding: 10px 0;
}
.home-blog-month {
    background-color: var navy;
    width: 60px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    color: var(--white);
    font-weight: 600;
    right: 0;
    bottom: -41px;
    padding: 10px 0;
}
.single-home-blog-cat ul {
    padding-left: 0;
    display: flex;
    margin-left: 0;
    align-items: center;
}
.single-home-blog-cat li {
    background-color: var gray;
    margin-right: 15px;
    list-style: none;
    padding: 2px 5px;
}
.single-home-blog-cat li a {
    color: var(--darkgray);
}
.single-home-blog-content-container {
    margin-bottom: 40px;
}
.single-blog-title-link {
    color: var(--black);
}
.single-blog-title {
    font-size: 18px;
}
.home-profile {
    margin-right: 20px;
}
.home-profile-img {
    width: 42px;
    height: 42px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}
.home-author-name {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 800;
}
.home-author-month {
    font-weight: 800;
}
.contact-container {
    text-align: center;
    padding: 120px 0 80px;
}
.small-title-no-yellow {
    width: fit-content;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto 20px;
    padding: 2px 10px;
}
.small-title-no-yellow-left {
    width: fit-content;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 2px 10px;
}
.home-contact-title {
    font-size: 50px;
    margin: 0 auto 60px;
}
.contact-container-btn {
    margin: 0 auto;
}
.why-choose-us-content2 {
    font-size: 18px;
}
.page-top {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 520px;
    margin-bottom: 80px;
    padding: 20px 0;
}
.page-title {
    font-size: 60px;
}
.title-image, .about-us-contact-bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    object-fit: cover;
}
.about-us-contact-container {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 580px;
    margin-bottom: 80px;
    padding: 160px 0;
}
.about-content-left, .about-content-right {
    margin-bottom: 60px;
}
.about-us-tech-container {
    padding: 40px 0 120px;
}
.single-tech {
    width: 100%;
    margin-bottom: 30px;
}
.tech-img {
    height: 500px;
    object-fit: cover;
}
.why-choose-us-tech-title {
    background-color: var white;
    width: 80%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
}
.about-us-faq-container {
    background-color: #f3f3f3;
    padding: 50px 0;
}
.about-us-faq-left, .about-content-right {
    margin-bottom: 50px;
}
.about-us-video-container {
    margin-bottom: 45px;
}
.about-us-faq-bg {
    width: 260px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: contain;
}
.single-about-faq-title-container {
    cursor: pointer;
}
.single-about-faq {
    background-color: var white;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 15px;
}
.single-about-faq:hover .faq-plus {
    background-color: var blue;
}
.faq-plus {
    background-color: var black;
    width: 25px;
    margin-right: 20px;
    height: 25px;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: var(--white);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.faq-plus.about-faq-active {
    background-color: var blue;
}
.faq-plus:hover {
    background-color: var blue;
}
.plus {
    font-size: 20px;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.about-faq-small-title {
    width: calc(100% - 45px);
    font-size: 16px;
    margin-bottom: 0;
}
.single-about-faq-content-container {
    height: 0;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.single-about-faq-content-container.about-faq-active {
    height: fit-content;
    margin-top: 15px;
}
.why-choose-us-faq-content {
    display: none;
}
.why-choose-us-faq-content.about-faq-active {
    display: block;
}
.why-choose-us-faq-content img {
    width: 60%;
}
.why-choose-us-icon-container-2 {
    width: 80%;
}
.single-why-choose-us-icon-2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--gray);
}
.single-why-choose-us-icon-2:nth-last-child() {
    border-bottom: none;
}
.why-choose-us-icon-content-container, .why-choose-us-icon-content-container-2 {
    width: calc(100% - 100px);
}
.about-us-testimonial-container {
    background-color: #f4f4f4;
    padding: 50px 0;
}
.about-us-testimonial-title {
    margin-bottom: 30px;
}
.star-container {
    margin-bottom: 15px;
}
.star-svg {
    width: 14px;
    margin-right: 3px;
    height: 14px;
}
.testimonial-content {
    margin-bottom: 40px;
}
.single-about-us-testimonial {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}
.single-about-us-testimonial-inner {
    background-color: var white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px;
}
.single-about-us-testimonial:nth-child(odd) .single-about-us-testimonial-inner {
    color: var(--white);
    background-image: -moz-linear-gradient(left, #177cf5, #6a10d4);
    background-image: -webkit-linear-gradient(left, #177cf5, #6a10d4);
    background-image: -o-linear-gradient(left, #177cf5, #6a10d4);
    background-image: -ms-linear-gradient(left, #177cf5, #6a10d4);
    background-image: linear-gradient(to right, #177cf5, #6a10d4);
}
.star-svg path {
    fill: #f90;
}
.single-about-us-testimonial:nth-child(odd) .star-svg path {
    fill: var(--white);
}
.single-about-us-testimonial:nth-child(odd) .testimonial-line {
    width: 0;
}
.testimonial-line {
    width: 4px;
    height: 60px;
    position: absolute;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    background-image: -moz-linear-gradient(left, #177cf5, #6a10d4);
    background-image: -webkit-linear-gradient(left, #177cf5, #6a10d4);
    background-image: -o-linear-gradient(left, #177cf5, #6a10d4);
    background-image: -ms-linear-gradient(left, #177cf5, #6a10d4);
    background-image: linear-gradient(to right, #177cf5, #6a10d4);
}
.testimonial-profile, .testimonial-profile-placeholder {
    width: 60px;
    margin-right: 15px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    object-fit: contain;
}
.testimonial-slick-prev {
    background-color: var white;
    width: 50px;
    height: 50px;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: -80px;
    right: 105px;
    border: none;
}
.testimonial-slick-next {
    background-color: var white;
    width: 50px;
    height: 50px;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: -80px;
    right: 25px;
    border: none;
}
.testimonial-slick-prev:hover, .testimonial-slick-next:hover {
    background-color: var black;
}
.testimonial-slick-prev:hover svg, .testimonial-slick-next:hover svg {
    fill: var(--white);
}
.faq-container {
    padding: 60px 0;
}
.faq-top {
    margin-bottom: 60px;
}
.searchform {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--gray);
    padding: 10px;
}
.search-input {
    background-color: var white;
    border: none;
}
.search-submit {
    background-color: var white;
    border: none;
}
.notfound-container {
    width: 70%;
    text-align: center;
    max-width: 700px;
    margin: 50px auto;
}
.notfound-content {
    margin: 20px auto;
    padding: 20px 0;
}
.contact-form-container label {
    display: none !important;
}
.contact-form-container {
    background-color: #edeef2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    padding: 45px;
}
.gform_description {
    color: var(--darkgray);
}
#gform_fields_1 input, #gform_fields_1 textarea {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}
#gform_fields_1 ::placeholder {
    color: var(--darkgray) !important;
}
.service-page-top {
    margin-bottom: 80px;
}
.service-title-container {
    text-align: center;
}
.green-point {
    background-color: #00b67a;
    width: 10px;
    height: 10px;
    margin-bottom: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid var(--gray);
}
.service-point-container {
    margin-top: -15px;
}
.our-service-container {
    background-color: #f5f6fd;
    margin-bottom: 60px;
    padding: 60px 0;
}
.our-service-top {
    text-align: center;
}
.single-our-service-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.service-page-icon {
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.single-service-container {
    background-color: var white;
    width: calc(50% - 15px);
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 15px;
}
.cert {
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 50px;
}
.cert:nth-child(2n) {
    margin-right: 0;
}
.service-details-name, .service-call-container {
    background-color: #edeef2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 30px;
}
.service-name-container {
    margin-top: 15px;
}
.child-pages-list {
    background-color: var white;
    margin-bottom: 12px;
    padding: 15px 20px;
}
.child-pages-list:last-child {
    margin-bottom: 0;
}
.child-pages-list:hover {
    background-color: var blue;
}
.child-pages-list:hover .service-child-name a {
    color: var(--white);
}
.child-pages-list:hover .child-pages-arrow {
    fill: var(--white);
}
.service-child-name {
    margin-bottom: 0;
}
.service-child-name a {
    font-size: 16px;
    color: var(--black);
}
.service-download-container {
    background-color: var white;
    width: 80%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 35px;
    padding: 15px;
}
.service-details-download-container {
    margin-bottom: 30px;
}
.service-download-link {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--black);
}
.little-digit {
    margin-bottom: 0;
}
.service-call-left {
    width: 40px;
}
.service-call-right {
    width: calc(100% - 65px);
}
.service-call-number {
    font-size: 21px;
    font-weight: 800;
}
.service-details-content h2, .service-details-content h3, .service-details-content h4, .service-details-content h5, .service-details-content h6, .service-details-small-title {
    font-size: 30px;
}
.service-details-content-left, .service-details-content-right {
    width: calc(50% - 25px);
}
.service-details-content-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-details-content-left li::before {
    padding-right: 8px;
    color: var(--purple);
    content: "✔";
}
.woocommerce .woocommerce-ordering {
    float: left;
}
.shop-container-top {
    margin-bottom: 45px;
}
.shop-filter-inner {
    width: calc(50% - 15px);
}
.woocommerce-search-field {
    width: calc(100% - 47px);
    height: 45px;
    border: 1px solid var(--gray);
    padding: 10px;
}
.shop-search-icon-container {
    background-color: var blue;
    width: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid var(--blue);
    padding: 12px;
}
.shop-product-showing-number {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid var(--gray);
    padding: 12px;
}
.shop-filter-inner .wpfFilterWrapper {
    margin: 0 !important;
    padding: 0 !important;
}
.shop-filter-inner .wpfFilterWrapper select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid var(--gray);
    padding: 12px;
}
.shop-sidebar .fa {
    display: none;
}
.shop-sidebar .wpfFilterWrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--gray);
    margin: 0 0 45px !important;
    padding: 25px !important;
}
.shop-sidebar .wpfFilterWrapper .wfpTitle {
    font-size: 21px;
    margin-bottom: 12px;
    font-weight: 400;
}
.shop-sidebar .wpfFilterWrapper ul li {
    margin-bottom: 8px !important;
}
.shop-sidebar .wpfFilterWrapper ul li .wpfCheckbox label:before {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}
.shop-sidebar .wpfFilterWrapper .ui-widget-header {
    background-color: var blue !important;
}
.shop-sidebar .wpfFilterWrapper #wpfSliderRange {
    background-color: var gray !important;
    border: none !important;
}
.shop-sidebar .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
    padding: 0 !important;
}
.shop-sidebar-inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--gray);
    margin: 0 0 45px !important;
    padding: 25px !important;
}
.shop-normal-title {
    font-size: 21px;
}
.best-sell-left {
    width: 60px;
    height: 60px;
}
.best-sell-right {
    width: calc(100% - 75px);
}
.single-best-sell {
    margin-bottom: 10px;
}
.best-sell-title {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--black);
    font-weight: 400;
}
.best-sell-star .cr-review-link {
    display: none !important;
}
.single-shop-tag {
    background-color: var(--gray);
    width: fit-content;
    display: block;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    color: var(--black);
    margin: 0 10px 10px 0;
    padding: 10px 16px;
}
.single-shop-tag:hover {
    background-color: var(--blue);
    color: var(--white);
}
.single-shop-product {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: fit-content;
    margin-bottom: 30px;
    align-self: stretch;
    padding: 15px;
}
.single-shop-product-top {
    margin-bottom: 15px;
}
.single-shop-product .cr-review-link {
    display: none !important;
}
.shop-link {
    width: 100%;
    display: block;
    height: fit-content;
    margin-bottom: 25px;
}
.single-shop-product .crstar-rating {
    margin: 10px auto;
}
.single-shop-product-cat {
    color: var(--darkgray);
}
.single-shop-product-price {
    font-size: 21px;
}
.single-shop-product-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}
.single-shop-product-link {
    margin-bottom: 15px;
}
.single-shop-product-star {
    height: 40px;
}
.single-shop-product-btn {
    background-color: #ff4328;
    width: 80%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: fit-content;
    position: absolute;
    color: var(--white);
    left: 10%;
    right: 10%;
    bottom: 20px;
    padding: 10px;
}
.single-product-container {
    margin-top: 60px;
}
.product_title.thin-title.entry-title {
    font-size: 30px;
    margin-bottom: 10px;
}
.woocommerce .star-rating span::before {
    color: var(--yellow);
}
.woocommerce p.stars a::before {
    color: var(--yellow);
}
.woocommerce-product-rating {
    margin-bottom: 10px !important;
}
.product p.price {
    font-size: 21px !important;
}
.woocommerce-review-link {
    color: var(--darkgray);
}
.woocommerce-Price-amount.amount {
    color: var(--black);
}
.woocommerce-product-details__short-description {
    color: var(--darkgray);
}
.woocommerce div.product form.cart .variations {
    border-spacing: 0 10px;
}
.wau_wrapper_div {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px dashed var(--blue);
    padding: 0 12px;
}
.text-below-upload {
    margin-bottom: 15px;
}
.customize-p {
    margin-bottom: 0;
    margin-left: 3px;
}
.variation-customize-container {
    text-align: center;
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    font-weight: 700;
    background-image: -moz-linear-gradient(left, #177cf5, #6a10d4);
    background-image: -webkit-linear-gradient(left, #177cf5, #6a10d4);
    background-image: -o-linear-gradient(left, #177cf5, #6a10d4);
    background-image: -ms-linear-gradient(left, #177cf5, #6a10d4);
    background-image: linear-gradient(to right, #177cf5, #6a10d4);
    padding: 10px 35px;
}
.design-icon {
    width: 50px;
    height: 50px;
}
#lumise-customize-button {
    float: none;
    opacity: 1;
    color: var(--white);
    font-weight: 700;
    background-image: none;
    padding: 0;
}
.woocommerce .quantity .qty {
    background-color: #f5f5f8;
    margin-right: 10px;
    height: 36px;
    border: none;
}
.variation-qty-add-cart-container .single_add_to_cart_button {
    background-color: var(--orange) !important;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
}
.woocommerce div.product form.cart .variations td.value select {
    background-color: #f5f5f8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 5px;
}
.single-related-product {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: fit-content;
    margin-bottom: 30px;
    margin-bottom: 20px;
    align-self: stretch;
    padding: 15px;
}
.single-related-product:nth-child(2n) {
    margin-right: 0;
}
.woocommerce-product-gallery {
    margin-bottom: 60px !important;
}
.product-mid-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 60px;
    padding: 45px;
}
.product-mid-container .woocommerce-Reviews-title {
    display: none;
}
.product-review-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 60px;
}
.product-review-container .woocommerce-Reviews-title {
    display: none;
}
.related-product-container {
    margin-bottom: 80px;
}
.single-shop-product-star .cr-review-link {
    display: none;
}
.single-shop-product-star .star-rating {
    float: none;
    margin: auto;
}
.single-shop-product-star .cr-reviews-rating {
    justify-content: center;
}
.product-review-container .comment-text p.meta {
    margin-bottom: 0 !important;
}
.product-review-container .star-rating {
    margin-bottom: 15px;
    float: none;
}
.product-review-container .comment-text {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.author-box {
    width: 100px;
    height: 100px;
}
.user-profile {
    width: 100px;
    height: 100px !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}
.comment-inner-container {
    width: calc(100% - 180px);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    font-size: 14px;
    color: var(--black);
}
.comment-reply-title {
    margin-bottom: 17.5px !important;
}
#comments {
    margin-bottom: 40px;
}
.comment-form-rating {
    margin-bottom: 25px;
}
#comment {
    background-color: #f5f5f8;
    border: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    background-color: var orange;
    color: var(--white) !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 15px 38px;
}
.footer-inner {
    padding: 90px 0 60px;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-address {
    margin-bottom: 25px;
}
.footer-contact-details {
    margin-bottom: 10px;
}
.footer-icon {
    width: 18px;
    margin-right: 12px;
    height: 18px;
}
.footer-menu-title {
    width: 100%;
    font-size: 21px;
    margin-bottom: 0;
}
.footer-contact, .footer-contact-details, .footer-social-media, .menu-navigation-container, .footer-social-media {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    justify-content: center;
}
.footer-social-media ul, .menu-quick-link-container ul {
    padding-left: 0;
    list-style-type: none;
}
.footer-social-media ul li, .menu-quick-link-container ul li {
    margin-bottom: 8px;
}
.footer-social-media ul li a, .menu-quick-link-container ul li a {
    font-size: 16px;
    color: var(--black);
    text-decoration: none;
}
.copyright-container {
    text-align: center;
    color: #767676;
    border-top: 1px solid #e6e6e6;
    padding: 35px 0 95px;
}
.wc-block-components-product-name {
    color: var(--blue);
    text-decoration: none;
}
.wc-block-cart__submit-container {
    background-color: var orange;
}
.wc-block-cart__submit-container > a {
    color: var(--white);
}
.wc-block-components-button {
    background-color: var orange;
    border: none;
}
.wc-block-components-button > .wc-block-components-button__text {
    color: var(--white);
}
.news-news-left img {
    max-height: 450px;
    object-fit: cover;
}
.news-news-right {
    margin-bottom: 25px;
}
.blog-desc {
    margin-bottom: 15px;
}
.blog-top img {
    height: 350px;
    object-fit: cover;
}
.single-blog-container h2, .single-blog-container h3 {
    font-size: 21px !important;
}
.single-blog-container h4, .single-blog-container h5, .single-blog-container h6 {
    font-size: 16px !important;
}
.search-container article {
    margin-bottom: 45px;
    border: 1px solid var(--black);
    padding: 25px;
}
.search-toggle {
    cursor: pointer;
}
.search-hide {
    display: none;
    position: absolute;
    right: -25px;
    bottom: -48px;
}
.is-search-form {
    width: 200px;
    z-index: 999;
}
.search-active {
    display: block;
}
@media only screen and (min-width: 820px) {
.single-service {
    background-color: var white;
    width: calc(50% - 15px);
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 45px 0;
}
.single-explore-cat {
    width: calc(50% - 25px);
    margin-right: 50px;
}
.single-explore-cat:nth-child(2n) {
    margin-right: 0;
}
.single-home-blog {
    width: calc(50% - 15px);
    margin-right: 30px;
}
.single-home-blog:nth-child(2n) {
    margin-right: 0;
}
}
@media only screen and (min-width: 1024px) {
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.top-promo .invisible {
    display: block;
}
.home-main-slick-left, .home-main-slick-right {
    width: 48%;
}
.home-main-slick-right {
    text-align: right;
}
.home-main-img {
    width: 650px;
    height: 650px;
}
.single-icon {
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}
.icon-content-container {
    width: 100%;
}
.quality-left, .quality-right {
    width: 50%;
}
.service-left, .service-right {
    width: calc(50% - 15px);
}
.service-btm {
    margin-top: -200px;
}
.service-btm-container {
    padding-top: 220px;
}
.service-btm-title {
    width: calc(100% - 250px);
    font-size: 50px;
}
.client-left {
    margin-right: 25px;
}
.single-service {
    width: calc(25% - 15px);
}
.single-inner-client {
    width: 80%;
    margin: auto;
}
.single-client-logo-wrap {
    width: calc(25% - 15px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    padding: 0 15px;
}
.single-client-logo-wrap:nth-child(2n) {
    margin-right: 20px;
}
.single-client-logo-wrap:nth-child(4n) {
    margin-right: 0;
}
.why-choose-us-left {
    width: 640px;
}
.why-choose-us-right {
    width: calc(100% - 700px);
}
.why-choose-us-inner-right {
    width: 80%;
    margin-right: 20%;
}
.why-choose-us-content {
    width: 80%;
}
.single-explore-cat {
    width: calc(25% - 15px);
    margin-right: 20px;
}
.single-explore-cat:nth-child(2n) {
    margin-right: 20px;
}
.single-explore-cat:nth-child(4n) {
    margin-right: 0;
}
.single-home-blog {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 30px;
}
.single-home-blog:nth-child(2n) {
    margin-right: 20px;
}
.single-home-blog:nth-child(4n) {
    margin-right: 0;
}
.home-contact-title {
    width: 60%;
}
.about-content-left, .about-content-right {
    width: calc(50% - 60px);
}
.single-tech {
    width: calc(25% - 15px);
    margin-right: 20px;
}
.single-tech:nth-child(2n) {
    margin-right: 20px;
}
.single-tech:nth-child(4n) {
    margin-right: 0;
}
.about-us-faq-left {
    width: calc(40% - 50px);
}
.about-us-faq-right {
    width: 60%;
}
.about-us-testimonial {
    width: 60%;
}
.single-point-container {
    width: calc(33% - 30px);
}
.single-service-container {
    width: calc(50% - 25px);
    text-align: left;
    padding: 45px;
}
.service-page-icon {
    width: 60px;
}
.single-service-text-container {
    width: calc(100% - 80px);
}
.cert {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.cert:nth-child(2n) {
    margin-right: 20px;
}
.cert:nth-child(4n) {
    margin-right: 0;
}
.service-details-left {
    width: 370px;
}
.service-details-right {
    width: calc(100% - 400px);
}
.woocommerce .woocommerce-ordering {
    float: right;
}
.shop-search, .shop-sidebar {
    width: 270px;
}
.shop-filter, .shop-main {
    width: calc(100% - 300px);
}
.single-shop-product {
    width: calc(33.33% - 20px);
    margin-right: 30px;
}
.single-shop-product:nth-child(3n) {
    margin-right: 0;
}
.single-shop-product:hover .single-shop-product-btn {
    opacity: 1;
}
.single-shop-product-btn {
    opacity: 0;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.woocommerce ul.products li.product .button {
    margin-right: 10px;
}
.single-related-product {
    width: calc(25% - 15px);
    margin-right: 20px;
}
.single-related-product:nth-child(2n) {
    margin-right: 20px;
}
.single-related-product:nth-child(4n) {
    margin-right: 0;
}
.footer-contact, .footer-social-media {
    width: 25%;
    text-align: left;
    margin-bottom: 0;
    justify-content: start;
}
.footer-social-media ul, .footer-contact-details, .menu-navigation-container, .menu-quick-link-container {
    text-align: left;
    margin-bottom: 0;
    justify-content: start;
}
.page-top {
    padding: 160px 0;
}
}
@media only screen and (min-width: 1280px) {
.desktop-top-header {
    display: flex;
    flex-wrap: wrap;
}
.single-client {
    padding: 60px;
}
.client-right {
    width: calc(100% - 275px);
}
.news-container:nth-child(even) {
    flex-direction: row-reverse;
}
.news-news-left {
    width: calc(50% - 15px);
    margin-bottom: 25px;
}
.news-news-right {
    width: calc(50% - 15px);
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-content: center;
}
}
