/* ============================================= TOP BAR ============================*/
.top-bar {
    padding: 20px 0;
    font-size: 16px;
}

.upload-links a {
    color: black;
    text-decoration: none;
}

.upload-links i {
    color: #00A0E3;
    border-radius: 50%;
    background-color: #EBF9FD;
    height: 35px;
    width: 35px;
    margin: 0px 20px;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}


.upload-links a:hover {
    color: #00A0E3;
    transition: all 500ms ease;
}

.contact-info {
    color: #666;
    position: relative;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 30px;
    background-color: #EBF9FD;
}

.contact-info i {
    color: #00A0E3;
}

.contact-info span {
    color: #00A0E3;
	
}

.contact-info a {
    text-decoration: none;
    color: #666;
}

.contact-info a:hover {
    color: #00A0E3;
    transition: all 500ms ease;
}

.contact-info span:nth-child(3),
.contact-info span:nth-child(5) {
    color: black;
}

.social-icons a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: rgb(12, 12, 12);
    text-align: center;
    background: #EBF9FD;
    border-radius: 50%;
}

.social-icons a:hover {
    color: white;
    background-color: #00A0E3;
    transition: all 500ms ease;
}

/* ============================== End of TOP BAR============================ */

/* ============================= Menu bar ============================= */

.main-header .navbar .collapse,
.sticky-header .navbar .collapse {
    margin-left: 250px;
    z-index: 2;
    margin-top: 0;
}

.main-header,
.navbar {
    z-index: 5;
}

.main-header a img,
.sticky-header a img {
    display: inline-block;
    position: absolute;
    width: 250px;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    left: 2.5%;
    top: 0%;
}

.main-header .logo-box:nth-child(1),
.sticky-header .logo-box:nth-child(1) {
    position: absolute;
    left: -50px;
    top: -14px;
    width: 403px;
    height: 71px;
    background-repeat: no-repeat;
    z-index: -1;
}

@media screen and (min-width:1690px) {
	
    .main-header .logo-box:nth-child(1),
    .sticky-header .logo-box:nth-child(1) {
        position: absolute;
        left: 20px;
        top: -14px;
        width: 403px;
        height: 71px;
        background-repeat: no-repeat;
        z-index: -1
	}
	
    .main-header a img,
    .sticky-header a img {
        display: inline-block;
        position: absolute;
        max-width: 100%;
        height: auto;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
        left: 100px;
        top: 15%;
	}
}

.sticky-header .logo-box:nth-child(1) {
    display: none;
}

.sticky-header {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    z-index: 1000;
}

.sticky-header.visible {
    top: 0;
}

.navbar-brand {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

/* .navbar-brand img{
    width: 250px !important;
    position: ;
} */
.nav-link {
    color: black;
    font-weight: 500;
    margin-right: 20px;
}

.nav-link:hover {
    color: #00A0E3;
}

.navbar-nav i {
    position: absolute;
    margin: 5px;
    margin-right: 0px;
}

/* Dropdown hover styles */
.navbar-nav .dropdown {
    position: relative;
}

.navbar-nav .dropdown .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    list-style: none;
    z-index: 999;
}

.navbar-nav .dropdown:hover .submenu {
    display: block;
    animation: fadeInDown 0.5s ease;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
}

.navbar-nav .dropdown .submenu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px dashed #999;
}

.navbar-nav .dropdown .submenu li a {
    display: block;
    padding: 13px 5px;
    color: #999;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.7s ease;
}

.navbar-nav .dropdown .submenu li a:hover {
    color: #00A0E3;
    padding-left: 30px;
}

.navbar-nav .dropdown .submenu li:last-child {
    border-bottom: none;
}

.quote-btn {
    background: linear-gradient(45deg, #00A0E3, #27C5F5);
    color: white;
    border-radius: 25px;
    padding: 8px 20px;
    border: none;
}

.quote-btn:hover {
    transition: all 500ms ease;
    transform: translate(3, 0);
    background: linear-gradient(0deg, #27C5F5, #00A0E3 50%);
    color: white;
}

@media (max-width: 991px) {
	
    .social-icons,
    .search-box {
        display: none;
	}
	
    .navbar-collapse {
        margin-top: 15px;
	}
	
    .top-bar {
        background: #f8f9fa;
        padding: 20px 0;
        font-size: 13px;
        text-align: center;
	}
	
    .upload-links a {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        font-size: 17px;
        line-height: 36px;
	}
	
    .upload-links i {
        margin-left: 0;
	}
	
    .contact-info {
        margin: 0px 5px;
        font-size: 17px;
	}
	
    .main-header .logo-box:nth-child(1) {
        display: none;
	}
	
    .top-bar {
        padding-bottom: 0;
	}
	
    .main-header button {
        border: none;
	}
	
    .main-header .navbar-brand img {
        margin-left: 5%;
	}
	
}

@media screen and (min-width:991px) {
    .mobile-nav {
        display: none;
	}
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow-y: auto;
    background: #000;
    padding: 25px 0px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    transition: right 0.4s ease-in-out;
}

.mobile-nav.open {
    right: 0;
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 25px 20px 25px;
    border-bottom: 1px solid #222;
}

.mobile-logo {
    padding: 25px 0px;
    text-align: left
}

.mobile-logo img {
    width: 250px;
}

.close-btn {
    font-size: 28px;
    cursor: pointer;
}

/* Mobile Menu Styles */

.mobile-menu {
    width: 100%;
    background: #000;
    padding: 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.mobile-menu li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
}

/* before element (hidden by default) */
.mobile-menu li>a::before,
.mobile-menu li label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 5px;
    background-color: #fff;
    transition: all 0.4s ease;
}

.mobile-menu li>a:focus::before,
.mobile-menu li label:focus::before {
    height: 100%;
}




.mobile-menu a {
    display: block;
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Hide checkboxes but keep them accessible */
.mobile-menu input[type="checkbox"] {
    display: none;
}

/* Style the labels to look like menu items */
.mobile-menu label {
    display: block;
    padding: 12px 25px;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
	
}

/* Dropdown icon */
.mobile-menu label i {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    padding: 13px;
    background-color: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    font-size: 12px;
    margin-right: 25px;
}

/* Rotate icon when submenu is open */
.mobile-menu input[type="checkbox"]:checked+label i {
    transform: translateY(-50%) rotate(90deg);
}

/* Submenu default state */
.mobile-menu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.05);
}

/* Show submenu when checkbox is checked */
.mobile-menu input[type="checkbox"]:checked~.submenu {
    max-height: 300px;
}

/* Submenu items */
.mobile-menu .submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu .submenu li:last-child {
    border-bottom: none;
}

.mobile-menu .submenu a {
    padding: 12px 25px;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: unset;
}

/* Hover effects */
.mobile-menu a:hover,
.mobile-menu label:hover {
    color: #00A0E3;
    background: rgba(255, 255, 255, 0.02);
}

.mobile-menu .submenu a:hover {
    padding-left: 35px;
    color: #00A0E3;
}


.mobile-contact {
    padding: 120px 30px 20px;
    /* border-bottom: 1px solid #222; */
}

.mobile-contact h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.mobile-contact p {
    margin: 10px 0;
    font-size: 14px;
}

.mobile-contact p a {
    text-decoration: none;
    color: white;
}


.mobile-social {
    padding: 0px 25px;
    display: flex;
    gap: 15px;
}

.mobile-social a {
    color: #fff;
    font-size: 16px;
    margin: 0px 10px 10px;
}

.mobile-social a:hover {
    color: #00A0E3;
}

/* ======================================== End of Menu bar ============================== */


/* ================================= Footer ===================================== */

.footer-section {
    background: #000000ff;
    color: #fff;
}

.all-footer {
    margin: 0px 120px;
	
}

.footer-top {
    padding: 100px 0px 33px;
    border-bottom: 1px solid rgba(252, 251, 251, 0.19);
}

.footer-top .footer-logo img {
    width: 250px;
}

.footer-social {
    text-align: end;
}

.footer-social span {
    color: white;
    margin-right: 15px;
}

.footer-social i {
    color: #999;
}

.footer-social a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 18px;
    color: #acafaf;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.footer-social a:hover {
    transition: all 500ms ease;
    background: linear-gradient(0deg, #00A0E3, #27C5F5 50%);
}

.footer-social a:hover i {
    color: #fff;
}



.footer-main {
    padding: 50px 0px 20px;
}

.footer-main .footer-widget .icon-box {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 62px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 23px;
    border-radius: 15px;
    background: linear-gradient(0deg, #00A0E3, #27C5F5 50%);
}

.footer-main .footer-widget li,
.footer-main .footer-widget>h3 {
    margin-left: 70px;
    margin-bottom: 12px
}

.footer-main .footer-widget li i {
    margin-right: 10px;
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 24px;
}


.footer-links {
    list-style: none;
    padding: 0;
}


.footer-links li a {
    color: #999;
    text-decoration: none;
    line-height: 32px;
    transition: 0.3s;
    font-size: 17px;
}

.footer-links li a:hover {
    color: #00A0E3;
    transition: all 500ms ease;
}


.subscribe {
    color: #999;
    font-size: 17px;
}

.spam-notice {
    color: white;
    font-size: 17px;
}

.promo-card {
    background: linear-gradient(45deg, #EBF9FD, #00A0E3);
    padding: 50px 30px;
    border-radius: 10px;
    text-align: start;
}

.promo-card .badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-bottom: 15px;
}

.btn-start {
    background: black;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
	
    &:hover {
	background-color: #00A0E3;
	color: white;
	transition: 0.3s;
}
}

.footer-bottom {
    padding: 20px 0;
}

.bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.bottom-links li {
    display: inline-block;
    margin-left: 20px;
}

.bottom-links li a {
    color: #999;
    text-decoration: none;
    transition: 0.3s;
}

.bottom-links li a:hover {
    color: #00A0E3;
}

.footer-bottom .copyright {
    font-size: 17px;
    color: #999;
}

.footer-bottom .copyright span {
    color: #00A0E3;
    transition: 300ms ease;
	
    &:hover {
	color: white;
	transition: 300ms ease;
}
}

.footer-bottom .copyright a {
    text-decoration: none;
}

@media (max-width: 768px) {
	
    .footer-top {
        text-align: center;
	}
	
    .footer-social,
    .bottom-links {
        text-align: center;
        margin-top: 20px;
	}
	
    .copyright {
        text-align: center;
	}
	
    .footer-widget {
        margin-bottom: 30px;
	}
	
    .all-footer {
        margin: 0px;
	}
	
    .footer-main .footer-widget li,
    .footer-main .footer-widget>h3 {
        margin-left: 0px;
        margin-top: 12px;
	}
	
    .footer-social span {
        display: block;
        margin-bottom: 15px;
	}
	
    .promo-card .badge {
        font-size: 16px;
	}
	
    .promo-card h3 {
        font-size: 30px;
	}
}

@media (max-width: 576px) {
    .footer-top {
        text-align: center;
	}
	
    .all-footer {
        margin: 0px;
	}
	
    .footer-main .footer-widget li,
    .footer-main .footer-widget>h3 {
        margin-left: 0px;
        margin-top: 12px;
	}
	
    .footer-social span {
        margin-bottom: 15px;
	}
	
    .bottom-links li {
        margin: 0 10px;
	}
}

/* ===================================== End of Footer ===================================== */

/* ================================ Banner =============================== */


.contact-content .contact-banner,
.page-content .page-banner,
.blog-post-content .blog-banner,
.service-list-content .service-banner,
.single-post-content .post-banner,
.service-page-content .service-page-banner {
    background: -webkit-linear-gradient(0deg, #EBF9FD 30%, rgba(0, 0, 0, 0.0) 50%), url(../images/banner.jpg);
    /* background-size: cover; */
    background-position: center;
    padding: 80px 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: white;
    text-align: center;
    /* margin: 50px; */
    margin: 0px 30px;
    /* margin-top: 20px; */
    border-radius: 0px 50px 50px 50px;
	
}


.contact-content .breadcrumb-item+.breadcrumb-item::before,
.page-content .breadcrumb-item+.breadcrumb-item::before,
.blog-post-content .blog-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.service-list-content .service-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.single-post-content .post-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.service-page-content .service-page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: black;
}

.contact-content .contact-banner .breadcrumb,
.page-content .page-banner .breadcrumb,
.blog-post-content .blog-banner .breadcrumb,
.service-list-content .service-banner .breadcrumb,
.single-post-content .post-banner .breadcrumb,
.service-page-content .service-page-banner .breadcrumb {
    margin-bottom: 50px;
}

.contact-content .contact-banner h1,
.page-content .page-banner h1,
.blog-post-content .blog-banner h1,
.service-list-content .service-banner h1,
.single-post-content .post-banner h1,
.service-page-content .service-page-banner h1 {
    font-size: 30px;
    font-weight: 700;
    color: black;
    margin-top: 50px;
}

.contact-content .breadcrumb-item a,
.page-content .breadcrumb-item a,
.blog-post-content .blog-banner .breadcrumb-item a,
.service-list-content .service-banner .breadcrumb-item a,
.single-post-content .post-banner .breadcrumb-item a,
.service-page-content .service-page-banner .breadcrumb-item a {
	
    color: black;
    text-decoration: none;
}

@media screen and (min-width:1690px) {
	
    .contact-content .contact-banner,
    .page-content .page-banner,
    .blog-post-content .blog-banner,
    .service-list-content .service-banner,
    .single-post-content .post-banner,
    .service-page-content .service-page-banner {
        background: -webkit-linear-gradient(0deg, #EBF9FD 30%, rgba(0, 0, 0, 0.0) 50%), url('https://wp1.themevibrant.com/newwp/printpark/wp-content/themes/printpark//assets/images/background/page-title.jpg');
        background-size: cover;
        background-position: center;
        padding: 80px 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        color: white;
        text-align: center;
        margin: 0px 20px;
        border-radius: 0px 50px 50px 50px;
        margin-top: -10px;
        z-index: -4;
	}
}

@media screen and (max-width:769px) {
	
    .contact-content .contact-banner,
    .page-content .page-banner,
    .blog-post-content .blog-banner,
    .service-list-content .service-banner,
    .single-post-content .post-banner,
    .service-page-content .service-page-banner {
        padding: 10px 0;
	}
}

/* ===================================== End of Banner =================================== */

/* ================================ Home page =============================== */

/* Home section-1 */
/* Slider Styles */
.home-slider #imageSlider {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.home-slider .carousel-inner {
    border-radius: 15px;
}

.home-slider .carousel-item img {
    height: 500px;
    object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .home-slider .carousel-item img {
        height: 300px;
	}
	
    .home-slider #imageSlider {
        border-radius: 10px;
	}
	
    .home-slider .carousel-control-prev,
    .home-slider .carousel-control-next {
        width: 10%;
	}
}

@media (max-width: 576px) {
    .home-slider .carousel-item img {
        height: 200px;
	}
	
    .home-slider #imageSlider {
        border-radius: 8px;
	}
	
    .home-slider .carousel-control-prev,
    .home-slider .carousel-control-next {
        width: 5%;
	}
	
    .home-slider .breadcrumb-item a {
        font-size: 20px;
	}
}

/* Home section-2 */

.home-section-2 {
    background-color: #fff;
}

.home-section-2 .image-wrapper img {
    width: 90%;
    /* height: 80%; */
}

.home-section-2 .image-wrapper {
    text-align: center;
}

.home-section-2 .small-heading {
    color: #00A0E3;
    /* font-size: 14px; */
    font-weight: 600;
    text-transform: uppercase;
}

.home-section-2 .main-title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #0c0c0c;
}

.home-section-2 .description {
    color: #7b7675;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.home-section-2 .custom-btn {
    background: linear-gradient(0deg, #00A0E3, #27C5F5 50%);
    color: white;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 25px;
    border: none;
    transition: all 0.3s ease;
}

.home-section-2 .custom-btn:hover {
    transition: all 500ms ease;
    background: linear-gradient(0deg, #27C5F5, #00A0E3 50%);
	
}

.home-section-2 .info-box {
    display: flex;
    align-items: center;
    padding: 15px;
    /* border: 1px solid #eee; */
    border-radius: 8px;
    transition: all 0.3s ease;
}

.home-section-2 .icon-box {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 24px;
}

.home-section-2 .icon-box.red {
    background-color: #FAF1EF;
    color: #FD6145;
}

.home-section-2 .icon-box.orange {
    background-color: #FAEDDC;
    color: #FB991A;
}

.home-section-2 .icon-box.green {
    color: #60cf56;
    background: #eef9ec;
}

.home-section-2 .info-box .text a {
    text-decoration: none;
    color: #0c0c0c;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #0c0c0c;
    font-weight: 700;
    padding: 12px 20px;
    border: 1px dashed #d8d2d0;
    border-radius: 15px;
	
    &:hover {
	border: 1px dashed #00A0E3;
	;
}
}

.home-section-2 .info-box .text br {
    display: none;
}

@media (max-width: 991px) {
    .home-section-2 .main-title {
        font-size: 27px;
        line-height: 40px;
	}
	
    .home-section-2 .info-box {
        padding: 10px;
	}
	
    .home-section-2 .info-box .text a {
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
	}
	
    .home-section-2 .info-box .text br {
        display: block;
	}
	
}

/* Home section 3 */

.home-section-3 {
    background: linear-gradient(0deg, #EEF9EC 0%, #EBF9FD 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
}

.home-section-3 .container .main-row {
    margin: 0px 50px;
	
}

.home-section-3 .dark-card {
    background: #1a1a1a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    margin-right: 150px;
    background: #0c0c0c;
    border-radius: 25px;
    padding: 62px 55px 67px 55px;
}

.home-section-3 .dark-card .main-title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin: 0px;
}

.home-section-3 .dark-card .small-text {
    color: #aca7a7;
    font-weight: 400;
    margin-bottom: 32px;
}

.home-section-3 .vertical-text {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 100px;
    font-weight: 700;
    z-index: 0;
    /* writing-mode: vertical-lr; */
    color: #827268;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 3px 0px 0px #e4dcd8;
}

.home-section-3 .dark-card .start-button a {
    text-decoration: none;
    color: #fff !important;
	
}

.home-section-3 .dark-card .start-button {
    background: linear-gradient(0deg, #00A0E3, #27C5F5 50%);
    color: white;
    padding: 14px 30px;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    padding: 14px 30px;
    text-transform: uppercase;
    border-radius: 35px;
    transition: all 500ms ease;
    border: none;
}

.home-section-3 .dark-card .start-button:hover {
    background: linear-gradient(0deg, #27C5F5, #00A0E3 50%);
    color: white;
}

.home-section-3 .stat-box-1,
.home-section-3 .stat-box-2,
.home-section-3 .stat-box-3 {
    /* background: white;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease; */
	
    position: relative;
    display: block;
    text-align: center;
    border: 1px dashed #c9c8c3;
    border-radius: 25px;
    padding: 31px 20px 30px 20px;
}

.home-section-3 .stat-box-3 {
    margin-top: 50%;
}

.home-section-3 .stat-box-1 h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #FD6145;
    /* opacity: 70%; */
}

.home-section-3 .stat-box-2 h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #FB991A;
}

.home-section-3 .stat-box-3 h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #60cf56;
}

.home-section-3 .stat-box-1 p,
.home-section-3 .stat-box-2 p,
.home-section-3 .stat-box-3 p {
    color: #7b7675;
    font-weight: 400;
    font-size: 17px;
}

.home-section-3 .stat-box-1 i {
    font-size: 2rem;
    color: #FD6145;
}

.home-section-3 .stat-box-2 i {
    font-size: 2rem;
    color: #FB991A;
}

.home-section-3 .stat-box-3 i {
    font-size: 2rem;
    color: #60cf56;
}

.home-section-3 .stat-box-1 i,
.home-section-3 .stat-box-2 i,
.home-section-3 .stat-box-3 i {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 76px;
    background: #fff;
    font-size: 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: -15px;
    border-radius: 50%;
    bottom: -50px;
    left: 100px;
}

.home-section-3 .small-heading {
    color: #00A0E3;
    font-weight: 600;
}

@media (max-width: 991px) {
    .home-section-3 .vertical-text {
        display: none;
	}
	
    .home-section-3 .container .main-row {
        margin: 0px 0px;
	}
	
    .home-section-3 .dark-card {
        margin-right: 0px;
        padding: 62px 27px 67px 27px;
	}
	
    .home-section-3 .dark-card .main-title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        margin: 0px;
	}
	
    .home-section-3 .dark-card .small-text {
        color: #aca7a7;
        font-weight: 400;
        margin-bottom: 32px;
	}
	
    .home-section-3 .stat-box-3 {
        margin-top: 20%;
	}
	
    .home-section-3 .stat-box-1 i,
    .home-section-3 .stat-box-2 i,
    .home-section-3 .stat-box-3 i {
        left: 40%;
	}
	
    .home-section-3 .stat-box-1,
    .home-section-3 .stat-box-2,
    .home-section-3 .stat-box-3 {
        padding: 41px 30px 40px 30px;
        margin-left: 20px;
        margin-right: 20px;
		
	}
	
}

/* Home section-4 */

.home-section-4 {
    background-image: linear-gradient(90deg, #EBF9FD 0%, #EFF9EC 100%);
    padding: 100px 90px;
}


.home-section-4 .category-label {
    color: #00A0E3;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}

.home-section-4 .section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 58px;
}

.home-section-4 .section-subtitle {
    color: #7b7675;
    /* max-width: 600px; */
    margin: 10px auto;
    font-size: 17px
}

.home-section-4 .category-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 0px;
    padding-top: 20px;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    align-items: center;
}

.home-section-4 .category-card:hover {
    transform: translateY(-5px);
}

.home-section-4 .category-card .overlay-img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 139px;
    height: 139px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
    z-index: -1;
	
}

.home-section-4 .category-card:hover .overlay-img {
    opacity: 1;
}

.home-section-4 .card-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;  /* center the whole circle inside card */
}

.home-section-4 .card-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.home-section-4 .category-card h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px;
}

.home-section-4 .category-card .card-content {
    padding: 17px 0px 18px 0px;
    border-top: 1px dashed #7b7675;
    display: block;
}

.home-section-4 .category-card .read-more {
    color: #0c0c0c;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 800;
    transition: color 0.3s;
}

.home-section-4 .category-card .read-more:hover {
    color: #00A0E3;
}

.home-section-4 .category-card .read-more i {
    font-size: 14px;
    margin-left: 5px;
    color: #00A0E3;
}

.home-section-4 .more-categories-btn {
    background: linear-gradient(0deg, #00A0E3, #27C5F5 50%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s;
}

.home-section-4 .more-categories-btn:hover {
    transition: all 500ms ease;
    background: linear-gradient(0deg, #27C5F5, #00A0E3 50%);
    color: #fff;
}

@media (max-width: 767px) {
    .home-section-4 .section-title {
        font-size: 30px;
        line-height: 40px;
	}
	
    .home-section-4 .category-card {
        margin-bottom: 30px;
	}
	
    .home-section-4 {
        padding: 100px 0px;
	}
	
    .home-section-4 .row {
        padding: 0px 20px;
	}
}

/* Home Section 5 */

.home-section-5 {
    /* background: linear-gradient(45deg, #1a1a1a, #333);
		padding: 80px 0;
	color: #fff; */
    background-color: #0C0C0C;
    background-image: url(./images/section-5-bg.png);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;
    padding: 100px 0px;
}

.home-section-5 .feedback-label {
    color: #00A0E3;
    font-weight: 600;
    margin-bottom: 15px;
}

.home-section-5 .feedback-label i {
    color: #00A0E3;
}

.home-section-5 .section-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
}

.home-section-5 .section-subtitle {
    color: #7b7675;
    margin-bottom: 50px;
    font-weight: 400;
}

.home-section-5 .testimonial-slider {
    position: relative;
    overflow: hidden;
    margin: 0px 50px;
}

.home-section-5 .slider-container {
    overflow: hidden;
}

.home-section-5 .slide-track {
    display: flex;
    transition: transform 0.5s ease;
}

.home-section-5 .testimonial-card {
    flex: 0 0 calc(50% - 30px);
    margin: 15px;
    padding: 30px;
    background: none;
    border-radius: 25px;
    border: 1px dashed #4f4f4f;
}

.home-section-5 .quote-icon {
    color: #00A0E3;
    font-size: 24px;
    margin-bottom: 20px;
    display: inline;
}

.home-section-5 .testimonial-card h4 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-left: 10px;
    color: #fff;
    display: inline;
    line-height: 34px;
    font-weight: 700;
}

.home-section-5 .testimonial-card p {
    font-size: 20px;
    line-height: 32px;
    margin: 27px 0px;
    color: #aca7a7;
    font-weight: 500;
}

.home-section-5 .user-info {
    display: flex;
    align-items: center;
}

.home-section-5 .user-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid black;
    outline: inset 3px #00A0E3;
	
}

.home-section-5 .user-details h5 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}


.home-section-5 .slider-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.home-section-5 .prev-btn,
.home-section-5 .next-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-section-5 .prev-btn:hover,
.home-section-5 .next-btn:hover {
    background: #00A0E3;
    color: #fff;
}

@media (max-width: 992px) {
    .home-section-5 .testimonial-card {
        flex: 0 0 calc(100% - 30px);
	}
	
    .home-section-5 .section-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
        color: #fff;
	}
	
    .home-section-5 .testimonial-slider {
        margin: 0px;
	}
	
    .home-section-5 .section-subtitle {
        margin-bottom: 20px;
        font-weight: 400;
	}
}



/* ============= Home page end =============== */



/*============================ Contact Page Content =================================== */

.contact-content .contact-page-info {
    padding: 150px 0px 0px;
}

.contact-content .contact-page-info .row,
.contact-content .contact-form .row {
    margin: 0px 40px;
}

.contact-content .info-card {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 30px 0px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(216, 210, 208);
    border-image: initial;
    border-radius: 15px;
    padding: 46px 30px 42px;
    text-align: center;
}


.contact-content .contact-page-info .info-card p {
    font-size: 17px;
    color: #7b7675;
}

.contact-content .contact-page-info .info-card h5 a {
    text-decoration: none;
    color: #0c0c0c;
    font-weight: 700;
    line-height: 30px;
    transition: all 500ms ease;
	
    &:hover {
	transition: all 500ms ease;
	color: #00A0E3;
}
}

.contact-content .contact-page-info .info-card a i {
    color: #00A0E3;
    margin-right: 5px;
    font-size: 14px;
}

.contact-content .icon-circle {
    width: 70px;
    height: 70px;
    background: #EBF9FD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-content .icon-circle i {
    font-size: 32px;
    color: #00A0E3;
}

.contact-content .contact-page-info .orange-text {
    text-decoration: none;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 500ms ease;
	
    &:hover {
	transition: all 500ms ease;
	color: #00A0E3;
}
}

.contact-content .contact-form .orange-text {
    color: #00A0E3;
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 17px;
}

.contact-content .contact-form {
    padding: 115px 0px 90px 0px;
}

.contact-content .contact-form .row .form {
    padding: 60px 20px;
    border-radius: 30px;
}

.contact-content .contact-form .form {
    background: #EBF9FD;
	
}

.contact-content .contact-form h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}

.contact-content .contact-form p {
    font-size: 17px;
    color: #7b7675;
}

.contact-content .form-control {
    padding: 20px;
    border-radius: 10px !important;
    border: none;
    margin-bottom: 30px;
}

.contact-content .contact-banner .contact-form .icon-box {
    position: absolute;
    top: 15px;
    right: 37px;
    font-size: 16px;
    color: rgb(175, 171, 171);
    z-index: 1;
}

.contact-content .btn-submit {
    background: linear-gradient(0deg, #00A0E3, #27C5F5 50%);
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
	
    &:hover {
	background: linear-gradient(0deg, #27C5F5, #00A0E3 50%);
}
}


.contact-content .contact-form .input-group-text {
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 34%;
    transform: translateY(-50%);
    z-index: 3;
    color: #999;
    font-size: 20px;
}

.contact-content .location-map {
    padding: 0px 90px 120px;
    /* padding: 60px 20px; */
	
}

.contact-content .location-map h2 {
    color: black;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.contact-content .location-map h2 i {
    color: #00A0E3;
    font-size: 30px;
}

.contact-content .location-map iframe {
    width: 100%;
    height: 500px;
    border-radius: 30px;
}

/* Form Validatio */

.contact-content .contact-form .invalid-feedback {
    font-size: 14px;
    margin-top: -25px;
    margin-bottom: 10px;
    color: #dc3545;
}

.contact-content .contact-form .form-control.is-valid,
.contact-content .contact-form .form-control.is-valid:focus {
    background-image: none !important;
    box-shadow: none !important;
}


@media (max-width: 991px) {
    .contact-content .info-card {
        margin-top: 0px;
	}
	
    .contact-content .contact-page-info {
        padding: 100px 0px 0px;
	}
	
    .contact-content .contact-page-info .row {
        margin: 0;
	}
	
    .contact-content .contact-form h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
	}
	
    .contact-content .contact-form .row {
        margin: 0px;
	}
	
    .contact-content .btn-submit {
        padding: 14px 30px;
	}
	
	
	
    .contact-content .contact-page-info .info-card h5 {
        font-size: 19px;
	}
	
    .contact-content .location-map {
        padding: 0px 0px 80px;
	}
	
    .contact-content .location-map iframe {
        height: 350px;
	}
}



/*============================ Contact Page Content End =================================== */


/*============================ Page Content  and Service single page content =================================== */

.page-content,
.service-page-content {
    background: #f8f9fa;
}

.page-content .page-content-info,
.service-page-content .page-content-info {
    padding: 80px 0;
    margin: 0px 60px;
}

.page-content .page-content-info .services-sidebar,
.service-page-content .page-content-info .services-sidebar {
	
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin: 0px 30px;
    border-bottom: 1px dashed #d8d2d0;
    border-left: 1px dashed #d8d2d0;
    border-right: 1px dashed #d8d2d0;
	
}

.page-content .page-content-info .sidebar-header,
.service-page-content .page-content-info .sidebar-header {
	
    background: #00A0E3;
    color: #fff;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
}

.page-content .page-content-info .sidebar-header h5,
.service-page-content .page-content-info .sidebar-header h5 {
	
    margin-bottom: 0px;
    font-size: 22px;
}

.page-content .page-content-info .services-sidebar ul li,
.service-page-content .page-content-info .services-sidebar ul li {
	
    border-bottom: 1px dashed #d8d2d0;
}

.page-content .page-content-info .services-sidebar ul li:last-child,
.service-page-content .page-content-info .services-sidebar ul li:last-child {
	
    border-bottom: none;
}

.page-content .page-content-info .services-sidebar ul,
.service-page-content .page-content-info .services-sidebar ul {
	
    padding: 0px 24px;
}

.page-content .page-content-info .services-sidebar ul li a,
.service-page-content .page-content-info .services-sidebar ul li a {
	
    padding: 19px 0px;
    display: flex;
    justify-content: space-between;
    color: #afa7a7;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 17px;
    font-weight: 700;
	
}

.page-content .page-content-info .services-sidebar ul li.active a,
.service-page-content .page-content-info .services-sidebar ul li.active a {
	
    color: #0c0c0c;
}

.page-content .page-content-info .services-sidebar ul li:hover a,
.service-page-content .page-content-info .services-sidebar ul li:hover a {
	
    transition: all 500ms ease;
    color: #0c0c0c;
}

.page-content .page-content-info .services-sidebar ul li:hover a i,
.service-page-content .page-content-info .services-sidebar ul li:hover a i {
	
    color: #00A0E3;
    transition: all 500ms ease;
}

.page-content .page-content-info .content-image img,
.service-page-content .page-content-info .content-image img {
	
    border-radius: 25px;
    width: 100%;
    height: 500px;
}

.page-content .page-content-info .download-box .sample-image img,
.service-page-content .page-content-info .download-box .sample-image img {
	
    width: 100%;
}

.page-content .page-content-info .download-box,
.service-page-content .page-content-info .download-box {
	
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    margin: 0px 30px;
}

.page-content .page-content-info .download-box .download-text p,
.service-page-content .page-content-info .download-box .download-text p {
	
    color: #00A0E3;
}



.page-content .page-content-info .download-box .download-text h4,
.service-page-content .page-content-info .download-box .download-text h4 {
	
    font-weight: 600;
    font-size: 20px;
}

.page-content .page-content-info .download-box a,
.service-page-content .page-content-info .download-box a {
	
    color: #00A0E3;
}

.page-content .page-content-info .download-box .download-btn:hover a,
.service-page-content .page-content-info .download-box .download-btn:hover a {
	
    color: #fff;
    transition: all 500ms ease;
}

.page-content .page-content-info .download-footer,
.service-page-content .page-content-info .download-footer {
	
    background: #000;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-content .page-content-info .download-btn,
.service-page-content .page-content-info .download-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    border: none;
}

.page-content .page-content-info .download-btn:hover,
.service-page-content .page-content-info .download-btn:hover {
	
    transition: all 500ms ease;
    background-color: #00A0E3;
}


.page-content .page-content-info .right-content,
.service-page-content .page-content-info .right-content {
	
    margin: 0px 40px 0px 0px;
}

.page-content .page-content-info .content-text h2,
.service-page-content .page-content-info .content-text h2 {
	
    margin: 30px 0px;
    font-weight: 600;
    color: #0c0c0c;
}

.page-content .page-content-info .content-text p,
.service-page-content .page-content-info .content-text p {
	
    color: #7b7675;
    font-weight: 600;
    font-size: 17px;
    transition: all 500ms ease;
    line-height: 28px;
	text-align:justify;
}

.page-content .page-content-info .content-text .bold-text,
.service-page-content .page-content-info .content-text .bold-text {
	
    color: #0c0c0c;
}

.page-content .page-content-info .promo-box,
.service-page-content .page-content-info .promo-box {
	
    margin: 0 30px;
    margin-top: 30px;
    border-radius: 25px;
    padding: 20px;
    border: 1px dashed #7b7675;
}

.page-content .page-content-info .banner-widget .inner-box,
.service-page-content .page-content-info .banner-widget .inner-box {
	
    position: relative;
    padding: 40px 30px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(0deg, #00A0E3, #fb991a 100%);
}

.page-content .page-content-info .banner-widget .inner-box h3,
.service-page-content .page-content-info .banner-widget .inner-box h3 {
	
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
}

.page-content .page-content-info .banner-widget .image-box,
.service-page-content .page-content-info .banner-widget .image-box {
	
    margin: 45px 0px;
}

.page-content .page-content-info .banner-widget .image-box img,
.service-page-content .page-content-info .banner-widget .image-box img {
	
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.page-content .page-content-info .banner-widget .quote-btn,
.service-page-content .page-content-info .banner-widget .quote-btn {
	
    display: inline-block;
    padding: 12px 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.page-content .page-content-info .banner-widget .quote-btn:hover,
.service-page-content .page-content-info .banner-widget .quote-btn:hover {
	
    opacity: 0.9;
    transform: scale(1.02);
    background-color: #00A0E3;
    transition: all 500ms ease;
}

@media (max-width: 991px) {
	
    .page-content .page-content-info .services-sidebar,
    .serviec-page-content .page-content-info .services-sidebar {
		
        margin-bottom: 30px;
	}
	
    .page-content .page-content-info,
    .service-page-content .page-content-info {
		
        padding: 40px 0;
        margin: 0px 0px;
	}
	
    .page-content .page-content-info .right-content,
    .service-page-content .page-content-info .right-content {
		
        margin: 0px 10px;
	}
	
    .page-content .page-content-info .content-text p,
    .page-content .page-content-info .content-text .bold-text,
    .service-page-content .page-content-info .content-text p,
    .service-page-content .page-content-info .content-text .bold-text {
		
        text-align: left;
	}
	
    .page-content .page-content-info .services-sidebar,
    .page-content .page-content-info .download-box,
    .page-content .page-content-info .promo-box,
    .service-page-content .page-content-info .services-sidebar,
    .service-page-content .page-content-info .download-box,
    .service-page-content .page-content-info .promo-box {
        margin: 0px 10px;
	}
	
    .page-content .page-content-info .content-text h2,
    .service-page-content .page-content-info .content-text h2 {
		
        margin: 10px 0px;
	}
	
	
    .page-content .page-content-info .banner-widget .inner-box,
    .service-page-content .page-content-info .banner-widget .inner-box {
		
        padding: 30px 25px;
	}
	
    .page-content .page-content-info .banner-widget .inner-box h3,
    .service-page-content .page-content-info .banner-widget .inner-box h3 {
        font-size: 22px;
	}
}

@media (max-width: 767px) {
	
    .page-content .page-content-info .promo-box,
    .service-page-content .page-content-info .promo-box {
        margin: 0 15px;
        margin-top: 25px;
	}
	
    .page-content .page-content-info .banner-widget .inner-box,
    .service-page-content .page-content-info .banner-widget .inner-box {
        padding: 25px 20px;
	}
	
    .page-content .page-content-info .banner-widget .inner-box h3,
    .service-page-content .page-content-info .banner-widget .inner-box h3 {
        font-size: 20px;
	}
	
    .page-content .page-content-info .banner-widget .image-box img,
    .service-page-content .page-content-info .banner-widget .image-box img {
        max-width: 80%;
	}
	
    .page-content .page-content-info .banner-widget .quote-btn,
    .service-page-content .page-content-info .banner-widget .quote-btn {
        max-width: 200px;
        width: 100%;
        padding: 10px 20px;
	}
	
    .page-content .page-content-info .page-content .page-banner h1,
    .service-page-content .page-content-info .page-content .page-banner h1 {
        font-size: 32px;
	}
	
    .page-content .page-content-info .download-box,
    .page-content .page-content-info .content-text,
    .service-page-content .page-content-info .download-box,
    .service-page-content .page-content-info .content-text {
        text-align: center;
	}
	
    .page-content .page-content-info .content-text h2,
    .service-page-content .page-content-info .content-text h2 {
        font-size: 24px;
	}
}

/*============================ Page Content End =================================== */

/*============================ Blog-post list Content =================================== */


.blog-post-content .blog-post-info {
    padding: 80px 0;
    margin: 0px 90px;
}

.blog-post-content .blog-post {
    border: none;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px dashed #d8d2d0;
    margin-bottom: 50px;
    padding: 0px 20px;
}

.blog-post-content .blog-post img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
	
}

.blog-post-content .blog-post:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.blog-post-content .blog-post .card-title a {
    font-size: 30px;
    text-decoration: none;
    color: #0c0c0c
}

.blog-post-content .blog-post .card-title a:hover {
    color: #00A0E3;
    transition: all 500ms ease;
}

.blog-post-content .blog-post .card-text {
    color: #7b7676;
    font-size: 17px;
}

.blog-post-content .blog-post .card-body .btn {
    display: block;
    padding: 15px 0px 5px 0px;
    text-align: start;
    font-size: 14px;
    line-height: 24px;
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 500ms ease;
    border-top: 1px dashed #7b7676;
	
    &:hover {
	color: #00A0E3;
	transition: all 500ms ease;
}
}

.blog-post-content .blog-post .card-body .btn i {
    color: #00A0E3;
    font-size: 15px;
    margin-right: 5px;
}

.blog-post-content .post-meta {
    position: absolute;
    left: 0px;
    /* bottom: 250px; */
    top: 50%;
    width: calc(100% - 20px);
    background: #fff;
    padding: 5px;
    border-radius: 30px;
    /* padding-right: 40px; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-left: 30px;
    width: 90%;
}

.blog-post-content .post-meta span:nth-child(1) {
    background-color: #00A0E3;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 13px;
	
}

.blog-post-content .post-meta span:last-child {
    background-color: #EBF9FD;
    height: 30px;
    width: 30px;
    font-size: 14px;
    text-align: start;
    border-radius: 50%;
    margin: 0;
    padding-left: 5px;
    padding-top: 4px;
    /* margin-left: 230px; */
    margin-left: auto;
	
    &:hover {
	background-color: #00A0E3;
	transition: all 500ms ease;
}

}

.blog-post-content .post-meta span:last-child i {
    color: #0c0c0c;
}

.blog-post-content .post-meta span:last-child:hover i {
    color: #fff;
    transition: all 500ms ease;
}

.blog-post-content .post-meta span i {
    color: #00A0E3;
    font-size: 12px;
    margin-left: 5px;
}

.blog-post-content .post-info span {
    margin-right: 20px;
    color: #666;
    font-size: 14px;
}

.blog-post-content .btn-link {
    color: #333;
    text-decoration: none;
    padding: 0;
}

/* ========================= Blog & Service list sidebar==================== */


.blog-post-content .sidebar-right,
.service-list-content .sidebar-right {
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
}

.blog-post-content .sidebar-widget,
.service-list-content .sidebar-widget {
    border: none;
    border-radius: 15px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.blog-post-content .widget-title,
.service-list-content .widget-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #0c0c0c;
}

.blog-post-content .widget-title i,
.service-list-content .widget-title i {
    color: #00A0E3;
}

.blog-post-content .post-meta .search,
.service-list-content .post-meta .search {
    position: absolute;
    right: 0;
}

.blog-post-content .sidebar-widget .tag,
.service-list-content .sidebar-widget .tag {
    font-weight: 600;
    color: #7b7675;
    background: #EBF9FD;
    border-radius: 5px;
    padding: 4px 15px;
    text-align: center;
    margin-bottom: 5px;
}

.blog-post-content .search-box,
.service-list-content .search-box {
    position: relative;
}

.blog-post-content .search-box input[type="text"],
.service-list-content .search-box input[type="text"] {
    padding: 15px;
    border: 1px dashed #d8d2d0;
    border-radius: 25px;
}


.blog-post-content .search-box i,
.service-list-content .search-box i {
    position: absolute;
    right: 8px;
    top: 6px;
    width: 44px;
    height: 44px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: #0c0c0c;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
	
    &:hover {
	background-color: #00A0E3;
	transition: all 500ms ease;
	
}
}

.blog-post-content .categories-list,
.service-list-content .categories-list {
    list-style: none;
    padding: 0;
}

.blog-post-content .categories-list li,
.service-list-content .categories-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #d8d2d0;
}

.blog-post-content .categories-list li:last-child,
.service-list-content .categories-list li:last-child {
    border: none;
}

.blog-post-content .categories-list a,
.service-list-content .categories-list a {
    color: #333;
    text-decoration: none;
    display: flex;
    /* justify-content: space-between; */
}

.blog-post-content .categories-list a:hover,
.service-list-content .categories-list a:hover {
    color: #00A0E3;
    transition: all 500ms ease;
}

.blog-post-content .categories-list li span,
.service-list-content .categories-list li span {
    padding-left: 10px;
}

.blog-post-content .popular-post,
.service-list-content .popular-post {
    display: flex;
    margin-bottom: 20px;
}

.blog-post-content .popular-post img,
.service-list-content .popular-post img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 15px;
}

.blog-post-content .popular-post h4,
.service-list-content .popular-post h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #0c0c0c;
    margin-bottom: 5px;
}

.blog-post-content .popular-post h4 a,
.service-list-content .popular-post h4 a {
    text-decoration: none;
    color: #0c0c0c;
    transition: all 500ms ease;
	
    &:hover {
	color: #00A0E3;
	transition: all 500ms ease;
}
}

.blog-post-content .popular-post h4:hover,
.service-list-content .popular-post h4:hover {
    color: #00A0E3;
    transition: all 500ms ease;
}

.blog-post-content .popular-post span,
.service-list-content .popular-post span {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7b7675;
    margin-bottom: 20px;
}

.blog-post-content .popular-post span i,
.service-list-content .popular-post span i {
    color: #00A0E3;
}

.blog-post-content .tag-cloud,
.service-list-content .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.blog-post-content .tag-cloud .tag,
.service-list-content .tag-cloud .tag {
    text-decoration: none;
}

.blog-post-content .tag-cloud .tag:hover,
.service-list-content .tag-cloud .tag:hover {
    background-color: #00A0E3;
    color: #fff;
    transition: all 500ms ease;
}

.blog-post-content .promo-box,
.service-list-content .promo-box {
    border-radius: 25px;
    background: linear-gradient(90deg, #EBF9FD, #eef9ec 100%);
    margin-top: 40px;
}

.blog-post-content .banner-widget .inner-box,
.service-list-content .banner-widget .inner-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-post-content .banner-widget .inner-box h3,
.service-list-content .banner-widget .inner-box h3 {
    color: #0c0c0c;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
}

.blog-post-content .banner-widget .image-box,
.service-list-content .banner-widget .image-box {
    margin: 45px 0px;
}

.blog-post-content .banner-widget .image-box img,
.service-list-content .banner-widget .image-box img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.blog-post-content .banner-widget .quote-btn,
.service-list-content .banner-widget .quote-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(0deg, #00A0E3, #27C5F5 50%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-post-content .banner-widget .quote-btn:hover,
.service-list-content .banner-widget .quote-btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
    background-color: #00A0E3;
    transition: all 500ms ease;
}

/* ========================= End of Blog & Service list sidebar==================== */

.blog-post-content .pagination {
    gap: 10px;
    margin: 50px;
}

.blog-post-content .page-link {
    border: none;
    padding: 12px 20px;
    color: #0c0c0c;
    font-weight: 600;
    border-radius: 50% !important;
    background: #fff;
    border: 1px dashed #d8d2d0;
}

.blog-post-content .page-link:hover,
.blog-post-content .page-link:focus {
    background: linear-gradient(0deg, #00A0E3, #27C5F5 50%);
    transition: all 0.3s ease;
    color: #fff;
    box-shadow: none;
}

.blog-post-content .next-page {
    padding: 12px 18px;
}

.blog-post-content .next-page i {
    font-size: 14px;
}


@media (max-width: 768px) {
    .blog-post-content {
        padding: 40px 0;
	}
	
    .blog-post-content .blog-post img {
        height: 250px;
	}
	
    .blog-post-content .sidebar-widget,
    .service-list-content .sidebar-widget {
        margin-top: 30px;
	}
	
    .blog-post-content .sidebar-right,
    .service-list-content .sidebar-right {
		
        padding: 10px;
	}
	
    .blog-post-content .post-info span {
        display: block;
        margin-bottom: 5px;
	}
	
    .blog-post-content .blog-post-info {
        padding: 80px 0;
        margin: 0px 0px
	}
	
    .blog-post-content .blog-post .card-title a {
        font-size: 24px;
	}
	
    .blog-post-content .blog-post {
        padding: 0px 5px;
	}
	
    .blog-post-content .sidebar-right .search-box,
    .service-list-content .sidebar-right .search-box {
        display: block;
	}
	
    .blog-post-content .sidebar-right .card-body,
    .service-list-content .sidebar-right .card-body {
        padding: 20px;
	}
	
    .blog-post-content .post-meta {
        top: 22%;
        padding: 6px 10px;
        gap: 6px;
        max-width: 95%;
        flex-wrap: wrap;
        margin-left: 20px;
        border-radius: 15px
	}
	
    .blog-post-content .post-meta span:nth-child(1) {
        font-size: 12px;
        padding: 4px 10px;
	}
	
    .blog-post-content .post-meta span {
        font-size: 11px;
        white-space: nowrap;
	}
	
    .blog-post-content .post-meta span:last-child {
        margin-left: 0;
	}
}

/*============================ Blog-post list Content End =================================== */

/* ================================ Services List page ============================== */


.service-list-content .services-info {
    padding: 80px 0;
    margin: 0px 90px;
}


.service-list-content .blog-card {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 1px dashed #d8d2d0;
    padding: 0px 10px;
}

.service-list-content .blog-card:hover .blog-image {
    /* transform: translateY(-5px);
	transition: all 500ms ease; */
    transform: scale(1.08);
    transition: transform 0.3s ease-in-out;
	
}

.service-list-content .blog-image {
    position: relative;
    transition: all 500ms ease;
    overflow: hidden;
	
}

.service-list-content .blog-image img {
    width: 100%;
    border-radius: 25px;
	height:250px;
}

.service-list-content .blog-content {
    padding: 25px 20px;
}

.service-list-content .blog-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.4;
	margin-top: 10px;
}

.service-list-content .blog-content .price {
    font-size: 18px;
    color: #00A0E3;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-list-content .read-more {
    color: #0c0c0c;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px dashed #d8d2d0;
    padding-top: 20px;
    transition: all 500ms ease;
	
}

.service-list-content .read-more i {
    font-size: 18px;
    color: #00A0E3;
    transition: all 500ms ease;
}

.service-list-content .read-more:hover {
    color: #00A0E3;
    transition: all 500ms ease;
}

@media (max-width: 768px) {
    .service-list-content .section-title {
        font-size: 32px;
	}
	
    .service-list-content .blog-content h3 {
        font-size: 20px;
	}
	
    .service-list-content .blog-card {
        margin-bottom: 30px;
        padding: 0px 10px;
	}
	
    .service-list-content .services-info {
        padding: 80px 0;
        margin: 0px 0px;
	}
}

/* ================================ End of Services List page ============================== */

/* =============================== Single Post page ================================== */

.single-post-content .single-post-info {
    padding: 80px 0px;
    margin: 0px 100px;
}

.single-post-info img
{
	width:100% !important;
	height:550px;
}

.single-post-content .lead {
    font-size: 17px;
    color: #7b7675;
    font-weight: 400;
    line-height: 30px;
}

.single-post-content .lead i {
    color: #ffffff;
    padding: 5px;
    background-color: #00A0E3;
    border-radius: 2px;
    display: inline;
}

.single-post-content .sub-heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 42px;
    color: #0c0c0c;
}

.single-post-content .section-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 30px;
}

.single-post-content .custom-bullet-list {
    list-style: none;
    padding-left: 0;
    font-size: 17px;
}

.single-post-content .custom-bullet-list li {
    margin-bottom: 12px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.single-post-content .custom-bullet-list li:last-child {
    margin-bottom: 40px;
}

.single-post-content .custom-bullet-list li i {
    color: #fff;
    background-color: #00A0E3;
    border-radius: 50%;
    margin-right: 16px;
    font-size: 10px;
    padding: 5px;
}

.single-post-content .quote-box {
    position: relative;
    border-radius: 25px;
    padding: 30px 80px 31px 130px;
    margin: 42px 0px 44px;
    background: linear-gradient(360deg, #EBF9FD, #ffffff 50%);
    border-width: 2px;
    border-style: dashed;
    border-color: #00A0E3;
    border-image: initial;
}

.single-post-content .quote-box blockquote {
    margin: 0;
}

.single-post-content .quote-box .icon-box {
    position: absolute;
    left: 40px;
    top: -2px;
    width: 60px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #00A0E3;
}

.single-post-content .quote-box .icon-box::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 15px;
    left: 0px;
    bottom: -14px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
    background-color: #00A0E3;
}

.single-post-content .quote-box .icon-box::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 15px;
    right: 0px;
    bottom: -14px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
    background-color: #00A0E3;
}

.single-post-content .quote-box .icon-box i {
    color: #fff;
    font-size: 30px;
}

.single-post-content .quote-box blockquote p {
    font-size: 20px;
    margin-bottom: 1rem;
    line-height: 34px;
    font-weight: 700;
}

.single-post-content .quote-box blockquote footer {
    font-weight: 600;
    color: #7b7675;
    font-size: 14px;
}

.single-post-content .quote-box blockquote footer i {
    color: #00A0E3;
    font-size: 10px;
}

.single-post-content .custom-list li {
    list-style: none;
    margin-bottom: 20px;
}

.single-post-content .custom-list li span {
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 700;
}

.single-post-content .custom-list li i {
    color: #00A0E3;
    background-color: #fff;
}

@media (max-width: 768px) {
    .post-single-content {
        padding: 2rem 0;
	}
	
    .single-post-content .section-title {
        margin-top: 0;
	}
	
    .single-post-content .quote-box {
        padding: 1.5rem;
	}
	
    .single-post-content .quote-box blockquote p {
        font-size: 1.1rem;
	}
	
    .single-post-content .quote-box .icon-box,
    .single-post-content .quote-box .icon-box::before,
    .single-post-content .quote-box .icon-box::after {
        display: none;
	}
	
    .single-post-content .single-post-info {
        padding: 80px 0px;
        margin: 0px 10px;
	}
	
    .single-post-content .custom-bullet-list li,
    .single-post-content .custom-list li {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 28px;
        color: #0c0c0c;
        padding-left: 42px;
        margin-bottom: 12px;
	}
	
    .single-post-content .custom-bullet-list li i,
    .single-post-content .custom-list li i {
        position: absolute;
        font-size: 15px;
        left: 0px;
        top: 0px;
	}
	
    .single-post-content .custom-list {
        padding-left: 0;
	}
}

/* ========================================== End of Single-Post page ============================*/

/* ================================= Service-single page ========================== */

.service-page-content .service-box {
    padding: 30px;
    border-radius: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.service-page-content .service-box:hover {
    transform: translateY(-5px);
}

.service-page-content .icon-circle i {
    background: #EBF9FD;
    border-radius: 50%;
    font-size: 24px;
    color: #00A0E3;
    text-align: center;
    left: 20px;
    padding: 10px;
    position: absolute;
    display: block;
    border: 1px dashed #00A0E3;
}

.service-page-content .service-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.service-page-content .service-box p {
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee6e5;
    color: #7b7675;
    font-weight: 400;
    font-size: 17px;
}

.service-page-content .service-box a {
    color: #0c0c0c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-top: 0;
}

.service-page-content .service-box h3,
.service-page-content .service-box p,
.service-page-content .service-box a {
    position: relative;
    margin-left: 40px;
}

.service-page-content .gallery-link {
    color: #0c0c0c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
	
    &:hover {
	color: #00A0E3;
	transition: all 500ms ease;
}
}

.service-page-content .gallery-link i {
    margin-left: 5px;
    transition: transform 0.3s ease;
    color: #00A0E3;
}

.service-page-content .gallery-link:hover i {
    transform: translateX(5px);
}

.service-page-content .print-solutions h2,
.service-page-content .industries-served .head {
    color: #0c0c0c;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-page-content .print-solutions .image-box .back-image {
    position: absolute;
    left: 23px;
    top: 0px;
    transform: rotate(8deg);
}

.service-page-content .print-solutions p,
.service-page-content .industries-served p {
    color: #7b7675;
    font-weight: 400;
    font-size: 17px;
}

.service-page-content .image-box {
    position: relative;
    display: block;
    padding: 0px 20px;
    margin-top: 20px
}

.service-page-content .image-box .front-image {
    position: relative;
    z-index: 1;
}

.service-page-content .solution-content h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.service-page-content .spec-list {
    list-style: none;
    padding: 0;
}

.service-page-content .spec-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.service-page-content .spec-list i {
    color: #00A0E3;
    margin-right: 10px;
}

.service-page-content .accordion {
    margin-top: 30px;
}

.service-page-content .accordion-item {
    border: 1px dashed rgba(0, 0, 0, 0.18);
    border-radius: 15px;
    margin-bottom: 10px;
}

.service-page-content .accordion-button {
    padding: 20px;
    font-weight: 600;
    border-radius: 8px;
}

.service-page-content .accordion-button::after {
    display: none;
}

.service-page-content .accordion-button i {
    margin-right: 15px;
    transition: transform 0.3s ease;
}

.service-page-content .accordion-header {
    border: 1px dashed rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.service-page-content .accordion-collapse {
    border-top: 1px dashed rgba(0, 0, 0, 0.18);
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 400;
    color: #7b7675;
}

.service-page-content .accordion-button:not(.collapsed) {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.service-page-content .accordion-button.collapsed {
    box-shadow: none;
}

.service-page-content .accordion-button:not(.collapsed) .accordion-item:focus {
    border: none;
}


.service-page-content .accordion-button:not(.collapsed) i {
    transform: rotate(45deg);
    color: #00A0E3;
}



@media (max-width: 768px) {
    .service-page-content .service-box {
        margin-bottom: 20px;
        padding: 10px;
	}
	
    .service-page-content .icon-circle i {
        font-size: 17px;
        left: 0px;
	}
	
    .service-page-content .solution-content {
        margin-top: 30px;
	}
	
    .service-page-content .spec-list li {
        justify-content: left;
	}
	
    .service-page-content .image-box {
        padding: 0;
	}
	
    .service-page-content .image-box img {
        width: 95%;
	}
}

/* ================================= End of Service-single page ========================== */


/* ================================ Image Gallery page ================================== */

/* Gallery Section Styles */
.gallery-section {
    margin: 20px 100px;
}

/* Filter Buttons */
.gallery-section .btn-filter {
    background: transparent;
    color: #AFA7A7;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
}

.gallery-section .btn-filter i {
    color: #AFA7A7;
    font-size: 12px;
    margin-left: 15px;
}

.gallery-section .btn-filter:hover,
.gallery-section .btn-filter.active {
    border-color: white;
    color: #00A0E3;
}

/* Gallery Grid */
.gallery-section .gallery-grid {
    margin: 0 -15px;
}

.gallery-section .gallery-item {
    padding: 15px;
    transition: all 0.4s ease-in-out;
}

.gallery-section .gallery-item.hide {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

/* Gallery Card */
.gallery-section .gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-section .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-section .gallery-img img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out;
}

/* Overlay */
.gallery-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.gallery-section .gallery-card:hover .overlay {
    opacity: 1;
}

.gallery-section .gallery-card:hover .gallery-img img {
    transform: scale(1.1);
}

/* Category Badge */
.gallery-section .category {
    background: #00A0E3;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Title */
.gallery-section .overlay h4 {
    color: white;
    margin: 10px 0;
    font-size: 20px;
}

/* Icons */
.gallery-section .icons {
    margin-top: 15px;
}

.gallery-section .icons a {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.gallery-section .icons a:hover {
    background: #00A0E3;
    transition: all 500ms ease;
}

/* Responsive */
@media (max-width: 991px) {
    .gallery-section .gallery-item {
        width: 50%;
	}
	
    .gallery-section {
        margin: 0px;
	}
	
    .gallery-section .btn-filter {
        text-align: left;
	}
}

@media (max-width: 576px) {
    .gallery-section .gallery-item {
        width: 100%;
	}
	
    .gallery-section .btn-filter {
        margin-bottom: 10px;
        width: 100%;
	}
}

/* ================================ End of Image Gallery page ================================== */

/* ============================= Client logos Plugin ================================ */

.client-logos {
    margin: 0px 200px;
    padding: 30px 0px;
}

.client-logos .heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
}

.client-logos .small-heading {
    font-size: 17px;
    color: #7b7675;
    font-weight: 400;
    line-height: 24px;
}

.client-logos .logo-slider {
    height: 100px;
}

.client-logos .logo-slide {
    min-width: 200px;
    border-right: 1px dashed #7b7675;
}

.client-logos .client-logo {
    max-height: 60px;
    transition: all 0.3s ease;
}

.client-logos .client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.client-logos .logo-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.client-logos #prevBtn,
.client-logos #nextBtn {
    padding: 6px 10px;
    font-size: 17px;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .client-logos .logo-slide {
        min-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        display: flex;
        border: none;
	}
	
    .client-logos .client-logo {
        max-height: 40px;
	}
	
    .client-logos .logo-slider {
        height: 80px;
	}
	
    .client-logos {
        margin: 0px 0px;
	}
}

/* ============================= End of Client logos Plugin ================================ */

/* ============================= Contact Plugin ================================ */

.contact-plugin .small-heading {
    position: relative;
    display: inline-block;
    color: #00A0E3;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    display: block;
    /* padding-left: 28px; */
}

.contact-plugin .main-title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 14px;
    text-align: center;
}

.contact-plugin .description {
    font-size: 17px;
    color: #7b7675;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.contact-plugin .contact-form {
    background: #fff;
    padding: 50px 50px 25px 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06)
}

.contact-plugin .form-group {
    padding-bottom: 15px;
}

.contact-plugin .form-group span {
    position: relative;
    display: inline-block;
    width: 108px;
}

.contact-plugin .form-group label {
    font-size: 16px;
    line-height: 42px;
    color: #0c0c0c;
    font-weight: 700;
    padding-right: 15px;
}

.contact-plugin .form-group .form-control,
.contact-plugin .form-group .custom-dropdown {
    position: relative;
    display: inline-block;
    height: 42px;
    font-size: 17px;
    color: #898585ff;
    border-radius: 0;
    padding-bottom: 0;
    border: none;
    border-bottom: 1px dashed #d8d2d0;
    transition: all 500ms ease;
    text-align: left;
}

.contact-plugin .form-group input::placeholder,
.contact-plugin .form-group textarea::placeholder {
    color: #c9c1c1;
	
}

.contact-plugin .form-control,
.contact-plugin .custom-dropdown {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.contact-plugin .form-control:focus,
.contact-plugin .custom-dropdown:focus {
    box-shadow: none;
    border-color: #00A0E3;
	
}

.contact-plugin .btn-gradient {
    background: linear-gradient(45deg, #00A0E3, #27C5F5);
    border: none;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 35px;
    width: 100%;
    transition: all 0.3s;
    margin: 20px 0px;
}

.contact-plugin .btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.2);
}

.contact-plugin .accordion {
    padding: 24px 30px 24px 30px;
    border: 1px dashed rgba(0, 0, 0, 0.18);
    border-radius: 25px;
}

.contact-plugin .accordion-button {
    justify-content: space-between;
}

.contact-plugin .accordion-button::after {
    display: none;
}

.contact-plugin .accordion-button i {
    margin-right: 15px;
    transition: transform 0.3s ease;
}

.contact-plugin .accordion-button:not(.collapsed) i {
    transform: rotate(45deg);
    color: #00A0E3;
}

.contact-plugin .accordion h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #0c0c0c;
}

.contact-plugin .accordion-body {
    color: #7b7675;
    font-weight: 400;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
}

.contact-plugin .accordion-item {
    border: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
    overflow: hidden;
    background: none;
}

.contact-plugin .accordion-button {
    padding: 15px 0px;
    font-weight: 500;
}

.contact-plugin .accordion-button:not(.collapsed) {
    background: none;
}

.contact-plugin .accordion-button:not(.disabled) {
    background: none;
	
}

.contact-plugin .accordion-button:focus {
    box-shadow: none;
    background: none;
	
}

.contact-plugin .link-box a {
    text-decoration: none;
    color: #0c0c0c;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.contact-plugin .link-box a:hover {
    color: #00A0E3;
    transition: all 500ms ease;
}

.contact-plugin .link-box {
    margin-top: 30px;
	
}

.contact-plugin .link-box i {
    padding-right: 10px;
}

.contact-plugin .form-group .custom-dropdown {
    position: relative;
    justify-content: space-between;
}

.contact-plugin .form-group .custom-dropdown i {
    position: absolute;
    color: #c9c1c1;
}

.contact-plugin .form-group .dropdown-btn {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    color: #c9c1c1;
    position: relative;
}

.contact-plugin .form-group .dropdown-content {
    display: none;
    position: absolute;
    width: 60%;
    left: 2px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    z-index: 1000;
    margin-top: 5px;
    color: #898585ff;
    font-weight: 500;
}

.contact-plugin .form-group .dropdown-content a {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    color: #c9c1c1;
}

.contact-plugin .form-group .dropdown-content a:hover,
.contact-plugin .form-group .dropdown-content a:focus {
    background-color: #f6f6f6;
    color: #898585ff;
}

.contact-plugin .form-group .dropdown-btn:focus {
    color: #898585ff;
}

.contact-plugin .form-group .show {
    display: block;
}

/* Form Validation */
.contact-plugin .form-control.is-valid,
.contact-plugin .form-control.is-valid:focus,
.contact-plugin .dropdown-btn.is-valid {
    border-color: #ced4da !important;
    background-image: none !important;
    box-shadow: none !important;
}


@media (max-width: 768px) {
	
    .contact-plugin .main-title {
        font-size: 30px;
        line-height: 40px;
	}
	
    .contact-plugin .contact-form {
        margin-top: 30px;
        padding: 50px 30px 25px 30px;
	}
	
    .contact-plugin .form-group label {
        display: block;
	}
	
    .contact-plugin .form-group .form-control,
    .contact-plugin .form-group .custom-dropdown {
        width: 100%;
        padding-left: 0;
	}
	
    .contact-plugin .container {
        padding: 10px;
	}
	
    .contact-plugin .btn-gradient {
        width: 100%;
	}
	
    .contact-plugin .accordion-button {
        padding: 12px 0px;
	}
	
    .contact-plugin {
        padding: 30px 10px;
	}
	
    .contact-plugin .accordion h5 {
        font-size: 18px;
	}
	
    .contact-plugin .accordion-button i {
        margin-top: -40px;
	}
	
    .contact-plugin .accordion {
        padding: 24px 20px 24px 20px;
	}
	
    .contact-plugin .dropdown-content {
        width: 100%;
        left: 0px;
	}
}

/* ============================= End of Contact Plugin ================================ */

@media (max-width: 440px) 
{
	.single-post-info img
	{
		height:200px  !important;
	}
	
	.page-content .page-content-info .content-image img,
	.service-page-content .page-content-info .content-image img {
		height:200px !important;
	}
}	

.single-post-meta
{
	background:#EBF9FD;
	padding:10px;
	display:inline-block;
	border-radius:50px;
}

.blog-content .tag
{
	background-color: #00A0E3;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 13px;
}

.service-list-content .blog-content a
{
	text-decoration:none !important;
}	

.subscribe a {
    color: #999 !important;
    text-decoration: none;
}

/* ============================= */
/* 🔹 PRODUCT VARIANT */
/* ============================= */

.variant-section {
	background: #fafafa;
	border-radius: 1rem;
}
.variant-card {
	transition: all 0.3s ease;
}
.variant-card:hover {
	transform: translateY(-2px);
}
.variant-pill {
	background: #00A0E3 !important;
	color: #fff !important;
	border-color: #dee2e6;
	font-weight: 500;
	transition: all 0.25s;
	cursor: pointer;
}

.variant-pill a
{
	text-decoration:none !important;
	color:#fff !important;
}

.variant-pill:hover {
	background: #000 !important;
	border-color: #0d6efd;
}
@media(max-width:768px){
	.variant-section {
		padding: 5px !important;
	}
}

.category-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: #00A0E3;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.custom-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    transition: opacity .2s ease-in-out;
    z-index: 3000;
}

.custom-lightbox.show {
    opacity: 1;
}

.lightbox-overlay {
    position: relative;
}

.lightbox-overlay img {
    max-width: 95%;
    max-height: 90vh;
    border-radius: 6px;
}

.close-lightbox {
    position: absolute;
    top: -35px;
    right: -10px;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
