html {
    scroll-behavior: smooth;
  }
:root {
    --body-font: "Manrope", serif;
    --title-font: "Manrope", serif;

    --light-color: #F4F7FB;
    --light-color-rgb: 244, 247, 251;
    --dark-color: #0a2540; 
    --dark-color-rgb: 10, 37, 64; 
    --one-color: #3650a1; 
    --one-color-rgb: 54, 80, 161; 
    --two-color: #678fd5; 
    --two-color-rgb: 103, 143, 213; 
    --three-color: #7b8893; 
    --three-color-rgb: 123, 136, 147; 
    --rounded-1: 12px;
    --green: #28a745;
}
.one-color-text {
    color: var(--one-color)!important;
}
.dark-color-text {
    color: var(--dark-color)!important;
}
.one-color-bg {
    background-color: var(--one-color)!important;
}
.border-right-main { 
    position: relative;
}
.border-right-main:before {
    content: '';
    position: absolute;
    border-right: 1px solid rgba(var(--one-color-rgb), 0.2);
    right: 0px;
    height: 70%;
    top: 15%;
}
.border-right-main:last-child:before {
    border: none;
}
.svg-light path {
    fill: #fff;
}
.font-light {
    font-weight: 200;
}
.animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.overlay-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(var(--one-color-rgb), .8) 0%, rgba(var(--two-color-rgb), 0) 100%);
}
.lead p, .lead {
    font-size: 18px;
    line-height: 32px;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: var(--three-color);
}
body .owl-stage .owl-item {
    margin-bottom: 15px;
}
.border-color-one {
    border-color: rgba(var(--one-color-rgb), 0.4);
}
.border-right {
    border-right: 1px solid;
}
.pb-100 {
    padding-bottom: 100px;
} 
.pt-100 {
    padding-top: 100px;
} 
.h-100px {
    height: 100px;
}
.inner-pages .side-menu p strong {
    font-size: 1.2rem;
}
.inner-pages .side-menu .nav li {
    font-weight: 500;
    cursor: pointer;
}
a { 
    text-decoration: none!important;
}
/* Scrollbar */
.show-on-scroll {
    opacity: 0;
}
.show-on-scroll.show {
    opacity: 1;
}
.show-on-scroll.hide{
    opacity: 0;
}
.show-on-scroll {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}
.scrollbar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4px;
    transition: all linear 0.1s;
    min-width: 0%;
    z-index:1000;
}
.scrollbar-v {
    background: var(--one-color);
    position: fixed;
    top: calc(50% + 60px);
    left: 32px;
    width: 2px;
    transition: all linear 0.1s;
    min-height: 0%;
    z-index:1000;
}
.scrollbar-v:before{
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    min-height: 100px;
    background: rgba(0, 0, 0, .15);
}
.scrollbar-v.dark:before{
    background: rgba(255, 255, 255, .2);
}
.float-text {
    width: 20px;
    position: fixed;
    z-index: 1002;
    margin-left: 20px;
    text-align: center;
    font-size: 12px;
    top: 50%;
    left: 16px;
    transform: translate(-50%, -50%);
    font-weight: 500;
}
.float-text a{
    color: #000000;
}
.float-text.dark a{
    color:#ffffff;
}
.float-text span{
    margin-left: -5px;
    margin-top: 20px;
    writing-mode: vertical-rl;
    letter-spacing: .75px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #222;
}
.de-overlay {
    background: linear-gradient(45deg, rgba(var(--one-color-rgb), 1), rgba(var(--two-color-rgb), 0)); 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.dark-fill-color path {
    fill: var(--dark-color);
}
/* Top Bar */
.topbar {
    background: var(--one-color);
    height: 31px;
}
.topbar .top-contact-info li {
    display: flex;
    gap: 3px;
    font-weight: 500;
}
/* Navbar */
#header-container {
    left: 0;
    right: 0;
    z-index: 111;
}
#header-container .navbar.sticky {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--light-color)!important;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46, 76, 185, 0.2);
    box-shadow: 0px 5px 30px 0px rgba(46, 76, 185, 0.2);
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
#header-container .navbar:not(.sticky) .navbar-nav .nav-item a {
    color: var(--one-color);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 20px;
}
#header-container .navbar-nav .nav-item:last-child a {
    margin-right: 0px!important;
}
#header-container .navbar:not(.sticky) .navbar-nav .nav-item .nav-link.active, #header-container .navbar:not(.sticky) .navbar-nav .nav-item:hover > .nav-link {
    color: var(--dark-color);
}
.dropdown-menu li .dropdown-item {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    color: var(--dark-color) !important;
    margin: 0 !important;
} 
#header-container .navbar .navbar-nav .nav-item ul.dropdown-menu li .nav-link {
    color: var(--dark-color);
}
#header-container .navbar .navbar-nav .nav-item ul.dropdown-menu li:hover > .nav-link {
    color: var(--light-color);
}
.swiper-button-prev, .swiper-button-next {
    color: var(--one-color)!important;
}
.swiper-pagination-bullet-active {
    background: var(--one-color)!important;
}
.nav-right-content {
    gap: 10px;
}
.nav-right-content .cart {
    position: relative;
}
.nav-right-content .nav-link { 
    font-size: 18px;
    color: var(--one-color);
}
#header-container .navbar.sticky .nav-right-content .nav-link {
    color: var(--one-color);
}
.nav-right-content .cart .pcount {
    position: absolute;
    top: -10px;
    font-size: 13px;
    background: var(--bs-red);
    color: var(--dark-color);
    border-radius: 50%;
    padding: 0 3px;
    line-height: 17px;
    right: -10px;
}
.nav-right-content .search-button {
    border: none;
    font-size: 16px;
    background: transparent;
    outline: none;
    color: var(--one-color);
}
#header-container .navbar.sticky .nav-right-content .search-button {
    color: var(--one-color);
}
.nav-right-content .contact-number {
    font-weight: 500;
    font-size: 15px;
} 
.user-dropdown::after {
    display: none!important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-dropdown-link-hover-bg)!important;
}
/* Home Main slider */
.animeslide-slide {
    color: var(--one-color);
}
.animeslide-slide {
    position: relative;
    padding: 15px 0;
    min-height: 500px;
    background-size: cover;
}
.animeslide-slide .container {
    position: relative;
}
.animeslide-slide.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
    transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
    transition-delay: 1s;
}
.animeslide-heading {
    margin-bottom: 25px;
    transition-delay: 3s;
    font-size: 35px;
} 
.animeslide-desc { 
    line-height: 28px;
    font-size: 16px;
}
.animeslide-desc p {
    color: var(--dark-color);
}
[data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
    transform: translate3d(0, 15px, 0);
}
.swiper-fade .swiper-slide { 
    height: 90vh;
}
/* Service Area */
.service-info .icon {
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    margin-top: -70px;
}
.de_testi {
    display: block;
    margin-bottom: 10px;
}
blockquote {
    font-family: var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    border: none;
    border-left: solid 3px #333333;
    padding-left: 30px;
}
.de_testi blockquote {
    position: relative;
    display: block;
    font-family: var(--body-font);
    border: none;
    font-weight: 300;
    padding: 10px;
}
.de_testi blockquote:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    color: rgba(255, 255, 255, .05);
    z-index: 100;
    font-size: 84px;
    background: none;
    top: 20px;
    right: 0;
    padding: 20px;
    z-index: -1;
}
.de_testi blockquote {
    background: -moz-linear-gradient(180deg, rgba(var(--light-color-rgb), 0.9) 0%, rgba(var(--light-color-rgb), 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(var(--light-color-rgb), 0.9) 0%, rgba(var(--light-color-rgb), 0) 100%);
    background: linear-gradient(180deg, rgba(var(--light-color-rgb), 0.9) 0%, rgba(var(--light-color-rgb), 0) 100%);
    padding: 20px 40px 40px 40px;
    border-radius: var(--rounded-1);
    -moz-border-radius: var(--rounded-1);
    -webkit-border-radius: var(--rounded-1);
}
.owl-item.active div blockquote {
    position: relative;
    overflow: hidden;
}
.owl-item.active div blockquote, .owl-item.active div blockquote .de_testi_by {
    opacity: 1;
}
.de_testi i {
    color: var(--one-color); 
}
.de_testi_by img {
    width: 80px !important;
    height: 80px !important;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.de_testi_by div {
    color: var(--dark-color);
    font-weight: bold;
    margin-top: 20px;
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5em;
}
.de_testi_by div span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    opacity: .5;
}
.de_testi blockquote p {
    color: var(--title-font-color);
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    margin-bottom: 10px;
}
.de_testi blockquote p {
    margin-top: 10px;
}
.de-rating-ext {
    font-size: 14px;
}
.de_testi blockquote .de-rating-ext {
    text-align: center;
    margin-top: 0;
}
.de-rating-ext i {
    color: #F2B827;
}
/* Section Title */
.area-header .area-title {
    position: relative;
    padding-bottom: 10px; 
    font-size: 1.8rem;
    color: #0a2540;
}
.quote-area-section .btn {
    background: var(--two-color);
    color: var(--light-color);
}
.lead-message-section {
    height: 80vh;
    background-attachment: fixed;
}
.why-choose-us {
    background: var(--light-color);
}
.why-choose-us .item .item-icon {
    background: var(--one-color);
    width: 80px;
    padding: 10px;
}
.project-section {
    background: var(--light-color);
}
/* Home Product Section */
.product-item-area .product-thumb {
    /* border: 1px solid #eaeaea; */
    border-radius: 10px;
}
.product-info .title {
    height: 30px;
}
.project-info .title {
    height: 30px;
}
.product-info .title a, .project-info .title a {
    color: var(--dark-color);
    font-size: 1.2rem;
    font-weight: 500;
    font-family: var(--title-font);
}
.excerpt p {
    font-size: small;
}
.product-info .price-area {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.product-info .price-area .sale-price {
    color: var(--one-color);
    display: inline-block;
    font-family: var(--title-font);
    font-size: 1rem;
    font-weight: 600;
}
.product-info .price-area .raguler-price {
    color: #bcbcbc;
    font-family: var(--title-font);
    font-size: 1rem;
    font-weight: 600;
}
.product-info .price-area .badge-sale {
    background-color: var(--bs-danger);
    border-radius: 3px;
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
    padding: 5px 7px;
    position: relative;
}
.product-info .price-area .badge-sale:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid var(--bs-danger);
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.product-info .btn-area, .project-info .btn-area, .news-info .btn-area {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}
.product-info .btn-area .btn, .project-info .btn-area .btn, .news-info .btn-area .btn, .btn-primary {
    background: var(--one-color)!important;
    border-color: var(--one-color)!important;
    border-radius: 4px;
}
.boxed-btn {
    background-color: var(--one-color);
    color: #fff;
    display: inline-block;
    padding: 8px 40px;
    min-width: 160px;
    text-align: center;
    -webkit-transition: all 0.3sease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3sease-in;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    height: 40px;
    font-size: 12px;
    line-height: 26px;
}
.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575 !important;
    font-size: 14px;
    font-weight: 500;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white !important;
    background-repeat: no-repeat;
    background-position: 12px 11px;
}
/* 24 Hour Contact */
.contact-24-section .contact-24-bg {
    background-size: contain!important;
}
.news-info .excerpt {
    font-size: 15px;
}
/* Home Project */
.project-info .title a {
    color: var(--dark-color);
    /* font-size: .9rem; */
    font-weight: 500;
    font-family: var(--title-font);
}

.main-image-container, .thumbnail-gallery-container {
    position: relative;
}
.main-image-container {
    overflow: hidden;
    width: calc(100% - 125px);
    float: right;
}
.main-image-container .owl-prev, .main-image-container .owl-next {
    position: absolute;
    background: var(--one-color);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    z-index: 120;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .3sease;
    transition: all .3sease;
    outline: none;
    border: none;
    text-align: center;
}
.main-image-container .owl-prev {
    top: 50%;
    left: 35px;
}
.main-image-container .owl-next {
    top: 50%;
    right: 35px;
}
.main-image-container .owl-prev i, .main-image-container .owl-next i {
    font-size: 23px;
    margin-top: 5px;
    color: #fff;
}
.main-image {
    transition: transform 0sease-in-out;
    width: 100%;
}
.main-image-container img {
    width: 100%;
    height: auto;
    position: relative;
}

/* Inner Page */
.inner-pages .hero {
    display: flex;
    align-items: end;
    padding-bottom: 40px;
    color: #fff;
}
.search_filters_wrapper{
    margin-bottom: 30px;
    clear: both;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}
.search_filters .block_title {
    font-weight: 600;
    font-size: 17px;
    position: relative;
    color: #222222;
    padding: 10px 0px;
    line-height: 25px;
    margin: 0;
}
.search_filters .block_title:after {
    content: "";
    display: block;
    text-align: left;
    width: 65px;
    position: absolute;
    bottom: -1px;
    border-bottom: 2px solid var(--one-color);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.search_filters .block_content {
    padding: 17px 0px;
    border-top: 1px solid #e5e5e5;
}

/* Single Product Page */
.main-image-container {
    overflow: hidden;
    width: calc(100% - 125px);
    float: right;
}
.main-image-container, .thumbnail-gallery-container {
    position: relative;
}
.main-image {
    transition: transform 0s ease-in-out;
    width: 100%;
}
.main-image-container img {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -khtml-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
}
.thumbnail-gallery-container {
    float: left;
    width: auto; 
}
.thumbnail-gallery-container .thumbnail-nav { 
    background: #e5e5e5;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #222222;
    margin-bottom: 5px;
} 
.thumbnail-gallery-container .thumbnail-nav i {
    font-size: 14px;
}
.thumbnail-gallery { 
    overflow: hidden;
    max-height: 540px; 
}
.thumbnail-gallery .thumbnail {
    cursor: pointer;
    margin: 0 0 5px;
    max-width: 100%;
    height: auto; 
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 101px;
    display: block;
}
.thumbnail-gallery .thumbnail.active, .thumbnail-gallery .thumbnail:hover {
    border: 1px solid var(--one-color); 
}
.single-product-details .title {
    font-size: 23px;
}
.single-product-top .key-features {
    font-size: 1rem;
}
.single-product-middle .nav-link {
    color: var(--dark-color);
    background: #e5e5e5;
    margin-right: 10px;
    text-transform: uppercase;
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-product-middle .nav-tabs .nav-link.active, .single-product-middle .nav-tabs .nav-item.show .nav-link, .single-product-middle .nav-tabs .nav-link:hover {
    color: var(--light-color);
    background: var(--one-color);  
} 
.single-product-middle .tab-content .table tr td:nth-of-type(1) {
    width: 300px;
}
.product-availability {
    display: inline-block;
    font-weight: normal;
    margin-left: 0px;
    color: #fff;
    margin: 0px 0 7px;
    font-size: 14px;
}
.product-availability .product-available {
    color: var(--one-color);
    padding: 1px 7px 2px;
    border: 1px solid var(--one-color);;
    background: #e9f9ee;
}
.product-availability .product-unavailable {
    background-color: #fdf6f1;
    padding: 2px 7px 2px;
    color: #ff8e3e;
    border: 1px solid #ffd0ad;
}

/* Contact page */
.single-product-item .content .title {
    font-size: 1rem;
}
.call-info li+li {
    margin-top: 15px;
}
.call-info .info i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    background-color: var(--one-color);
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.job-information-list .single-job-info, .single-events-list-item {
    display: flex;
    align-self: flex-start;
    margin-bottom: 15px;
}
.job-information-list .single-job-info .icon {
    margin-right: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--one-color);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
.job-information-list .single-job-info .content {
    flex: 1;
}
.job-information-list .single-job-info .content .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
}
.job-information-list .single-job-info .content .details {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.single-job-list-item {
    border: 2px solid #f4f7fc;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
}
.single-job-list-item .job_type {
    background-color: #e0f5d7;
    border-radius: 20px;
    padding: 5px 15px;
    color: #449626;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
}
.single-job-list-item .job_type i {
    margin-right: 5px;
}
.single-job-list-item .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
    transition: .3s;
}
.single-job-list-item .company_name, .single-job-list-item .deadline {
    display: block;
    margin-bottom: 10px;
}
.single-job-list-item .company_name strong, .single-job-list-item .deadline strong {
    color: var(--heading-color);
    margin-right: 10px;
    font-weight: 600;
}
.single-job-list-item .jobs-meta {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.single-job-list-item .jobs-meta li {
    display: inline-block;
    border-radius: 25px;
    padding: 5px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    font-weight: 500;
    font-size: 14px;
}
.single-job-list-item .jobs-meta li+li {
    margin-left: 20px;
}
.single-job-list-item .jobs-meta li i {
    margin-right: 5px;
}
.single-job-list-item .jobs-meta li:first-child i {
    color: #12b6e8;
}
.single-job-list-item .jobs-meta li:nth-child(2) i {
    color: #2a41e8;
}
.single-job-list-item .jobs-meta li:nth-child(3) i {
    color: #dc3139;
}

/* Footer */
.first-footer {
    background: rgba(var(--dark-color-rgb), 0.9);
    color: var(--light-color);
}
.first-footer .netsocials {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    gap: 10px;
    font-size: 20px;
}
.first-footer .navigation ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 30px;
}
.first-footer .contactus ul {
    list-style-type: none;
    padding-left: 0;
}
.first-footer .contactus ul li .info {
    display: flex;
    gap: 8px;
}
.second-footer {
    background: var(--dark-color);
}
.second-footer p {
    color: #fff;
}
.payment-gateway-wrapper ul li {
    cursor: pointer;
}
.payment-gateway-wrapper ul li:before {
    border: 2px solid var(--one-color);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}
.payment-gateway-wrapper ul li:after {
    position: absolute;
    right: 0;
    top: 0px;
    width: 25px;
    height: 25px;
    background-color: var(--green);
    content: "\F26E";
    font-weight: 900;
    color: #fff;
    font-family: 'bootstrap-icons';
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}
.payment-gateway-wrapper ul li.selected:after, .payment-gateway-wrapper ul li.selected:before {
    visibility: visible;
    opacity: 1;
}
@media(max-width: 1199px){
    #header-container .navbar:not(.sticky) .navbar-nav .nav-item a { 
        margin-right: 0px;
    }
    .product-info .price-area .sale-price, .product-info .price-area .raguler-price {
        font-size: .8rem;
    }
    .product-info .price-area .badge-sale {
        margin-left: -4px; 
    }
}
@media(max-width: 1100px){
    .homepage .owl-main .item .caption .display {
        font-size: 20px;
    }
}
@media(max-width: 991px){
    #header-container .container {
        position: relative;
    }
    #header-container .container .nav-right-content {
        margin-right: 60px;
    }
    #header-container .container .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
    }
    .homepage .owl-main .item .caption .display {
        font-size: 17px;
    }
    .homepage .owl-main .item .caption .content {
        font-size: 14px;
    }
    .homepage .owl-main .item .caption .btn {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        font-size: 15px;
    }
}

@media(max-width: 767px){
    .swiper-slide .caption-image {
        width: 300px;
    }
    .swiper-slide .caption-description {
        text-align: center;
    }
}
.bread-title {
    font-size: 26px!important;
}
@media(max-width: 425px) {
    #header-container {
        position: relative !important;
    }
    .hero .d-flex {
        display: block !important;
    }
	.bread-title {
        font-size: 20px!important;
    }
    .inner-pages .hero {
        height: 35vh !important;
    }
    .inner-pages .product-section-area {
        padding-top: 50px !important;
    }
    .side-menu .d-flex {
        display: block !important;
    }
    .side-menu .d-flex div {
        height: auto !important;
    }
    .product-info .btn-area, .project-info .btn-area, .news-info .btn-area {
        flex-direction: column;
    }
    .product-info .price-area {
        flex-direction: column;
        gap: 0;
        margin-bottom: 5px;
    }
    .product-info .price-area * {
        margin-bottom: 3px !important;
    }
    .product-info .btn-area .btn {
        width: 100%;
    } 
    .nav-tabs .nav-link {
        padding: 6px 6px!important;
        font-size: 10px!important;
    }
    
}